
/* #system section */
#system h3 {
	color: #f30;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 12px 0;
}

#system #fee {
	background: #fffff0;
	padding: 4px 10px 6px 10px;
	margin: 0 6px;
	border: #fc3 solid 2px;
}

#system #fee dl {
	font-family: 'Federo';
	font-weight: bold;
	margin: 0 auto;
}


#system #fee dl#price dt, 
#system #fee dl#designate dt {
	font-size: 18px;
	color: #06c;
	width: 80px;
	float: left;
	clear: left;
	text-align: right;
	padding-top: 7px;
}

#system #fee dl#price dd, 
#system #fee dl#designate dd {
	font-size: 24px;
	color: #f06;
	padding-left: 80px;
	padding-top: 4px;
	text-align: right;
	border-bottom: #ccc dotted 4px;
}

#system #fee dt span, 
#system #fee dd span {
	font-size: 14px;
	vertical-align: baseline;
}

#system #fee ul {
	margin: 16px 0;
}

#system #fee ul li {
	font-size: 14px;
	padding-left: 24px;
	margin-bottom: 6px;
	background: url("../../img/heart.png") no-repeat left top;
	background-size: 15px;
}

#system #option {
	padding: 0 18px;
}

#system #option p {
	margin: 4px 12px;
}

#system #option h3 {
	text-align: left;
	padding: 4px 6px;
	border-bottom: #ccc dotted 3px;
}

#system #option ul li {
	border: #fc3 dotted 3px;
	padding: 6px 16px;
	font-weight: bold;
	white-space: nowrap;
	background: #ffc;
	margin: 0 0 6px 6px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

#system #option ul li span.price {
	color: #f60;
}

#system #option #toplay {
	text-align: center;
	margin-top: 12px;
}


#system #toplay a {
	display: block;
	font-size: 18px;
	padding: 6px 12px;
	color: #f06;
	font-weight: bold;
	background: #fef;
	border: #f06 solid 1px;
	text-decoration: none;
}

#system #toplay a:hover {
	background: #ffd;
	border: #ccc solid 1px;
	text-decoration: underline;

}

/* #question section */
#question p.desc {
	padding: 12px;
}

#question dl {
	margin-top: 16px;
}

#question dl dt {
	background: url("../../img/faq.png") no-repeat -45px top;
	background-size: 80px;
	padding: 0 32px 0 28px;
}

#question dl dt p {
	padding: 6px 12px;
	background: #fffff0;
	background: -moz-linear-gradient(top, #fffff0, #fff 50%, #fff 50%, #fffff0); /* Firefox */  
	background: -webkit-gradient(linear, left top, left bottom, from(#fffff0), color-stop(0.5, #fff), color-stop(0.5, #fff), to(#fffff0));
}

#question dl dd{
	background: url("../../img/faq.png") no-repeat right -45px top 0;
	background-size: 80px;
	padding: 0 28px 0 32px;
	margin-bottom: 6px;
	border-bottom: #ccc dotted 1px;
}

#question dl dd p {
	padding: 6px 12px;
	background: #ddeeff;
	background: -moz-linear-gradient(top, #ddeeff, #eff 50%, #eff 50%, #ddeeff); /* Firefox */  
	background: -webkit-gradient(linear, left top, left bottom, from(#ddeeff), color-stop(0.5, #eff), color-stop(0.5, #eff), to(#ddeeff));
}

#question dl p {
	padding: 12px 18px;
	border: #999 solid 1px;
}

/* #enquete section */
#enquete form {
	padding: 4px 8px;
	background: #ffc;
	text-align: center;
}

#enquete dl {
	text-align: left;
}

#enquete dl dt {
	padding: 6px 16px;
	background: #fcd;
}

#enquete dl dd {
	padding: 16px;
}

#enquete label {
	margin-right: 8px;
	display: inline-block;
}

#enquete option {
	font-size: 14px;
}

#enquete #requestplay{
	font-size: 14px;
	width: 90%;
	max-width: 600px;
}

#enquete textarea {
	width: 90%;
	max-width: 600px;
	height: 100px;
}

#enquete .submit {
	font-size: 18px;
	padding: 8px 24px;
}

#enquete .error {
	border: #f30 solid 1px;
	background: #fee;
	color: #f00;
	padding: 8px 0;
	text-align: center;
	margin: 6px 12px;
}

/* #mailmagazine section */
#mailmagazine .box {
	padding: 18px;
}

#mailmagazine .box div {
	border: #f06 solid 1px;
	padding: 16px 8px;
	margin: 6px 0;
}

#mailmagazine .box form {
	text-align: center;
}

#mailmagazine input {
	font-size: 14px;
}

