@charset "utf-8";

/* 本文 */
body {
	font-size: 85%;
	background: #fff;
	color: #000;
	font-family: Verdana,"MS PGothic","Osaka",Arial,sans-serif;
}



/* 	テーブル風の枠
------------------------------------------------------------*/
#main  dl.dl_01 dd div{
	display:inline-block;
}

#main dl.dl_01 {
	border:1px solid #cccccc;
	border-top:0;
	background:#f1f6e4;
	
	width : 98%;
	margin : 0 auto;

}

#main dl.dl_01 dt {
	float:left;
	width:14em;
	border-top:1px solid #cccccc;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:0;
	padding-right:0;
	font-size : 100%;
}

#main dl.dl_01 dd {
	margin-left:14em;
	padding:10px;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	background:#ffffff;
	font-size : 100%;
}

#main dl.dl_01 dd p{
margin-bottom : 0;
}



/*------------------------------------------------------------
ボタン部分
-------------------------------------------------------------*/
#main div#submit{
	text-align:center;
	padding : 1em 0;
}



/*------------------------------------------------------------
フォームの装飾
-------------------------------------------------------------*/
#main dl.dl_01 dd input[type="text"],
#main dl.dl_01 dd select,
#main dl.dl_01 dd textarea{
	margin: 0;
	padding: 0;
/*	width: 210px; */

	border:0;
	padding:3px;
	font: 13px/1.6 "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-family:Arial, sans-serif;
	color:#626262;
	border:solid 1px #ccc;
}

#main dl.dl_01 dd input[type="text"]{
	/*width : 80%; */
}
#main dl.dl_01 dd input#email[type="text"],
#main dl.dl_01 dd input#email2[type="text"]{
	width : 70%;
}
#main dl.dl_01 dd input#email[type="text"]{
	margin : 0 0 0.5em 0;
}
#main dl.dl_01 dd input#nenrei[type="text"]{
	width : 40px;
}
#main dl.dl_01 dd span.mwform-tel-field input[type="text"]{
	width : 40px;
}
#main dl.dl_01 dd span.mwform-zip-field input[type="text"]{
	width : 40px;
	margin : 0 0 0.5em 0;
}

#main dl.dl_01 dd textarea {
	width: 90%;
	height: 7em;
	line-height: 1.5em;
}

#main dl.dl_01 dd input[type="text"]:focus,
#main dl.dl_01 dd select:focus,
#main dl.dl_01 dd textarea:focus  {
	border:solid 1px #b5dda1;
}


#main div#submit input[type="submit"],
#main div#submit input[type="reset"],
#main div#submit input[type="button"] {
	background-color: #f1f6e4;
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #dcdcdc;
	border-top: 1px solid #eeeeee;
	color: #626262;
	margin: 0.5em;
	padding: 3px;
	text-align: center;
	vertical-align: baseline;
	width: 120px;
	font: 13px/1.6 "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	cursor:pointer;
}

/* ボタンのマウスオーバー */
#main div#submit input[type="submit"]:hover,
#main div#submit input[type="reset"]:hover,
#main div#submit input[type="button"]:hover {
	background-color: #98c248;
}

#main div#search-box input[type="submit"] {
	width: 60px;
}


/* 必須項目
------------------------------------------------------------*/
.hissu{
	color : #F00;
}

/* メッセージ */
.msg {
	color: #2b87f4;
}

/* 戻りボタン */
form.back {
	margin-top: 2em;
}
