@charset "utf-8";
/* --------------------------------------------------------------- */


#mp-head {
	margin: 0 1em 0 1em;

}
#mp-head h1 {

}

/* --------------------------------------------------------------- */

#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 {
	width: 100%;
	color: #4c4c4c;
	font-size: 100%;
	margin-top:2em;

}
#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.2em;
	font-size: 110%;

	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: medium;
	overflow: visible;
	padding-top: 1em;
	padding-right: 2.5em;
	padding-bottom: 1em;
	padding-left: 2.5em;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 150%;
}

/*
.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 {
	font-size: 120%;

}
#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-repeat: no-repeat;
	margin: 0.5em;
	padding-top: 1em;
	padding-left:15px;
	font-size:120%;
}
#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;
}

#mp-main div.fieldset dd {
	margin: 0.5em;
	padding-left: 1em;
	padding-bottom: 2em;
	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;
}




/*リスト*/


#mp-main div.fieldset dl ul {

}

#mp-main div.fieldset dl ul  li {
	float:left;
	margin-top:3px;
	margin-bottom:3px;
	min-width:170px;
}




/*====================================
幅が639px未満の場合
*/
@media (max-width: 639px) {

#mp-main div.fieldset dl ul  li {
	float:none;
	clear:both;
	min-width:100px;
}

}




/* 再確認 */

#reconfirm-box {
	height: 250px;
	width: 640px;
	background-image: url(../../images/reconfirm_02.gif);
	background-repeat: no-repeat;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
}

.reconfirm-buttom {
	top: 140px;
	position: absolute;
	left: 24px;
	height: 86px;
	width: 236px;

}

.reconfirm-mmail {
	top: 215px;
	position: absolute;
	left: 340px;
	height: 30px;
	width: 290px;
	text-align: center;
	font-size: 12px;

}