#mailmagazine input#email {
	width: 90%;
	max-width: 240px;
}

#mailmagazine p span {
	color: #f09;
}


/* #play section */
#play h3 {
	font-size: 24px;
	font-weight: bold;
	margin: 6px 12px;
	padding: 4px 6px;
	border-bottom: #ccc dotted 3px;
}

#play h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 6px 18px;
	color: #36c;
}

#play p {
	margin: 12px 18px;
}

#play ul li {
	border: #fc3 dotted 3px;
	padding: 6px 16px;
	font-weight: bold;
	white-space: nowrap;
	background: #ffc;
	margin: 0 0 6px 6px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

#play dl {
	margin: 12px 18px 36px 18px;
}

#play .play dt {
	color: #f06;
	font-weight: bold;
}

#play .play dd {
	padding: 0 18px;
	margin-bottom: 12px;
}

#play .play dd.price {
	width: 80px;
	padding: 0 0 0 18px;
	float: left;
}

#play .play dd img.thumb{
	width: 80px;
	margin-right: 1em;
	float: left;
}

#play .about {
	font-size: 16px;
	color: #f06;
}


/* #group section */
#group h3 {
	padding: 0 12px;
	font-size: 18px;
	line-height: 28px;
}

#group h4 {
	background: #fe9;
	font-size: 18px;
	color: #f60;
	padding-left: 12px;
}

#group ul {
	margin: 8px 18px;
	border-top: #ccc solid 1px;
	border-left: #ccc solid 1px;
	border-right: #999 solid 1px;
	border-bottom: #999 solid 1px;
}

#group ul li {
	background: #dedede;
	background: -moz-linear-gradient(top, #fff, #f7f7f7 40%, #eaeaea 50%, #e5e5e5 60%, #dedede);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.4, #f7f7f7), color-stop(0.5, #eaeaea), color-stop(0.6, #e5e5e5), to(#dedede));
	border-top: #999 solid 1px;
	border-left: #999 solid 1px;
	border-right: #666 solid 1px;
	border-bottom: #666 solid 1px;
}

#group ul li a {
	display: block;
	padding: 0 12px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	line-height: 48px;
	color: #f6c;
}

#recruit img {
	width: 100%;
}

#recruit #regulation {
	margin: 16px 5px;
	border-radius: 10px; /* CSS3 */
	-webkit-border-radius: 10px; /* Webkit */
	-moz-border-radius: 10px; /* FireFox */
	background: #f06;
}

#recruit #regulation dt {
	width : 60px;
	color: #fff;
	float: left;
	clear: left;
	text-align: center;
	padding: 6px 0;
	border-top: #fff solid 1px;
}

#recruit #regulation dt:first-child {
	border-top: none;
}

#recruit #regulation dd{
	background: #fff;
	padding: 6px;
	margin-left: 60px;
}

#recruit h3 {
	font-size: 16px;
	margin: 0 12px;
	color: #36f;
}

#recruit ul#treat {
	margin: 6px 12px 24px 12px;
}

#recruit ul#treat li {
	background: url("../../img/heart.png") no-repeat left 3px;
	padding: 6px 0 6px 24px;
}

#recruit ul#support {
	margin: 12px 5px;
}

#recruit ul#support li {
	padding: 8px 6px;
	background: #fee;
	border: #fcc dotted 2px;
	margin: 8px;
	text-align: center;
}

#recruit div#contact {
	padding: 8px 6px;
	background: #ffe;
	border: #fcc dotted 2px;
	margin: 8px;
	text-align: center;
}

#recruit div#contact p {
	font-size: 18px;
	line-height: 1.8em;
}

#recruit div#contact p a {
	font-size: 24px;
	color: #39f;
}
#recruit div#support {
	margin: 0 12px;
}

#recruit div#support h4 {
	color: #f06;
}

#recruit div#support p {
	margin: 12px 0;
}

#contact dl dt {
	float: left;
	clear: left;
	width: 60px;
	line-height: 24px;
	text-align: right;
}

#contact dl dd {
	padding-left: 70px;
	line-height: 24px;
	color: #39f;
	text-align: left;
	font-weight: bold;
}

#contact dl dd a {
	color: #39f;
}

#informant {
	text-align: center;
}

#informant p, 
#informant ul, 
#informant dl {
	margin: 1em;
	text-align: left;
}

#informant h3 {
	font-size: 16px;
	color: #039;
	text-indent: 1em;
	text-align: left;
	border-left: #fa3 solid 6px;
	background: #f3f3f3;
	padding: 4px;
	-moz-box-shadow: 2px 2px 3px rgba(100, 100, 100, 0.5);
	-webkit-box-shadow: 2px 3px 1px rgba(100, 100, 100, 0.5);
	box-shadow: 2px 2px 3px rgba(100, 100, 100, 0.5);
}

