@charset "utf-8";


/*-------------------------------------------------------
共通設定
-------------------------------------------------------*/
body {
	margin:0; 
	padding:0;
	color:#131307;
	background-color: #d91618;
	text-align:center;
	line-height:1.4;
	font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Univers,Verdana,Arial, sans-serif;
	font-size: 14px;
}
			 
			 
h1,h2,h3,h4,h5 {
   margin:0;
		}
		 
hr {
   margin:0;
   padding:0;
   display:none;
		}

p { 
   margin:0;
   padding:0;
		}

dl,dt,dd,ul,ol,td {
   margin:0;
   padding:0;
		}
		
th {
   margin:0;
   padding:0;
   text-align:left;
		}

li {
   margin:0;
   padding:0;
	list-style:none;
}
		 
img {
width: 100%;
height: auto;
   border:0;
		}

form {
   margin:0;
   padding:0;
	display:block;
		}
			 
input,select,option {
   margin:0;
   padding:0;
   vertical-align: middle;
		}
	
.pcHide{
display: none;
}
.spHide{
display: block;
}

		
.clear { 
   clear: both; 
   } 
	
/* clearfix ---------- */

.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
 line-height: 0;
}
.clearfix {
 display:inline-block;
}
/*¥*/
* html .clearfix {
 height: 1%;
}

.clearfix {
 display: block;
}


a:link {
   color:#c41920;
   text-decoration:underline;
		}
				 
a:visited {
   color:#c41920;
   text-decoration:underline;
		}
						
a:hover {
    color:#f02ebc;
    text-decoration:none;
		 }
					
a:active { 
   color:#c41920;
   text-decoration:underline;
		}





/*-------------------------------------------------------
container
-------------------------------------------------------*/
#container{
	width:100%;
	margin:0;
	padding:0;
}

#contents{
	width:100%;
	margin: 0;
	padding: 0;
	text-align:left;
	padding:0;
	position: relative;
	background:url("/2019/img/bg_contents.png") repeat-x top center;
}

#contents-inner{
	width:950px;
	margin:0 auto;
	text-align:left;
	padding:20px 0 0 0;
	position: relative;
}



/*-------------------------------------------------------
ヘッダー
-------------------------------------------------------*/
#kimg {
	width: 100%;
	height: 342px;
	background-color: #270000;
}

#kimg h1.title {
	display: block;
	margin:0 auto;
	background:url("/2019/img/koc2019_header.jpg") no-repeat center center;
	text-indent: -10000em;
}

#kimg h1.title a {
	width: 950px;
	height: 342px;
	display:block;
	margin: 0 auto 0 auto;
}



/*-------------------------------------------------------
グロナビ
-------------------------------------------------------*/

#headerMenu {
	width: 100%;	
	height:66px;
	margin: 0;
	background: url(/2018/img/gnavi/bg_gnavi.jpg) repeat-x top left;
	overflow:hidden;
}

.menu{
	display: none;
	width: 100%;
	height: 52px;

	background: url(/2018/img/sp/menu.png) no-repeat center center;
	background-size:118px 30px;
	background-repeat:no-repeat;
	background-position:center center;
	margin: 0 0 0 0;
	text-indent: -9999px;
	border-top: 1px solid #480415;
	border-bottom: 1px solid #480415;
	border-left: none;
	border-right: none;
	cursor: pointer;
}

#headerMenu ul {
	padding:8px 0 0 0;
	width:950px;
	margin:0 auto;
}

#headerMenu ul li {
	float:left;
	height:50px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

#headerMenu ul li a {
	display:block;
	height:50px;
}

#headerMenu ul .home a {
	width:104px;
	background:url("/2018/img/gnavi/n_home.jpg") no-repeat;
}

#headerMenu ul .home a:hover {
	background:url("/2018/img/gnavi/n_home.jpg") no-repeat 0 -50px;
}

#headerMenu ul .home .selected {
	background:url("/2018/img/gnavi/n_home.jpg") no-repeat 0 -50px;
	pointer-events: none;
	cursor: default;
}

