@charset "UTF-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea, p,blockquote,table,th,td,iframe{
	margin:0;
	padding:0;
}

table,td{
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;

}

fieldset,img,iframe{ border: 0 none; }

address,caption,cite,code,dfn,em,strong,th,var,b,i,u,s,strike{
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
}

ol,ul{ list-style:none outside none; }
caption,th{ text-align: left; }
h1,h2,h3,h4,h5,h6,big,small{ font-weight:normal; }
q:before,q:after{ content:''; }
abbr,acronym{ border: 0 none; }
	

/* ++++++++++++++++++++++++++++++++++++++
	common
+++++++++++++++++++++++++++++++++++++++++ */
body{
	font-size:14px;
	line-height:1.5;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', Helvetica, Verdana, sans-serif;
}


.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
 
.clearfix {
  min-height: 1px;
}

.float_r{
	float:right !important;
}

.float_l{
	float:left !important;
}

.mgt10{
	margin-top: 10px !important;
}

.mgt20{
	margin-top: 20px !important;
}

.mgt10{
	margin-top: 10px !important;
}

.mgt20{
	margin-top: 20px !important;
}

.mgb10{
	margin-bottom: 10px !important;
}

.mgb20{
	margin-bottom: 20px !important;
}

.mgb30{
	margin-bottom: 30px !important;
}

.mgb60{
	margin-bottom: 60px !important;
}



.cs_txt{
	text-align:center;
	font-weight: bold;
	font-size: 24px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 40px;
    margin: 40px;
	color: #333;
}


.cs_txt span{
	line-height: 1.5em !important;
}

.cs_txt span a{
	color:#333;
	font-size: 14px !important;
	font-weight: normal;
}

.cs_txt span a i{
	color:#c9202b;
	padding-right:  5px;
}


#pageUpper{
    color:#fff;
    background-color:#044899;
	overflow:hidden;
	zoom:1;
}

#pageUpper div {
	width:954px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
}

#pageUpper h1{
	font-size:10px;
	font-weight:normal;
}

#wrapper{
	width:954px;
	margin:0 auto;
	text-align:left;
}

#header{
	width:954px;
	height:170px;
 	margin:0 auto;
	overflow:hidden;
	zoom:1;
	clear:both;
}

#headMiddle{overflow:hidden !important;zoom:1;}
#headMiddle #logo{padding: 7px 0 12px;}

#headBottom{ text-align:center; }

#headBottom iframe{
	width:728px;
	height:90px;
	margin:0;
	padding:0;
	border:0 none;
}

#pankuzu{
	font-size:12px;
	line-height:2;
	background: #fff;
}

#contentsBox {
  position: relative;
  width: 950px;
  overflow: visible;
  zoom: 1;
}

#labelBox {
  width: 978px;
  height: 265px;
  position: relative;
  overflow: hidden;
  zoom: 1;
}

#labelBox h2{
    width:627px;
	height:250px;
}

#labelBox #bt_photo_top{
	display:block;
	width:265px;
	height:60px;
	position:absolute;
	left:367px;
	top:45px;
}


#top_lead_text01{
	position:absolute;
	left: 142px;
	top: 134px;
	width: 379px;
	font-size: 16px;
}

.bookmarks{
    width: 284px;
    padding: 5px 5px 5px 5px;
    height:21px;
    position:absolute;
    left: 196px;
    bottom: 22px;
    overflow:hidden;
    border-radius:2px;
}

.sokuhou_h2 #top_lead_text01 {
    left: 30px;
}

.sokuhou_h2 .bookmarks{
    width: 385px;
    left: 24px;
    bottom: 26px;
}

.bookmarks li{
    width: 103px;
    float:left;
    height:21px;
    overflow:hidden;
}

.bookmarks #bt_twitter{
	width: 100px;
}

.bookmarks #bt_facebook{
  width:96px;
}

.bookmarks #bt_facebook iframe{
  width:auto;
	border:none;
	overflow:hidden;
}

.bookmarks #bt_line{ width:83px; }

.bana{
  padding: 0 0 10px 10px;
  background: #fff;
  z-index: 100;
  position: absolute;
  left: 640px;
  top: 0px;
}

.bana iframe{
	width:300px;
	height:250px;
	margin:0;
	padding:0;
	border:0 none;
}

#g_navi {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  height: 90px;
  border-bottom: solid 1px #dfdfdf;
  padding: 30px 0 35px;
}

#g_navi li{
    color: #333;
    width: 16.6%;
    text-align: center;
}

#g_navi li#link_nominate,
#g_navi li#link_totocalcio,
#g_navi li#link_sokuhou{
	position:relative;
}

#g_navi li span{
	display: block;
}

#g_navi li span.up_comming,#g_navi li span.new_icon,#g_navi li span.sokuhou_now{
	position:absolute;
	top: 0;
    left: 10%;
	background:#535353;
	border:solid 1px #535353;
	box-sizing:border-box;
	border-radius:20px;
	color:#fff;
	font-size:10px;
	padding:2px 7px;
	font-weight:bold;
}

#g_navi li span.new_icon{
    left: 20%;
	background:#eb003a;
	border:solid 1px #eb003a;
}

