@charset "UTF-8";


/* webfont
-------------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Archivo+Narrow:400,700);

@font-face {font-family: 'Archivo Narrow';}

body{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
body {
  -webkit-text-size-adjust: 100%;
}
h1,h2,h3,h4,h5, #NEWS .sidebar span{
	font-family: 'Archivo Narrow',sans-serif;
	font-weight: 400!important;
}

/* Color Design
------------------------------------------

Main 		:	#A8FF05		:	カラー名
Sub A		:	#59B200		:	カラー名
Sub B		:	#A7C520		:	カラー名

Accent		:	#00E6F0		:	カラー名
Hilight A	:	#F45634		:	カラー名
Hilight B	:	#2862E3		:	カラー名
Hilight C	:	#7C3FF4		:	カラー名

*/



/* 汎用性の高い設定 
-------------------------------------------*/

/* color 
----------------*/



#HEAD{
	/*background-color:#59B200;*/
}

#FOOTER{
	/*background-color:#493F0B;*/
}

#HEAD h1{
	/*font-weight:400;*/
}


.article-bg{
	/*background-color:#E4F4CA;*/
	/*color:#493F0B;*/
}
.article-bgB{
	/*background-color:#FFF;*/
}
.col_main_bg{ 
	/*background-color: #772AE6; color:#fff;*/
}

.left_bottom{
	/*color:#FFF;*/
}
.left_bottom a{
	/*color:#FFF;*/
}



/* font 
----------------*/



.lv4{
	/*font-weight:300;*/
}
h1{ 	
	/*font-weight:300;*/
}
h2{ 
	/*font-size: 20px; line-height:180%; */
}


.poster .contents_inner h1 {
	/*font-size: 28px;*/
}

.poster .contents_inner h2{
	/*font-size: 16px;*/
}
.poster .contents_inner p {
    /*font-size:14px;*/
}
.poster_left p, .poster_center p,.poster_right p{
	/*font-size:14px;*/
}
.caption{
    margin-top: 7px;
	font-size:10px;
	text-align:right;
}
.ttl01 {
    /*font-size: 15px;*/
    /*font-weight: bold;*/
}



/* BTN 
----------------*/

.cmn_btn.lv3 a{
	/*font-weight:300;*/
	/*font-size:20px;*/
	/*background-color: #A7C520;*/
}
.cmn_btn.lv3 a:hover{
	/*background-color: #A7C520;*/
}

.cmn_btn.lv4{
	/*width:100%;*/
	/*font-weight:300;*/
}
.cmn_btn.lv4 a{
	/*background-color: #A7C520;*/
}
.cmn_btn.lv4 a:hover{
	/*background-color: #A7C520;*/
}

.cmn_btn.btn_bg a{
	background-color: #20BCBF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#20BCBF), to(#1AA4A6));
	background-image: -webkit-linear-gradient(top, #20BCBF, #1AA4A6);
	background-image: -moz-linear-gradient(top, #20BCBF, #1AA4A6);
	background-image: -ms-linear-gradient(top, #20BCBF, #1AA4A6);
	background-image: -o-linear-gradient(top, #20BCBF, #1AA4A6);
	background-image: linear-gradient(to bottom, #20BCBF, #1AA4A6);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#20BCBF, endColorstr=#1AA4A6);
}


/* Layout 
----------------*/



/* 見出し位置の左上点 */

.page .page_title{
	/*padding:40px 0 60px 40px;*/
}

/* グリッドエリアの設定 */

.list-grid ul {
	/*border-top:0px solid #CCC;*/
	/*margin-bottom:1px;*/
}
.list-grid li {
	/*width:33%;*/
	/*height:25%;*/
	/*float:left;*/
	/*border-top: 0px solid #CCCCCC;*/
	/*border-left:0px solid #CCC;*/
	/*border-bottom:0px solid #CCC;*/
	/*margin:-1px 0 -1px -1px;*/
}	

/* slide の背景 */
ul.general_slide li.slide01 {
/*	background:url(/static/2013/about/awards/img/images/main_bg.gif) no-repeat center top;*/
}
ul.general_slide li.slide02 {
/*	background:url(/static/2013/about/awards/img/images/main_bg.gif) no-repeat center top;*/
}
ul.general_slide li.slide03 {
/*	background:url(/static/2013/about/awards/img/images/main_bg.gif) no-repeat center top;*/
}


/* slide のコントローラー */
.bx-wrapper .bx-prev {
	left: 10px;
	background:url(../../../../../../awards2015/static/2015/about/awards/img/images/left.png) no-repeat 0 0;
}
.bx-wrapper .bx-next {
	right: 10px;
	background:url(../../../../../../awards2015/static/2015/about/awards/img/images/right.png) no-repeat 0 0;
}



/* vertical.css へのUpGrade依頼
-------------------------------------------*/


/* btn */

/* グラデボタン */
.cmn_btn.btn_bg a{}
.cmn_btn.btn_bg a:hover{
	opacity:0.8; 
}
.cmn_btn.btn_arrow a{
	line-height:1.01;
}
.cmn_btn.btn_arrow a .arrow{
	vertical-align:middle;
}



/* _setting.css のデフォルト設定にUpGrade依頼
-------------------------------------------*/



/* テンプレート
-------------------------------------------*/


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

#HEAD{
	height:100px;
	opacity:1;
}

#HEAD h1{
	width:150px;
	font-size:13px;
	line-height:1.3;
	padding:42px 10px 26px 50px;
}
#HEAD nav ul{
	padding-top:22px;
	padding-right:20px;
}
#HEAD nav ul li {
	width:145px;
}
#HEAD nav ul li.nav_img {
	width:210px;
}
#HEAD nav ul li a{
	font-size:14px;
	padding:20px 30px;
	border-left:1px Solid #4d4d4d;
	}