#headerMenu ul .about a {
	width:141px;
	background:url("/2018/img/gnavi/n_about.jpg") no-repeat;
}

#headerMenu ul .about a:hover {
	background:url("/2018/img/gnavi/n_about.jpg") 0 -50px no-repeat;
}

#headerMenu ul .about .selected {
	background:url("/2018/img/gnavi/n_about.jpg") 0 -50px no-repeat;
	pointer-events: none;
	cursor: default;
}

#headerMenu ul .entry a {
	width:141px;
	background:url("/2018/img/gnavi/n_entry.jpg") no-repeat;
}

#headerMenu ul .entry a:hover {
	background:url("/2018/img/gnavi/n_entry.jpg") 0 -50px no-repeat;
}

#headerMenu ul .entry .selected {
	background:url("/2018/img/gnavi/n_entry.jpg") 0 -50px no-repeat;
	pointer-events: none;
	cursor: default;
}

#headerMenu ul .rule a {
	width:141px;
	background:url("/2018/img/gnavi/n_rule.jpg") no-repeat;
}

#headerMenu ul .rule a:hover {
	background:url("/2018/img/gnavi/n_rule.jpg") 0 -50px no-repeat;
}

#headerMenu ul .rule .selected {
	background:url("/2018/img/gnavi/n_rule.jpg") 0 -50px no-repeat;
	pointer-events: none;
	cursor: default;
}

#headerMenu ul .schedule a {
	width:141px;
	background:url("/2018/img/gnavi/n_schedule.jpg") no-repeat;
}

#headerMenu ul .schedule a:hover {
	background:url("/2018/img/gnavi/n_schedule.jpg") 0 -50px no-repeat;
}

#headerMenu ul .schedule .selected {
	background:url("/2018/img/gnavi/n_schedule.jpg") 0 -50px no-repeat;
	pointer-events: none;
	cursor: default;
}

#headerMenu ul .report {
	width:141px;
	background:url("/2018/img/gnavi/n_result.jpg") no-repeat;
}

#headerMenu ul .report a {
	width:141px;
	background:url("/2018/img/gnavi/n_result2.jpg") no-repeat;
}

#headerMenu ul .report a:hover {
	background:url("/2018/img/gnavi/n_result2.jpg") 0 -50px no-repeat;
}

#headerMenu ul .report .selected {
	background:url("/2018/img/gnavi/n_result2.jpg") 0 -50px no-repeat;
	pointer-events: none;
	cursor: default;
}

#headerMenu ul .contact a {
	width:141px;
	background:url("/2018/img/gnavi/n_contact.jpg") no-repeat;
}

#headerMenu ul .contact a:hover {
	background:url("/2018/img/gnavi/n_contact.jpg") 0 -50px no-repeat;
}

#headerMenu ul .contact .selected {
	background:url("/2018/img/gnavi/n_contact.jpg") 0 -50px no-repeat;
	pointer-events: none;
	cursor: default;
}

#headerMenu ul .blog {
	width:141px;
	background:url("/2018/img/gnavi/n_blog.jpg") no-repeat;
}


#headerMenu ul .blog a {
	width:141px;
	background:url("/2018/img/gnavi/n_blog2.jpg") no-repeat;
}

#headerMenu ul .blog a:hover {
	background:url("/2018/img/gnavi/n_blog2.jpg") 0 -50px no-repeat;
}

#headerMenu ul .blog .selected {
	background:url("/2018/img/gnavi/n_blog2.jpg") 0 -50px no-repeat;
	pointer-events: none;
	cursor: default;
}




/*-------------------------------------------------------
左カラム
-------------------------------------------------------*/
#sideL{
	width:180px;
	padding: 11px 10px 11px 10px;
	float:left;
	background-color:#ffffff;
	position: relative;
	left: -530px;
}

#sideL div#information{
	width:180px;
	margin:0 0 10px;
}

