@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
	font-family:'Lucida Grande',
	'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
	Meiryo, メイリオ, sans-serif;
	font-size: 14px;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

img {
	max-width:100%;
}

table {
	width:100%;
}

a,a:hover {
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	text-decoration: none;
}

a img:hover {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

body {
	background-color: #ffffff;
}
#container {
	/*width: 1130px;*/
	width: 320px;
	line-height: 0;
	background-color: #ffffff;
	margin: 0px auto 0 auto;
}
/*@media only screen and (min-device-width:320px) and (orientation:portrait) {*/
	#container { width: 320px; }
/*}*/
@media only screen and (max-device-width:480px) and (orientation:landscape) {
	#container { width: 480px; }
}

#content .ind-maintxt {
	display: block;
	padding: 10px 0;
	font-size: 10px;
	line-height: 1.4em;
	text-align: center;
}
#content #flash {
	margin: 0 0 10px;
}
#content #r18 {
	display: block;
	position: relative;
	text-align: center;
}
#content #r18 a.enter {
	display: inline-block;
	padding: 4px 0 0;
	width: 120px;
}
#content #r18 a.exit {
	display: inline-block;
	padding: 15px 0 0;
	font-size: 11px;
	line-height: 1.2em;
}
#content #icon_r18 {
	margin: 0;
	width: 40px;
}
#content #notice {
	text-align: center;
	color: #777777;
	padding: 0;
	font-size: 10px;
	line-height: 1.4em;
}
.ind-cmt {
	background: #f6f6f6;
	border: 4px #fff solid;
	box-shadow: 0px 0px 0px 5px #f6f6f6;
	box-sizing: border-box;
	padding: 24px 23px;
	margin: 15px 0 30px;
}
.ind-cmt ul {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
}
.ind-cmt ul li {
	padding: 12px 0;
	font-size: 14px;
	line-height: 1.4em;
	text-align: left;
}
.ind-cmt ul li h1 {
	display: block;
	border-bottom: 6px #c3c3c3 double;
	padding: 0 0 12px;
	margin: 0;
	font-size: 14px;
	line-height: 1.2em;
	text-align: center;
}
.ind-cmt ul li h2 {
	display: block;
	padding: 4px 0;
	margin: 0;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3em;
}
.ind-cmt ul li h3 {
	display: block;
	padding: 0;
	margin: 0;
	font-size: 11px;
	line-height: 1.4em;
}


#info {
	line-height: 1.5;
	font-size: 80%;
	max-height: 180px;
	overflow: scroll;
	margin-bottom: 20px;
}
#info p {
	padding: 10px 10px;
}
#info p span {
	background: url(../images/bg_date.jpg) no-repeat center center;
	background-size: contain;
	font-size: 85%;
	text-align: center;
	width: 14%;
	color: #ffffff;
	display: inline-block;
	margin-right: 5px;
}
#info p.title {
	color: #2f3d96;
	padding-bottom: 0px;
}
#info p.detail {
	border-bottom: 1px solid #cccccc;
}
#link {
	display: table;
	margin-bottom: 20px;
}
#link a {
	display: block;
}
#link a img {
	float: left;
	width: 50%;
}

/*@media only screen and (min-device-width:320px) and (orientation:portrait) {*/
	#link {
		width: 320px;
	}
	#menu {
		display: table-cell;
		width: 316px;
		padding: 0 2px 0 2px;
	}
	#menu ul li {
		float: left;
		width: 157px;
		padding-left: 1px;
		margin-bottom: 2px;
	}
	#menu ul li a {
		display: block;
	}
	#footer1 {
		background: url(../images/bg_link.jpg) no-repeat;
		background-size: contain;
		min-width: 320px;
		min-height: 56px;
		width: 320px;
		height: 56px;
		position: relative;
	}
	#footer1 a {
		width: 65px;
	}
	#footer1 a img.home {
		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 65px;
	}
	#footer1 a img.pc {
		position: absolute;
		right: 0px;
		bottom: 0px;
		width: 65px;
	}
	#footer2 {
		background: url(../images/bg_footer.jpg) no-repeat;
		background-size: contain;
		min-width: 320px;
		min-height: 90px;
		width: 320px;
		height: 90px;
		position: relative;
		line-height: 1.8;
		font-size: 80%;
		padding-left: 10px;
	}
	#footer2 a img {
		width: 74px;
		height: 80px;
		position: absolute;
		top: 4px;
		right: 0px;
	}
	#footer2 p.time {
		padding: 10px 0;
	}
	#footer2 p a.tel {
		text-decoration: underline;
	}
	#copyright {
		line-height: 2.0;
		font-size: 70%;
		text-align: center;
		margin-top: 0px;
		padding-bottom: 3px;
	}
	#copyright p a {
		display: inline-block;
		color: #333333;
		padding-top: 3px;
	}
	#go_top {
		display: block;
		position: fixed;
		right: 3px;
		bottom: 5px;
	}
	#go_top a img {
		width: 50px;
		height: 50px;
		filter:alpha(opacity=60);
		-moz-opacity: 0.6;
		opacity: 0.6;
	}
/*}*/
@media only screen and (max-device-width:480px) and (orientation:landscape) {
	#link {
		width: 480px;
	}
	#menu {
		display: table-cell;
		width: 476px;
		padding: 0 2px 0 2px;
	}
	#menu ul li {
		float: left;
		width: 237px;
		padding-left: 1px;
		margin-bottom: 2px;
	}
	#menu ul li a {
		display: block;
	}
	#footer1 {
		background: url(../images/bg_link.jpg) no-repeat;
		background-size: contain;
		min-width: 480px;
		min-height: 84px;
		width: 480px;
		height: 84px;
		position: relative;
	}
	#footer1 a {
		width: 97px;
	}
	#footer1 a img.home {
		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 97px;
	}
	#footer1 a img.pc {
		position: absolute;
		right: 0px;
		bottom: 0px;
		width: 97px;
	}
	#footer2 {
		background: url(../images/bg_footer.jpg) no-repeat;
		background-size: contain;
		min-width: 480px;
		min-height: 135px;
		width: 480px;
		height: 135px;
		position: relative;
		line-height: 2.6;
		font-size: 100%;
		padding-left: 10px;
	}
	#footer2 a img {
		width: 111px;
		height: 120px;
		position: absolute;
		top: 4px;
		right: 0px;
	}
	#footer2 p.time {
		padding: 10px 0;
	}
	#copyright {
		line-height: 2.0;
		font-size: 70%;
		text-align: center;
		margin-top: 0px;
	}
	#go_top a img {
		width: 75px;
		height: 75px;
	}
}
/*
	#footer1 {
		background: url(../images/bg_link.jpg) no-repeat;
		background-size: contain;
		min-width: 320px;
		min-height: 56px;
		width: 320px;
		height: 56px;
		position: relative;
	}
	#footer1 a {
		width: 65px;
	}
	#footer1 a img.home {
		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 65px;
	}
	#footer1 a img.pc {
		position: absolute;
		right: 0px;
		bottom: 0px;
		width: 65px;
	}
*/

#content #detail #schedule .w_on {
	background-color: #ffffbf;
}

p.error {
	display:block;
	padding:10px 0;
	margin:0;
	line-height:normal;
	color:#F00;
}
