#container #left-col h2 p.title {
	margin-bottom: 0!important;
}
#container #left-col h2 p {
	display: inline-block;
	margin: 0;
	padding: 0;
}
#container #left-col #contents-body #contents-block h3 {
	display: inline-block;
	font-size: 1.6em;
	font-weight: bolder;
	text-align: right;
	border-bottom: #F60 2px solid;
	margin-bottom: 1em;
	width: 100%;
}

#container #left-col #contents-body #contents-block #faq-order, #container #left-col #contents-body #contents-block #faq-delivery, #container #left-col #contents-body #contents-block #faq-payment, #container #left-col #contents-body #contents-block #faq-other {
	width: 100%;
	margin: 0.5em 0 5em auto;
}

#container #left-col #contents-body #contents-block #faq-order h4, #container #left-col #contents-body #contents-block #faq-delivery h4, #container #left-col #contents-body #contents-block #faq-payment h4, #container #left-col #contents-body #contents-block #faq-other h4 {
	font-size: 1.6em;
	font-weight: bolder;
	text-align: right;
	text-shadow: 2px 2px 1px #ccc;
	color: #555;
	border-bottom: 3px groove #999;
	margin-bottom: 1em;
	padding-top: 0.3em;
	padding-right: 0.5em;
	padding-bottom: 0.3em;
	background: #eee;
}

#container #left-col #contents-body #contents-block .ques {
	margin-left: 1.2em;
}
#container #left-col #contents-body #contents-block .ques dt {
	font-size: 1.6em;
	font-weight: bolder;
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #ccc;
	color: #03C;
	text-shadow: 1px 1px 1px #eee;
}
#container #left-col #contents-body #contents-block .ques dd {
	font-size: 1.4em;
	padding-left: 1.6em;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	border-bottom: 2px solid #ddd;
}
#container #left-col #contents-body #contents-block .ques dd a {
	font-size: inherit;
	text-decoration: underline;
	margin: auto 0.2em;
	color: #C30;
}
#container #left-col #contents-body #contents-block .ques strong.phone {
	font-size: 1.4em;
	color: #C30;
	margin: auto 0.2em;
}
#container #left-col #contents-body #contents-block .ques table {
	width: 99%;
	border: 1px solid #ccc;
	margin: 0.5em auto;
}
#container #left-col #contents-body #contents-block .ques th {
	font-size: 1.2em;
	font-weight: bolder;
	white-space: nowrap;
	text-align: left;
	vertical-align: top;
	padding: 0.2em 0.5em;
	border-bottom: 1px solid #ccc;
	background: #eee;
}
#container #left-col #contents-body #contents-block .ques td {
	font-size: 1.2em;
	text-align: left;
	padding: 0.2em 0.5em;
	border-bottom: 1px solid #ccc;
}

#container #left-col #contents-body #contents-block #gotoForm {
	width: 60%;
	height: auto;
	text-align: center;
	font-size: 1.2em;
	margin: 0 auto 1em auto;
	border: 1px solid #666;
	padding: 1em 2em;
	
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );

}

#container #left-col #contents-body #contents-block #gotoForm p {
	color: #777;
}

#container #left-col #contents-body #contents-block #gotoForm a:link, #container #left-col #contents-body #contents-block #gotoForm a:visited {
	display: inline-block;
	width: 7em;
	height: 3em;
	line-height: 3em;
	color: #fff;
	font-size: 1.3em;
	font-weight: bolder;
	margin: 0.5em 1em;
	padding: 0 2em;
	border-radius: 0.2em;

	background: #2c539e;
	background: -moz-linear-gradient(top,  #2c539e 0%, #2c539e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c539e), color-stop(100%,#2c539e));
	background: -webkit-linear-gradient(top,  #2c539e 0%,#2c539e 100%);
	background: -o-linear-gradient(top,  #2c539e 0%,#2c539e 100%);
	background: -ms-linear-gradient(top,  #2c539e 0%,#2c539e 100%);
	background: linear-gradient(to bottom,  #2c539e 0%,#2c539e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c539e', endColorstr='#2c539e',GradientType=0 );

}

#container #left-col #contents-body #contents-block #gotoForm a:hover {
	
}