@-webkit-keyframes bg-color {
  0% { background-color: transparent;border: 1px solid transparent;color:#fff;}
  50% { background-color: #eb003a;border: 1px solid #eb003a;color:#fff;}
  100% { background-color: transparent;border: 1px solid transparent;color:#fff;}
}
@keyframes bg-color {
  0% { background-color: transparent;border: 1px solid transparent;color:#fff;}
  50% { background-color: #eb003a;border: 1px solid #eb003a;color:#fff;}
  100% { background-color: transparent;border: 1px solid transparent;color:#fff;}
}
#g_navi li span.sokuhou_now{
	animation: bg-color 2s infinite;
	-webkit-animation: bg-color 2s infinite;
	font-size:12px
}



#g_navi li#link_nominate span#nl_nominate,
#g_navi li#link_totocalcio span#nl_toto{
	opacity:.2;
}

#g_navi li:nth-last-child(1){
	border-right:none;
}

#g_navi li a{
	color:#333;
	text-decoration:none;
	font-size:14px;
	transition:0.3s;
	display: block;
}

#g_navi li a:hover{
	color:#e8c77c;
	transition:0.3s;
}

#g_navi li a:before,
#g_navi li#link_nominate span#nl_nominate:before,
#g_navi li#link_totocalcio span#nl_toto:before{
	font-family: "icon";
	font-size:40px;
	display:block;
}

#g_navi li#link_top a:before{
	content: "\e900";
}

#g_navi li#link_news a:before{
	content: "\e902";
}

#g_navi li#link_sokuhou a:before{
	content: "\e90a";
}

#g_navi li#link_nominate a:before,
#g_navi li#link_nominate span#nl_nominate:before{
	content: "\e904";
}

#g_navi li#link_photo a:before{
	content: "\e908";
}

#g_navi li#link_totocalcio a:before,
#g_navi li#link_totocalcio span#nl_toto:before{
	content: "\e90c";
}

#g_navi li#link_past_winners a:before{
	content: "\e906";
}

.top_page #g_navi li#link_top a:before{
	content: "\e901";
}

.news_page #g_navi li#link_news a:before{
	content: "\e903";
}
.nominate_page_all #g_navi li#link_nominate a:before,
.nominate_page_all_director #g_navi li#link_nominate a:before,
.nominate_page_all_actor #g_navi li#link_nominate a:before,
.nominate_page_all_actress #g_navi li#link_nominate a:before,
.nominate_page_all_others #g_navi li#link_nominate a:before{
	content: "\e905";
}
.photo_page #g_navi li#link_photo a:before,
.gallery_page #g_navi li#link_photo a:before{
	content: "\e909";
}
.totocalcio_page #g_navi li#link_totocalcio a:before{
	content: "\e90d";
}
.sokuhou_page #g_navi li#link_sokuhou a:before{
	content: "\e90b";
}
.past_winners_page #g_navi li#link_past_winners a:before{
	content: "\e907";
}

#g_navi li a span{
    display: inline;
    padding: 2px 2px 2px 5px;
    font-size: 12px;
    margin: 0 6px 0 6px;
    font-weight: bold;
    border-radius: 50px;
    animation: bg-color 2s infinite;
    -webkit-animation: bg-color 2s infinite;
    color:#fff;
}


.contents_box {
    border-bottom: solid 1px #dfdfdf;
    padding-bottom: 30px;
    margin-bottom: 30px;
}


.contents_box a img{
	transition:0.3s;
}

.contents_box a img:hover {
	opacity:0.6;
	transition:0.3s;
}

.contents_box .cont_link_btn{
	width: 400px;
	margin: 20px auto 0;
	text-align: center;
	clear:both;
}


.contents_box .cont_link_btn i{
	padding-right:5px;
}

.contents_box .cont_link_btn a {
	position:relative;
	background-color: #ebebeb;
	border-radius: 4px;
	color: #c9202b;
	line-height: 52px;
	-webkit-transition: none;
	box-shadow: 0 4px 0 #cccccc;
	text-decoration:none;
	width: 100%;
	display: block;
    transition:.2s;
}

.contents_box .cont_link_btn a:hover {
	top: 3px;
	box-shadow: none;
    transition:.2s;
}

.contents_bnr_new {
    position: relative;
    display:block;
    transition: 0.3s;
}

.contents_bnr_new:hover {
    opacity:.6;
    transition:0.3s;
}

.contents_bnr_new img:hover {
    opacity:1 !important
}

.contents_bnr_new:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 60px 0 0;
    border-color: #f00 transparent transparent transparent;
}
.contents_bnr_new:after {
    position: absolute;
    content: "NEW";
    transform: rotate(315deg);
    display: block;
    font-size: 13px;
    white-space: pre;
    color: #fff;
    top: 12px;
    left: 4px;
    text-align: center;
    z-index: 2;
    line-height: 1.2;
    font-weight: bold;
    letter-spacing: 1px;
}


.photo_list {
	margin-bottom:30px;
	border-bottom:none
}

.photo_list_last {
	margin-bottom: 60px;
	border-bottom: solid 1px #dfdfdf !important;
}

