﻿@charset "utf-8";

@import url('//use.fontawesome.com/releases/v5.15.1/css/all.css');

/* Copicon Style 2014
---------------------------------------------------- */
#wrap{
	background:url(../img/bg.gif);
}
img.w100{width: 100%;max-width: 500px;}

/*-------
header
--------*/
header h1{
	width:100%;
	position:relative;
	top: 36px;
	padding-bottom: 30px;
}
header h1.logo_s{
	width:100%;
	position:relative;
	top: 10px;
	padding-bottom: 0;
}

header .home{
	position:absolute;
	top:0;
	background:#000;
	color:#fff;
	width:100%;
}
header .home_s{
	position:relative;
	background:#000;
	color:#fff;
	width:100%;
}
.home p, .home_s p{
	padding:6px 0;
	margin:0 0 0 10px;
	font-weight:nomal;
	font-size:1em;
}
.home p a, .home_s p a{color:#fff;margin-top:4px;}

p.hd-left{
	float:left;
	margin:4px 4px 0 4px;
	font-weight:bold;
}
p.hd-right{
	float:right;
	margin:4px 4px 0 4px;
	font-weight:bold;
}
/*-------
contents
---------*/
#contents{
	width:100%;
	margin:0 auto;
	padding: 0;
	position:relative;
	z-index: 10;
}
p.msg{
    position: relative;
    left: 0;
    right: 0;
    top: -40px;
    width: 80%;
    margin: 0 auto;
    padding: .75em;
    font-size: 1em;
    font-weight: 700;
    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;
    border: 2px solid #000;
    background: #fff;
    border-radius: 3em .7em 2em .7em/.7em 2em .7em 3em;
}
p.msg span{
    position: relative;
    padding-right: 32px;
}
p.msg span::after{
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    background: url(../../img/top/ico_msg.png) no-repeat 0 0;
    top: 0;
    right: 0;
    margin-top: -5px;
    background-size: 28px 28px;
    -webkit-background-size: 28px 28px;
    -moz-background-size: 28px 28px;
}
p.topics{
    position: relative;
    left: 0;
    right: 0;
    width: 60%;
    top: -45px;
    margin: 10px auto;
    padding: .5em;
    font-size: .8em;
    font-weight: 700;
    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;
    border: 2px solid #000;
    background: #fff;
    border-radius: 3em .7em 2em .7em/.7em 2em .7em 3em;
}

.mainBody{
	width: 90%;
	margin:0 auto 0px;
	padding:1em .75em;
	background:#e6e6e6;
	border:2px solid #111;
	-webkit-border-radius:8px;
	border-radius:8px	
}

