@charset "utf-8";
/* CSS Document */
.accordionClick {
	margin-top: 3px;
}
.accordionClick li {
	margin-top: -3px;
}
.accordionClick li li {
	background: rgba(254,129,129,0.6);
	background-image: none;
	text-align: center;
	margin: 0 auto;
	width: 158px;
	height: 33px;
	line-height: 33px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	border: 1px solid #FFF;
	border-top: none;
}
.accordionClick li li a {
	display: block;
}
.accordion dd {
	background: rgba(254,129,129,0.6);
	background-image: none;
	text-align: center;
	margin: 0 auto;
	width: 158px;
	height: 33px;
	line-height: 33px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	border: 1px solid #FFF;
	border-top: none;
	display: block;
}
#rightcontent {
	width: 760px;
!	height: 915px;
	float: left;
	padding-left: 30px;
}
#rightcontent dl {
	margin: 10px;
}
#rightcontent dt {
	width: 450px;
	text-align: left;
	line-height: 30px;
	padding-left: 10px;
	border-bottom: #999 solid 1px;
	float: left;
}
#rightcontent dd {
	float: left;
	margin-top: -27px;
	margin-left: 100px;
}
#rightcontent #faq {
	border-bottom: none;
	padding-left: 13px;
}
#rightcontent dd#faqtext {
}
#contactfome {
	height: 550px;
	padding: 10px;
	width: 600px;
	-webkit-border-radius: 8px;
			-moz-border-radius: 8px;
			-o-border-radius: 8px;
			-ms-border-radius: 8px;
		border-radius: 8px;
	background: #FCC;
	border: #999 solid 1px;
	position: relative;
	
	/* box-shadow */
	-moz-box-shadow: rgba(0, 0, 0, 0.6) 5px 3px 10px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.6) 5px 3px 10px 0px;
	-o-box-shadow: rgba(0, 0, 0, 0.6) 5px 3px 10px 0px;
/* for IE */
	filter: progid:DXImageTransform.Microsoft.Shadow(
		Color=#000000, Strength=12, Direction=135
		);

	box-shadow: rgba(0, 0, 0, 0.6) 5px 3px 10px 0px;
}
#bottan {
	margin: 10px;
	position: absolute;
	right: 25px;
	bottom: 0px;
}

#schedule {
	margin-top: 20px;
	padding: 10px;
	width: 650px;
	height: 500px;
	-webkit-border-radius: 8px;
			-moz-border-radius: 8px;
			-o-border-radius: 8px;
			-ms-border-radius: 8px;
		border-radius: 8px;
	background: #FCC;
	border: #999 solid 1px;
	
	/* box-shadow */
	-moz-box-shadow: rgba(0, 0, 0, 0.6) 5px 3px 10px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.6) 5px 3px 10px 0px;
	-o-box-shadow: rgba(0, 0, 0, 0.6) 5px 3px 10px 0px;
/* for IE */
	filter: progid:DXImageTransform.Microsoft.Shadow(
		Color=#000000, Strength=12, Direction=135
		);

	box-shadow: rgba(0, 0, 0, 0.6) 5px 3px 10px 0px;
}
