@charset "utf-8";
/*******************************************************************************
	イベントポータル
*******************************************************************************/
/*==============================================================================
	レイアウト
==============================================================================*/
#wrap #tpath{
	background:none;
}
#eventportal{
	width:100%;
	text-align:left;
}
#eventportal #content3{
	width:100%;
	background:none;
}
#eventportal #content3 h1{
	font-size:150%;
	border:none;
	text-align:center;
	background:none;
	margin-bottom:30px;
}
/*------------------------------------------------------------------------------
	背景
------------------------------------------------------------------------------*/
#eventportal #eventbg{
	padding:30px 0px 30px 0px;
	background:#d7efeb;
	border-bottom:1px solid #FFF;
}
#eventportal #epsearchbg{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:#EFEFEF;
}
#eventportal #newsbox{
	padding:30px 0px 0px 0px;
}
#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 30px 0px;
}
#eventportal #freearea1{
	margin:0px 0px 0px 0px;
	padding:30px 0px 30px 0px;
	background:#EEEEEE;
}
#eventportal #freearea2{
	margin:0px 0px 0px 0px;
	padding:30px 0px 10px 0px;
	background:#EDDEDE;
}
#eventportal #closingbg{
	margin:0px 0px 0px 0px;
	padding:30px 0px 30px 0px;
	background: #fff6f6;
}
#eventportal #sbannerbg{
	margin:0px 0px 0px 0px;
	padding:30px 0px 30px 0px;
	background:#EEEEEE;
}
/*------------------------------------------------------------------------------
	ボックス
------------------------------------------------------------------------------*/
#eventportal #pickupbg,
#eventportal .news,
#eventportal .topics,
#eventportal .freearea,
#eventportal #closing,
#eventportal #sbanner{
	margin:0px auto 0px auto;
	width:950px;
}
/*==============================================================================
	詳細デザイン
==============================================================================*/
#eventportal h1 img{
	vertical-align:bottom;
}
/*------------------------------------------------------------------------------
	カルーセル
------------------------------------------------------------------------------*/
#eventportal #pickup{
	width:580px;
	height:550px;
	float:left;
	position:relative;
}
#eventportal #scroll_a.main_view,
#eventportal #scroll_d.main_view{
	width:580px;
	height:550px;
}
#eventportal #scroll_a p.btn,#eventportal #scroll_a .paging{
	top:220px;
}
#eventportal #scroll_a .more{
	top:10px;
	bottom:auto;
}
#eventportal #pickup .window,
#eventportal #pickup .main,
#eventportal #scroll_a .main p.photoleft{
	width:580px;
	height: 550px;
}
#eventportal #scroll_a p.btn{
	top:auto;
	bottom:10px;
	left:10px;
}
#eventportal #scroll_a .paging{
	top:auto;
	bottom:10px;
}
#eventportal #scroll_a .paging li{
	margin:0px 5px 0px 0px;	
}
#eventportal #scroll_d figcaption{
    position: absolute;
    left: 10px;
    bottom: 10px;
    background: #FFF;
    padding: 5px 8px 2px 8px;
    line-height: 1.5;
    font-size: 90%;
} 
/*------------------------------------------------------------------------------
	カウントダウン
------------------------------------------------------------------------------*/
#eventportal .eventpicup{
	margin:0px 0px 0px 0px;
	padding:10px 15px 10px 60px;
	background:#FFFFFF url(design/images/eventportal/countdown.png) no-repeat left 15px top 0px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow:auto;
	width:580px;
	box-sizing:border-box;
	border-top:3px solid #2d7bb7;
	box-shadow:0px 2px 3px 0px #999;
}
#eventportal .eventpicup h2{
	padding:8px 0px 5px 0px;
	float:left;
	font-size:160%;
	line-height: 1.5;
}
#eventportal .eventpicup p{
	padding:5px 0px 5px 0px;
	clear: both;
	font-size:90%;
	line-height:1.5;
	text-align:left;
}
#eventportal .eventpicup .countdown{
	margin:0px 0px 5px 0px;
	float:right;
	clear: none;
	text-align:right;
}
#eventportal .eventpicup .countdown span{
	margin:0px 5px 0px 5px;
	padding:3px 5px 0px 10px;
	display:inline-block;
	position:relative;
	font-size:280%;
	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 .countdown span:before{
	margin:auto;
	content:"";
	position:absolute;
	background:#111;
	height:15px;
	width:2px;
	left:0px;
	top:0px;
	bottom:0px;
}
#eventportal .eventpicup .countdown span:after{
	margin:auto;
	content:"";
	position:absolute;
	background:#111;
	height:15px;
	width:2px;
	right:0px;
	top:0px;
	bottom:0px;
}
/*------------------------------------------------------------------------------
	イベントを見る
------------------------------------------------------------------------------*/
#eventportal #epsearch{
	float:right;
	width:330px;
	padding:8px 15px;
	box-sizing: border-box;
	background:#FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