.mainBody h2{
	font-size: 16px;
	font-weight: 700;
	padding: .6em .5em .5em;
	margin-bottom: 1em;
	color: #fff;
	background: #222;
	letter-spacing: 2px;	
}
.mainBody h2::first-letter{ font-size: 22px; color:#f8a401; }

.top_info{
	width: 90%;
    margin: 0 auto 5%;
    padding: 1em .75em;
    background: #fff;
    border: 2px solid #111;
	-webkit-border-radius:8px;
	border-radius:8px;
	text-align: left;
}

.mainBody section{
	padding-bottom: 2em;
}
.mainBody section:last-child{ padding-bottom: 0; }

.top_info h3, .top_info02 h3{
	text-align:left;
	padding:4px 0;
	font-size:1.2em;
}
.top_info02 h3 span{ position: relative;}
.top_info02 h3 span::after{
	content: '';
	width: 100%;
	height: 5px;
	position: absolute;
	bottom: 0;
	left:  0;
	background: rgba(248, 164, 1, 0.6);
}

.top_info p, .top_info02 p{line-height:1.5;text-align:left;margin-bottom:10px;}
p span.underline{
	background: url(../../img/top/bg_txtline.gif) repeat-x;
	font-size: .9em;
}
.top_info p a,.top_info02 p a{ text-decoration: underline; color: #c00; }
.top_info02 p.examiner{
	font-weight: 600;
}

.top_info02 ul.sponser li{
	display: inline-block;
	width: 	44.4444%;
}
.top_info02 ul.sponser li a{ display: block; padding:  .25em; }
.top_info02 ul.sponser li a img{ width: 100%; }
.top_info h3 a{
	display:block;
	background:url(../img/menuli_arrow.png) no-repeat right;
	background-size:20px 20px;
	-webkit-background-size:20px 20px;
	padding:6px 0 6px 20px;
}

.vote {
    width: 100%;
    background: #fff;
    padding: .75em .2em;
    position: relative;
    top: -5px;
}	

article{
	width:100%;
	margin:10px auto;
}

ul.cplist{
	width:100%;
	margin:0 auto;
}
ul.cplist li{
	display:inline-block;
	margin:5px;
}

ul.menu{
	text-align:center;
	width:90%;
	margin:0 auto;
}

ul.menu li{
	padding:0 10px 0 0;
	background:#111;
	margin:8px 0;
	border:1px solid #efefef;
	text-align:left;
}
ul.menu li a{
	display:block;
	color:#ffba00;
	font-size:1.2em;
	background:url(../img/menuli_arrow.png) no-repeat right center;
	background-size:20px 20px;
	-webkit-background-size:20px 20px;
	padding:10px 26px 10px 10px;
}

p.entryBtn{ padding: .75em 2em; }

p.entryBtn a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #fff;
	color: #000;
	padding: .5em 3em;
	border-radius: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	text-decoration: none;
	font-weight: 700;
	border: 2px solid #000;
	text-align:center;
	display:block;	
}
/*-----------
content page
------------*/
nav{	
	width:100%;
	margin:20px 0 0;
}
ul.tab{
	width:100%;
	margin:0 auto;
	background:#000;
}

ul.tab li{
	display:inline-block;
	font-size: .9em;
	text-align: center;
	width:28%;
	border-right:1px solid #666;
}
ul.tab li.tab3{
	width:34%;
	border-right: none;
}
ul.tab li a{
	display: block;
	text-align:left;
	color:#fff;
	display:block;
	padding:8px 0px 8px 15px;
	background-color:#e6e6e6;
	background:url(../img/nav_ico.png) no-repeat left center;
	background-size:12px 12px;
	-webkit-background-size:12px 12px;
}
ul.tab li a.active{
	background:url(../img/nav_ico_active.png) no-repeat left center;
	background-size:12px 12px;
	-webkit-background-size:12px 12px;
	color:#ffc600;
}
nav.archives{
	width: 90%;
	margin: 0 auto;
}

nav.archives ul{
	width: 100%;
	margin: 0 auto;
}
nav.archives li{
	margin: .25em auto;
}
nav.archives li a{
	display: block;
	background: #fff;
	font-weight: 700;
	color: #ea6e00;
	padding: .5em 1em;
}
.inner{
	margin:0;
	background:#e6e6e6;
	padding:8px;
	position:relative;
}
.inner h3{padding:10px 0;border-bottom:1px dotted #333;}
.inner h3.noborder{border-bottom: none;}
.inner section{
	text-align:left;
	margin:0px auto 20px;
}
.inner section h4{
	background:#bbb;
	padding:6px 4px;
	margin-bottom:4px;
}
.inner section h5{
	margin:5px 0;
	line-height:1.5;
}
.inner section p{
	line-height:1.3;
	margin:10px 4px;
}
p.printout{text-align:right;padding:8px 0 0;}
.printout a{
	padding:6px;
	background:#23760f;
	color:#fff;
}

span.li_nbr{
	margin-right:4px;
	padding:1px 4px;
	color:#fff;
	background:#222;
	border-radius:4px;
	-webkit-border-radius:4px;
}
.soundList{
	width:95%;
	margin:6px auto;
	display:table;
	padding:6px;
	background:#fff;
	border:2px solid #222;
	border-radius:4px;
	-webkit-border-radius:4px;	
}
.soundList li{display:table-cell;vertical-align:middle;padding:0 6px;}
.soundList li.sound{width:20%;margin-right:5px;border-right:1px solid #222;}
p.go_issue a{padding:4px 6px;background:#bbb;color:#111;}

section.issue{
	border-bottom:1px dotted #222;
	padding-bottom:10px;
}
.issue h5{font-size:1em;color:#000;font-weight: 700}
.issue p{font-size: .8765em;}
.subj{
	padding:2px 4px;
	background:#ff0000;
	color:#fff;
	font-weight:400;
	margin-right:5px;
	font-size:0.9em;
}
#acMenu p{font-size: .884em;line-height: 1.5;}
.winList{
	width:95%;
	margin:6px auto;
	display:table;
	padding:6px;
	background:#fff;
	border:2px solid #222;
	border-radius:4px;
	-webkit-border-radius:4px;	
}
.winList li{display:table-cell;vertical-align:middle;padding:0 6px;}
.winList li p{font-size: .86em;}
.winList li.win{width:36px;margin-right:5px;border-right:1px solid #222;}
.gold{
	padding:2px;
	background:#ff0000;
	color:#fff;
	margin-right:6px;
}
.silver{
	padding:2px;
	background:#4e9658;
	color:#fff;
	margin-right:6px;
}
.bronze{
	padding:2px;
	background:#3a65b3;
	color:#fff;
	margin-right:6px;
}
/*------
accordion
---------*/
#acMenu dt{
	display:block;
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	background-color:#bbb;
	background-image:url(../img/ac_down.png);
	background-position:20% center;
	background-repeat:no-repeat;
	background-size:16px 16px;
	-webkit-background-size:16px 16px;
	border:#666 1px solid;
	cursor:pointer;
}
#acMenu dd{
	background:#fff;
	width:100%;
	height:auto;
	line-height:50px;
	text-align:center;
	border:#666 1px solid;
	display:none;
	text-align:left;
}
#acMenu dt.active{
	background-image:url(../img/ac_up.png);
	background-position:20% center;
	background-repeat:no-repeat;
	background-size:16px 16px;
	-webkit-background-size:16px 16px;
 }

/* vote */
.inner section.voteInfo{
	border-bottom: 1px dashed #111;
	padding-bottom: 15px;
	margin-bottom: 5px;
}
.voteInfo p span{
	font-size: .9em;
	background: url(../../img/vote/underline_ylw.png) repeat-x bottom center;
}
.voteInfo ul li{
	font-size: .85em;
}
.voteContent,.finContent{
	width: 96%;
	margin: 10px auto;
	background: #fff;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 6px 6px;
	border:2px solid #111;
}

.inner section.voteContent h4{
	background: none;
	padding: 2px 0 2px 4px;
	border-left: 4px solid #f16600;
	border-bottom: 1px solid #111;
}
.voteContent p.voteNo span{ 
	background: #111;
	padding: 4px;
	font-size: .8em;
	color: #fff;
}
.voteContent .mp,.finContent .mp{
	background:#fff;
	color: #ff8003;
	margin: 10px auto;
	text-align: center;
}
.voteContent .mp h5,.finContent .mp h5{
	text-align: left;
	padding: 4px 0;
	margin:0;
}
.voteContent .mp h5 span,.finContent .mp h5 span{
	/*display: block;
	background: url(../img/ico_audio.png) no-repeat center left;
	background-size: 22px 22px;
	-webkit-background-size: 22px 22px;
	padding-left: 30px;*/
	background: url(../../img/vote/smp_btn_play.png) no-repeat left center;
	background-size: 90%;
	-webkit-background-size: 90%;
	display: block;
	text-indent: -9999px;
	width: 300px;
	height: 36px;
}
.voteContent .mp audio,.finContent .mp audio{
	width: 100%;
}
.voteContent p.vo{
	background:#ea2700;
	border: 2px solid #ff6d20;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-top: 15px;
}
.voteContent p.vo a{
	display: block;
	font-weight: bold;
	font-size: 1.15em;
	color: #fff;
	padding:10px 0;
	text-align: center;
}
.voteContent p.vo a span{
	background: url(../img/ico_vote.png) no-repeat center left;
	-webkit-background-size: 22px 22px;
	background-size: 22px 22px;
	padding-left: 30px;
}

ul.genko li{
	display: table;
	position: relative;
	width: 100%;
}
ul.genko li div{
	display: table-cell;
	vertical-align: top;
	line-height: 1.4;
	font-weight: normal;
	font-size: .86em;
	text-align: left;
	border-bottom: 1px solid #eee;
}
ul.genko li div.col01{
	width: 20%;
	padding: 5px;
	border-right: 1px dotted #eee;
}
ul.genko li div.col02{
	width: 80%;
	padding: 5px;
}

.finContent h4.lank{
	color: #fff;
	text-align: center;
}
.finContent h4.lank.gold{
	background-color: #f10000;
}
.finContent h4.lank.silver{
	background-color: #10991d;
}
.finContent h4.lank.bronze{
	background-color: #1a35bc;
}

.finContent .lankInfo{
	display: table;
	position: relative;
}
.finContent .lankInfo li{
	display: table-cell;
	vertical-align: middle;
	padding: 0;
	margin: 0 auto;
}
.finContent .lankInfo li:last-child{
	padding-left: 12px;
}

.goResult a{
	text-align: center;
	color: #fff;
	padding:10px;
	background:#ef3900;
	-webkit-border-radius:6px;
	border-radius:6px;
	display: block;
	border:2px solid #fff;
}

.WinnerList{
	padding: 1em 0;
}

.WinnerList li{
	margin: .5em auto;
}
.WinnerList li a{
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: .5em;
	background: #fff;
	font-weight: 700;
	color: #111;
	border: 2px solid #555;
	border-radius: 10%;
}

/*--------------------------------------
style
---------------------------------------*/
h2{font-size:1.2em;}
h6{font-weight:nomal;}
a{text-decoration:none;color:#333;}
.f-left{float:left;}
.f-right{float:right;}
.clear{float:clear;}

.font12{font-size:1.2em;}
.font15{font-size:1.5em;}
.font20{font-size:1.2em;}
.font18{font-size:1.8em;}
.font09{font-size:0.92em;}
.font08{font-size:0.84em;}
.font07{font-size:0.74em;}

.fc44{color:#444;}
.fcf0{color:#ff0000;}
.fcff{color:#fff;}

.bold{font-weight:bold;}

.bg111{background:#111;}
.mgt10{margin-top:10px;}
.mgb10{margin-bottom:10px;}
.mg010{margin:0 10px}
.mg50{margin:5px 0;}
.pdt10{padding-top:10px;}
.pdL20{padding-left:25px;}
.txt-r{text-align:right;}
.txt-l{text-align:left;}
.txt-c{text-align:center;}
/*.top_info p{text-align: center;}*/
.top_info02 p.btn01{padding:1em 0 .5em;text-align: center;}
.top_info02 p.date{ font-weight: 700; font-size: 1.12em; }
p.btn01 a{
	background: #fff;
	color: #000;
	padding: .5em 3em;
	border-radius: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	text-decoration: none;
	font-weight: 700;
	border: 2px solid #000;
}

.top_info .bt_result{
	margin:1em auto;
	text-align: center;
	padding: 0em;
	width: 100%;
}
.top_info .bt_result a{
	display: block;
	padding: .5em 1em;
	background: #fe8c00;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #f83600, #fe8c00);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #f83600, #fe8c00); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	position: relative;
	z-index: 5;
	box-shadow: 0px 5px 20px #f8a401;
}
.top_info .bt_result a i{
	padding-bottom: .5em;
}