#informant h4 {
	text-align: left;
}

#informant img {
	width: 100%;
	max-width: 520px;
}

#informant ul {
	list-style: outside disc;
	padding-left: 1em;
}

#informant ul li {
	line-height: 1.8em;
	color: #039;
}

#informant dt {
	width: 64px;
	float: left;
	clear: left;
	color: #750;
	font-weight: bold;
}

#informant dd {
	padding-left: 72px;
	margin-bottom: 1em;
}

#informant p .large {
	font-size: 18px;
}

#informant #contact {
	background: #ffc;
	padding: 1.5em;
	margin: 1em;
	border: #f60 solid 3px;
}

#informant #contact p {
	text-align: center;
	margin: 1em 0 0 0;
	line-height: 1.6em;
}

#informant #contact dl,
#informant #contact dl dd {
	margin: 0;
}

#informant #contact dl dt {
	line-height: 1.8em;
	font-size: 120%;
}

#informant #contact h4 {
	font-size: 120%;
	line-height: 1.8em;
}

#informant #contact dl dd {

}

#informant #contact dl dd a {
	font-size: 120%;
	font-weight: bold;
	line-height: 1.8em;
	text-shadow: 2px 2px 1px rgba(255, 255, 255, 0.8);
}

/* event */
#event .box {
	border: #ccc solid 1px;
	background: #eee;
	padding: 6px;
	margin: 12px 6px;
}

#event .box h3 {
	font-size: 16px;
	color: #f39;
	border-bottom: #f39 dotted 1px;
	margin-bottom: 12px;
}

#event .box img {
	max-width: 100%;
	margin: 6px 0;
}

/* atdate */
ul#atdate {
	display: -webkit-flex; /* Safari */
	display: flex;
}

ul#atdate li {
	margin: 5px;
	text-align: center;
	padding: 5px 0;
	-webkit-flex-grow: 1; /* Safari */
	flex-grow: 1;
	border: solid 1px #f06;
	background: #f6f6f6;
	cursor: pointer;
}

ul#atdate li.current {
	color: #f06;
	font-weight: bold;
	border: double 3px #f06;
	background: #ffd;
	cursor: default;
}

ul#atdate li.hover {
	color: #f06;
	background: #f0f0f0;
}

/* search */
#search-box {
	margin: 0;
	padding: 0;
}

#search-box h3 {
	color: #fff;
	padding: 4px 1em;
	background: #f06;
}

#search-box form{

}

#search-box dl {

}

#search-box dl dt {
	color: #f06;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
	padding: 8px;
	background: #fde url("../../sp/img/icon_plus.png") no-repeat right center;
	background-size: 16px;
	background-origin: content-box;
	border-bottom: #f06 solid 1px;
	position: relative;
}

#search-box dl dt.open {
	background-image: url("../../sp/img/icon_minus.png");
}


#search-box dl dt span {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-shadow: none;
	position: absolute;
	top: 0;
	right: 30px;
	background: #f06;
	padding: 2px 8px;
}

#search-box dl dd {
	padding: 0;
	display: none;
}

#search-box form label {
	color: #777;
	display: block;
	font-size: 16px;
	padding: 8px;
	background: #eee;
	border-bottom: #777 dotted 1px;
	position: relative;
}

#search-box form label.active {
	color: #f06;
	font-weight: bold;
	background: #fff;
}

#search-box form label input {
	position: absolute;
	left: -100px;
	top: 50%;
}

#search-box .clear {
	text-align: right;
}

#search-box .clear a {
	display: inline-block;
	padding: 6px 2em;
	background: #ddd;
	color: #666;
	text-decoration: none;
}

#search-box .clear a:hover {
	background: #eee;
	color: #f06;

}

#search-box #opener {
	position: absolute;
	right: 5px;
	top: 4px;
	color: #fff;
	text-align: right;
	cursor: pointer;
}

#loading {
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -100px;
	z-index: 1000;
	width: 208px;
	height: 13px;
	background: url("../../img/loading.gif") no-repeat left top;
}

.msg {
	text-align: center;
	margin: 16px 0;
	color: #f00;
}




/* modal */
#modal-win {
	width: 100%;
	position: absolute;
}
#modal-win-inner {
	box-shadow: 0 0 5px rgba(0, 0, 0, .25);
	margin: 0 auto;
	position: relative;
	z-index: 101;
}

#modal-bg {
	width: 100%;
	height: 100%;
	background-color: #000000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	cursor: pointer;
}
