@charset "shift_jis";

/*============================================================
	universal reset
============================================================*/

body {
	font-size : 75%;
	font-family : "メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	color : #5f5f5f;
	text-align : left;
	background-color: #f7f5f0;
	width: 100%;
	margin: 0 auto 0 auto;
	background-image: url(../img/common/bg_head.jpg);
	background-repeat: repeat-x;
	background-position: center 0px;
}

h1, h2, h3, h4, h5, h6, ul, ol, li, dl, form {
	font-size : 100% ;
	margin : 0 ;
	padding : 0 ;
}
table,td,th{
	font-size : 100%;
	border:none;
	text-align:left;
	vertical-align:top;
}
p{
	font-size : 15px ;
	margin : 0 ;
	padding : 0 ;
	line-height : 1.6;
	
}
ul,li{
	list-style-type:none;
}
img { border : none ;vertical-align: bottom; }

*:focus {
	outline: 1px dotted #000;
}

.Right_box{float:right;}
.Left_box{float:left;}


/*============================================================
	a link
============================================================*/
a {
	text-decoration : none;
	color : #FFF;
	outline : 0:
}

a:hover { 
	text-decoration : none;
	color : #FFF;
	outline : none;
}

a:hover .light {
	opacity: 0.8;
	filter: alpha(opacity=80);
}


/*============================================================
	layout
============================================================*/
p.cap{
	padding-left : 1em;
	text-indent : -1em;
}



/*============================================================
	font
============================================================*/
em,address {
	font-style : normal;
}
.tac{
	text-align: center;
}

/* fonts */
.f_min {
font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
.f_small {font-size: 90%;}

/* float */
.l {float: left;}
.r {float: right;}

/* clearfix */
.clearfix:after {
	content : "." ;
	display : block ;
	height : 0 ;
	clear : both ;
	visibility : hidden ;
}
.clearfix { display : inline-block ; }
/* Hides from IE-Mac ＼*/
*html .clearfix { height : 1% ; }
.clearfix { display : block ; }
/* End hide from IE-mac */

.none {display: none;}

.in, .inBox li, .inBox dd {
	text-indent: -1em;
	padding-left: 1em;
}

.mb10{margin-bottom: 10px;}
.mb30{margin-bottom: 30px;}
.mb50{margin-bottom: 50px;}
.pb10{padding-bottom: 10px;}
.pb30{padding-bottom: 30px;}


/* 基本レイアウト 
------------------------------------------*/
.wrapper {
	padding : 0;
	width: 1024px;
	margin: 0px auto;
	position: relative;
}
img.img{
	max-width: 100%;
}

/* ヘッダー（header）
------------------------------------------*/
#header {
	background: url(../img/main_bg.jpg) center top no-repeat;
}

h1 {
	height: 600px;
	background: url(../img/mainimg_result.png) center top no-repeat;
	text-indent: -9999px;
}

#sns{
	position: absolute;
	right: 0;
	top: 52px;
}
#sns li{
	display: inline-block;
	margin-left: 15px;
}
#sns li.fb{
	
}
#sns li.tw{
	
}
/* main
------------------------------------------*/
#main{
	background: #fcf3f4;
}
#main .about{
	text-align: center;
	color: #a07f70;
	padding: 30px 0 40px;  
}
#main .about .bun{
	width: 100%;
	clear: both;
}
#main .about .bun img {
	text-align: left;
	margin-left: 20px;
}
#main .about .bun p{
	float: right;
	margin-right: 40px;
	}
#main .about h2{
	background: url(../img/h2-3.png) center center no-repeat;   
	min-height: 50px;
	text-indent: -9999px;
}
#main .about p{
	line-height: 2;
	text-align: left;
	padding-top: 30px;
	padding-bottom: 55px;
	background: url(../img/arrow.png);
	background-position: 200px 180px;
	background-repeat: no-repeat;
}


.box{
	background: url(../img/detail_bg.jpg) center top #F5F0EC repeat-x;
	padding: 35px;
	width: 734px;
	box-sizing: border-box;
}
.box .contbox{
}
.box .img{
	margin-bottom: 30px;
}