#epsearch h2{
    margin-bottom:5px;
    color:#000000;
    font-size:140%;
	text-align: center;
}
#epsearch h3{
    margin:0px 0px 5px 0px;
    font-size:100%;
	text-align: center;
}
/*　ボタン
------------------------------------------------------------------------------*/
#epsearch ul{
	margin:0px 0px 10px 0px;
	list-style-type:none;
}
#epsearch ul:after{
    content: "";
    display: block;
    clear: both;
}
#epsearch ul li{
	margin:0px 0px 10px 0px;
	float:left;
	background: #d7effe;
	border-bottom:2px solid #2d7bb7;
	line-height:1.5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
#epsearch ul li a{
	padding:13px 10px 13px 10px;
	display:block;
	box-sizing: border-box;
	color:#000000;
	text-decoration:none;
}
/*　カレンダーボタン
------------------------------------------------------------------------------*/
#epsearch ul.calbtn li{
	width:300px;
}
#epsearch ul.calbtn li a img{
	margin-right:10px;
	vertical-align:middle	
}
/*　カテゴリボタン
------------------------------------------------------------------------------*/
#epsearch .category ul.catebtn{
	margin:0px 0px 0px 0px;
}
#epsearch .category ul.catebtn li{
	margin:0px 5px 6px 0px;
	width:96px;
	font-size:90%;
	border:none;
	letter-spacing: -0.1em;
}
#epsearch .category ul.catebtn li:nth-child(3n){
	margin-right: 0px;
}
#epsearch .category ul.catebtn li a{
	padding:5px 7px 35px 7px;
	min-height: 80px;
	box-sizing: border-box;
	color:#FFF;
	background:#2d7bb7;
    border-radius: 5px;
	border-bottom:2px solid #084386;
}
#epsearch .category ul.catebtn li:nth-child(1) a{
	background:#2d7bb7 url(design/images/eventportal/icon01.png) no-repeat center bottom 8px;
}
#epsearch .category ul.catebtn li:nth-child(2) a{
	background:#2d7bb7 url(design/images/eventportal/icon02.png) no-repeat center bottom 8px;
}
#epsearch .category ul.catebtn li:nth-child(3) a{
	background:#2d7bb7 url(design/images/eventportal/icon03.png) no-repeat center bottom 8px;
}
#epsearch .category ul.catebtn li:nth-child(4) a{
	background:#2d7bb7 url(design/images/eventportal/icon04.png) no-repeat center bottom 8px;
}
#epsearch .category ul.catebtn li:nth-child(5) a{
	background:#2d7bb7 url(design/images/eventportal/icon05.png) no-repeat center bottom 8px;
}
#epsearch .category ul.catebtn li:nth-child(6) a{
	background:#2d7bb7 url(design/images/eventportal/icon06.png) no-repeat center bottom 8px;
}
#epsearch .category ul.catebtn li:nth-child(7) a{
	background:#2d7bb7 url(design/images/eventportal/icon07.png) no-repeat center bottom 8px;
}
#epsearch .category ul.catebtn li:nth-child(8) a{
	background:#2d7bb7 url(design/images/eventportal/icon08.png) no-repeat center bottom 8px;
}
#epsearch .category ul.catebtn li:nth-child(9) a{
	background:#2d7bb7 url(design/images/eventportal/icon09.png) no-repeat center bottom 8px;
}
/*　検索
------------------------------------------------------------------------------*/
#epsearch form{
	margin:0px 0px 20px 0px;
	padding:10px 0px;
	background:#EFEFEF;
	text-align: center;
}
#epsearch form label img{
	vertical-align: middle;
}
#epsearch input#key3{
	margin:0px;
	padding:4px!important;
	width:180px;
}
#epsearch input.submit{
	margin:0px;
	padding:5px;
	font-size:100%;
	color:#FFFFFF;
	background:#2d7bb7;
	border:none;
	border-radius:0px 3px 3px 0px;
}
@-moz-document url-prefix() {
	#epsearch input.submit{
		border:none;
	}
}
/*------------------------------------------------------------------------------
	ニュース・お知らせ
------------------------------------------------------------------------------*/
#eventportal #newsbox{
	background:#faf5ec;
}
#eventportal #newsbox .topics,
#eventportal #newsbox .news{
	padding-bottom:10px;
	border:none;
}
#eventportal #newsbox h2{
	background:#d7effe;
	font-size:130%;
}
/*　重要なお知らせ
------------------------------------------------------------------------------*/
#eventportal #important .topics p{
	margin:0px 10px 10px 15px;
}
/*　新着更新情報
------------------------------------------------------------------------------*/
#eventportal .news{
	background:#FFFFFF;
}
#eventportal .news ul{
	margin-left:15px;
	margin-right:15px;
}
#eventportal .topics ul li{
	margin-bottom:10px;
}
#eventportal .news ul li span.newsli{
	width:720px;
}
/*　トピックス
------------------------------------------------------------------------------*/
#eventportal .topics{
	background:#FFFFFF;
}
#eventportal #topicsbg .topics p{
	margin:0px 10px 10px 15px;
}
#eventportal .topics ul li{
	background-position: 2px 7px;
}
/*------------------------------------------------------------------------------
	フリーエリア1
------------------------------------------------------------------------------*/
#eventportal #freearea1{
	background:url(design/images/eventportal/freearea1_bg.png) no-repeat center top;
}
#freearea1 h2{
	text-align:center;
}
#eventtopics{
	position:relative;
}
#eventportal #topicsmenu{
	margin:0px auto 0px auto;
	padding:0px 30px 0px 30px;
	width:890px;
	position:relative;
}
#eventportal #topicsmenu ul{
	margin:0px;
	margin-top:20px;
	list-style:none;
}
#eventportal #topicsmenu ul li{
	margin:10px 20px 15px 10px;
    width:270px;
	float:left;
	_display:inline;
	font-size:100%;
	position:relative;
	box-shadow: 0px 2px 4px 1px #CCC;
    -moz-box-shadow: 0px 2px 4px 1px #CCC;
    -webkit-box-shadow: 0px 2px 4px 1px #CCC;
}
#eventportal #topicsmenu ul li a,#eventportal #topicsmenu ul li .nolink{
	padding-bottom:10px;
	min-height:270px;
	display:block;
	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{
	font-size:110%;
	text-decoration:underline;
}
#eventportal #topicsmenu ul li a .linktxt2{
	text-decoration:none;
	color:#000000;
}
#eventportal #topicsmenu ul li .label{
    padding: 2px 5px 2px 10px;
	width:126px;
    display: inline-block;
    position: absolute;
     top:-10px;
    left:-10px;
   box-sizing: border-box;
    color: #333;
    font-size: 85%;
    background: #f09b8f;
}
#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:130px;
	left:-5px;
	z-index:999;
}
#eventportal #topicsroll li.back{
	position:absolute;
	top:130px;
	right:-5px;
	z-index:999;
}
/*------------------------------------------------------------------------------
	フリーエリア2
------------------------------------------------------------------------------*/
#eventportal #freearea2{
	background:#e5f9e8 url(design/images/eventportal/freearea2_bg.png) no-repeat center top;
	border-top:2px solid #FFF;
}
#freearea2 h2{
	text-align:center;
}
#freearea2 ul{
	margin-top:20px;
	margin-bottom:30px;
}
#freearea2 ul li{
	margin:10px 0px 10px 0px;
	padding:0px 15px 0px 0px;
	width:455px;
	float:left;
	list-style:none;
	background:#FFF;
	box-sizing:border-box;
	box-shadow: 0px 2px 4px 1px #CCC;
    -moz-box-shadow: 0px 2px 4px 1px #CCC;
    -webkit-box-shadow: 0px 2px 4px 1px #CCC;
}
#freearea2 ul li:nth-child(2n){
	margin-left:40px;
}
#freearea2 ul li .epimg{
	margin-right:5px;
    width: 180px;
    height: 180px;
	float:left;
	position: relative;
	background:#FFF;
}
#freearea2 ul li img{
	margin: auto;
	position: absolute;
	top: -100%;
	bottom: -100%;
	left: -100%;
	right: -100%;
}
#freearea2 ul li .freeareatxt{
	margin:15px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	width:55%;
	float:right;
	min-height:130px;
	box-sizing:border-box;
	line-height:1.5;
	display:block;
	background:#FFF;
}
#freearea2 ul li .freeareatxt a{
	display:block;
	font-size:110%;
}
#freearea2 ul li .freeareatxt br{
	line-height:0;
}
#freearea2 ul li:nth-child(2n+1){
	clear:both;
}
/*------------------------------------------------------------------------------
	もうすぐ募集締め切り
------------------------------------------------------------------------------*/
#closingbg #closing{
	background:transparent;
	border:none;
}
#closingbg #closing h2{
    margin-bottom: 20px;
    padding: 3px 10px 3px 10px;
    font-size: 150%;
    background:none;
    border-bottom:none;
	text-align: center;
}
#closingbg #closing h2:before{
	padding-left:10px;
	width: 25px;
	height: 25px;
	display: inline-block;
	content: "";
    background:url(design/images/eventportal/closing.png) no-repeat left top;
	background-size: 25px 25px;
	vertical-align: middle;
}
#closing p{
	margin:0px 15px 10px 15px;
	font-size:110%;
	text-align:center;
}
#closing ul{
	margin:0px 15px 10px 15px;
	border-bottom:1px dotted #999;
}
#closing ul li{
	padding:8px 0px 8px 0px;
	list-style:none;
	vertical-align:top;
	border-top:1px dotted #999;
}
#closing ul li .date{
	width:190px;
	display:inline-block;
	vertical-align:top;
}
#closing ul li .newsli{
	width:720px;
	display:inline-block;
	vertical-align:top;
}
/*	イベントカテゴリ
------------------------------------------------------------------------------*/
#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;
}
/*------------------------------------------------------------------------------
	バナー
------------------------------------------------------------------------------*/
#eventportal #sbannerbg{
	background: transparent url(design/images/eventportal/title_h2_bg.png) no-repeat center top;
}
#eventportal #sbannerbg h2{
    margin-bottom: 20px;
    padding: 3px 10px 3px 10px;
    font-size: 150%;
    background:none;
    border-bottom:none;
	text-align: center;
}
#eventsbanner{
	position:relative;
}
#eventportal #sbannermenu{
	margin:0px auto 0px auto;
	padding:0px;
	width:950px;
	position:relative;
}
#eventportal #sbannermenu ul{
	margin:0px;
	list-style:none;
}
#eventportal #sbannermenu ul li{
    width:295px;
	float:left;
	_display:inline;
	position:relative
}
#eventportal #sbannermenu ul li a img{
	vertical-align:bottom;
}
/*	送るボタン
------------------------------------------------------------------------------*/
#eventportal #sbannersroll{
	list-style:none;
	cursor:pointer;
}
#eventportal #sbannersroll li.forward{
	position:absolute;
	top:45px;
	left:-20px;
	z-index:999;
}
#eventportal #sbannersroll li.back{
	position:absolute;
	top:45px;
	right:-20px;
	z-index:999;
}
/*------------------------------------------------------------------------------
	問い合わせ
------------------------------------------------------------------------------*/
#eventportal #reference{
	width:950px;
	background:#FFFFFF;
}