﻿@charset "utf-8";
/* =================================================================================================
/*
Theme Name: NLオリジナル01
Theme URI: http://jsoneditor.net/
Description: A theme by <a href="http://jsoneditor.net/">NLオリジナル01</a>.
Version: 1
Author: Nick La
Author URI: http://jsoneditor.net/
*/
================================================================================================= */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,.detail.vol2 .btnList .detailBtn
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: middle;
	background: transparent;
}
html {
	overflow-y: scroll;
}
body {
	color: #000;
    font-family: 'メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック','Osaka',sans-serif;
	font-size: 15px;
	line-height: 2;
}
blockquote, q{
	quotes: none;
}
ol, ul {
	list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1;
}
a:link,
a:visited,
a:active {

	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
a img:hover{
	opacity: 0.8;
	filter:alpha(opacity=80);
}
img{
	width: 100%;
}


.header{
	margin-bottom: 17px;
	padding: 7px 0 12px;
	background: #000000;
}


 li {
	padding: 0 40px 0 40px;
	position: relative;
}
li:before{
	content: "\f061";
	font-family: FontAwesome;
	position: absolute;
	top: 0;
	left: 10px;
}


h1{
	width: 1000px;
	margin: 0 auto;
	color:#FFF;
	font-size:80%;
}

h1 a{
	color:#FFF;
}


.mv{
	width: 1000px;
	height: 300px;
	margin: 0 auto;
	background: url(img/mv_pc.png) no-repeat;
}
.mv img,
.inner h2 img{
	display: none;
}

.main{
	width: 1000px;
	margin: 20px auto 30px;
	padding: 20px 20px 0;
	border: solid 3px #e4e4e4;
	box-sizing: border-box;
}
.inner h2{
	width: 935px;
	height: 118px;
	margin: 0 auto 20px;
	background: url(img/tit_pc.png) no-repeat;
}


.contents h2 {
    color: #003C7A;
	position: relative;
	padding: 1em 0;
        font-size: 30px;
	height:30px;
        text-align:center;
}
.contents h2::before,
.contents h2::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 6px;
	box-sizing: border-box;
}
.contents h2::before {
	top: 0;
	border-top: 2px solid #003C7A;
	border-bottom: 1px solid #003C7A;
}
.contents h2::after {
	bottom: 0;
	border-top: 1px solid #003C7A;
	border-bottom: 2px solid #003C7A;
}


.contents h3{
	padding: 20px 0 18px 0px;
	margin-bottom:20px;
	border-bottom: dotted #003C7A;
	font-size: 22px;
	font-weight: normal;
}

.Ranking{
	margin-bottom: 20px;
}
.Ranking h3{
	padding: 20px 0 18px 80px;
	background: #003C7A;
	font-size: 22px;
	font-weight: normal;
	position: relative;
}
.Ranking h3 a{
	color: #fff;
}
.Ranking h3:before{
	width: 50px;
	height: 48px;
	background-image: url(img/ico_rank02.png);
	background-repeat: no-repeat;
	content: "";
	display: block;
	position: absolute;
	left:20px;
	top: 5px;
}
.Ranking.rank03 h3:before{
	background-image: url(img/ico_rank03.png);
}
.Ranking.rank04 h3:before{
	background-image: url(img/ico_rank04.png);
}
.Ranking.rank05 h3:before{
	background-image: url(img/ico_rank05.png);
}
.Ranking.rank06 h3:before{
	background-image: url(img/ico_rank06.png);
}
.Ranking.rank07 h3:before{
	background-image: url(img/ico_rank07.png);
}
.Ranking.rank01{
	margin-bottom: 30px;
	padding:20px 12px 20px;
/*	border: solid 4px #4578ac;*/
	border-bottom:  dotted 4px #003C7A;
}
.Ranking.rank01 h3{
	margin-bottom: 25px;
	padding: 22px 0 21px 170px;
	font-size: 36px;
}
.Ranking.rank01 h3:before{
	width: 150px;
	height: 95px;
	background: url(img/ico_rank01.png) no-repeat;
	content: "";
	display: block;
	position: absolute;
	left: 15px;
	top: -40px;
}
.box{
	overflow: hidden;
}
.Ranking.rank01 .cap{
	width: 426px;
	border: solid 1px #003C7A;
	float: left;
}
.point{
	width: 480px;
	height:285px;
	float: right;
}

