﻿@charset "utf-8";
/* css document */



/*--------------------------------------------------------------
event_menu
--------------------------------------------------------------*/
#eventmenu{
	width: 100%;
	height: 70px;
	overflow: hidden;
	position: relative;
	margin: 75px 0 15px 0;
	background-image: url(../img/header_bg_pattern.jpg);
	background-repeat: repeat-x;
	box-sizing: border-box;
}

#eventmenu ul{
	width: 100%;
	height: 70px;
	text-align: center;
	margin: 0 auto 0 auto;
}

/*--------------------------------------------
sp_event
---------------------------------------------*/
.eventtitle{
	width: 100%;
	height: 35px;
	background-color: #000;
	margin: -15px auto -10px auto;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	box-sizing: border-box;
}

.eventtitle span{
	padding: 10px;
	font-size: 25px;
}

.eventtitle em{
	padding: 0 0 15px 0;
	font-size: 12px;
	font-weight: bold;
	color: #d23367;
	font-style: normal;
}

.event_list{
	width: 100%;
	height: auto;
	margin: 0px auto -13px auto;
	text-align: left;
	color: #000;
}

.sp_event_menu {width: 100%;height: auto;margin: 0px auto 0px auto;}
.sp_event_menu img{width: 100%;height: auto;text-align: center;margin: 10px auto -5px auto;border-top: solid 1px #ea3559;}

.sp_event_menu ul {	
	background: url(../img/top_tokudane_back.jpg);
	width: 100%;
	height: auto;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin: -5px auto 10px auto;
	padding: 0;
	list-style: none;
	border-bottom: solid 1px #ea3559;
}

.sp_event_menu li {
	width: 100%;
	height: auto;
	margin: 0px auto 5px auto;
	padding: 5px 3px 5px 3px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.event_title_sp{
	width: 92%;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 25px;
	font-size: 20px;
}

.sp_event_menu label{
	background: #ea3559 url(../img/top_news_icon.png) no-repeat center right;
	width: 100%
	height: auto;
	line-height: 85px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	display: block;
	margin: 0 auto 5px auto;
	padding-left: 6px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="checkbox"].on-off{ display: none;}
input[type="checkbox"].on-off + ul{ height: 0;overflow: hidden;}
input[type="checkbox"].on-off:checked + ul{ height: auto;}