@charset "UTF-8";
/* CSS Document */

.clear{
	zoom:1;
}

.clear:after{
	content:"";
	display:block;
	clear:both;
}

.content-in{
	width: 980px;
	margin: 0 auto;
}

html{
	width:100%;
	min-width:980px;
}



body{
	color: #000;
	font-size: 12px;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	background: #fff;
	/*overflow-x: hidden;*/
	width:100%;
	min-width:980px;
}

a{
	color: #ed1c24;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/*-------------------- header --------------------*/

#header{
	position: absolute;
	top: 0;
	width: 100%;
}

#header .head-wrap{
	padding: 45px 0 34px;
	position: relative;
	background: url("../images/bg_header.png") no-repeat right bottom;
}

#header h1{
	text-align: center;
}

#header .nav-wrap{
	border-top: 3px solid #ed1c24;
	border-bottom: 3px solid #ed1c24;
	width: 100%;
	min-width: 980px;
}

#header .site-nav li{
	width: 160px;	/*-- 5つの時 width: 196px;*/
	vertical-align: middle;
	font-weight: bold;
	font-size: 16px;
	float: left;
	text-align: center;
}

#header .site-nav li.t4{
	width: 150px;
}
#header .site-nav li.t6{
	width: 198px;
	font-size: 13px;
}
#header .site-nav li.t6 a{
	color: #000;
	background: #ffcc33;
	border-radius: 6px;
}


#header .site-nav li a{
	display: block;
	margin: 5px 2px 5px 3px;
	padding: 14px 0;
}

#header .site-nav .active a,
#header .site-nav li a:hover{
	color: #fff;
	background: #ed1c24;
	border-radius: 6px;
	text-decoration: none;
}
#header .site-nav li.t6 a:hover{
	color: #ffcc33;;
	background: #000;
}

#header .site-nav li span{
	display: block;
	font-size: 10px;
	margin: 3px 0 0;
}

#header .sub-nav{
	position: absolute;
	top: 20px;
	right: 0;
}

#header .sub-nav li{
	float: left;
	padding: 0 14px;
	text-align: center;
	border-left: 1px solid #ed1c24;
}

#header .sub-nav li.first_list{
	border: none;
}


/*-------------------- main-img --------------------*/

#wrapper{
	position: absolute;
	top: 482px;
	background: #999999;
	width: 100%;
	height: 600px;
	min-width: 980px;
}

#grade{
	position: absolute;
	top: 630px;
	background: url("../images/bg_main_grade.png") repeat-x left top;
	width: 100%;
	height: 500px;
}


#cover {
	width: 100%;
	min-width:980px;
	height: 690px;
	position: absolute;
	top: 200px;
	left: 0%;
	background: url("../images/main_img_bg.jpg") no-repeat 50% 35px;
	overflow:hidden;
}

#main-img{
	height: 690px;
	left: 50%;
	margin: 0 auto 0 -1000px;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 2000px;
}




#main-img a{
	display: none;
}

#main-img .circle_wheel{
	position: absolute;
	top: 185px;
	left: 127.5px;
}


/*-------------------- contents --------------------*/

#contents{
	margin: 540px auto 0;
	border-radius: 10px;
	padding: 16px;
	background: #fff;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

#contents #topics .news-box{
	margin: 15px 0 34px;
	border: 7px solid #ed1c24;
	padding: 10px;
}

#contents #topics .news-box .news-in{
	width: 295px;
	margin: 0 0 0 10px;
	float: left;
}

#contents #topics .news-box #news-twitter{
	margin: 0;
}

#contents #topics .news-box .news-in h3{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 12px 0;
}

#contents #topics .news-box #news-twitter h3{
	background: url("../images/icon_news_twitter.png") no-repeat left center;
}

#contents #topics .news-box #news-event h3{
	background: url("../images/icon_news_event.png") no-repeat left center;
}

#contents #topics .news-box #news-shop h3{
	background: url("../images/icon_news_shop.png") no-repeat left center;
}

#contents #topics .news-box .news-in div{
	height: 290px;
	overflow: auto;
	margin: 10px 0 0;
	border-top: 1px dotted #999;
}

#contents #topics .news-box #news-twitter div{
	height: 298px;
}

#contents #topics .news-box .news-in .new_update dt{
	background: url("../images/icon_new.gif") no-repeat left top;
	text-indent: 40px;
}

#contents #topics .news-box .news-in dl{
	padding: 23px 10px;
	border-bottom: 1px dotted #999;
}

#contents #topics .news-box .news-in dl dt{
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px;
}

#contents #topics .news-box .news-in dl dt a{
	color: #000;
}

#contents #pic-up{
	overflow: hidden;
	margin: 0 0 30px 0;
}

#contents .pic-box{
	float: left;
	width: 300px;
	margin: 0 23px 0 0;
}

#contents .mg-non{
	margin-right: 0;
}

#contents .pic-box h2{
	margin: 0 0 10px 0;
}
#contents .sns-bnr{
	position: absolute;
	top: 20px;
	right: 0;
}

#contents .sns-bnr li{
	float: left;
	padding: 0 8px;
	text-align: center;
}
#contents .sns-bnr li:last-child{
	padding: 0 20px 0 8px;
}

#contents .section-box{
	border: 7px solid #ed1c24;
	padding: 8px;
	height: 268px;
}

#contents .section-box a{
	color: #000;
}

#contents .section-box p{
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin: 20px 0 0 0;
}

#contents #shop-up{
	overflow: hidden;
	margin: 0 0 45px 0;
}

#contents .shop-box{
	float: left;
	width: 460px;
	margin: 0 26px 0 0;
}
#contents .shop-box2{
	float: left;
	width: 460px;
}