.top_page #g_navi li#link_top a,
.news_page #g_navi li#link_news a,
.nominate_page_all #g_navi li#link_nominate a,
.nominate_page_all_director #g_navi li#link_nominate a,
.nominate_page_all_actor #g_navi li#link_nominate a,
.nominate_page_all_actress #g_navi li#link_nominate a,
.nominate_page_all_others #g_navi li#link_nominate a,
.photo_page #g_navi li#link_photo a,
.gallery_page #g_navi li#link_photo a,
.totocalcio_page #g_navi li#link_totocalcio a,
.sokuhou_page #g_navi li#link_sokuhou a,
.past_winners_page #g_navi li#link_past_winners a{
	color:#e8c77c !important;
}

.contents_box .cont_link_btn span.no_link{
	color: #333;
	padding: 2px 60px;
	position:relative;
	background-color: #ebebeb;
	border-radius: 4px;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 4px 0 #cccccc;
	text-decoration:none;
	text-align:center;
	font-weight:normal;
	font-size:14px;
}
.contents_box_half{
	width: 465px;
	position: relative;
	float: left;
}

.contents_box_half:nth-of-type(1){
	margin-right:20px;
}

.contents_box_one_third{
	width: 303px;
	float: left;
	margin: 0 20px 20px 0;
}

#past_winners .contents_box_one_third{
	height:230px;
}


.contents_box_two_third{
	width: 625px;
	float: left;
	margin: 0 0 20px 0;
}



.contents_box_one_third a img{
	width:100%;
}

.contents_box_one_third:nth-child(3n){
	margin-right:0px;
}



#news_area .contents_box_half span{
	height: 240px;
	overflow: hidden;
	display: block;
}

#photo_nominate .contents_box_half span,
#photo_totocalcio .contents_box_half span{
	height: 240px;
	overflow: hidden;
	background: #fff !important;
	display: block;
}

#photo_nominate .contents_box_half h3 span,
#photo_totocalcio .contents_box_half h3 span{
	height: auto;
	overflow: hidden;
	background: #000;
	display: block;
}


#news_area .contents_box_half .news_list,#photo_nominate .contents_box_half .news_list{
	height: 70px;
	width: 115px;
	display: block;
	border-left: 6px solid #b29550;
	background-size: cover !important;
	transition:0.3s;
}

#news_area .contents_box_half .news_list:hover,#photo_nominate .contents_box_half .news_list:hover{
	 opacity:0.6;
	 transition:0.3s;
}

#news_area .contents_box_half img,
#photo_nominate .contents_box_half img,
#photo_totocalcio .contents_box_half img{
	width:100%;
}

#photo_nominate .contents_box_half h3 img,
#photo_totocalcio .contents_box_half h3 img{
	width:auto;	
}

#news_area  .contents_box_half .news_list img,#photo_nominate .contents_box_half .news_list img{
	width:100%;
}

#cts_top_news{
	position:relative;
}


.contents_box_half a{
}

#news_area .contents_box_half #cts_top_news a strong,#photo_nominate .contents_box_half #cts_top_news a strong{
    width: 415px;
    overflow: hidden;
    background: #000\9;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    text-indent: -0.4em;
    padding: 18px 20px 20px 30px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', Helvetica, 'HelveticaNeue', Verdana, sans-serif; 	 
}


#news_area .contents_box_half a:hover strong,#photo_nominate .contents_box_half a:hover strong{
	text-decoration:underline;
}

#newslist_box{
	overflow: hidden;
}

#newslist_box li{
	overflow: hidden;margin-bottom: 13px;
}


#news_area .contents_box_half #newslist_box p,#photo_nominate .contents_box_half #newslist_box p{
	float:left;
	margin-top: 0;
}

#news_area .contents_box_half #newslist_box a strong,#photo_nominate .contents_box_half #newslist_box a strong{
	color: #333;
	background:none;
	position: static;
	width: 324px;
	display: block;
	padding: 0px 0 0 0px;
	font-size: 16px;
	text-indent: -0.34em;
	float: left;
	overflow: visible;
	margin-left: 20px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', Helvetica, 'HelveticaNeue', Verdana, sans-serif;
}

#news_area .contents_box_half #newslist_box a strong i,#photo_nominate .contents_box_half #newslist_box a strong i{
	color: #bf0411;
}

#news_area .contents_box_half a strong small {
    color: #999;
    display: block;
    font-size: 12px;
    padding-top: 5px;
    margin-left: 7px;
}


.contents_box h3{
	text-align:center;
	font-size:40px;
	color:#d7b568;
	font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3";
	margin: 10px 0 25px;
}

.contents_box h4.h4_photo_gallery{
	display:block;
	font-size: 16px;
	line-height:1em;
	color:#333;
	font-weight:bold;
    text-align: center;
    margin-bottom: 25px;
}

.contents_box h3 img{
	padding-right:7px;
	vertical-align: baseline;
}


.contents_box span{
	display:block;
	font-size: 16px;
	line-height:1em;
	color:#333;
	font-weight:bold;
}

.contents_box span.btn_right_arrow,#nominate_area .winner .contents_box_half a span.btn_right_arrow{
	display: inline !important;
  color: #c9202b;
  font-size: 12px;
  padding-right: 5px;
  border: none !important;
}

.contents_box .contents_box_half p.lead_text,.contents_box .contents_box_one_third p.lead_text{
	margin-top:10px;
}


.contents_box .contents_box_one_third p.lead_text a{
	color:#333;
	text-decoration: underline;
}

.contents_box .contents_box_one_third p.lead_text a:hover{
	opacity:0.6;
}

