

@charset "shift_jis"; 

/* Reset */
h1,h2,h3,h4,h5,h6,p,blockquote,ul,ol,dl,li,dt,dd,form {
	margin:0;
	padding:0;
	font-weight:normal;
}
li,dt,dd {list-style: none;}
img {
	border: none;
	max-width:100%;
	vertical-align:top;
}
div {
	box-sizing: border-box;
}

body {
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	line-height:1.5em;
	padding:0;
	margin:0;
	color:#333;
}
.caution {
	color:#DD0000;
}

/* Link */
a:link{
	color:#0066cc;
	text-decoration:underline;
}
a:visited{
	color:#0066cc;
}
a:active{}
a:hover{text-decoration:none;}




/* module CSS
------------------------------------------ */
.tL {text-align: left;}
.tR {text-align: right;}
.tC {text-align: center;}
.fL {float: left;}
.fR {float: right;}
.pd00 {padding-bottom: 0 !important;}
.pd05 {padding-bottom: 5px !important;}
.pd10 {padding-bottom: 10px !important;}
.pd20 {padding-bottom: 20px !important;}
.pd30 {padding-bottom: 30px !important;}
.pd40 {padding-bottom: 40px !important;}
.mb00 {margin-bottom: 0 !important;}
.mb05 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.fz12 {font-size: 12px !important;}
.fz14 {font-size: 14px !important;}
.fz16 {font-size: 16px !important;}
.fz18 {font-size: 18px !important;}

.cRed {color:#CC0000;}




/* Clearfix */
.clearfix {
	zoom: 100%;
}
.clearfix:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.clr{
	clear:both
	 height:0;
	margin:0;
	padding:0;
	line-height:100%;
	font-size:0;
}

span.pcbr{
	display:none;
}
.pc_none {
	display:none;
}
.blockbr {
	display: inline-block;
}

#wrapper {
	width:100%;
	background: #3e3a39;
}


/* ------------------------------
Header
------------------------------ */
#header {
	max-width: 970px;
	margin: 0 auto;
}
h1 {
	text-align:center;
	background-color:#FFF;
}

h1 img{
	max-width:100%;
	vertical-align:top;
}

h2 {
	font-size:34px;
	font-weight: bold;
	padding:10px;
	text-align:center;
	line-height:120%;
	color:#FFFFFF;
	background:#00b0ec;
}


/* ------------------------------
Footer
------------------------------ */
#footer{
	max-width: 970px;
	margin: 0 auto;
	padding: 10px 40px 0 40px;
	background-color: #FFF;
	text-align: center;
	color: #666;
	font-size: 12px;
}
#footer .organizer {
	margin-bottom: 10px;
}
#footer .link {
	margin-bottom: 10px;
}
#footer .link li {
	display: inline-block;
}
#footer .link li:after {
	content: '｜';
}
#footer .link li:last-of-type:after {
	content: '';
}

/* ------------------------------
Contents
------------------------------ */
#contents {
	max-width: 970px;
	background: #FFF;
	margin: 0 auto;
	padding: 0 4%;
}

.section {
	padding: 40px 0;
	border-bottom: solid 1px #CCC;
}

.article {}

.article h3 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 120%;
}

.article ul.notes {
	margin: 10px 0;
}
.article ul.notes li {
	text-indent: -1em;
	padding-left: 1em;
}


/* ------------------------------
Flow
------------------------------ */
.flow {
	max-width: 640px;
	margin: 0 auto 20px auto;
}


.flow .inner {
	margin: 0 auto 20px auto;
	position: relative;
}

.flow .inner:after{
	content: '';
	position: absolute;
	bottom: -9px;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #e5e5e5;
}
div.flow .inner:last-of-type:after {
	border: none;
}



.flow .inner dl {
	background-color: #e5e5e5;
	margin-bottom: 0px;
	padding: 10px;
	border-radius: 4px;
	overflow: hidden;
}

.flow .inner dl dt {
	float: left;
	font-size: 22px;
	font-weight: bold;
	width: 22px;
	color: #FFF;
	background-color: #666;
	display: inline-block;
	text-align: center;
	border-radius: 4px;
	padding: 10px;
}

.flow .inner dl dd {
	margin-left: 60px;
}


/* ------------------------------
Preceding
------------------------------ */
.precede {
	border: solid 1px #cccccc;
	line-height: normal;
	color: #333;
	box-shadow: 0px 0px 8px rgba(102, 102, 102, 0.2);
	-moz-box-shadow: 0px 0px 8px rgba(102, 102, 102, 0.2);
	-webkit-box-shadow: 0px 0px 8px rgba(102, 102, 102, 0.2);
	-o-box-shadow: 0px 0px 8px rgba(102, 102, 102, 0.2);
	-ms-box-shadow: 0px 0px 8px rgba(102, 102, 102, 0.2);
	max-width: 750px;
	margin: 0 auto;
}

.precede .title {
	border-bottom: 1px solid #b3b3b3;
	font-size: 24px;
	font-weight: bold;
	padding: 15px 5px 10px 5px;
	text-align: center;
	margin-bottom: 0;
}

.precede .title img {
	vertical-align: top;
	margin-right: 10px;
}


.precede .inner {
	max-width: 500px;
	margin: 0 auto;
	padding: 0 10px;
}

