@charset "utf-8";
/*******************************************************************************
イベントポータル
*******************************************************************************/
/*==============================================================================
	レイアウト
==============================================================================*/
#eventportal{
	width:100%;
	text-align:left;
}
#eventportal #content3{
	width:100%;
	background:none;
}
#eventportal #content3 h1{
	font-size:180%;
	border:none;
	text-align:center;
	width:950px;
	margin:0px auto;
	box-sizing: border-box;
	margin-bottom:10px;
}
#eventportal h1 img{
	vertical-align:bottom;
}
#eventportal #pickupbg{
	margin:0px auto 0px auto;
	width: 950px;
	padding:30px 0px;
}
/*------------------------------------------------------------------------------
	背景
------------------------------------------------------------------------------*/
#eventportal #newsbox{
	padding:30px 0px 0px 0px;
	background: #ccedef;
}
#eventportal #important{
	margin:0px 0px 0px 0px;
	padding:0px 0px 30px 0px;
}
#eventportal #newsbg{
	margin:0px 0px 0px 0px;
	padding:0px 0px 30px 0px;
}
#eventportal #topicsbg{
	margin:0px 0px 0px 0px;
	padding:0px 0px 70px 0px;
	background: #ccedef url(images/eventportal/topics_bg.png) repeat-x left bottom;
}
#eventportal #freearea1{
	margin:0px 0px 0px 0px;
	padding:30px 0px 30px 0px;
	background: #f5f0e7;
}
#eventportal #freearea2{
	margin:0px 0px 0px 0px;
	padding:30px 0px 10px 0px;
	background: #FFF url(images/eventportal/freearea2_bg.png) repeat-x left bottom;
}
#eventportal #closingbg{
	margin:0px 0px 0px 0px;
	padding:30px 0px 30px 0px;
	background:  #edf9f9;
}
#eventportal #sbannerbg{
	margin:0px 0px 0px 0px;
	padding:30px 0px 30px 0px;
	background: #FFF;
}
/*------------------------------------------------------------------------------
	ボックス
------------------------------------------------------------------------------*/
#eventportal .topics,
#eventportal .news,
#eventportal .freearea,
#eventportal #closing,
#eventportal #sbanner{
	margin:0px auto 0px auto;
	width:950px;
}
/*==============================================================================
	詳細デザイン
==============================================================================*/
/*------------------------------------------------------------------------------
	カルーセル
------------------------------------------------------------------------------*/
#eventportal #pickup{	
	margin-bottom:30px;
	width:620px;
	float:left;
}
/*　停止・再生ボタン
------------------------------------------------------------------------------*/
#eventportal #scroll_a p.btn{
	top:370px;
}
/*　番号ボタン
------------------------------------------------------------------------------*/
#eventportal #scroll_a .paging{
	top:370px;
}
/*　カルーセルA
------------------------------------------------------------------------------*/
#eventportal #scroll_a{
	width:620px;
	float:left;
}
#eventportal .main_view{
	width:620px;
}
#eventportal #pickup .window{
	width:620px;
	height:400px;
}
#eventportal #pickup .main{
	width:620px;
	height:400px;
}
#eventportal #pickup p.btn button{
	margin: 0px;
	padding: 0px;
	background: none;
	border: none;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor:pointer;
}
#eventportal #pickup p.btn{
	width:55px;
	position:absolute;
	z-index:200;
	overflow:hidden;
}
#eventportal #scroll_a.main_view{
	height:400px;
}
#eventportal #scroll_a .main p.photoleft{
	width:620px;
	height:400px;
}
#eventportal #scroll_a .paging{
	width:500px;
}
/*------------------------------------------------------------------------------
	カウントダウン
------------------------------------------------------------------------------*/
#eventportal .eventpicup{
	padding:15px 10px 15px 20px;
	width:300px;
    overflow:auto;
    float:right;
    box-sizing:border-box;
	border:10px solid #ccedef;
	box-shadow: 0px 0px 2px 0px #FFF inset;
	margin-bottom:30px;
	background: url(images/eventportal/countdown_bg.png) left top;
}
#eventportal .eventpicup h2{
	font-size:150%;
	text-align:left;
	line-height:1.5;
}
#eventportal .eventpicup p.countdown{
	text-align:right;
}
#eventportal .eventpicup p.countdown span{
	margin:0px 5px 0px 5px;
	padding:3px 5px 0px 10px;
	display:inline-block;
	position:relative;
	font-size:220%;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	background: #4a4a4a;
	background: -moz-linear-gradient(top, #4a4a4a 1%, #333333 49%, #111111 49%, #111111 51%, #505050 51%, #3d3d3d 100%);
	background: -webkit-linear-gradient(top, #4a4a4a 1%,#333333 49%,#111111 49%,#111111 51%,#505050 51%,#3d3d3d 100%);
	background: linear-gradient(to bottom, #4a4a4a 1%,#333333 49%,#111111 49%,#111111 51%,#505050 51%,#3d3d3d 100%);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    line-height:1.4;
    letter-spacing:5px;
}
#eventportal .eventpicup p.countdown span:before{
	margin:auto;
	content:"";
	position:absolute;
	background:#111;
	height:15px;
	width:2px;
	left:0px;
	top:0px;
	bottom:0px;
}
#eventportal .eventpicup p.countdown span:after{
	margin:auto;
	content:"";
	position:absolute;
	background:#111;
	height:15px;
	width:2px;
	right:0px;
	top:0px;
	bottom:0px;
}
#eventportal .eventpicup p{
	margin-top:10px;
	font-size:110%;
	line-height:1.5;
	text-align:left;
}
/*------------------------------------------------------------------------------
	イベントを見る
------------------------------------------------------------------------------*/
#epsearch{
	background: #f5f0e7 url(images/eventportal/epsearch_bg.png) repeat;
	width:300px;
	float:right;	padding-bottom: 5px;
	box-shadow: 0px 2px 0px 0px #ccc;
	-webkit-box-shadow: 0px 2px 0px 0px #ccc;
}
#epsearch h2{
    padding: 15px 10px 10px 15px;
    font-size:130%;
    text-align:center;
	background: url(images/eventportal/epsearch_h2.png) no-repeat center top;
}
#epsearch h3{
    margin: 0px 10px 10px 10px;
    padding: 15px 7px 0px 0px;
    font-size:110%;
	line-height: 1.5;
	border-top:1px dotted #c4a571;
}
/*　ボタン
------------------------------------------------------------------------------*/
#epsearch ul.calbtn{
	margin: 0px 0px 15px 15px;
	list-style-type:none;
}
#epsearch ul.calbtn li{
	margin:0px 0px 15px 0px;
    box-shadow: 0px 2px 0px 0px #999;
    -webkit-box-shadow:  0px 2px 0px 0px #999;
	line-height:1.5;
	background:  #ccedef;
	border-radius: 5px;
}
#epsearch ul.calbtn li a{
	padding:10px 10px;
	display:block;
	color:#333333;
	border-radius: 5px;
	text-decoration:none;
	box-sizing: border-box;
}
#epsearch ul.calbtn li a:hover{
	background:#edf9f9;
}
/*	カレンダー	*/
#epsearch ul.calbtn li{
	width:270px;
	font-size:100%;
	font-weight: bold;
	background: #ccedef;
}
#epsearch ul.calbtn li a img{
	margin-right:8px;
	vertical-align:middle	
}
/*	カテゴリのボタン	*/
#epsearch .category ul.catebtn{
	margin: 5px 3px 0px 12px;
	list-style-type:none;
}
#epsearch .category ul.catebtn li{
	margin-right:15px;
	float:left;
}
#epsearch .category ul.catebtn li:nth-child(2n){
	margin-right: 0px;
}
#epsearch .category ul.catebtn li a{
}
/*------------------------------------------------------------------------------
	重要なお知らせ
------------------------------------------------------------------------------*/
#eventportal .topics,#eventportal .news{
	background:#FFFFFF;
}
#eventportal #important .topics{
	border:2px solid #0E798E;
}
#eventportal #important .topics h2{
	background:#0E798E;
	border:1px solid #69c2c7;
	color:#FFF;
}
#eventportal #important .topics p{
	margin:0px 10px 10px 10px;
}
/*------------------------------------------------------------------------------
	新着更新情報
------------------------------------------------------------------------------*/
#eventportal .news ul{
	margin-left:15px;
	margin-right:15px;
}
#eventportal .news ul li span.newsli{
	width:740px;
}
/*------------------------------------------------------------------------------
	トピックス
------------------------------------------------------------------------------*/
#eventportal #topicsbg .topics p{
	margin:0px 10px 0px 10px;
}
/*------------------------------------------------------------------------------
	フリーエリア1
------------------------------------------------------------------------------*/
#freearea1 h2{
	margin-bottom:20px;
	padding-bottom:15px;
	background:url(images/eventportal/title_bg.png) no-repeat center bottom;
	text-align:center;
	font-size:160%;
}
#freearea1 h2:before{
	content: "";
	width: 23px;
	height: 27px;
	padding-left: 50px;
	background:url(images/eventportal/h2_freearea1.png) no-repeat center center;
	-ms-background-size: 23px 27px;
	-moz-background-size:23px 27px;
	-webkit-background-size: 23px 27px;
	background-size: 23px 27px;
	vertical-align: middle;
}
#eventtopics{
	position:relative;
}
#eventportal #topicsmenu{
	margin:0px auto 0px auto;
	padding:0px 30px 10px 30px;
	width:890px;
	position:relative;
}
#eventportal #topicsmenu ul{
	margin:0px;
	list-style:none;
}
#eventportal #topicsmenu ul li{
	margin:10px 20px 10px 10px;
	width:270px;
	float:left;
	_display:inline;
	font-size:100%;
	position:relative;
	background:#FFF;
	box-shadow: 0px 0px 2px 1px #ccc;
	-webkit-box-shadow: 0px 0px 2px 1px #ccc;
}
#eventportal #topicsmenu ul li a,#eventportal #topicsmenu ul li .nolink{
	padding-bottom:10px;
	display:block;
	min-height:270px;
	background:#FFF;
	text-decoration:none;
}
#eventportal #topicsmenu ul li a img{
	margin-bottom:10px;
	vertical-align:bottom;
}
#eventportal #topicsmenu ul li .linktxt,#eventportal #topicsmenu ul li .linktxt2{
	margin:0px 15px 5px 15px;
	display:block;
}
#eventportal #topicsmenu ul li a .linktxt{
	text-decoration:underline;
}
#eventportal #topicsmenu ul li a .linktxt2{
	color:#333333;
}
#eventportal #topicsmenu ul li .label{
	width:126px;
	display: inline-block;
	position: absolute;
	box-sizing: border-box;
	padding: 2px 5px 2px 10px;
	font-size: 85%;
	color: #FFF;
	background: #0e798e;
	top:-10px;
	left:-10px;
}
#eventportal #topicsmenu ul li .label:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border-bottom: solid 10px transparent;
    border-right: solid 10px #999;
}
/*	送るボタン
------------------------------------------------------------------------------*/
#eventportal #topicsroll{
	list-style:none;
	cursor:pointer;
}
#eventportal #topicsroll li.forward{
	position:absolute;
	top:110px;
	left:-5px;
	z-index:999;
}
#eventportal #topicsroll li.back{
	position:absolute;
	top:110px;
	right:-5px;
	z-index:999;
}
/* 停止ボタン
------------------------------------------------------------------------------*/
.tmenubtn{
	position:absolute;
	bottom:-20px;
	left:0px;
}
.tmenubtn p{
	line-height: 0;
}
.tmenubtn button{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	appearance: none;
	line-height: 1.0;
}
/*------------------------------------------------------------------------------
	フリーエリア2
------------------------------------------------------------------------------*/
#freearea2 h2{
	margin-bottom:20px;
	padding-bottom:15px;
	background:url(images/eventportal/title_bg.png) no-repeat center bottom;
	text-align:center;
	font-size:160%;
}
#freearea2 h2:before{
	content: "";
	width: 29px;
	height: 25px;
	padding-left: 50px;
	background:url(images/eventportal/h2_freearea2.png) no-repeat center center;
	-ms-background-size: 29px 25px;
	-moz-background-size:29px 25px;
	-webkit-background-size: 29px 25px;
	background-size: 29px 25px;
	vertical-align: middle;
}
#freearea2 ul li{
	width:50%;
	float:left;
	list-style:none;
	padding:0px 20px 20px 15px;
	box-sizing:border-box;
}
#freearea2 ul li .epimg{
	margin-right:5px;
    width: 180px;
    height: 180px;
	float:left;
	position: relative;
	background:#FFF;
    border-radius: 90px;
    -webkit-border-radius: 90px;
    overflow: hidden;
}
#freearea2 ul li img{
	margin: auto;
	position: absolute;
	top: -100%;
	bottom: -100%;
	left: -100%;
	right: -100%;
}
#freearea2 ul li .freeareatxt{
	margin:15px 0px 15px 0px;
	padding:10px 15px 10px 15px;
	width:50%;
	display:block;
	background: #f5f0e7;
	float:right;
	min-height:130px;
}
#freearea2 ul li:nth-child(2n+1){
	clear:both;
}
/*------------------------------------------------------------------------------
	もうすぐ募集締め切り
------------------------------------------------------------------------------*/
#closingbg #closing{
	border: 2px solid #CCC;
	background:#FFF;
}
#closing h2{
    margin-bottom: 10px;
    padding: 8px 10px 10px 40px;
    font-size: 110%;
    color: #333;
    background:#fbd8d1 url(images/eventportal/ti_closeing.png) no-repeat 12px 10px;
    border: 1px solid #FFF;
}
#closing ul{
	margin:0px 15px 10px 15px;
}
#closing ul li{
	padding:8px 0px 8px 0px;
	list-style:none;
	vertical-align:top;
	border-bottom:1px dotted #CCCCCC;
}
#closing ul li .date{
	width:190px;
	display:inline-block;
	vertical-align:top;
}
#closing ul li .newsli{
	width:720px;
	display:inline-block;
	vertical-align:top;
}
#closinglist p{
	margin:10px 20px;
}
/*	イベントカテゴリ
------------------------------------------------------------------------------*/
#eventportal .ecate{
	margin:0px 10px 5px 0px;
	padding:0px 3px 0px 3px;
	display:inline-block;
	background:#CCC;
	text-align:center;
	border-radius:3px;
	vertical-align:top;
}
#eventportal span.e1{
	background:#F1E3C0;
}
#eventportal span.e2{
	background:#F2C7B6;
}
#eventportal span.e3{
	background:#DCE7BB;
}
#eventportal span.e4{
	background:#C7C0D8;
}
#eventportal span.e5{
	background:#B1D2E2;
}
#eventportal span.e6{
	background:#F3CBDA;
}
#eventportal span.e7{
	background:#C0D9C4;
}
#eventportal span.e8{
	background:#B2C2D8;
}
#eventportal span.e9{
	background:#DFBDD2;
}
#eventportal span.e10{
	background:#BDD9D9;
}
/*------------------------------------------------------------------------------
	バナー
------------------------------------------------------------------------------*/
#sbanner h2{
	margin-bottom:20px;
	padding-bottom:10px;
	background:url(images/eventportal/title_bg.png) no-repeat center bottom;
	text-align:center;
	font-size:180%;
}
#sbanner h2:before{
	content: "";
	width: 25px;
	height: 25px;
	padding-left: 40px;
	background:transparent url(images/eventportal/h2_sbanner.png) no-repeat center center;
	-ms-background-size: 25px 25px;
	-moz-background-size:25px 25px;
	-webkit-background-size: 25px 25px;
	background-size: 25px 25px;
	vertical-align: middle;
}
/*------------------------------------------------------------------------------
	問い合わせ
------------------------------------------------------------------------------*/
#eventportal #reference{
	width:950px;
	background:#FFFFFF;
}