.contents_box .news_lead_text{
	margin-top:10px;
	overflow: hidden;
	height: 65px;
}

.contents_box .news_lead_next{
	text-align:right;
	margin-top: 0px !important;
}

.contents_box .news_lead_next a{
	color:#bf0411;
	text-decoration:none;	
}

.contents_box .news_lead_next a:hover{
	text-decoration:underline;	
	
}

.contents_box .news_lead_next i{
	padding-right:5px;
}




#past_winners{
	border-bottom:none;
	padding-bottom: 20px;
}

#photo_credit{
	text-align:center;
}

/* ++++++++++++++++++++++++++++++++++++++
	pagetop
+++++++++++++++++++++++++++++++++++++++++ */

.pagetop {
	bottom: 3%;
	/*display: none;*/
	height: 60px;
	position: fixed;
	right: 5%;
	width: 60px;
}
.pagetop a span {
	color:#fff;
	font-size:45px;
	padding-top:5px;
	display:block;
	transition:0.3s;
}

.pagetop a span:hover {
	color:#686868;
	transition:0.3s;
}

.pagetop a {
	background:#818181;
	display: block;
	height: 60px;
	width: 60px;
	transition:0.3s;
	text-align:center;	
	border-radius:50%;
	box-shadow: rgba(113, 135, 164, 0.27) 0px 0px 9px 2px;
	-webkit-box-shadow: rgba(113, 135, 164, 0.27) 0px 0px 9px 2px;
	-moz-box-shadow: rgba(113, 135, 164, 0.27) 0px 0px 9px 2px;
}

.pagetop a:hover {
	background:#e1e1e1;
	transition:0.3s;
	text-decoration:none;
}


/* ad ++++++++++++++++++++++++

++++++++++++++++++++++++++++++ */
.adBox-a {
    width: 320px;
    height: 50px;
    margin: 61px auto 0;
    padding: 10px 0;
    background: #fff;
}

.adBox-a img{
    width: 100%;
}

.adBox-a iframe {
    border: 0 none;
}

/* ########### 668px以上 ########### */
@media screen and (min-width: 668px) {

#nominate_area p.lead_text{
	margin-top:0;
}


#headMiddle #logo img#sp_h1_logo{
	display:none;
}

#sp_navi {
	display:none;
}

h2 img#h2_sp{
	display:none;
 }

.siteFt{
	display:none;
}

}



/* ++++++++++++++++++++++++++++++
	news
+++++++++++++++++++++++++++++++++ */

.news_page .contents_box {
    border:none;
}

.news_page #news_area  #cts_top_news a strong {
    width: 415px;
    height: 72px;
    overflow: hidden;
    background: #000\9;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    text-indent: -0.4em;
    padding: 18px 20px 0 30px;
}

.news_page #news_area a:hover strong{
	text-decoration:underline;
}

.news_page #news_area .news_list{
	height: 70px;
	width: 115px;
	display: block;
	overflow: hidden;
}


.news_page #news_area #newslist_box p span{
	border-left: 6px solid #b29550;
	background-size: cover !important;
	background-position: center top !important;
}






.news_page #news_area a img{
	width:100%;
}



.news_page #news_area #newslist_box p{
	float:left;
	margin-top: 0;
}

.news_page #news_area #newslist_box p:hover{
	opacity:0.6;
}


.news_page #news_area #newslist_box a strong{
	color: #333;
	background:none;
	position: static;
	width: 794px;
	display: block;
	padding: 0px 0 0 13px;
	font-size: 16px;
	text-indent: -0.34em;
	float: left;
	overflow: visible;
	margin-left: 20px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', Helvetica, Verdana, sans-serif;
}


.news_page #news_area   #newslist_box a strong:hover{
	text-decoration:underline;
}


#news_area a strong i,#photo_nominate a strong i{
	padding-right:5px;
	color:#bf0411;
}


.news_page #news_area a strong small {
    color: #999;
    display: block;
    font-size: 12px;
    padding-top: 5px;
    margin-left: -5px;
}

.news_page #newslist_box li{
	overflow: hidden;margin-bottom: 13px;
    border-top: solid 1px #dfdfdf;
    padding-top:15px;
}






/* ++++++++++++++++++++++++++++++
	nominate
+++++++++++++++++++++++++++++++++ */

.nominate_page_all .contents_box,
.nominate_page_all_director .contents_box,
.nominate_page_all_actor .contents_box,
.nominate_page_all_actress .contents_box,
.nominate_page_all_others .contents_box 
{
    border: none;
}


#nominate_nav{
	margin-bottom:30px;
}

#nominate_nav li{
	float:left;
	font-size:16px;
	text-align:center;
	border-right:1px solid #e8e6dd;
}

#nominate_nav li:nth-last-child(1){
	border-right:1px solid #f7f5ed;
}

#nominate_nav li a{
	color:#383838;
	background:#f7f5ed;
	width:189px;
	padding:32px 0;
	display:block;
	transition:0.3s;
}

#nominate_nav li a:hover{
	text-decoration:none;
	background:#d7b568;
	color:#fff;
	transition:0.3s;

}

.nominate_page_all ul li#tab_all a,.nominate_page_all_director ul li#tab_all_director a,.nominate_page_all_actor ul li#tab_all_actor a,.nominate_page_all_actress ul li#tab_all_actress a,.nominate_page_all_others ul li#tab_all_others a{
	background:#d7b568;
	color:#fff;	
}





