@charset "utf-8";
/* CSS Document */

div#main div#about {
	margin-bottom: 2em;
}
div#main div#about dl dt {
	margin-top: 1.5em;
}
div#main p.lead {
	margin: 0.5em 0px 0px 40px;
}
div#main div.keitaiPC h4 {
	margin-top: 1em;
}
div#main div.keitaiPC dl.qrcode {
	width: 450px;
}
div#main div.keitaiPC dl.qrcode dd.qr {
	margin: 0.5em 10px 0px 0px;
	padding-left: 15px;
	width: 100px;
	float: left;
}
div#main div.keitaiPC dl.qrcode dd.qr img{
	max-width: 100%;
}
div#main div.keitaiPC dl.qrcode dd.text {
	margin: 0px;
	width: 325px;
	float: right;
}
@media screen and (max-width : 760px ){
div#main div.keitaiPC dl.qrcode {
	width: auto;
}
div#main div.keitaiPC dl.qrcode dd.qr {
	width: auto;
	float: none;
}
div#main div.keitaiPC dl.qrcode dd.text {
	width: auto;
	float: none;
}
}
div#main div.keitaiPC dl.qrcode dd.text dl {
	margin-bottom: 1em;
}
div#main div.keitaiPC dl.qrcode dd.text dt {
	margin-top: 0.5em;
	font-weight: normal;
}
div#main div.keitaiPC dl.qrcode dd.text dd {
	margin-top: 0px;
	line-height: normal;
}
div#main div.keitaiPC dl.forPC dd.button {
	margin: 0.5em 0px 0px 0px;
	padding-left: 15px;
	width: 185px;
	height: 65px;
	float: left;
}
div#main div.keitaiPC dl.forPC dd.text {
	margin: 0.5em 0px 0px 0px;
	width: 305px;
	float: left;
	line-height: 65px;
}
@media screen and (max-width : 760px ){
div#main div.keitaiPC dl.forPC dd.button {
	width: auto;
	float: none;
}
div#main div.keitaiPC dl.forPC dd.text {
	width: auto;
	float: none;
	line-height: 1.5;
}
}
/* Start clear fix */
div#main div.keitaiPC dl.qrcode:after,
div#main div.keitaiPC dl.forPC:after {
	display: block;
	clear: both;
	content: ""; 
}
/* End clear fix */
div#main div.kotei p img {
	padding: 0px 5px;
	vertical-align: middle;
}
div#main div.kotei p em {
	display:block;
}
div#main div.kotei table {
	border-top: solid 1px #999999;
	border-right: solid 1px #999999;
}
div#main div.kotei table th {
	padding: 7px;
	background-color: #ffffbf;
	border-bottom: solid 1px #999999;
	border-left: solid 1px #999999;
	text-align: left;
	white-space: nowrap;
}
div#main div.kotei table td {
	padding: 7px;
	border-bottom: solid 1px #999999;
	border-left: solid 1px #999999;
	line-height: 1.5;
}
div#main div.kotei table td.figure {
	vertical-align: middle;
}
@media screen and (max-width : 760px ){
div#main div.kotei table th,
div#main div.kotei table td {
	display: block;
}
div#main div.kotei table td.figure {
	text-align: center;
}
}
div#main div.kotei table td p.note {
	margin-left: 0px;
	color: #333;
}
div#main div#qa dl {
	padding-bottom: 1em;
	background-image: url(../img/yoyaku/dot_line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
div#main div#qa dl.last {
	padding-bottom: 0px;
	background: none
}
div#main div#qa dl dt {
	margin-top: 1em;
	padding: 0px;
	background: none;
	color: #333;
	line-height: 1.5;
}
/* Start clear fix */
div#main div#qa dl:after,
div#main div#qa dt:after,
div#main div#qa dd:after {
	display: block;
	clear: both;
	content: ""; 
}
/* End clear fix */
div#main div#qa dd {
	margin-left: 0px;
}
div#main div#qa dl dt span.qa,
div#main div#qa dl dd span.qa {
	width: 20px;
	float: left;
	color: #0a7e2f;
}
div#main div#qa dl dt span.text,
div#main div#qa dl dd span.text {
	width:480px;
	float: left;
}
div#main div#qa dl dd span.qa {
	padding-top: 0.5em;
	color: #f6377a;
}
div#main div#qa dl dd span.text {
	padding-top: 0.5em;
}
@media screen and (max-width : 760px ){
div#main div#qa dl dt span.qa,
div#main div#qa dl dd span.qa,
div#main div#qa dl dt span.text,
div#main div#qa dl dd span.text {
	width: auto;
	float: none;
}
}