body, pre, blockquote, address, table, td, div, form, h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}
ol, ul, li, dl, dt, dd {
	list-style: none;
	text-decoration: none;
	line-height: 0;
}
fieldset, img {
	border: 0;
}
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
	-webkit-text-size-adjust: none;/* iPhoneでの文字サイズ自動修正を使わない*/
}
*:first-child + html body {	/* for IE7 */
	font-family: "メイリオ", "Meiryo";
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
body {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "Osaka", sans-serif;
	font-size: 13px;
	color: #181818;
	line-height: 1.8;
}
body.cx_smartphoneview {
	font-size: 140%;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
.cx_smartphoneview .pc {
	display: none !important;
}
.cx_smartphoneview .sp {
	display: block !important;
}
p {
	font-weight: normal;
	background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==") repeat scroll 0 0;
}
.f-left {
	float: left;
}
.f-right {
	float: right;
}
 


#fp-wrap{
	background:url(../img/bg_topline.png) repeat-x left top, url(../img/bg_02.png) left top;
}
.header{
	width: 620px;
	height: 396px;
	position: relative;
	display: block;
	background: url(../img/bg_header.png) repeat-x center top;
	margin-left: 10px;
}
.header h1{
	display: block;
	padding-top: 52px;
	margin-left: -10px;
}
.lineup{
	text-indent: -9999px;
	position: absolute;
	background: url(../img/lineup.png) no-repeat;
	width: 292px;
	height: 48px;
	top: 334px;
	left: 167px;
}
.contents_wrap {
	width: 620px;
	margin: 0 auto;
	background: rgba(255,253,242,0.7);
	padding-bottom: 20px;
}
.contents_wrap .main_block{
	padding:0 20px;
	margin: 20px 0 50px;
}
.contents_wrap .main_block p .day{
	display: block;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.0;
}


.contents_wrap .main_block p .day span{
	font-size: 140%;
}


.contents_wrap .main_block p .time{
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
}
.contents_wrap .main_block p .time span{
	font-size: 140%;
}


.contents_wrap .main_block:first-child{
	padding-right: 37px;
	margin-right: 2px;
	background: url(../img/line_tate.png) repeat-y top right;
}
.contents_wrap .main_block h3{
	padding-bottom: 2px;
	padding-top: 3px;
	margin-bottom: 15px;
	border-bottom: 2px solid #cdb467;
}
.contents_wrap .sub_block{
	margin: 0 20px 35px 20px; 
}
.contents_wrap .sub_block h3{
	padding: 15px 15px 10px;
	line-height: 1;
	color: #fff;
	font-size: 24px;
	margin-bottom: 5px;
}
.contents_wrap .sub_block h3 span{
	font-size: 70%;
}

.contents_wrap .sub_block h3.red{
	background: url(../img/header_red_2.png) repeat left top;
}

.contents_wrap .sub_block h3.yellow{
	background: url(../img/header_bg_2.png) repeat left top;
}

.contents_wrap .sub_block .time p{
	font-size: 18px;
	padding: 2px 15px;
	font-weight: bold;
	line-height: 1.5;
}
.contents_wrap .sub_block .time p span{
	font-size: 140%;
}


.contents_wrap .foot{
	width: 100%;
	height: 52px;
	background: url(../img/logo_under.png) no-repeat center bottom;
	text-indent: -9999px;
	margin-top: 60px;
}

.event{margin:0 20px; padding:10px; background-color:#fff;}
.event img{float:left; margin-right:10px;}
.event h3{font-size:140%; font-weight:bold; color:#000;}

/*ボタンスタイル*/
.event a.btn{
    cursor:pointer;
    font-size: 125%;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    border:none;
    padding:8px;
    text-decoration:none;
    font-weight:bold;
    color:#ffffff;
    margin:20px auto 0;
    display: block;
    text-align: center;
    background-color:#f00;
}
/*ボタン マウスオーバー時*/
.event a.btn:hover {
    background-color:#f33;
}

/*-----------スマほ-----------*/



.cx_smartphoneview .contents_wrap .sub_block h3{

	font-size: 30px;
}

.cx_smartphoneview .contents_wrap .sub_block .time p{
	font-size: 22px;
	padding: 2px 12px;
}


.cx_smartphoneview .contents_wrap .main_block p .day{
	font-size: 28px;
}
.cx_smartphoneview .contents_wrap .main_block p .time{

	font-size: 22px;
}

.event .event_text{float:left; width:400px;}
.cx_smartphoneview .event{text-align:center;}
.cx_smartphoneview .event img{float:none; margin:0 auto; width:200px; height:auto;}
.cx_smartphoneview .event .event_text{float:none; width:100%;}
