@charset "UTF-8";

body {margin:0;padding:0;color:#333;background:#FFF;font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif,sans-serif;font-size:15px;line-height:150%;}
html, body{height:100%;}
img{line-height:0;font-size:0;border:0;}
a img, fieldset, img {border:0;}
blockquote, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, ul, li, ol, p, pre, span, td, th {margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,p,address {font-size:100%;}
ul, li, ol {list-style:none;}
table {border-collapse:collapse;border-spacing:0;font-size:100%}
a:link,a:visited {color:#1072bd;text-decoration:underline;}
a:hover,a:active {color:#333;text-decoration:none;}
a:hover {filter:alpha(opacity=70);-moz-opacity: 0.70;opacity: 0.70;}
.cf:before,
.cf:after {content: " ";display: table;}
.cf:after {clear: both;}
.cf {*zoom: 1;}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

#container {
	width:960px;
	margin:0 auto;
	text-align:center;
	}

#header {
	border-bottom:1px solid #60c6ef;
	padding:20px 0;
	margin-bottom:20px;
}
#header h1 {text-align: left;}
#header h1 img.logo {display:block;font-size:0;}

/*-------------------------------------------------
	++ CONTENTS
-------------------------------------------------*/
#contents {
	background-color:#fff;
	padding:40px 0px 1px 0px;
	text-align: left;
}
.contentsInner {
	width:840px;
}
.section {
	text-align: left;
}
.section.bb1x{
	border-bottom:1px solid #666;
}
.mb100 {
	margin-bottom:40px;
}
.mb40 {
	margin-bottom:40px;
}
.hxL {
	background: #60c6ef;
	background: linear-gradient(#ffffff 0%, #53cbf1 45%, #60c6ef 100%);
	padding:20px;
	color:#FFF;
	line-height:200%;
	text-shadow:1px 1px 10px #60c6ef;
	font-size:22px;
	margin-bottom:20px;
}
.hxM {
	display:inline-block;
	font-size:20px;
	margin-bottom:40px;
	border-bottom:1px solid #62c6f2;
	padding-bottom:5px;
	font-weight:normal;
}
.hx1 {
	border-top:1px solid #62c6f2;
}
.hx1 span {
	display:inline-block;
	background-color:#62c6f2;
	color:#FFF;
	margin-bottom:20px;
	font-weight:normal;
	padding:5px;
}
.hx2 {
	font-size:18px;
	padding:10px 0;
	color:#1072bd;
	margin-bottom:20px;
}

.section .text {
	margin-bottom:20px;
	line-height:200%;
}

.section .list ul li {
	float:left;
	margin-right:10px;
}
.section .list ul li h3 {
	background-color:#e3e3e3;
	padding:5px;
}

.summ {
	background:url(../img/arrow_triple.png) left center no-repeat;
	padding-left:100px;
	min-height:70px;
	width:760px;
	margin:20px auto 0 auto;
	text-align: center;
}
.sumText {
	background-color:#60c6ef;
	border-radius:10px;
	color:#FFF;
	font-size:16px;
	padding:10px 20px;
	line-height:160%;
	text-align: left;
}
.sumText span {
	background-color:#FFF;
	color:#80cdf1;
	padding:3px 5px;
}

.aCenter {
	margin:0 auto;
	text-align: center;
}
.aRight {
	text-align:right;
}
a.btn {
	background-color:#1072bd;
	border-radius:8px;
	font-size:13px;
	margin:0 auto;
	text-align: center;
	display:inline-block;
	color:#FFF;
	padding:10px;
	border-bottom:3px solid #02518e;
	text-decoration: none;
}
a.btn2 {
	background-color:#FFF;
	border-radius:8px;
	font-size:13px;
	margin:0 auto;
	text-align: center;
	display:inline-block;
	color:#333;
	padding:3px;
	text-decoration: none;
	border:1px solid #959595;
}
a.btn2 img {
	display:block;
	margin:0 auto;
	text-align: center;
}
a.btn.pdf {
	background:#1072bd url(../img/icon_pdf.png) right center no-repeat;
	background-size:25px;
	padding-right:27px;
}
a.btn.xls {
	background:#1072bd url(../img/icon_xls.png) right center no-repeat;
	background-size:25px;
	padding-right:27px;
}
a.btn.blank {
	background:#1072bd url(../img/icon_link.png) right center no-repeat;
	background-size:25px;
	padding-right:27px;
}

.pdfList ul li,
.arrowList ul li{
	width:250px;
	float:left;
	margin:0 15px;
}
.pdfList ul li h3 {
	background: #62c6f2;
	padding:10px;
	color:#FFF;
	font-size:18px;
	margin-bottom:10px;
	text-align:center;
}
.pdfList ul li a.btn {
	width:100%;
	margin-bottom:10px;
}

.arrowList ul li h3 {
	position: relative;
	background: #FFF;
	border: 2px solid #60c6ef;
	height:100px;
	font-size:16px;
	color:#60c6ef;
	margin-right: 30px;
	margin-bottom:20px;
	padding: 15px;
	
}
.arrowList ul li h3.line1 {
	padding:38px  15px;
}
.arrowList ul li h3:after,
.arrowList ul li h3:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrowList ul li h3:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #FFF;
	border-width: 48px;
	margin-top: -48px;
}
.arrowList ul li h3:before {
	border-color: rgba(96, 198, 239, 0);
	border-left-color: #60c6ef;
	border-width: 50px;
	margin-top: -50px;
}
.arrowList ul li img {
	display:block;
	margin:20px auto 0 auto;
	text-align: center;
}
.indent{
	display:block;
	margin-left:20px;
	text-indent:-20px;
}

.tableWrap {
	margin-bottom:40px;
}
.wsTbl {
	border:1px solid #999;
}
.wsTbl th,
.wsTbl td {
	font-weight:normal;
	padding:3px;
	border:1px solid #AAA;
}
.wsTbl thead .th1,
.wsTbl thead .th3,
.wsTbl thead .th4,
.wsTbl thead .th5 {
	background-color:#C9C9C9;
	text-align: center;
}
.wsTbl tbody .trHead {
	background-color: #1072bd;
	color:#FFF;
	font-size:16px;
}
.wsTbl tbody th {
	font-weight:bold;
	background-color:#d8f1fc;
}
.wsTbl tbody td h4 {
	color:#1072bd;
}
.wsTbl tbody th.td1 {width:17%;text-align:center;}
.wsTbl tbody th.td2 {width:8%;text-align:center;}
.wsTbl tbody th.td1w {width:25%;text-align:center;}
.wsTbl tbody td.td4 {width:17%;text-align:center;font-size:13px;}
.wsTbl tbody td.td5 {width:13%;text-align:center;font-size:13px;}

.clgMsg {
	display:inline-block;
	background-color:#02518e;
	color:#FFF;
	padding:5px 10px;
	margin:0 auto 40px auto;
	text-align: center;
}

/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/

#footer {
	margin-top:40px;
	border-top:1px solid #65c7f0;
	padding:10px 0 40px 0;
	text-align: right;
	font-size:11px;
}