#contents .shop-section-box{
	border: 7px solid #ed1c24;
	padding: 8px;
	height: 70px;
}

#contents .shop-section-box2{
	border: 7px solid #ed1c24;
	padding: 8px;
	height: 50px;
}


#contents .bnrbox{
	margin: 0 0 0 5px;
}

#contents .navi-box h3{
	font-size: 16px;
	font-weight: bold;
	padding: 12px 0 12px 45px;
	margin: 20px 0 10px 5px;
}

#contents .navi-box h3 a{
	color: #000;
}

#contents .navi-box h3 a:hover{
	text-decoration: none;
}

#contents #navi-gourmet h3{
	background: url("../images/icon_navi_gourmet.jpg") no-repeat left center;
}

#contents #navi-fashion h3{
	background: url("../images/icon_navi_fashion.jpg") no-repeat left center;
}

#contents #navi-entertainment h3{
	background: url("../images/icon_navi_entertainment.jpg") no-repeat left center;
}

#contents #navi-relax h3{
	background: url("../images/icon_navi_relax.jpg") no-repeat left center;
}

#contents .bnrbox{
	position: relative;
	padding: 4px 0;
}

#contents #links .bnrbox{
	padding: 9px 0;
}

#contents .bnrbox .back{
	position: absolute;
	left: 0;
	top: 0;
}

#contents .bnrbox .next{
	position: absolute;
	right: 0;
	top: 0;
}

#contents .bnrbox .view-area{
	margin: 0 auto;
	width: 888px;
	overflow: hidden;
}

#contents .bnrbox .view-area ul li{
	float: left;
	margin: 10px 0 0 7px;
}

#links {
	margin: 45px 0 45px 0;
}

#links h2{
	margin: 0 0 30px 0;
}

.toTop{
	position: absolute;
	bottom: 0;
	right: 0;
}

/*-------------------- footer --------------------*/

#footer{
	background: #ed1c24;
	text-align: center;
	color: #fff;
	padding: 22px 0 0;
}

#footer .footer-nav{
	text-align: left;
	margin: 0 auto 30px;
}

#footer .footer-nav .site-map{
	float: left;
	width: 220px;
	margin: 0 65px 0 0;
}

#footer .footer-nav a{
	color: #fff;
}

#footer .footer-nav .site-map h3{
	font-size: 14px;
	padding: 0 0 4px 4px;
	font-weight: bold;
	border-bottom: 2px solid #fff;
}

#footer .footer-nav .site-map ul{
	margin: 10px 0 0;
	padding: 0 0 0 4px;
}

#footer .footer-nav .site-map ul li{
	margin: 0 0 3px;
}

#footer .address{
	margin: 0 auto 12px;
	font-weight: bold;
}

#footer .copy-area{
	background: #fff;
	color: #000;
	padding: 12px 0 14px;
/*	margin-bottom: 80px;*/
}

#footer .copy-area .present{
	font-size: 10px;
	margin: 0 auto 14px;
}


/*-------------------- 2015-03-19 add --------------------*/
/* #footer .copy-area の margin-bottom も追加 */
#flow-box{
	position: fixed;
	bottom: 0;
	left: 0;
	height: 80px;
	width: 100%;
	background: #ed1c24;
	z-index: 200;
}
#flow-box img{
	position: absolute;
	left: 50%;
	margin-left: -490px;
}


/*-------------------- 2018-09-19 add --------------------*/
#contents #calendar .cal-box{
	margin: 10px 0 34px;
	border: 7px solid #ed1c24;
	padding: 8px;
}
#contents .cal-month{
	margin: 10px 0 0;
	display: table;
	width: 100%;
}
#contents .cal-month li{
	display: table-cell;
	width: 20%;
	padding: 0;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	vertical-align: middle;
}
#contents .cal-month li:first-child{
	width: 40%;
	text-align: right;
}
#contents .cal-month li:last-child{
	width: 40%;
	text-align: left;
}
#contents .cal-box table{
	border: 1px solid #cccccc;
	border-collapse: collapse;	
	width: 918px;
}
#contents .cal-box th{
	border: 1px solid #cccccc;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	background: #efefef;	
}
#contents .cal-box td{
	border: 1px solid #cccccc;
	width: 14%;
	padding: 5px;
	vertical-align: top;
	height: 100px;
	min-height: 100px;
}

#contents .cal-box th.sun{
	color: #e71f19;
}
#contents .cal-box th.sun,
#contents .cal-box td.sun{
	background: #f9e1e1;
}

#contents .cal-box th.sat{
	color: #0066cc;
}
#contents .cal-box th.sat,
#contents .cal-box td.sat{
	background: #e4f3f7;
}

#contents .event-box{
	margin: 0 0 2px;
}

#contents .event-n{
	border-radius: 3px;
	margin: 0px 0 2px;
	padding: 4px 6px;
	background: #e71f19;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
}

#contents .event-color-red{
	background: #E71F19;
}
#contents .event-color-blue{
	background: #0070C0;
}
#contents .event-color-green{
	background: #00B050;
}
#contents .event-color-yellow{
	background: #FFC000;
}
#contents .event-color-pink{
	background: #FF6699;
}

#contents .under-bar-color-red{
	color: #E71F19;
}
#contents .under-bar-color-blue{
	color: #0070C0;
}
#contents .under-bar-color-green{
	color: #00B050;
}
#contents .under-bar-color-yellow{
	color: #FFC000;
}
#contents .under-bar-color-pink{
	color: #FF6699;
}

#contents .event-n a{
	display: block;
	color: #ffffff;
}
#contents .event-n a:hover{
	text-decoration: none;
}