#nominate_foot_tab #nominate_nav_foot{
	margin:50px 0;
}

#nominate_foot_tab #nominate_nav_foot li{
	float:left;
	font-size:16px;
	text-align:center;
	border-right:1px solid #333;
}

#nominate_foot_tab #nominate_nav_foot li:nth-last-child(1){
	border-right:1px solid #fff;
}

#nominate_foot_tab #nominate_nav_foot li a{
	color:#383838;
	background:#fff;
	width:189px;
	padding:5px 0;
	display:block;
	transition:0.3s;
}

#nominate_foot_tab #nominate_nav_foot li a:hover{
	text-decoration:none;
	background:#fff;
	color:#d7b568;
	transition:0.3s;
}

.nominate_page_all #nominate_foot_tab ul li#tab_all_foot a,.nominate_page_all_director #nominate_foot_tab ul li#tab_all_director_foot a,.nominate_page_all_actor #nominate_foot_tab ul li#tab_all_actor_foot a,.nominate_page_all_actress #nominate_foot_tab ul li#tab_all_actress_foot a,.nominate_page_all_others #nominate_foot_tab ul li#tab_all_others_foot a{
	background:#fff;
	color:#d7b568;	
}

h4.underline{
	font-size:33px;
	text-align:center;
	height: 40px;
	margin-bottom: 25px;
}

h4.underline span{
	font-size:33px;
	text-align: center;
	border-bottom:2px solid #d7b568;
	display:inline;
	font-weight:normal;
	padding-bottom: 3px;
}

h4.underline span.size24{
	font-size:24px;
}

#nominate_area .contents_box_half img{
	width:100%;
}

#nominate_area .h5_link{
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px
}

#nominate_area .h5_link a{
	color:#333;
}


#nominate_area .h5_link_sub{
	font-size: 15px;
	font-weight:bold;
	margin-bottom: 10px;
}

#nominate_area .h5_link_sub a{
	color:#333;
	text-decoration: underline;
}


#nominate_area .h5_link i{
padding-right: 3px;
    color: #bf0411;
}


#nominate_area .contents_box_half dl{
	font-size: 12px;
	clear: both;
}

#nominate_area .contents_box_half dt{
	font-weight:bold;
	float: left;
	margin-left: -6px;
}

#nominate_area .contents_box_half dd{margin-bottom: 5px;}

#nominate_area .contents_box_half dd ul li{
	display:inline;
}


#nominate_area .contents_box_half dd ul li a{
	text-decoration:underline;
	color:#333;
}

#nominate_area .contents_box_half dd ul li a:hover{
	opacity:0.6
}

#nominate_area .contents_box_half dd ul li + li:before{
	text-align:center;
	content:"/";
	padding:0 5px;
}




#nominate_area .contents_box_half .fb_btn{
	height: 20px;
	margin-bottom: 20px;
}

#nominate_area .contents_box_half .movie_detail{
     min-height: 233px;
     height: auto !important;
}

#nominate_area .contents_box_two_third .movie_detail{
     min-height: 263px; /*修正箇所*/
     height: auto !important;
}

#nominate_area .movie_data{
	margin-top:10px;
}


#nominate_area .nominate_ctb {
  overflow:hidden;
  border-bottom: solid 1px #dfdfdf;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

#nominate_area .all_nominate_box {
  display: flex;
  flex-wrap: wrap
}





#nominate_area .winner{
	background:#f7f5ed;
	padding: 10px 10px 30px;
}



#nominate_area .winner .contents_box_half{
	width:455px;
}

#nominate_area .winner .contents_box_one_third{
	width: 300px;
}

#nominate_area .winner .contents_box_two_third{
	width: 605px;
	float: left;
	margin: 0 0 20px 0;
}


#nominate_area .winner .contents_box_half .movie_title,
#nominate_area .winner .contents_box_two_third .movie_title,
#nominate_area li.winner .movie_title{
	background:url(../../../oscar92/images/oscar_statuette.png?1483974000) no-repeat;
	padding-left:40px;
	height: 100%;
}

#nominate_area li.winner .movie_title{
    min-height:65px;
}

#nominate_area li.winner{
	margin-top: -5px;
}


#nominate_area .nominate_ctb .contents_box_half a span .winner_icon,
#nominate_area .nominate_ctb .contents_box_one_third a span .winner_icon,
#nominate_area .nominate_ctb .contents_box_one_fifth a span .winner_icon{
	display:none;
}

#nominate_area .winner .contents_box_half a span .winner_icon,#nominate_area .winner .contents_box_one_third a span .winner_icon{
	z-index:10;
	border:none;
	width: 120px;
	left:-4px;
	top:-4px;
	display: block;
}

#nominate_area .sokuhou_winner a span .winner_icon{
	z-index:5;
	border: none !important;
	width: 120px;
	left:-4px;
	top:-4px;
	display: block !important;
	position: absolute;
}


#nominate_area .contents_box_one_fifth a span .winner_icon{
	width: 100px;
}

#nominate_area .sokuhou_winner a span .winner_icon:hover,
#nominate_area .winner .contents_box_half a span .winner_icon:hover,
#nominate_area .winner .contents_box_one_third a span .winner_icon:hover,
#nominate_area .contents_box_one_fifth a span .winner_icon:hover{
	opacity:10;
}