#contents img{
	vertical-align:bottom
}
#contents .section {
	margin-bottom:40px;
	background-color:#fafafa;
	padding:60px;
}


/*-------------------------------------------------
	AWARD
-------------------------------------------------*/
#contents .section0 {
	padding:0;
}
.section0 .intro{
	background:url(../img/award/fig0.png) center center no-repeat;
	min-height:540px;
	position:relative;
	font-size:15px;
}
.section0 .intro > div {
	padding:70px 60px 0 60px;
	color:#fff;
	
}
.section0 .intro h2 {
	font-size:22px;
	margin-bottom:1em;
}
.section0 .intro {
	text-shadow:0px 0px 6px rgba(0,0,0,1.0), 0px 0px 4px rgba(0,0,0,1.0), 0px 0px 2px rgba(0,0,0,1.0);
}
.section0_pictures {
	display:flex;
}
.section0_picture {
	width:25%;
}
.section0_picture img{
	width:100%;
}
.section0_picture p{
	padding:0.5em 0.5em;
	background-color:#333;
	color:#fff;
	font-size:14px;
	letter-spacing:0;
}
.section0 .caption {
	position:absolute;
	bottom:1em;
	right:1em;
	font-size:12px;
}

.content_nav {
	margin-bottom:40px;
}
.content_nav li{
	width:23.4%;
	margin-right:2.08%;
	float:left;
	margin-bottom:20px;
}
.content_nav li:nth-child(4n){
	margin-right:0;
}
.content_nav li a {
	padding:1em 0;
	color:#fff;
	display:block;
	text-align:center;
	text-decoration:none;
	background:url(../img/award/arrow_bottom.png) center 90% no-repeat #62c6f2;;
}