#sideL div#information h2.module-header{
	height: 60px;
	display: block;
	margin: 0 0 12px 0;
	padding: 0 0 0 0;
	background: url("/2019/img/h2_side_info.jpg") no-repeat top left;
	text-indent: -1000em; 
}

#sideL div#information ul{
	margin:0;
	padding:0;
}

#sideL div#information ul li{
	margin: 0 0 17px 0;
	padding:0 0 17px 0;
	border-bottom: 1px dotted #131307;
	background: none;
}

#sideL div#information ul li .item_date{
	display: block;
	margin:0 0 20px 0;
	padding: 6px 3px 6px 3px;
	font-size: 10px;
	background-color: #131307;
	color: #ffffff;
}

#sideL div#information ul li .item_txt{
	display: block;
	padding: 0 3px 0 3px;
}

#sideL div#schedule_l{
	width:180px;
	margin:0 0 10px;
}

#sideL div#schedule_l h2.module-header{
	height: 60px;
	display: block;
	margin: 0 0 12px 0;
	padding: 0 0 0 0;
	background: url("/2018/img/h2_side_schedule.jpg") no-repeat top left;
	text-indent: -1000em; 
}

#sideL div#schedule_l ul{
	margin:0;
	padding:0;
}

#sideL div#schedule_l ul li{
	margin: 0 0 17px 0;
	padding:0 0 17px 0;
	border-bottom: 1px dotted #131307;
	background: none;
}

#sideL div#schedule_l ul li .item_date{
	display: block;
	margin:0 0 20px 0;
	padding: 6px 3px 6px 3px;
	font-size: 10px;
	background-color: #4d0a02;
	color: #ffffff;
}

#sideL div#schedule_l ul li .item_txt{
	display: block;
	padding: 0 3px 0 3px;
}


/*-------------------------------------------------------
メインカラム
-------------------------------------------------------*/
#contentTop {
	padding:0;
	margin:0;
}

#contentBottom {
	padding:0;
	margin:0;
}

#main{
	width:510px;
	display: block;
	float:left;
	position: relative;
	left: 215px;
	margin:0;
	padding:11px 10px 11px 10px;
	background-color:#ffffff;
}


#main h2 {
	margin:0 0 20px 0;
	text-align: center;
}


#main h3.img {
	background: url("/2019/img/bg_h3.jpg") no-repeat top left;
	min-height:20px;
	font-size:20px;
	color:#fff;
	font-weight:bold;
	padding:20px 5px 20px 5px;
	margin:0 auto 10px auto;
	text-align: center;
  text-shadow:1px 1px 1px #d91618;
}

h2.entry-title, #posts h2{
	background: url("/2019/img/bg_h3.jpg") no-repeat top left;
	min-height:20px;
	font-size:20px;
	color:#fff;
	font-weight:bold;
	padding:20px 5px 20px 5px;
	margin:0 auto 10px auto;
	text-align: left;
  text-shadow:1px 1px 1px #d91618;
}

h2.entry-title a, #posts h2 a{
	color:#FFFFFF
}
h2.entry-title a:hover, #posts h2 a:hover {
    color:#FF0091;
    text-decoration:none;
		 }


#main h4 {
	font-size:14px;
	padding:0 5px;
	color:#b30000;
	font-weight:bold;
}

#main p {
	padding:0 0;
	margin:0 0 10px 0;
}

#main p strong {
	color:#cc3300;
	font-weight:bold;
}

.article{
	margin: 0 0 31px 0;
	padding: 0 0 0 0;
}

.sns_part{
	width: 500px;
	margin: 20px auto 20px auto;
}

p.youtube{
	display: block;
	margin-bottom: 15px;
}

.changerule{
color: #f4440d;
font-weight: bold;
}

.changerule_att{
display: block;
margin-top: 10px;
color: #f4440d;
text-align: right;
}


/*-------------------------------------------------------
右カラム
-------------------------------------------------------*/
#sideR{
	width: 170px;
	float: right;
	text-align: center;
	padding: 11px 10px 11px 10px;
	background-color:#ffffff;
}