#nominate_area .bb_none{
	margin-bottom: 30px;
	border: none;
	padding-bottom: 0;
}

#nominate_area .nominate_ctb .contents_box_one_fifth a span,
#nominate_area .nominate_ctb .contents_box_one_third a span,
#nominate_area .nominate_ctb .contents_box_half a span{
    border:1px solid #ccc;
}
#nominate_area .nominate_ctb .contents_box_one_fifth a img,
#nominate_area .nominate_ctb .contents_box_one_third a img,
#nominate_area .nominate_ctb .contents_box_half a img{
    border:2px solid #fff;
    box-sizing:border-box;
}




#nominate_area .winner .contents_box_one_third a span{
    border:4px solid #cba847 !important;
    height:292px;
    position: relative;
}

#nominate_area .winner .contents_box_half a span{
    border:4px solid #cba847 !important;
    height:300px;
    position: relative;
}


#nominate_area .winner .contents_box_one_third a img,#nominate_area .winner .contents_box_half a img{
    border:2px solid #fff;
    box-sizing:border-box;
    position: absolute;
    z-index: 0;
}


#nominate_area .nominate_ctb .other_box_one_thrird h4.underline span{
	font-size: 24px !important;
	line-height: 1.3em;
}

#nominate_area .nominate_ctb .other_box_one_thrird h4.underline span.border_none{
	border-bottom: #fff solid 2px;
}

#nominate_area .nominate_ctb .other_box_one_thrird h4.underline span.d_block{
	display:block;
	width: 216px;
}


#nominate_area .nominate_ctb .other_box_one_thrird ul li{
	margin-bottom: 5px;
	min-height: 65px;
	border-bottom: dotted 1px #ccc;
	padding-bottom: 10px;
}


#nominate_area .nominate_ctb .other_box_one_thrird i{
	color: #c9202b;
}

#nominate_area .nominate_ctb .other_box_one_thrird strong{
	font-weight: bold;
	font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	display: block;
	text-align: left;
	margin-bottom: 0;
}
	
#nominate_area .nominate_ctb .other_box_one_thrird strong a{
	color:#333;
}

#nominate_area .nominate_ctb .other_box_one_thrird span a{
	color:#333;
	text-decoration:underline;
}

#nominate_area .nominate_ctb .other_box_one_thrird span a:hover{
	opacity:0.6;
}

#nominate_area .nominate_ctb .other_box_one_thrird span{
	font-weight:normal;
	font-size:12px;
	display: inline;
	line-height: 1.5em;
}

#nominate_area .nominate_ctb .other_box_one_thrird ul li span + span:before{
	text-align:center;
	content:"/";
	padding:0 5px;
}


.cbot_inner h4.underline{
	text-align:left;
}




/* ++++++++++++++++++++++++++++++
	kako
+++++++++++++++++++++++++++++++++ */

.past_winners_page .contents_box {
    border:none;
}



#nominate_area .win_past{
	background:#fff;
	height: 70px !important;
}

.cbot_inner p.win_past_link{
	text-align: right;
	margin-top: 10px;
}

.cbot_inner p.win_past_link a span{
	border:none !important;
}

.cbot_inner p.win_past_link a{
	color:#333;
}




/* ++++++++++++++++++++++++++++++
	totocalcio
+++++++++++++++++++++++++++++++++ */

#toto_area{
	border:none;
}

#toto_request_wrap{
	border-bottom: solid 1px #ccc;
	padding-bottom:40px;
	margin-bottom:40px;
}

#toto_request_wrap #toto_fin_text{
	text-align:center;
	margin-top:30px
}

#toto_area  h4.underline span{
	font-size: 24px !important;
	line-height: 1.3em;
}

#toto_area  h4.underline span .name_mr{
	font-size: 18px !important;
	border:none;
	padding-left:5px;
}

#toto_area .nominate_ctb .other_box_one_thrird ul li{
	margin-bottom: 5px;
	padding-bottom: 10px;
}

#toto_area .nominate_ctb .other_box_one_thrird strong{
	font-weight: bold;
	font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	display: block;
	text-align: left;
	margin-bottom: 10px;
    padding: 5px 0 5px 10px;
    font-size: 16px;
    background: #e0e0e0;
}
	
#toto_area .nominate_ctb .other_box_one_thrird span{
	font-weight:normal;
	font-size:14px;
	display: inline;
	line-height: 1.5em;
}

#toto_area .nominate_ctb .contents_box_two_third p{
	margin-bottom:20px;
}

#toto_area .nominate_ctb{
	border-bottom: solid 1px #dfdfdf;
	padding-bottom: 10px;
	margin-bottom: 40px;
}

#toto_area span.txt_red:after, #toto_area span.txt_yellow:after, #toto_area span.txt_purple:after {
    content: "･･･";
    padding: 0 5px;
    color: #333;
    font-size: 12px;
}

#toto_area span.txt_red{
	color:#f00;	
}

#toto_area span.txt_yellow{
	color:#f8b500;	
}

#toto_area span.txt_purple{
	color:#6252c8;	
}


#toto_area p.comming_soon{
    text-align: center;
    margin-bottom: 40px;
}


