﻿@charset "utf-8";

body {
	font-family: "メイリオ", "Hiragino Kaku Gothic Pro", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
	font-size: 14px;

}

a {
  color: #245dc1;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
* html body{  
    overflow: hidden;  
}  

* html div#contentsArea{  
    height: 100%;  
    overflow: auto;  
}  

#body_wrap{
	background-color: #FFFFFF;
	margin: 0;
	width: 100%;
	height: 100%;
	padding: 200px 0 0;
    margin-top: -200px; /* リンク位置上昇分 */
}

.inner{
	width: 940px;
	clear: both;
	margin: 0 auto;
}

#header_wrap {
	width: 100%;
	position: fixed !important;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: #FFFFFF;
}

.msg{
	margin:20px 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	background-color: #F8F8F8;
	padding:10px;
}



/* #header
-----------------------------------------------------------*/
#header{
	width: 940px;
	margin: 8px auto;
	position: relative;
}

#header .logo {
	vertical-align: middle;
}

#header a {
	filter: alpha(opacity=0);
		-moz-opacity: 1;
	opacity: 1;
		-webkit-transition: all 0.0s ease;
		-moz-transition: all 0.0s ease;
		-o-transition: all 0.0s ease;
	transition: all  0.0s ease;
	zoom: 1;
}

.twitter {
	width: 70px;
	position: absolute;
	top: 5px;
	right: 185px;
}

.facebook {
	width: 70px;
	position: absolute;
	top: 0;
	right: 80px;
}

#bannerarea {
	height: 120px;
	background-color: #00a1a3;
	background: url(../img/headerbanner_back.gif) ;
	background-repeat: repeat-x;
	text-align: center;
}

#bannerarea img{
	width: 940px;
	margin: 0 auto;
}

/*nav*/
#gnavi{
	background-color: #5b5b5b;
	border-top: 1px solid #414141;
	border-bottom: 1px solid #a0a0a0;
}

#gnavi ul {
	width: 940px;
	height: 40px;
	margin: 0 auto;
	clear: both;
}

#gnavi ul li{
	height: 40px;
	float: left;
	list-style:  none;
	width: 230px;
	border-right: 1px solid #686868;
	border-left: 1px solid #414141;
	text-align: center;
}

#gnavi ul li a{
	display: block;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 40px;
	font-weight: bold;
}

#gnavi .current{
	background-color: #414141;
	border-right: 1px solid #414141;
	border-left: 1px solid #414141;
}

#gnavi ul li a:hover{
	background-color: #414141;
	border-right: 1px solid #414141;
	border-left: 1px solid #414141;
	text-decoration: none;
}




/* #intro
-----------------------------------------------------------*/

#intro {
	margin: 100px 0 30px 0;
}

.ranking{
	clear: both;
	margin: 20px 0 50px 0;
}


.intro_text{
	line-height: 24px;
}
.rank_mod_img {
	width: 250px;
	float: left;
	text-align: center;
}

.rank_mod_left,.rank_mod_right{
	width: 310px;
	display: block;
	float: left;
	margin-left: 30px;
}

.ranking .title{
	background: #b8edeb;
	text-align: center;
	padding: 10px 0;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

.ranking ul li{
	border-bottom: 1px solid #d2d2d2;
	padding: 8px 20px;
}


/* #nominate
-----------------------------------------------------------*/
#nominate {
    margin-top: -200px; /* リンク位置上昇分 */
	padding: 200px 0 0 0;
}

.nominate_title{
	height: 150px;
    background-color: #00a1a3;
    display: block;
    margin-bottom: 0px
}
.nominate_title h2{
	font-size:24px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	line-height: 140px;
}
.nominate_title h2 p{
	display: inline;
	text-align:  center;
	padding-top: 50px;
}
.nominate_title h2:before{
	content: url(../img/nominateframe_left.png);
	position: relative;
	top: 20px;
	left: 0;
}
 
 .nominate_title h2:after{
	content: url(../img/nominateframe_right.png);
	position: relative;
	top: 20px;
	left: 0;
}