#sideR .banners{
	margin: 0 0 17px 0;
	padding: 0 0 17px 0;
	border-bottom: 1px solid #2c2c2c;
}

#sideR .archive{
	margin: 0 0 17px 0;
}

#sideR .banner li,
#sideR .archive li{
	margin: 0 0 11px 0;
}


/*-------------------------------------------------------
フッター
-------------------------------------------------------*/

#footer {
	margin: 24px 0 0 0;
	background-color: #131307;
	padding: 15px 0 15px 0;
	text-align: center;
	color: #ffffff;
	font-size: 10px;
}




/* table */

table.tbl{
	font-size:12px;
	border-collapse:collapse;
    border-spacing:0;
	border-bottom:#e50012 2px solid;
	border-right:#e50012 2px solid;
	width:100%;
}

table.tbl th{
	background:#ddd;
	padding:10px;
	border-top:#e50012 1px dashed;
	border-left:#e50012 2px solid;
	color:#e50012;
}

table.tbl th.top{
	border-top:#e50012 2px solid;
}


table.tbl td{
	padding:10px;
	border-top:#e50012 1px dashed;
	border-left:#e50012 1px solid;
}

table.tbl td.top{
	border-top:#e50012 2px solid;
}

.module-list-item{
	border-bottom:dotted #999 1px;
	background-image: url("http://www.king-of-conte.com/2011img/blt_side.gif");
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
.module-header{
	font-family: "Arial Black", Gadget, sans-serif;
	background-image: url("http://www.king-of-conte.com/2011img/h2_side.jpg");
	background-repeat: no-repeat;
	padding: 10px;
	background-position:bottom;
}

.module-content {
	width:180px;
	margin-right:0px;
}
.module-content ul {
	width:auto;
}
.module-content li {
	width:auto;
}

.module-qrcode h2 {
	font-size: x-small;
	letter-spacing: .3em;
}

.module-qrcode .module-content {
	font-size: x-small;
	text-align: center;
}

.module-recent-comments h2 {
	font-size: x-small;
	letter-spacing: .3em;
}

.module-recent-comments .module-content {
	font-size: x-small;
	text-align: center;
}

.section {
  margin: 10px 25px 20px 10px;
}

.section2 {
  margin: 10px 10px 20px;
  text-align:center;
}

.section h3 {
  color: #B30000;
  font-size: 14px;
  line-height: 1;
  background: url("http://www.king-of-conte.com/2013/img/h3_bg.png") no-repeat;
  margin-bottom: 10px;
  padding: 12px 0 12px 40px;
}

.section .text-box1 {
  font-size: 12px;
  background-color: #FFFBE1;
  margin-bottom: 5px;
  padding: 0 10px;
  border: 2px solid #F7DBAD;
}

.section .text-box2 {
  font-size: 12px;
  background-color: white;
  margin-bottom: 5px;
  padding: 0 10px;
  border: 2px solid #CECECE;
}

.section .text-box3 {
  font-size: 12px;
  background-color: white;
  margin-bottom: 5px;
  padding: 0 10px;
  border: 2px solid #CECECE;
}

.section .text-box-qa {
  font-size: 12px;
  margin-bottom: 5px;
  padding: 5px 5px;
}

.section p {
  line-height: 1.8;
  margin: 10px 0;
}

.section table {
  font-size: 12px;
  text-align: left;
  line-height: 1.5;
  width: 390px;
  margin: 10px 0;
  border-collapse: collapse;
  border: none;
}
.section table * {
  border-collapse: collapse;
  border: none;
}
.section table tr th {
  vertical-align: top;
}
.section table tr th h4 {
  font-size: 12px;
  padding: 10px 5px 10px 15px;
}
.section table tr td {
  padding: 10px 0 10px 5px;
}
.section table p {
  line-height: 1.5;
  margin: 0 0 5px;
  padding: 0;
}

.page-top, .page-top:visited {
  float: right;
  color: black;
  font-size: 12px;
  text-decoration: none;
}
.page-top:hover, .page-top:active {
  color: #E90000;
}
/* Q & A */

#qa {
  padding: 3px 20px;
}