.box h3{
	color: #9f7f72;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.box .txt{
	width: 50%;
	float: left;
	border-right: 1px dotted #d1ae9e;
	padding-right: 10px;
	box-sizing: border-box;
}
.box .txt p{
	font-size: 12px;
}
.box p.ttl{
	font-weight: bold;
}
.box p.ttl:after{
	content: "";
	height: 10px;
	width: 12px;
	display: block;
	border-bottom: 1px solid #5f5f5f;
	margin-bottom: 10px;
}
.box dl{
}
.box dl dt{
	width: 144px;
	margin-right: 20px;
	display: inline-block;
}
.box dl dd{
	display: inline-block;
	margin: 0;
	line-height: 24px;
	margin-top: 10px;
	vertical-align: bottom;
	font-weight: bold;
}
.box form{width: 45%;float: right;}
.box label{
    font-size: 13px;
    font-weight: bold;
    margin-right: 15px;
    text-align: left!important;
}
.box input[type="text"]{
    width: 200px;
    padding: 10px 5px;
    border-radius: 5px;
    border: 1px solid #aaa;
}
.box p.btn{
	display: block;
	width: 100%;
	height: 58px;
	background:#d1ae9e;
	text-align: center;
	border: none;
	margin: 10px auto 0;
	font-size: 13px;
}
.box p.btn::before{
	content: "メールアドレスを入力して投票してください";
	text-align: center;
	line-height: 58px;
	color: #FFF;
}
.box p.btn button{
	width: 100%;
	height: 58px;
	background:#a07f70;
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	border: none;
	padding: 0;
	display: none;
	cursor: pointer;
}
.box p.btn button:hover{
	opacity: 0.6;
}
.box p.btn.selected::before{
	content: "";
}
.box p.btn.selected button{
	display: block;
}
.box .btn.selected{
	text-indent: 0px;
	
}


#cboxLoadedContent{
	border:  none;
	background: transparent;
}
#cboxClose {
	position:absolute;
	top:-75px;
	right:0px;
	display:block;
	background:url(/contest2017/img/btn_close.png) no-repeat top center;

	width:48px;
	height:48px;
	text-indent:-9999px;
	color: #888;
	letter-spacing: 1px;
	padding: 0px;
	font-size: 110%;
}
#cboxOverlay {
	background:#ffaead;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}
#colorbox,#cboxOverlay,#cboxWrapper {
	overflow: visible;
}

#main ul{
	
}
#main ul.tabs li{
	width: 270px;
	height: 179px;
	float: left;
	margin-right: 105px;
	margin-bottom: 35px;
	text-align: center;
	font-size: 14px;
	position: relative;
}
#main ul.tabs li:nth-child(3n){
	margin-right: 0;
}

#main ul.tabs img.img{
	vertical-align: bottom;
}
#main ul.tabs img.nb{
	position: absolute;
	top: -19px;
	left: -27px;
	z-index: 100;
}
#main ul.tabs a{
	display: block;
}
#main ul.tabs a .cover{
	display: table;
	position: absolute;
	bottom:0;
	left: 0;
	height: 100%;
	text-align: center;
	background-color: rgba(255,255,255,0.6);
	width: 100%;
	z-index: 10;
	padding: 10px 0;
	opacity: 0;
	box-sizing: border-box;
	transition: height 1s linear;
	-webkit-transition: height 0.3s ease;
}
#main ul.tabs .cover .off{
	text-align: center;
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

#main ul.tabs a:hover .cover{
	opacity: 1;
}
#main ul.tabs a:hover{
	box-shadow:0px 0px 20px -3px #ffaead;
	-moz-box-shadow:0px 0px 20px -3px #ffaead;
	-webkit-box-shadow:0px 0px 20px -3px #ffaead;
}

/*
#main ul.tabs a:hover .cover .off,
#main ul.tabs a.selected .cover .off{
	display: none;
}
*/

#totop{	
    display: inline-block;
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 100;smart.css
}