.precede .inner .period {
	text-align: center;
	font-weight: bold;
	padding: 30px 0;
	margin: 0;
}
.precede .inner dl.period dt {
	display: inline;
	font-size: 16px;
	font-weight: bold;
	background-color: #b2e3ff;
	padding: 4px 10px;
}
.precede .inner dl.period dd {
	display: inline;
	font-size: 18px;
	font-weight: bold;
	padding-top: 3px;
	margin-left: 0.5em;
}

.precede .inner .notes {
	list-style: none;
	line-height: 150%;
	margin: 8px 0 20px 0;
	padding-left: 0;
	color: #CC0000;
}


/* ------------------------------
Button
------------------------------ */
.btnContainer01 {
	margin: 0 auto;
}
.btnContainer01 a {
	font-weight: bold;
	display: block;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	margin: 0 auto;
	text-shadow: 1px 1px 1px #666;

	transition: background-color 0.2s ease-out 0s, border-color 0.2s ease-out 0s;
	-moz-transition: background-color 0.2s ease-out 0s, border-color 0.2s ease-out 0s;
	-webkit-transition: background-color 0.2s ease-out 0s, border-color 0.2s ease-out 0s;
	-o-transition: background-color 0.2s ease-out 0s, border-color 0.2s ease-out 0s;
	-ms-transition: background-color 0.2s ease-out 0s, border-color 0.2s ease-out 0s;

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px; 

	box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2);
}

	/* チケットのお申込はこちら */
	.btnContainer01 a.btn01 {
		width: 100%;
		font-size: 20px;
		padding: 14px 0;
		background-color: #ff6600;
		color: #FFF;
	}
	.btnContainer01 a.btn01:hover {
		background-color: #ff8533;
	}

	/* お申込確認はこちら */
	.btnContainer01 a.btn02 {
		width: 100%;
		font-size: 20px;
		padding: 14px 0;
		background-color: #0099cc;
		color: #FFF;
	}
	.btnContainer01 a.btn02:hover {
		background-color: #33add6;
	}

	/* 登録はこちら */
	.btnContainer01 a.btn03 {
		width: 100%;
		font-size: 24px;
		padding: 22px 0;
		background-color: #e4004f;
		color: #FFF;
	}
	.btnContainer01 a.btn03:hover {
		background-color: #e93372;
	}

	/* 登録内容の変更はこちら */
	.btnContainer01 a.btn04 {
		width: 100%;
		font-size: 20px;
		padding: 14px 0;
		background-color: #f19600;
		color: #FFF;
	}
	.btnContainer01 a.btn04:hover {
		background-color: #f4ab33;
	}

	/* チケット販売詳細はこちら */
	.btnContainer01 a.btn05 {
		max-width: 500px;
		font-size: 20px;
		padding: 14px 0;
		background-color: #00c2f2;
		color: #FFF;
	}
	.btnContainer01 a.btn05:hover {
		background-color: #33cef5;
	}

	/* リンクなし */
	.btnContainer01.nolink {
		font-size: 20px;
		font-weight: bold;
		display: block;
		text-align: center;
		padding: 14px 0;
		text-decoration: none;
		background-color: #999;
		color: #FFF;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5pxm;
		-ms-border-radius: 5px; 
	}


/* ------------------------------
Entry button
------------------------------ */
.entry_btn {
	max-width: 500px;
	margin: 0 auto 0 auto;
	padding:0;
}

.entry_btn .notes li {
	margin-top: 0;
}

/* ------------------------------
チケット販売受付に関して
------------------------------ */
.important01 {
	background-color:#fce5ed;
	padding: 4%;
}
.important01 h3 {
	border-bottom: solid 1px #e50150;
}



/* #### */
@media screen and (max-width: 970px){

#contents {
	padding: 0 4%;
}
#footer {
	padding: 20px 4% 0 4%;
}

/* #### */
}




/* #### */
@media screen and (max-width: 768px){
.precede .title span.br1 {
	display: inline-block;
	padding-top: 5px;
}
/* #### */
}




/* #### */
@media screen and (max-width: 640px){

span.smtbr{
	display:none;
}
span.pcbr{
	display:inline;
}

#contents {}


#header h2 {
	font-size: 22px;
	padding: 5px 10px;
}

.section {
	padding: 20px 0;
}

.article h3 {
	font-size: 20px;
	margin-bottom: 10px;
}

/* Precede */
.precede .inner .period {
	padding: 15px 0 30px 0;
}
.precede .title {
	font-size: 18px;
}
.precede .title span.br2 {
	display: inline-block;
}
.precede .inner dl.period dt {
	display: block;
	text-align: center;
}

/* Flow */
.flow .inner dl dd {
	margin-left: 50px;
}

/* Button */
.btnContainer01 a.btn01,
.btnContainer01 a.btn02,
.btnContainer01 a.btn05 {
	font-size: 18px;
}
.btnContainer01 a.btn03 {
	font-size: 22px;
}
.btnContainer01 a.btn04 {
	font-size: 18px;
}
.btnContainer01.nolink {
	font-size: 18px;
}

/* ------------------------------
チケット販売受付に関して
------------------------------ */
.important01 {
	padding: 4%;
}

/* #### */
}