#main p.qa-summary {
  color: #5F0500;
  background-color: #EFE7BF;
  margin: 0;
  padding: 0px 5px;
}

ul.qa-list {
  margin: 0 0 20px;
  padding: 0;
}

ul.qa-list li {
	list-style: none;
	background: url("http://www.king-of-conte.com/2013/img/list_qabg.png") no-repeat 0 bottom;
	margin: 0;
	padding: 12px 15px 10px 30px;
}

#qa2 p {
  margin: 5px 0 10px 0px;
  padding: 3px 30px;
}

p.q {
	font-size: 12px;
	margin: 10px 5px;
	padding: 3px 0 3px 28px;
	background: url("http://www.king-of-conte.com/2013/img/ico01_q.gif") 9px 7px no-repeat #efefef;
}

p.a {
	margin: 10px 5px;
	padding: 3px 5px 3px 28px;
	background: url("http://www.king-of-conte.com/2013/img/ico02_a.gif") 9px 7px no-repeat;
}

/*******************************************************************************
下層共通
*******************************************************************************/
.defList{
	padding:10px 0 20px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #cccccc;
}

.defList dt{
	font-weight:bold;
	color:#bd0507;
	padding:3px 5px 0 35px;
	background:url("/2018/img/defIcon.jpg") 10px 0 no-repeat;
}

.defList dd{
	padding:8px 0 0 35px;
}

.defList dd span.cRed{color:#bd0507;}
.defList dd span.cOrg{color:#f4440d;}
.defList dd span.fBig{
	color:#333;
	font-weight:bold;
}

/*******************************************************************************
entry
*******************************************************************************/
.entry-header{
	display: none;
}

dl#entryPeriod{
	display: block;
	width:auto;
	margin: 0 0 10px 0;
	padding:14px 19px;
	border:1px solid #4D0A02;
	background:#fff5d3;
	font-weight:bold;
}

dl#entryPeriod dt{
	color:#bd0507;
}

dl#entryPeriod dd{
	color:#f4440d;
	font-size:18px;
}

dl#entryPeriod dd.caution{
	color:#050505;
	font-size:12px;
	padding:5px 0 0;
}

div#entryBtn{
	margin:31px auto 15px auto;
	padding:0 0 0;
	width:500px;
	height: 126px;
	text-align: center;
}

div#entryBtn a{
	width:500px;
	height: 126px;
	display: block;
	background:url("/2018/img/btn_entry.png") no-repeat center center;
	text-indent: -10000em;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

div#entryBtn a:hover{
}

/*******************************************************************************
schedule
*******************************************************************************/
.scheduleList ul{
	margin: 0 15px 0 0;
}

.sch_box{
	padding:10px 0 20px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #cccccc;
}

.sch_date{
	display: block;
	font-size: 20px;
	font-weight: bold;
}

.sch_date_sat{
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #0060BF;
}

.sch_date_sun{
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #c00000;
}



/*******************************************************************************
rule
*******************************************************************************/
.setlist{
	display: block;
	margin: 13px 0 10px 0 !important;
}

.setlist img{
	width: 80px !important;
	margin: 0 10px 10px 0;	
}

/*******************************************************************************
contact
*******************************************************************************/
.contact_mail{
	height: 23px;
	margin-left: 35px;
	padding: 0 0 0 32px;
	background:url("/2018/img/mailto.gif") no-repeat left 8px;
	font-size: 18px;
	color: #b30000;
}


h3.entry-sche{
	display: block;
	margin: 10px 0 0 0;
	padding: 15px 10px 15px 10px;
	background-color: #f90000;
	color: #ffffff;
	font-size: 150%;
	font-weight: bold;
}

.btn_tw{
	display: block;
	margin: 10px 0 10px 0;
}
.btn_tw a{
	display: block;
	padding: 10px 0 10px 0;
	background-color: #32a7e0;
	color: #ffffff;
	border-raduis: 5px;
	text-align: center;
}