@charset "shift_jis";
/* CSS Document */
div#contents p.worn {
	font-size:12px;
	padding:2px 5px;
	background:#DEF;
	color:#C00;
}
div#contents h3 {
	margin:10px 0px 10px 60px;
	padding:5px;
	font-size:30px;
	color:#333;
	clear:both;
}
div#contents div#inquire {
	margin-left:60px;
	width:600px;
}
input#name {
	width:200px;
}
input#mail {
	width:200px;
}
textarea#comment {
	width:400px;
	height:120px;
}
div#inquire table {
	border-collapse:collapse;
	width:100%;
}
div#inquire table th {
	border:solid 1px #999;
	padding:10px;
	vertical-align:top;
	background:#DEF;
	font-size:14px;
	color:#333;
	width:140px;
}
div#inquire table td {
	border:solid 1px #999;
	padding:5px;
	font-size:14px;
}
div#inquire table td span{
	font-size:0.9em;
	color:#666;
}
div#finish {
	margin-left:30px;
}
div#finish h4 {
	padding:5px 10px;
}
div#finish p {
	font-size:14px;
	padding:5px 10px;
}
div#prev{
	float:left;
	text-align:center;
	margin:0px 0px 20px 0px;
}
div#next{
	float:right;
	text-align:center;
	margin:20px 0px 60px 0px;
}
div#prev button,
div#next button {
	display : block;
	text-align : center;
	padding : 5px 5px;
	width : 200px;
	cursor:pointer;
	font-weight : bold;
	color : #333;
	background : #CFF;
	border:outset 1px #999;
}
div#prev button:hover,
div#next button:hover {
	color : #300;
	background : #EFF;
	border : inset 1px #999;
	text-decoration:underline;
}




#faq_c {
	margin: 0px;
	padding:0 0 20px 0;


}

#faq_c .imgright {
	width: 150px;
	float: right;
	margin:0;
	padding:0;
}

#faq_c .txt {
	width: 440px;
	float: left;

}


#faq_c p {
	padding:5px;
	line-height:1.2em;
	font-size:15px;
}




#faq_c a:hover img{
   filter: alpha(opacity=80);
   -ms-filter: "alpha(opacity=80)";
   -khtml-opacity: 0.8;
   -moz-opacity: 0.8;
   opacity: 0.8;
}