.nominate_contents{
	background-color: #e7faf9;
	width: 100%;
	margin:0;
	padding: 20px 0 50px 0;
}


.categoryblock{
	margin-top: 30px;

}

#nominate h4{
	height: 35px;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	line-height: 35px;
	clear: both;
}

/*カテゴリー*/
.finance h4{
	background-color: #94865d;
}

.finance p.title{
	color: #6a6453;
}

.shopping h4{
	background-color: #5d61ae;
}

.shopping p.title{
	color: #4f5063;
}

.travel h4{
	background-color: #5a9566;
}

.travel p.title{
	color: #04582d;
}

.beauty h4{
	background-color: #c97089;
}

.beauty p.title{
	color: #932a48;
}

.electronics h4{
	background-color: #2c90a9;
}

.electronics p.title{
	color: #11427f;
}

.entertainment h4{
	background-color: #da733b;
}

.entertainment p.title{
	color: #723412;
}

.mod3col{
	width: 300px;
	border: 1px solid #d8d8d8;
	background-color: #FFFFFF;
	float: left;
	margin: 15px 15px 30px 0;
}

.mod3col.last{
	margin: 15px 0 30px 0;
	clear:  right;
}

.mod3col p.title,.mod2col p.title,.mod1 p.title{
	color: #5b5b5b;
	display: block;
	border-bottom: 1px solid #d8d8d8;
	text-align: center;
	padding: 5px 0;
	font-weight: bold;
}

.mod2col {
	width: 460px;
	float: left;
	border: 1px solid #d8d8d8;
	background-color: #FFFFFF;
}

.mod2col .right{
	margin-left: 0px;
}

.mod1{
	width: 100%;
	border: 1px solid #d8d8d8;
	background-color: #FFFFFF;
	margin: 20px 0 0  0;
}

.mod3col ul,.mod2col ul,.mod1 ul{
	padding: 10px;
}

.mod3col ul li,.mod2col ul li,.mod1 ul li{
	margin: 5px 10px 5px 0;
}


.description{
	margin: 10px 0;
}


.mod1col{
	width: 100%;
	border: 1px solid #d8d8d8;
	background-color: #FFFFFF;
	float: left;
	margin: 15px 15px 30px 0;
}

#nominate .note{
	text-align: right;
	display: block;
	clear: both;
	margin-bottom: 20px;
}

.nominate2col {
	width: 460px;
	float: left;
}

.nominate2col h3.sideline {
	margin-top: 30px;
}

.nominate2col .right{
	margin-left: 20px;
}

/* after
-----------------------------------------------------------*/

.after ul{
	padding: 7px
}

.after li.mvp{
	background-image: url(../img/icon_mvp.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	font-size: 16px;
	height: 32px;
	line-height: 38px;

}
.after li.rapid{
	background-image: url(../img/icon_rapid.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px;
	height: 25px;
	line-height: 24px;

}

.after ul li{
	padding: 0 0 0 30px;
}

.after .note{
	margin:0;
}

.after .note li{
	float: left;
	font-size: 12px;
	font-weight: normal;
	height: 32px;
	line-height: 38px;
}

.after .note li.rapid{
	background-position: left bottom;
	margin-left: 20px;
	}


/* sideline
-----------------------------------------------------------*/
h3.sideline {
	text-align:center;
	position: relative;
	margin-top: 20px;
	margin-top: 0;
 }

 h3.sideline:before {
   content: "";
   display: block;
   border-top: solid 5px #00a1a3;
   width: 100%;
   height: 1px;
   position: absolute;
   top: 50%;
   z-index: 1;
 }

 h3.sideline span {
 	color: #00a1a3;
 	font-size: 24px;
 	background: #e7faf9;
 	padding: 0 30px;
 	position: relative;
 	z-index: 5;
 }

/* clearfix
-----------------------------------------------------------*/

 .clearfix:after   {  
    content: ".";  
    display: block;  
    visibility: hidden;  
    height: 0.1px;  
    font-size: 0.1em;  
    line-height: 0;  
    clear: both;  
}  

/* eventoutline
-----------------------------------------------------------*/

#eventoutline{
	padding: 250px 0 80px;
    margin-top: -200px; /* リンク位置上昇分 */
}

#eventoutline dl{
	margin:0;
}