#HEAD nav ul li a span{
	}
#HEAD nav ul li.nav_img a{
	font-size:14px;
	padding:15px 30px;
}	
*/
#FOOTER_CONTENTS{
	padding:20px 50px 70px 50px;
}
	
#FOOTER_CONTENTS nav{
	float:left;;
	color:#fff;
	font-size:11px;
	margin:0;padding:0;
	
}
#FOOTER_CONTENTS nav{
	margin:0;padding:0;
	line-height:2;
	
}
#FOOTER_CONTENTS nav a{
	padding:0 5px;
	
}
#FOOTER_CONTENTS #COPYRIGHT{
	float:right;
	color:#fff;
	font-size:10px;
}



/* 各種ページごとコメントエリアを増やす事
-------------------------------------------*/


.jqplot-table-legend {
    background: none repeat scroll 0 0 #FFFFFF !important;
}
.jqplot-highlighter-tooltip {
    background: none repeat scroll 0 0 #FFFFFF !important;
}


body {
    background-color: #000000;
}
.general_imagetop{
    background: #880306 url(../../../../../../awards2015/static/2015/about/awards/img/images-setting/header_bg.png) no-repeat center top;
    padding: 82px 0 29px;
}
.bx-pager{
    display: none;
}
#WRAP{
	padding-top:100px;
}
#HEAD {
    background-color: #000000;
    font-size: 14px;
    height: 100px;
    min-width: 960px;
    opacity: 1.0;
    overflow: hidden;
    width: 100%;
    border-bottom: solid 1px #2D261B;
    z-index:9999;
    position:absolute;
	top:527px;
}
#HEAD.hfix{ position:fixed;top:0; }
#HEAD nav ul li {
    min-width: 160px;
}
#HEAD nav ul li a {
    color: #917A57 !important;
    display: block;
    font-size: 13px;
    line-height: 1.1;
    padding: 43px 12px;
    text-decoration: none;
}
#HEAD nav ul li a.current {
    color: #F8E583 !important;
}
#HEAD nav ul li a.nav_img {
    font-size: 14px;
    padding: 23px 0px 23px 30px;
}
#HEAD nav {
    margin: 0 auto;
    width: 915px;
    position: static !important;
    right:auto;
}
#HEAD nav ul{
    margin: 0 auto;
    width: 915px;
    float:none;
}
.article .contents_wrap.contents_header .contents {
    margin: 0 auto;
    padding: 0 70px;
    width: 900px;
}
.article .contents_wrap.contents_header{
	padding-top:60px;
}
.article .contents_wrap.contents_header .title_image {
    float: left;
    margin-bottom: 0;
    padding-left: 0;
}
.prize{
    background-color: #111111;
    padding: 20px 0 !important;
    min-height: 240px;
}
.poty{
    background-color: #880809;
}
.title_image{
    margin-left: 20px;
}
.prize_comment{
    background-color: #CBAF7A;
    width: 440px;
    height: 81px;
    float: right;
    padding: 20px;
    margin-right: 20px;
    line-height: 1.6 !important;
}
.prize h1 {
    float: right;
    margin: 0 20px 10px 0 !important;
}
.movie{
    float: right;
    margin: 5px 0 0 0 !important;
}
.noentry{
    min-height: 70px;
}
.noentry p{
    color: #FFF;
    margin: 20px;
}
h1.title_en{
    color: #CAAD79;
    font-size: 32px !important;
    margin: 30px auto 10px !important;
}
.title_ja{
    color: #CAAD79;
    font-size: 12px !important;
    margin: 10px auto 10px !important;
}
.title{
    width: 900px;
    text-align: center;
}
.chart{
    background-color: #FFFFFF;
    width: 750px;
    margin: 30px 0 30px 75px;
    text-align: center;
    padding: 60px 0 0;

}
#chartdiv table{
    width: 150px;
    padding: 0 !important;
    text-align: left;
}
#chartdiv table td{
    padding: 0 !important;
    border: none;
}
#chartdiv table div{
    margin: 0 !important;
}
table.jqplot-table-legend, table.jqplot-cursor-legend {
    font-size: 0.9em;
}
div.jqplot-table-legend-swatch-outline {
    border: none;
    padding: 1px 0 0 13px;
}
.jqplot-xaxis-label {
    font-size: 9pt;
    margin-top: -10px;
    left: 650px !important;
}
#pointranking {
    color: #CAAD79;

}


