@charset "utf-8";
/* --------------------------------------------------------------- */


#mp-head {
	margin: 0 1em 0 1em;
	width: 700px;
}
#mp-head h1 {
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
	font-size: medium;
	color: #ffffff;
	background-image: url("../imgs/menubg.png");
	height: 25px;
	line-height: 25px;
	font-weight: normal;
	padding-left: 1em;
}

/* --------------------------------------------------------------- */

#submit {
	border: 1px solid #FD02AC;
	padding-bottom: 10px;
	text-align: center;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;

}


#mp-main {
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 30px;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
	color: #4c4c4c;
	font-size: small;
}
#mp-main p,li,dt,dl {
	line-height:1.6;
}
#mp-main p {
	margin-top: 0em;
	margin-bottom: 0.5em;
}

/*
#mp-main a:hover {
	font-size: small;
	color:#dd8d2a;
	text-decoration: underline;
}

#mp-main a {
	font-size: small;
	color:#4c4c4c;
	text-decoration: none;
}
*/

#mp-main input.text,input.password,textarea,select {
	padding:0.3em;
	font-size: 100%;
	background-color: #fdfdfd;
	background-repeat: repeat-x;
	border: 1px solid #abadb3;
}
/* for browsers except IE6  */
#mp-main input[type="text"],input[type="password"],textarea[name],select[name] {
/* 	background-image: url("../imgs/textbox_shadow.png"); */
}
/* */


#mp-main input.submit, input.reset, button {
	font-size: large;
	overflow: visible;
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 1em;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*
.submit {
	width: 151px;
	height: 32px;
	border: 0;
	background-image: url(../imgs/btn_submit.gif) no-repeat 0 0;
  	text-indent: -9999px;
  	cursor: pointer;
}
*/

#mp-main select {
	padding: 3px;
}
#mp-main option {
	padding-right: 1em;
}
#mp-main option[selected="selected"] {
	background-color: #eeeeee;
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
}
#mp-main img {
	border: 0px;
}
#mp-main table {
	margin-bottom: 1em;
}
#mp-main div.fieldset {
	border: 1px solid #FFFFFF;
	margin-bottom: 1em;
}
#mp-main div.fieldset dl {
	padding:0;
}
#mp-main div.fieldset dt {
	color: #000000;
	background-image: url("../imgs/form_item.gif");
	background-repeat: no-repeat;
	height: 24px;

	margin: 0.5em;
	padding-left: 23px;
	padding-top: 1px;
}
#mp-main div.fieldset dt span.optional {
	background-image: url("../imgs/optional.png");
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 65px;
}
#mp-main div.fieldset dt span.required {
/*	background-image: url("../imgs/required.gif");
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 50px;
*/
}

.required {
/*	background-image: url(../imgs/required.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 45px;
*/
}

.required:after {
	/*	
	background-image: url(../imgs/required.gif);
	background-repeat: no-repeat;
	background-position: right center;
*/
	-moz-border-radius: 3px;    /* Firefox */
	-webkit-border-radius: 3px; /* Safari,Chrome */
	border-radius: 3px;
	content: "必須";
	color: #fff;
	background: rgba(255,0,4,1.00);
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	font-size: 0.7em;
	font-weight: bold;
	margin-left:10px;
}


#mp-main div.fieldset dd {
	margin: 0.5em;
	padding-left: 1em;
	padding-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#mp-main div.fieldset dd.delimit {
	border-bottom: 1px dotted #6392b1;
}
#mp-main div.fieldset span.err {
	color: #880000;
}
#mp-main div.fieldset input.text.err {
	background-color: #fff8f8;
	border: 1px solid #aa6666;
}
#mp-main div.fieldset input.radio.err {
	background-color: #fff8f8;
	border: 1px solid #aa6666;
}
#mp-main div.fieldset input.checkbox.err {
	background-color: #fff8f8;
	border: 1px solid #aa6666;
}
#mp-main div.fieldset textarea.err {
	background-color: #fff8f8;
	border: 1px solid #aa6666;
}
#mp-main div.fieldset select.err {

	background-color: #fff8f8;
	border: 1px solid #aa6666;
}
#mp-main div.errs {
	background-image: url(../imgs/warning.gif);
	background-repeat: no-repeat;
	color: #880000;
	margin-top: 1em;
	margin-bottom: 1em;
	min-height: 32px;
	height: auto !important;
	height: 32px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 100px;
	border: 5px solid #FFD0D0;
	background-position: 15px 15px;
}
#mp-main span.radioelement {
	margin-right: 1.8em;
	color: black;
}
#mp-main span.checkelement {
	margin-right: 1.8em;
	color: black;
}

#mp-main div.errs ul {
	padding-bottom: 15px;
	padding-top: 15px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#mp-main div.errs li {
}


.submit-inp {
	padding: 0px;
	font-size: 10px;
	line-height: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