#thanks #main .box .contbox{
	float: none;
	width: auto;
	text-align: center;
}
#thanks #main .box h2{
	padding-top: 50px;
}
#thanks #main .box p{
	text-align: center;
	margin-bottom: 50px;
}
#thanks .contbox a{
	margin: 0 5px;
	
}

a.btn{
	display: inline-block;
	width: 300px;
	height: 58px;
	background:#68c074;
	text-align: center;
	border: none;
	margin: 20px auto 0;
	font-size: 13px;
	line-height: 58px;
	border-radius:10px;
}
a.btn:hover{
	background: #9bd2a2;
}

/* フッター（footer）
------------------------------------------*/
#footer {
	padding: 45px 0;
	width: 100%;
	background-color: #a07f70;
	color: #c1c1c1;
	text-align: center;
}
#footer .logo {
	text-align: center;
}
#footer p.copyright {
	text-align: right;
	
}

/* 20170614      結果発表　-----------------*/
#main .about p.keeka{
	line-height: 2;
	text-align: center;
	padding-top: 30px;
	background-position: 200px 180px;
	background-repeat: no-repeat;
	padding-bottom:inherit;
	padding-left:inherit;
}
.sp{display:none;}


/* 20170712      結果発表2　-----------------*/
#main .wrapper{
	background: #FFF;
}
#main .result .txtbox{
	width: 469px;
	height: auto;
	padding-right: 30px;
	float: right;
	position: relative;
}
#main .result .txtbox p{
	padding: 20px 20px;
	background: #ebebeb;
/* 	position: absolute; */
	bottom: 0;
	left: 0;
	font-size: 110%;
	width: 100%;
	box-sizing: border-box;
}
#main .result .txtbox p strong{
	color: #b28a2d;
}


#main .intervew{
	padding: 0 20px 20px;
	background-color: #FFF;
}
#main .intervew .txtbox{
	margin-left: 20px;
	float: right;
	width: 699px;
}
#main .intervew .txtbox h3{
	padding: 38px 0 27px;
}
#main .intervew .txtbox dl{
	width: 200px;
	float: left;
}
#main .intervew .txtbox dl dt{
	background: #000;
	height: 24px;
	line-height: 24px;
	padding-left: 7px;
	width: 116px;
	color: #FFF;
}
#main .intervew .txtbox dl dd{
	margin: 10px 0 20px;
}
#main .intervew h4{
	background: #a6a6a6;
	text-align: center;
	font-size: 24px;
	color: #FFF;
	font-weight: normal;
	padding: 4px 0;
	margin:35px 0 25px;
}

#main .about .txtbox{
	width: 470px;
	float: left;
}
#main .about .txtbox p{
	padding: 20px 55px;
	background: #ebebeb;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 110%;
	width: 100%;
	box-sizing: border-box;
}
#main .about .txtbox p strong{
	color: #b28a2d;
}

#main .winner{
	margin: 20px 0;
}
#main .winner img{
	border: 1px #ff6c6c solid; 
}

#main .winner .txtbox2{
	width: 300px;
	float: right;
}

#main .winner .txtbox2 dl{
	width: 300px;
	float: left;
}
#main .winner .txtbox2 dl dt{
	float: left;
	position: relative;
	display: inline-block;
 	margin: 5px 0;
	padding: 2px 10px;
	min-width: 50px;
 	max-width: 100%;
 	color: #ffffff;
	font-size: 13px;
	background: #000000;
}
#main .winner .txtbox2 dl dt:before{
	content: "";
	position: absolute;
	top: 63%;
	left: 100%;
 	margin-top: -15px;
	border: 12px solid transparent;
	border-left: 15px solid #000000;
}
#main .winner .txtbox2 dl dd{
	padding:7px 0 0 50px;
}

#main .style_img ul{
	text-align: center;
}
#main .style_img li{
	display: inline;
	padding:0 3px 0 0;
}

#main .rank_img ul{
	text-align: center;
}
#main .rank_img li{
	display: inline;
	padding:0 10px 0 0;
}


#main img.main{
	position: relative;
	top:-25px;
	right: 24px;
}

.sm{display: none}