.page section {
	width:900px;
	margin:0 auto;
}
#INDEX {
	background:url(../../../../../../awards2015/static/2015/about/awards/img/images-setting/award_bg.gif) repeat-x 0 0;
}
div.award_bg {
	background:url(../../../../../../awards2015/static/2015/about/awards/img/images-setting/title01_bg.png) no-repeat center 100px;
	height:330px;
	padding-top:65px;
}
div.award_bg h2,
div.award_bg p {
	text-align:center;
	color:#F8E583;
	font-size:14px;
	line-height:1.7em;
	margin:0 0 35px 0;
}
div.award_bg ul {
	width:165px;
	margin:0 auto;
	font-size:15px;
	font-weight:bold;
}
div.award_bg ul li {
	background:url(../../../../../../awards2015/static/2015/about/awards/img/images-setting/li.gif) no-repeat 0 10px;
	padding:0 0 0 12px;
}
div.award_bg ul li a {
	color:#F8E583;
}


div.award_details {
	background-color:#0e0c09;
	padding:15px;
}
h2.award {
	margin:40px 0 7px 0;
}
p.img_l {
	float:left;
}
div.profile {
	float:right;
	width:540px;
}
div.profile h3 {
	float:left;
	color:#F8E583;
	font-size:28px;
	line-height:1.2em;
}
div.profile h3 em {
	font-size:26px;
	font-style:normal;
}
div.profile p.btn {
	float:right;
	margin-top:8px;
}
div.profile p.point {
	color:#FFF;
	/*height:50px;*/
	margin-bottom: 10px;
	line-height:1.6em;
}
div.profile p.comment {
	padding:10px 0 0 0;
	line-height:1.5em;
	border-top:1px solid #CAAE79;
	color:#CAAE79;
	font-size: 13px;
}
p.noaward {
	color:#CAAE79;
}

div.topaward {
	background:url(../../../../../../awards2015/static/2015/about/awards/img/images-setting/topaward.gif) no-repeat 0 0;
	width:812px;
	height:400px;
	padding:30px 44px 0 44px;
	margin-bottom:85px;
}

div.topaward h2 {
	margin-bottom:15px;
}
div.topaward div.profile {
	width:433px;
}
div.topaward div.profile h3 {
	font-size:30px;
	line-height:1em;
}
div.topaward div.profile h3 em {
	font-size:16px;
	font-style:normal;
}
div.topaward div.profile p.point {
	margin-top:7px;
}
div.topaward div.profile p.comment {
	background-color:#ddae65;
	padding:4px 16px 2px;
	line-height:1.4em;
	color:#000;
}