.readmore-button-box {
   display:none;
   text-align: center;
   background-image: linear-gradient( 180deg, rgba(255,255,255,0.5), white );   /* 上から下へ：[白色半透明]から[白色]へグラデーション */
   padding-top: 4.5em;   /* ボタンの上側でグラデーションを見せる距離(長さ) */
   margin-top: -5.5em;   /* ボックスを上側に重ねる距離(長さ) */
   position: relative;   /* ボックス全体を上に重ねるために必要 */
}


.readmore-button-box a {
   border:1px solid #333;
   color:#f00; 
   border-radius: 5px; 
   padding: 4% 0;
   display: inline-block;
   width:100%;
}


.sub_detail_box{
	background:#ece7c2;
	border-radius:5px;
	border:solid 1px #ece7c2;
	padding:10px 15px;
}


.sub_detail_box a{
	color:#c9202b;
	text-decoration:underline;
}

.sub_detail_box a:hover{
	opacity:0.6;
}

.toto_bnr_center{
	display: block;
	margin: -30px auto 80px;
}

#toto_request_box{
	width:778px;
	margin: 0 auto;
}

#toto_request_box h4{
	font-size:20px;
	color:#b7974f;
	margin-top: 30px;
}

#toto_request_box p a{
	text-decoration:underline;
	color:#333;
}

#toto_request_box p a:hover{
	opacity:0.6;
}

.txt_indent{
	text-indent:-1em;
	padding-left:14px;
}

.caution_red{
	font-size:16px;
	color:#9f0909;
	font-weight:bold;
}










#radio_area,#mail_area{
    border:none;
}

legend{
    padding:5px 5px 0;
    font-weight: bold;
}

#infoForm strong{
	color:#f00;
	font-weight:bold;
	font-size:16px;
	font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

#infoForm strong:before{
	content:"！";
    display: block;
    text-align: center;
    float: left;
    margin-right: 3px;
    width:1em;
}

#infoForm ul{
    list-style: none;
    margin: 0 auto 25px;
    padding: 0;
    background: #fff;
    border-radius: 5px;
    border: 2px solid #ccc;
}

#infoForm ul li{
    padding: 0;
    margin: 0;
    position: relative;
}

#infoForm input{
    position: absolute;
    top:-5px;
    width: 100%;
}

#infoForm #mail_area input{
    position: static;
}

/*ラジオボタン*/
#infoForm input[type="radio"]{
    opacity : 0;
    width: 100%;
    height: 100%;
    padding: 0;
}

#infoForm input[type="radio"] + label{
    display: block;
    background: url(../../../oscar92/images/radio_off.png?1485097200) no-repeat 1% center #f6f6f6;
    background-size: 35px;
    border-bottom: 1px dotted #c0c0c0;
    padding: 10px 20px 10px 50px;
    color: #333;
    text-decoration: none;
}

#infoForm input[type="radio"]:checked + label{
    background: url(../../../oscar92/images/radio_on.png?1485097200) no-repeat 1% center #e2e2e2;
    background-size: 35px;
}


#infoForm li:last-child label{
    border-bottom:none;
}

/*E-mail*/
#infoForm #mail_area h5{
	font-size:16px
}

#infoForm #mail_area h5 span{
	font-size:14px;
	display:inline;
	font-weight:normal;
}

#infoForm input[type="text"] {
    border-radius: 5px;
    border: 2px solid #c0c0c0;
    padding: 10px 10px 10px 10px;
    color: #333;
    text-decoration: none;
    width: 758px;
	margin-bottom:40px;
	font-size:16px;
}

/*submit*/
#infoForm #btn{
}

#infoForm #btn input[type="submit"]{
	width:350px;
}

#infoForm #btn input.btn_back,#infoForm #btn input.btn_submit{
	float:left;
	margin-left:25px
}

#infoForm #btn input.btn_back{
	background-color: #ebebeb;
	border:#ebebeb;
	box-shadow: 0 4px 0 #ccc;
	color:#c9202b;
}

#infoForm #btn input{
	position:relative;
	background-color: #e52223;
	border-radius: 4px;
	color: #fff;
	height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 4px 0 #9f0909;
	text-decoration:none;
	display: block;
	border:#e52223 solid 2px;
	margin:0 auto;
	width:400px;
	font-size:16px;
	font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

#infoForm #btn input:hover {
	top: 1px;
	box-shadow: none;
}

#confirmation{
	text-align:center;
	font-size:20px;
	margin-top:40px
}

#infoForm .answer_box{
    border-radius: 5px;
    border: 2px solid #c0c0c0;
    padding: 10px 10px 10px 10px;
    color: #333;
    text-decoration: none;
    width: 758px;
	margin-bottom:40px;
}

.formError{
	color:#f00;
	font-weight:bold;
}

.formError:before{
	content:"\f12a";
    font-family: FontAwesome;
    display: block;
    text-align: center;
    float: left;
    margin-right: 3px;
    width:1em;
}



/* ++++++++++++++++++++++++++++++
	gallery
+++++++++++++++++++++++++++++++++ */

.gallery_page .contents_box{
	border:none;
}

.gallery_page #gallery_wrap{
    border-bottom: solid 1px #ccc;
	padding-bottom:40px;
	margin-bottom:40px;
}