.section_prize .subsection {
	margin-bottom:50px;
}
.section_prize .prize {
	background:url(../img/award/prize_bg.png) center center no-repeat;
}
.section_prize .prize {
	font-size:18px;
	text-align:center;
	color:#cfb53b;
	padding:1em;
	margin-bottom:40px;
}
.section_prize .prize span{
	display:block;
	font-size:15px;
}
.prize_main {
	margin-bottom:4em;
}
.prize_main li {
	width:48.8%;
	float:left;
	margin-bottom:2em;
}
.prize_main li:nth-child(2n+1) {
	clear:both;
}
.prize_main li:nth-child(2n) {
	float:right;
}
.entry_info {
	display:flex;
}
.entry_info > div:last-child{
	padding-left:1em;
}
.prize_visual,
.entry_thumb {
	margin-bottom:1em;
}
.entry_rank {
	font-size:18px;
	margin-bottom:0.5em;
	color:#cfb53b;
}
.btn_movie a{
	width:140px;
	display:block;
	border:solid 2px #cfb53b;
	background-color:#fff;
	color:#cfb53b;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	padding:0.5em 1em;
	margin-right:0px;
	margin-left:auto;
}
.btn_movie a:hover{
	border:solid 2px #cfb53b;
	background-color:#cfb53b;
	color:#fff;
}
.section3 .subsection{
	display:flex;
}
.section3 .caption{
	padding-top:2em;
}
.section4 li ,
.section5 li {
	width:32.5%;
	margin-right:1.25%;
	float:left;
}
.section4 li:nth-child(3n) ,
.section5 li:nth-child(3n) {
	margin-right:0;
}
.section6 p ,
.section7 p {
	margin-bottom:2em;
}
.section6 li {
	width:48.8%;
	float:left;
	margin-bottom:2em;
}
.section6 li {
	width:48.8%;
	float:left;
	margin-bottom:2em;
}
.section6 li:nth-child(2n) {
	float:right;
}
.section7 li {
	width:32.5%;
	margin-right:1.25%;
	float:left;
}
.section7 li:nth-child(3n) {
	margin-right:0;
}
.section7 .entry_prize {
	font-size:18px;
	margin-bottom:0.5em;
	color:#cfb53b;
}
.section7 li dl {
	display:flex;
}
.section7 li dt:before {
	content:'【'
}
.section7 li dt:after {
	content:'】'
}
.section7 li dt {
	white-space:nowrap;
	padding-right:0.5em;
}
.section8 p {
	margin-bottom:2em;
}
.section8 p strong {
	margin-bottom:1em;
	font-size:25px;
}

.btn_pagetop {
	width:47px;
	height:47px;
	background:url(../img/award/btn_pagetop.png) center center no-repeat;
	position:fixed;
	left:calc(50% + 427px);
	bottom:-50px;
	cursor:pointer;
	transition-duration:0.5s;
	transition-property:bottom;
}
body.display_pagetop .btn_pagetop {
	bottom:60px;
}