div.ranking {
	width:420px;
	float:left;
	color:#CAAE79;
}
div.ranking h3 {
	font-size:16px;
	margin:0 0 30px 0;
	font-weight:bold !important;
}
div.ranking ul li {
	list-style-type:disc;
	margin:0 0 0 15px;
	line-height:1.6em;
}
div.ranking ul li.details {
	background:url(../../../../../../awards2015/static/2015/about/awards/img/images-setting/li2.gif) no-repeat 0 9px;
	padding:0 0 0 10px;
	list-style-type: none;
	margin:0;
}
div.ranking ul li.details a {
	color:#CAAE79;
}
div.ranking h4 {
	font-size:13px;
	margin:50px 0 10px 0;
}
table.ranking {
	float:right;
	width:289px;
	border-top:1px solid #b69d6d;
	border-right:1px solid #b69d6d;
	font-size:13px;
	margin-bottom:60px;
	border-left:none;
	border-bottom:none;
}
table.ranking caption {
	text-align:left;
	color:#CAAE79;
	font-weight:bold;
	margin-bottom:5px;
}
table.ranking th,
table.ranking td {
	padding:7px 12px;
}
table.ranking th {
	background-color:#B69D6D;
	text-align:center;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
}
table.ranking th.first {
	border-left:1px solid #b69d6d;
}
table.ranking td {
	color:#CAAE79;
	border-left:1px solid #b69d6d;
	border-bottom:1px solid #b69d6d;
}

#PHOTO {
	background:#b41811 url(../../../../../../awards2015/static/2015/about/awards/img/images-setting/photo_bg.gif) no-repeat center top;
	height:856px;
}

section.photo h2 {
	padding:74px 0 25px 0;
}

ul.sum {
	margin:10px 0 0 0;
}
ul.sum li {
	float:left;
	margin:0 2px 0 0;
}
ul.sum li img {
	border:2px solid #b41811;
}
ul.sum li a.active img {
	border:2px solid #c7a674;
}
ul.sum li.end {
	margin:0;
}

div.photogallery div.bx-wrapper {
	position:relative;
}
ul.gallery li {
	position:relative;
	line-height: 1.4;
}
div.photogallery .bx-caption {
	background-image:url(../../../../../../awards2015/static/2015/about/awards/img/images-setting/caption_bg.png);
	padding:15px 25px;
	color:#CCCCCC;
	position:absolute;
	left:0;
	bottom:0;
	width:850px;
}
div.photogallery div.bx-controls {
	position:absolute;
	width:900px;
	height:474px;
	top:0;
	left:0;
}
div.photogallery div.bx-controls-direction {
	height:474px;
}
div.photogallery .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 45%;
	outline: 0;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	z-index: 100;
}
div.photogallery .bx-wrapper .bx-prev {
	left: 10px;
	background:url(../../../../../../awards2015/static/2015/about/awards/img/images-setting/left.png) no-repeat 0 0;
}
div.photogallery .bx-wrapper .bx-next {
	right: 10px;
	background:url(../../../../../../awards2015/static/2015/about/awards/img/images-setting/right.png) no-repeat 0 0;
}

#chartdiv table{
    width: 150px;
    padding: 0 !important;
    text-align: left;
}
#chartdiv table td{
    padding: 0 !important;
    border: none;
}
#chartdiv table div{
    margin: 0 !important;
}
table.jqplot-table-legend, table.jqplot-cursor-legend {
    font-size: 0.9em !important;
}
div.jqplot-table-legend-swatch-outline {
    border: none !important;
    padding: 1px 0 0 13px !important;
}
.jqplot-xaxis-label {
    font-size: 10pt;
    margin: 10px 0 50px 0 !important;
    left: 640px !important;
}
#pointranking {
    color: #CAAD79;

}
#FOOTER {
    background-color: #000000;
    margin-top: 20px;
    min-width: 960px;
    padding: 50px 0 30px;
    width: 100%;
}
#FOOTER nav{
}
#FOOTER .footer_address {
    margin: 0 auto;
    width: 900px;
}
#FOOTER .footer_left {
    color: #000000;
    margin: 0;
    font-size: 12px;
    width: 400px;
    float: left;
}
#FOOTER .footer_right {
    color: #CAAD79 !important;
    float: right;
}
#FOOTER #COPYRIGHT {
    color: #CAAD79 !important;
}
#PRIZE {
    margin-top: -130px;
    padding-top: 130px;
}
#POINT {
    margin-top: -60px;
    padding-top: 130px;
}
.photo {
    margin-top: -80px;
    padding-top: 50px;
}
#FOOTER a:link, #FOOTER a:visited {
    color: #CAAD79;
}
.poty_box {
    background-color: #0E0C09;
    margin-bottom: 30px;
    padding: 30px 0 0;
}

.ranking_box {
    margin: 0 0 0 75px;
    width: 750px;
}
