@charset "UTF-8";
/*
更新履歴

20170330[nagatsuka] SNSエリアの追加など
20141224[nagatsuka] メインビジュアルのナビを追加
20140709[asakawa] トップページ緊急表示用のCSSを調整
20140630[asakawa] 楽しむ・得するのCSSを調整
20140624[nagatsuka] 投稿イベントのCSSを調整
20140225[nakamori] 投稿イベントのCSSを調整

*/

@import url(reset.css);
@import url(common.css);

/* ページ全体
------------------------------------------------- */
body{
	text-align:center;
	font-size:80%;
	background-color:#eee;
	margin:0 auto;
}

/* サイズ変更
------------------------------------------------- */
#page.font-size-s #main{
	font-size: 85%;
}

#page.font-size-m #main{
	font-size: 100%;
}

#page.font-size-l #main{
	font-size: 116%;
}

/* メインビジュアル
------------------------------------------------- */
#top-img{
	border-top:solid 1px #bfb0a9;
	max-height:300px;
}

/* メインコンテンツ
------------------------------------------------- */
#main{
	margin:0 auto; padding:0;
	width:1010px;
	text-align:left;
	overflow:hidden;
	color:#333;
}
#col-left{
	width:790px;
	float:left;
}

#col-left .side-l{
	margin-right:18px;
	margin-left:5px;
}
/* お知らせ、イベント */
.news-section{
	width:380px;
	background-color:#fff;
	border-top:solid 2px #880412;
	float:left;
	overflow:hidden;
	box-shadow:0 2px 4px #aaa;
	margin-bottom:20px;
}
.news-section h2{
	padding:18px;
	border-bottom:dashed 1px #666;
}

.news-section .more{
	width:130px;
	float:right;
	margin-top:-40px;
}
.news-section .more2{
	width:230px;
	float:right;
	margin-top:-40px;
}
.news-section dl{
	margin:18px;
	line-height:200%;
	min-height:130px;
}
.news-section dl dt{
	font-family:arial;
	font-weight:bold;
	width:80px;
	float:left;
}
.news-section dl dd{
	background:url(../images/common/ic-list.png) 0 5px no-repeat;
	padding-left:18px;
	margin-left:80px;
}
.news-section dl dd a:link,.news-section dl dd a:visited{
	color:#000;
}
.news-section dl dd a:hover{
	color:#880412;
}

.news-section dl dd.report{
	background:url(../images/common/icon-a.png) 0 5px no-repeat;
	padding-left:46px;
	margin-left:80px;
}
.news-section dl dd.notice{
	background:url(../images/common/icon-b.png) 0 5px no-repeat;
	padding-left:46px;
	margin-left:80px;
}
.news-section dl dd.news{
	background:url(../images/common/icon-c.png) 0 5px no-repeat;
	padding-left:46px;
	margin-left:80px;
}

/* その他のメニュー */
.menu-section{
	width:380px;
	background-color:#fff;
	float:left;
	overflow:hidden;
	box-shadow:0 2px 4px #aaa;
	margin-bottom:20px;
	min-height:216px;
}

.menu-section h2{
	margin:6px 10px 10px 10px;
}

.menu-section .topics{
	margin:0 16px;
	line-height:150%;
}

.menu-section .topics .image{
	width:106px;
	float:left;
}
.menu-section .topics em{
	font-style:normal;
	font-weight:bold;
	font-size:110%;
	text-decoration:underline;
}
.menu-section ul{
	margin:10px 0 10px 16px;
	line-height:200%;
}
.menu-section li{
	list-style-type:none;
	background:url(../images/common/ic-list.png) 0 5px no-repeat;
	padding-left:18px;
	float:left;
	margin-right:16px;
}

/* 140627追記
------------------------------------------------- */
.h236{
	height:236px;
}

/* 緊急表示用
------------------------------------------------- */
#col-left .caution{
	border:solid 2px #880412;
	background-color:#fff;
	margin:0 5px 20px 5px;
	padding:10px;
	box-shadow:0 2px 4px #aaa;
}

/* ソーシャルボタン */
#main .social{
	width:380px;
	display:table-cell;
	vertical-align:bottom;
}
#main .social > div {
	float:right;
}

/* 170330追記
------------------------------------------------- */
.nivo-controlNav {
	left: 50%;
	margin-top: -25px;
	position: absolute;
	transform: translateX(-50%);
	z-index: 9999;
}
.nivo-controlNav a {
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
	color: #fff;
	display: inline-block;
	height: 10px;
	margin-left: 5px;
	overflow: hidden;
	width: 10px;
}
.nivo-controlNav a.active {
	background-color: #e16c0c;
	color: #e16c0c;
}