@charset "utf-8";
/* CSS Document */


/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/


* {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;}
	
html, body {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100%;
}


h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

table, caption, th, td {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
}


/*---------------------------------------------------------------------------------------------
font size CSS。フォントサイズを変えるときは下記classをブロックごとに追加していけばＯＫ。
---------------------------------------------------------------------------------------------*/

.sizeXS{
	font-size:x-small;
	color:#333;}
	
.sizeS{
	font-size:small;
	color:#333;}
	
.sizeM{
	font-size:medium;
	color:#333;}
	
.sizeL{
	font-size:large;
	color:#333;}
	

.bold{
	font-weight: bold;
}

.right{
	float:right;
	margin:0;
	padding:0;}

.left{
	float:left;}

.red{
	color:#FF3300;}
	
.org{
	color:#FF6600;}
	
.grn{
	color:#336601;}
	
#org{
	color:#fe8c25;}
	
.blu{
	color:#008ACC;}
	
/*---------------------------------------------------------------------------------------------
リンクの編集
---------------------------------------------------------------------------------------------*/
a{
	color:#666666;
	outline:0;
	text-decoration:none;
	}

a:hover{
	color:#F62C1D;
	text-decoration:underline;
	}
	
	
/*---------------------------------------------------------------------------------------------
共通ＣＳＳの編集
---------------------------------------------------------------------------------------------*/
br.clear{
	clear:both;
	}

ul li{
	list-style-type:none;
	}

/*--------------------------------------------------------------------
ページ共通部分
container・body
--------------------------------------------------------------------*/

/*bodyのスタイル*/

body {
	font-size:12px;
	background:#fff url(../img/sub/head_line.jpg) repeat-x;
}

/*containerのスタイル*/

div#container {
	width:660px;
	margin:0 auto;
	padding:0;
}

#header{
	height:auto;
	padding:0;
	display:block;
	margin:0;
	

}

#header h1{

	font-size:10px;
	color:#888;
	padding:5px 0 10px 0;;


}

h2{
	width:239px;
	height:51px;
	display:block;
	margin:0 0 10px 0;
	padding:0;

}

table.m_form{
	border-top:1px dotted #666666;
	width:660px;
	display:block;
	margin-bottom:30px;
}

table.m_form th{
	border-bottom:1px dotted #ccc;
	padding:10px;
	width:160px;
	text-align:left;
	vertical-align:top;
	

}

table.m_form th dl{
	display:block;
	width:160px;
	margin:0;
	padding:0;

}

table.m_form th dl dt{
	font-size:14px;
	color:#333333;
	font-weight:bold;
	display:block;
	float:left;
}

table.m_form th dl dd{
	float:right;
	display:block;
	width:30px;
	height:16px;

}

table.m_form td{
	border-bottom:1px dotted #ccc;
	padding:10px 0 10px 10px;
	font-size:12px;
	color:#333333;
	width:470px;
	line-height:1.5;
	
}

table.m_form td p{
	background:url(../img/sub/chui_icon.jpg) no-repeat;
	padding:0 0 0 15px;
	color:#FF0000;
	font-size:12px;
	

}

.coment{
	font-size:12px;
	color:#999999;
	letter-spacing:1px;

}

textarea#area{
	width:400px;
	height:100px;

}

dl.chui{
	width:660px;
	display:block;
	margin:0 0 15px 0;
	padding:0;

}

dl.chui dt{
	background:url(../img/sub/attention_icon.jpg) no-repeat;
	font-size:14px;
	font-weight:bold;
	color:#666;
	margin:0 0 10px 0;
	padding:0 0 0 20px;

}

dl.chui dd{
	font-size:14px;
	color:#333333;
	line-height:1.5;
	margin-left:20px;	

}

.kojin{
	width:650px;
	height:auto;
	background:#CCCCCC;
	display:block;
	padding:5px;
	margin-bottom:5px;

}

.kojin_in{
	border:1px solid #999999;
	background:#FFFFFF;
	height:140px;
	padding:10px;
	overflow:auto;

}

.kojin_in p{
	font-size:12px;
	color:#666666;
	line-height:1.5;
	

}

.doui{

	font-size:12px;
	color:#333333;
	background:#fff;
	border:1px solid #990000;
	line-height:1.5;
	padding:5px 0 5px 250px;}
	

.doui p{
	background:url(../img/sub/chui_icon.jpg) no-repeat;
	padding:0 0 0 15px;
	color:#FF0000;
	font-size:12px;}
	

.form_btn{
	text-align:center;
	padding:15px 0;
	margin-bottom:15px;

}

.form_btn p{
	font-size:12px;
	color:#333333;
	line-height:1.5;
	letter-spacing:1px;

	

}

#foot{
	text-align:center;
	color:#999999;
	margin-bottom:30px;

}

.go-next {
	background: url(../inquiry/image/arrow.gif) no-repeat;
	width: 600px;
	margin: 0 auto 0px auto;
	padding: 18px 0 20px 0;
	text-align: center;
}

.go-next p {
	width: 590px;
	border: solid 1px #ccc;
	padding: 15px 0;
	line-height:1.8;
	font-size:12px;
}

p.f_lead{
	font-size:12px;
	line-height:1.5;
	color:#666666;
	margin:0 0 10px;

}
.thanks{
	text-align:center;
	display:block;

}

.thanks p{
	font-size:14px;
	line-height:2.0;
	margin:0 0 50px 0;

}

ul.error{
	border:3px solid #990000;
	background:#FFCCCC;
	padding:15px 10px 10px 10px;
	margin:0 0 20px 0;

}

ul.error li{
	font-size:12px;
	color:#990000;
	margin:0 0 5px 0;
	

}.comment2 {
	font-size: 11px;
	color: #F00;
}
