@charset "utf-8";
body{
	background: url(../imgs/bg.gif) repeat-x top;
	margin:0;
	padding:0;
}
#wrapper{
	width:600px;
	margin:0 auto 30px auto;
}
#header{
	text-align:center;
}
.fieldset textarea {
	width: 480px;
	height: 6em;
}
/* --------------------------------------------------------------- */
#mp-head h1 {
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
	font-size: 140%;
	color: #353535;
	background-color: #f6f6f6;
	font-weight: bold;
	padding: 6px 10px;
	margin-bottom:10px;
	border:1px solid #A2A2A2;
}

/* --------------------------------------------------------------- */

h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
	border-bottom:#2291C6 2px solid;
	margin:30px 0 20px;
	padding:3px 0 3px 5px;
	background:url(/common/images/arrow_red.png) no-repeat 5px 50% #F8F8F8;
	font-size: 16px;
}
h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
	margin:30px 0 20px;
	padding:3px 0 3px 5px;
	font-size: 16px;
}

#mp-main {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
	color: #4c4c4c;
	font-size: 100%;
	width: 600px;
}
#mp-main div.fieldset {
	padding: 0.5em 1em 0.5em 0.5em;
	border: 1px solid #CFCFCF;
	margin-bottom: 1em;
}
#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.1em;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
	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: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
	overflow: visible;
	padding:5px 1em;
}
#mp-main select {
	font-size: small;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
}
#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 {
	padding: 0.5em 1em 0.5em 0.5em;
	border: 1px solid #CFCFCF;
	margin-bottom: 1em;
}
#mp-main div.fieldset dl {
	padding:0;
}
@media screen and (min-width:1001px) {
	#mp-main div.fieldset dt {
	background-image: url("../imgs/form_item.png");
	padding-left: 28px;
	}
}
#mp-main div.fieldset dt {
	color: #35556b;
	font-weight:bold;
	border-bottom:1px solid #E7E7E7;
	background-repeat: no-repeat;
	margin: 1.5em 0.5em 1em 0.5em;
	padding-top: 1px;
	padding-bottom:3px;
}
#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.png");
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 50px;
}
@media screen and (min-width:1001px) {
	#mp-main div.fieldset dd {
	padding-left: 1em;
	}
}
#mp-main div.fieldset dd {
	margin: 0.5em;
	padding-bottom: 0.5em;
	word-break:break-all;
}
#mp-main div.fieldset dd p{
	padding:0;
	margin:0;
}
#mp-main div.fieldset dd.delimit {
	border-bottom: 1px dotted #6392b1;
}
#mp-main div.fieldset span.err {
	color: #EE0000;
}
#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.png");
	background-repeat: no-repeat;
	color: #EE0000;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0px 0px 0px 30px;
	min-height: 32px;
	height: auto !important;
	height: 32px;
}
#mp-main span.radioelement {
	margin-right: 1.8em;
	color: black;
}
#mp-main span.checkelement {
	margin-right: 1.8em;
	color: black;
}
/*+++++++++++++++++++++++++++++++++++++++++++ 
	揃え
+++++++++++++++++++++++++++++++++++++++++++ */
.texCenter {
	text-align: center;
} 
/*+++++++++++++++++++++++++++++++++++++++++++ 
	大文字
+++++++++++++++++++++++++++++++++++++++++++ */
.deka {
	font-size: 130%;
} 