@media screen and (max-width: 480px) {

.point{
	width: 100%;
	height:auto;
	float: right;
}

.point ul{
	padding: 75px 15px 15px 25px;
	
}
}

.point ul{
	padding: 75px 15px 15px 25px;
	background: url(img/memo.png) no-repeat;
}
.point li{
	line-height:1.5;
	margin-top: 25px;
	padding-left: 35px;
	font-size: 24px;
	font-weight: bold;
	position: relative;
}
.point li:first-child{
	margin-top: 0;
}
.point li:before{
	width: 30px;
	height: 30px;
	content: "";
	background-image: url(img/icon_1.png);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.point li.list02:before{
	background-image:  url(img/icon_2.png);
}
.point li.list03:before{
	background-image:  url(img/icon_3.png);
}

.camp{
	width: 500px;
	padding: 10px;
	background: #f7a20c;
	float: left;
	box-sizing: border-box;
}
.camp h4{
	width: 228px;
	margin: 0 auto 10px;
}
.campInner{
	padding: 15px;
	font-size: 22px;
	text-align: center;
	background: #fff;
	border:solid 4px #d58818;
	border-radius: 6px;
	-webkit-border-radius: 6px;
}
.Ranking.rank02 .camp,
.Ranking.rank03 .camp,
.Ranking.rank04 .camp,
.Ranking.rank05 .camp,
.Ranking.rank06 .camp,
.Ranking.rank07 .camp{
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
.camp .wrap{
	width: 100%;
	display: table;
}
.Ranking.rank02 .campInner,
.Ranking.rank03 .campInner,
.Ranking.rank04 .campInner,
.Ranking.rank05 .campInner,{
	display: table-cell;
	vertical-align: middle;
}
.Btn_top a{
	width: 300px;
	margin: 0 auto 0;
	padding: 20px;
	background: #1bafda;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	box-shadow: inset 0px -5px 0px 0px rgba(51, 51, 51, 0.38);
	text-align: center;
	display: block;
	box-sizing: border-box;
}
.Btn_top a:hover {
	box-shadow: none;
}
.Btn_top img{
	width: 258px;
	height: auto;
}
.Btn_top img:hover{
	opacity: 1;
}
.Ranking.rank01 .Btn_top{
	float: right;
	margin-top: 30px;
}
.Ranking.rank01 .Btn_top a{
	width: 380px;
	padding: 38px 31px;
}
.Ranking.rank01 .Btn_top img{
	width: 100%;
}
.Rank_contens{
	margin: 20px 0;
}
.Rank_contens h4{
	font-size: 20px;
	line-height: 1.3em;
}
.Rank_contens ul{
	margin-top: 25px;
}
.Rank_contens li{
	color: #F60;
}
.Rank_contens li:before{
	content: "\f061";
	font-family: FontAwesome;
	margin-right: 8px;
}
.Ranking.rank01 .Rank_contens h4{
	margin-bottom: 20px;
	font-size: 36px;
	color: #333;
}
.Ranking.rank01 .Rank_contens h4:before{
	content: "\f0fa";
	font-family: FontAwesome;
	margin-right: 12px;
}
.Ranking.rank01 .Rank_contens ul{
	margin-top: 15px;
}
.Ranking.rank01 .Rank_contens li{
	font-weight: bold;
	color: #F60;
	display: inline;
}

.col2Wrap{
	overflow: hidden;
}
.col2Wrap .Ranking{
	width: 470px;
}
.col2Wrap .Ranking.rank02,
.col2Wrap .Ranking.rank04,
.col2Wrap .Ranking.rank06{
	float: left;
	clear: left;
}
.col2Wrap .Ranking.rank03,
.col2Wrap .Ranking.rank05,
.col2Wrap .Ranking.rank07{
	float: right;
}
.col2Wrap .Ranking .rankInner{
	padding: 12px;
	border: solid 4px #003C7A;
	border-top: 0;
}

.introArea {
    margin-bottom: 20px;
    padding: 10px;
}

.introArea h3 {
    margin: 0 -10px 10px;
    padding: 6px 10px 4px;
    color: #E4446F;
    font-size: 18px;
    border: 1px solid #003C7A;
    background: #ffefef;
}

.menu{
	clear: both;
}
.menu h2{
	width: auto;
	height: auto;
	padding: 28px 0 20px 0px;
	font-size: 30px;
	color: #003C7A;
	border-bottom: solid 2px #003C7A;
	position: relative;
}

.menu h3{
	margin-bottom: 15px;
	font-size: 18px;
	color: #333;
}
.menuInner{
	overflow: hidden;
}
.menuBox{
	width: 25%;
	margin-bottom: 25px;
	float: left;
}
.menu li {
	padding: 0 10px 0;
	position: relative;
}
.menu li:before{
	content: "\f0da";
	font-family: FontAwesome;
	position: absolute;
	top: 0;
	left: 0;
}
.menu li a{
	color: #000;
}

.footer{
	padding: 17px 0 14px;
	background: #000000;
}
.footer p{
	font-size: 13px;
	color: #fff;
	text-align: center;
}

.low{
	margin-bottom: 20px;
	padding: 0 10px;
}
.low h2{
	width: auto;
	height: auto;
	margin: 0 -10px 20px;
	padding: 10px 10px 7px;
	background: #003C7A;
}




.css_btn_class {
	font-size:28px;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #d02718;
	padding:12px 76px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	background:-ms-linear-gradient( top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f24537), color-stop(100%, #c62d1f) );
	background-color:#f24537;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #810e05;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #f5978e;
 	-moz-box-shadow:inset 1px 1px 0px 0px #f5978e;
 	box-shadow:inset 1px 1px 0px 0px #f5978e;
}

.css_btn_class:hover {
	background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
	background:-ms-linear-gradient( top, #c62d1f 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #c62d1f), color-stop(100%, #f24537) );
	background-color:#c62d1f;
}

.css_btn_class:active {
	position:relative;
	top:1px;
}




.css_btn_class02 {
	width:99%;
	height:100px;
	font-size:200%;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #d02718;

	text-decoration:none;
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	background:-ms-linear-gradient( top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f24537), color-stop(100%, #c62d1f) );
	background-color:#f24537;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #810e05;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #f5978e;
 	-moz-box-shadow:inset 1px 1px 0px 0px #f5978e;
 	box-shadow:inset 1px 1px 0px 0px #f5978e;
}

.css_btn_class02:hover {
	background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
	background:-ms-linear-gradient( top, #c62d1f 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #c62d1f), color-stop(100%, #f24537) );
	background-color:#c62d1f;
}

.css_btn_class02:active {
	position:relative;
	top:1px;
}

.button {
	width:100%;
	color:#FFF;
    display: inline-block;
    zoom: 1;
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    padding: .8em 0em .0em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
}


.pc_none{
	display:none;
}

.sp_none{
	display:block;}
	
.Rank_topConts{
	height:90px;
}
	
@media screen and (max-width: 480px) {

.Rank_topConts{
	height:auto;
}

.pc_none{
	display:block;
}
	
.sp_none{
	display:none;
}
	
}

/*文字装飾*/

.bbr{
	color: #F00;
}

.bbaoline {
    color: #0071BC;
    font-weight: bold;
    background: #ff0;
}