.gallery_page #gallery_wrap .gallery_thumb{
	width: 186px;
	height: 186px;
	background-position: center top !important;
	background-size: cover !important;
	transition:.3s;
}



.gallery_page #gallery_wrap a{
	float:left;
	margin:0 5px 5px 0;
}

.gallery_page #gallery_wrap a:nth-child(5n){
	margin-right:0;
}


.gallery_page #gallery_wrap .gallery_thumb:hover{
	opacity:0.6;
	transition:.3s;
}

.gallery_page p.comming_soon{
	text-align:center;
	margin:80px 0;
}

#show_wrap{

position: relative;

margin-bottom: 30px;
}

#show_wrap #show_back,#show_wrap #show_next{
	width: 40px;
	height: 500px;
	display: block;
	position: absolute;
	top: 0;
	transition:.3s;
}


#show_wrap #show_back{
	background: url(../../../oscar92/images/photo_show_left.png?1486047600) no-repeat;
	left:0;
	background-position:0% 50%;
}

#show_wrap #show_back:hover{
	background: url(../../../oscar92/images/photo_show_left_on.png?1486047600) no-repeat;
	transition:.3s;
	background-position:0% 50%;
}


#show_wrap #show_next{
	background: url(../../../oscar92/images/photo_show_right.png?1486047600) no-repeat;
	right:0;
	background-position:100% 50%;
}

#show_wrap #show_next:hover{
	background: url(../../../oscar92/images/photo_show_right_on.png?1486047600) no-repeat;
	transition:.3s;
	background-position:100% 50%;
}

#show_wrap img{
	display:block;
	margin:0 auto 30px;
	max-height:700px;
	max-width:820px;
}


p#show_comment{
	text-align:center;
	margin-bottom:30px;
}





/* ++++++++++++++++++++++++++++++
	sokuhou
+++++++++++++++++++++++++++++++++ */

#top_btn{
	border:none	
}

#sokuhou_list_box h3 strong{
	font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3";
}

#sokuhou_list_box{
	background:#fffbf0;
	border:#cba948 solid 5px;
	margin: 50px auto 30px;
}

#sokuhou_list_box #sokuhou_list_box_inner{
	border:#fff solid 5px;
	box-sizing:border-box;
}

#sokuhou_list_box #sokuhou_list_box_inner #sokuhou_list{
	margin:0 20px;
	font-size:16px;
}

#sokuhou_list_box #sokuhou_list_box_inner #sokuhou_list a{
	color:#333;
	text-decoration:underline;
}

#sokuhou_list_box #sokuhou_list_box_inner #sokuhou_list a:hover{
	opacity:0.6;
}

#sokuhou_list_box #sokuhou_list_box_inner #sokuhou_list li{
	border-bottom:dotted 1px #c4c3bf;
	padding: 5px 0 5px 10px;
}

#sokuhou_list_box #sokuhou_list_box_inner #sokuhou_list li:before{
    content: "";
    display: block;
    float: left;
    width: 10px;
    height: 20px;
    padding-left: 10px;
    background: url(../../../oscar92/images/h3_totocalcio.jpg?1481727600);
    background-size: 100%;
    margin: 2px 10px 0 0;
}


#sokuhou_list_box #sokuhou_list_box_inner .cont_link_btn{
	margin-bottom:30px;
}

#sokuhou_list_box #sokuhou_list_box_inner .cont_link_btn a{
	/*background-color: #e42223;*/
	/*color: #fff;*/
	/*box-shadow: 0 4px 0 #9f090a;*/
}

#sokuhou_list_box #sokuhou_list_box_inner .cont_link_btn a:hover {
	top: 3px;
	box-shadow: none;
}

#sokuhou_list_box{
	position:relative;
}

#sokuhou_list_box #sokuhou_list_box_inner #winner_icon_sokuhou{
	position:absolute;
	left:-5px;
	top:-5px;
}

#sokuhou_area .contents_box_half ul li{
	font-size:16px;
	border-top:solid 1px #dfdfdf;
	padding: 5px 0 5px 13px;
	text-indent: -1.9em;
}

#sokuhou_area .contents_box_half ul li:nth-last-child(1){
	margin-bottom:30px;
}

#sokuhou_area .contents_box_half ul li:before{
	content:"\f0da";
    font-family: FontAwesome;
    display: block;
    text-align: center;
    float: left;
    margin-right: 15px;
    width:1em;
}

.all_nominate_box .h5_link{
	margin:7px 0 0 0;
	text-indent: -0.3em;
	padding-left: 15px;
}

.sokuhou_winner a span{
    border:3px solid #cba847 !important;
	margin-bottom:-2px;
	position: relative;
}

.contents_box_one_fifth{
	width: 18%;
	margin: 0 20px 20px 0;
}

.contents_box_one_fifth:nth-child(5), .contents_box_one_fifth:nth-child(10), .contents_box_one_fifth:nth-child(15) {
	margin-right: 0;
}

.contents_box_one_fifth img{
	width: 100%;
}

#nominate_area .contents_box_one_fifth .h5_link{
	margin-bottom:5px;
}

#nominate_area .contents_box_one_fifth p a{
	text-decoration:underline;
	color:#333;
}

#nominate_area .contents_box_one_fifth p a:hover{
	opacity:0.6;
}


.sokuhou_page div.bb_none{
	border:none;
}