#eventoutline dl dt{
	font-size: 14px;
	color: #007173;
	font-weight: bold;
	float: left;
	clear: left;
	padding-top: 20px;
}
#eventoutline dl dt.none{
	padding:0;
}

#eventoutline dl dd{
	clear: right;
	border-bottom: 1px solid #d2d2d2;
	padding: 0 30px 20px 100px;
	margin-top: 20px;
}

/* access
-----------------------------------------------------------*/

#access {
    margin-top: -200px; /* リンク位置上昇分 */
	padding: 200px 0 0 0;

}

.access_inner{
	background-color: #f8f8f8;
	padding: 50px 0 100px;
}

#access h2,#eventoutline h2,#report h2{
	font-size:27px;
	color:#007173;
	font-weight: bold;
}

#access p{
	line-height: 30px;
}
#access .bold{
	font-size: 16px;
}

#access h2{
	margin-bottom: 20px;
}


/* archivelink
-----------------------------------------------------------*/

#archives{
  display: block;
  clear: both;
  margin: 50px auto;
  border-bottom: 1px solid #d2d2d2
}

#archives h3{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}



/* footer
-----------------------------------------------------------*/


#footer {
  margin: 20px auto;
  text-align: center;
  height: 30px;
  padding: 20px 0;
}








/* #report
-----------------------------------------------------------*/
#report{
	padding: 200px 0 0 0;
	clear: both;
}

#report h2{
	margin-bottom: 30px;
}

#report .inner{
	border-bottom: 1px solid #d2d2d2;
}

.report_text{
	width:600px;
	float: left;
	clear: left;
	margin-bottom: 50px;
}
.report_text p{
	margin-bottom: 30px;
	line-height: 28px;
}

.report_photo{
	width: 310px;
	margin-left: 20px;
	clear: right;
	float: left;
	margin-bottom: 50px;
}

.report_photo ul li{
	float: left;
	margin:0 0 10px 10px;
}

.report_photo ul li.photo_2block {
	float: left;
	width: 100px;
}

.report_photo ul li.photo_2block img{
	display: block;
	clear: left;

}

.report_photo ul li.photo_1block {
	float: right;
}

/* .backtotop
-----------------------------------------------------------*/
.backtotop {
 position: fixed;
 bottom: 40px;
 right: 100px;
 z-index: 10;
 display: none;
}

.backtotop {
	bottom: 40px;     /* ハックなし */
	bottom: 40px\9;   /* IE8以下 */
 *	bottom: 40px;   /* IE7以下 */
 _	bottom: 40px;   /* IE6 */
}

.backtotop:not(:target) {
 	bottom: 100px\9;  /* IE9 */
}



.backtotop a{
	display: block;
	background-color:#007173;
	color: #FFFFFF;
	font-size: 12px;
	width: 140px;
	line-height: 30px;
	padding: 5px 20px;
	border-radius: 5px;
	background-image: url(../img/backtoarrow.png);
	background-repeat: no-repeat;
	background-position: 20px center;
}

.backtotop a:hover{
	background-color:#00494a;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .backtotop {
   	bottom: 20px;  /* IE10 */
  }
}


.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.clearleft{clear:left;}
.clearright{clear:right;}

.alignleft{text-align:left;}
.aligncenter{text-align:center;}
.alignright{text-align:right;}