/*+++++++++++++++++++++++++++++++++++++++++++ 
	赤文字
+++++++++++++++++++++++++++++++++++++++++++ */
.color_red {
	color: red;
} 
.red {
	color: red;
} 
/*+++++++++++++++++++++++++++++++++++++++++++ 
	インデント 
+++++++++++++++++++++++++++++++++++++++++++ */
.hanging1{
	margin-left : 1em;
	text-indent : -1em;
}
.1_1{
	margin-left : 1em;
	text-indent : -1em;
}	
.i4_4{
	margin-left : 4em;
	text-indent : -4em;
}
.i2_2{
	margin-left : 2em;
	text-indent : -2em;
}
/*+++++++++++++文頭一文字字下げ++++++++++++ */
.p-indent10 {
	text-indent: 1.0em !important;
}
/*+++++++++++++++++++++++++++++++++++++++++++ 
	「いずれか必須」 
+++++++++++++++++++++++++++++++++++++++++++ */
.hissu {
	font-size: 70%;
	margin-left: 8px;
}
/*+++++++++++++++++++++++++++++++++++++++++++ 
	旧margin 
+++++++++++++++++++++++++++++++++++++++++++ */
.mt0 { margin-top:0!important; }
.mt5 { margin-top:0.5em!important; }
.mt10 { margin-top:1.0em!important; }
.mt15 { margin-top:1.5em!important; }
.mt20 { margin-top:2.0em!important; }
.mt25 { margin-top:2.5em!important; }
.mt30 { margin-top:3.0em!important; }
.mb0 { margin-bottom:0!important; }
.mb5 { margin-bottom:0.5em!important; }
.mb10 { margin-bottom:1.0em!important; }
.mb15 { margin-bottom:1.5em!important; }
.mb20 { margin-bottom:2.0em!important; }
.mb25 { margin-bottom:2.5em!important; }
.mb30 { margin-bottom:3.0em!important; }
.mr0 { margin-right:0!important; }
.mr5 { margin-right:0.5em!important; }
.mr10 { margin-right:1.0em!important; }
.mr15 { margin-right:1.5em!important; }
.mr20 { margin-right:2.0em!important; }
.mr25 { margin-right:2.5em!important; }
.mr30 { margin-right:3.0em!important; }
.ml0 { margin-left:0!important; }
.ml5 { margin-left:0.5em!important; }
.ml10 { margin-left:1.0em!important; }
.ml15 { margin-left:1.5em!important; }
.ml20 { margin-left:2.0em!important; }
.ml25 { margin-left:2.5em!important; }
.ml30 { margin-left:3.0em!important; }
.ml40 { margin-left:4.0em!important; }
/*+++++++++++++++++++++++++++++++++++++++++++ 
	統一　margin 
+++++++++++++++++++++++++++++++++++++++++++ */
.mt00em { margin-top:0!important; }
.mt05em { margin-top:0.5em!important; }
.mt10em { margin-top:1.0em!important; }
.mt15em { margin-top:1.5em!important; }
.mt20em { margin-top:2.0em!important; }
.mt25em { margin-top:2.5em!important; }
.mt30em { margin-top:3.0em!important; }
.mt35em { margin-top:3.5em!important; }
.mt40em { margin-top:4.0em!important; }
.mb00em { margin-bottom:0!important; }
.mb05em { margin-bottom:0.5em!important; }
.mb10em { margin-bottom:1.0em!important; }
.mb15em { margin-bottom:1.5em!important; }
.mb20em { margin-bottom:2.0em!important; }
.mb25em { margin-bottom:2.5em!important; }
.mb30em { margin-bottom:3.0em!important; }
.mb35em { margin-bottom:3.5em!important; }
.mb40em { margin-bottom:4.0em!important; }
.mr00em { margin-right:0!important; }
.mr05em { margin-right:0.5em!important; }
.mr10em { margin-right:1.0em!important; }
.mr15em { margin-right:1.5em!important; }
.mr20em { margin-right:2.0em!important; }
.mr25em { margin-right:2.5em!important; }
.mr30em { margin-right:3.0em!important; }
.mr35em { margin-right:3.5em!important; }
.mr40em { margin-right:4.0em!important; }
.ml00em { margin-left:0!important; }
.ml05em { margin-left:0.5em!important; }
.ml10em { margin-left:1.0em!important; }
.ml15em { margin-left:1.5em!important; }
.ml20em { margin-left:2.0em!important; }
.ml25em { margin-left:2.5em!important; }
.ml30em { margin-left:3.0em!important; }
.ml35em { margin-left:3.5em!important; }
.ml40em { margin-left:4.0em!important; }


