@charset "utf-8";

body {
	min-width: 1000px;
    background-color: #175B36;
}

/* チャリンバナー隠し */
#side #sub-ntv_charin{
	display: none;
}

html > body > iframe {
	display: none;
	height:0;
}

#contents {
	width:1000px;
	margin:0 auto;
}
/* anchor */
#wrapper a,
#wrapper .article{
	-webkit-transition: all 0.2s 0s ease;
	-moz-transition: all 0.2s 0s ease;
	transition: all 0.2s 0s ease;
}

/* #main */
#main {
	width: 675px;
	padding-bottom: 35px;
}

/* SNS自動設置エリア */
.global_NTV_snsArea .global_NTV_snsList{
	padding: 20px 20px 0;
}

.global_NTV_snsArea .global_NTV_snsList li{
	display: inline-block;
	margin-right: 15px;
	vertical-align: top;
}

.global_NTV_snsArea .fb_iframe_widget span{
	vertical-align: top!important;
}

/* #side */
#side { padding: 10px 0px 0px; }

#wrapper #contents #side .box .title {
	background: rgb(218,225,229); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(50%,rgba(229,235,238,1)), color-stop(51%,rgba(218,225,229,1)), color-stop(100%,rgba(238,241,244,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#dce2e6',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* W3C */
}

#wrapper #contents #side #oa .info a,
#wrapper #contents #side #blog .info a{
	background-color: rgba(153,153,153,0.5);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
}

/*-----------------------------
以下、削除可能
-------------------------------*/

#side #sp_rectangle { display: none; }

/* #header */
#main #header {
	width: 675px;
	height: 420px;
	background: url(../images/fastview.png) no-repeat 0px 0px;
	background-size: cover;
	text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;

}
#main #header2 {
    width: 675px;
    height: 420px;
    background: url(../images/fastview2.png) no-repeat 0px 0px;
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;

}

/* 基本構成 */
#article { background-color: #f7f7f7; }

#article .content { 
    padding: 20px 30px;
}

#article .banner { 
    margin: 20px;
    display: block;
}
#article .content h2{ 
    position: relative;
    margin-bottom: 1em;
    padding: 0.5em;
    background-color: #155634;
    border-bottom: solid 4px #408F4B;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0.05em;
}
#article .content h3{ 
    padding-left: 15px;
    padding-right: 15px;
    margin: 1em 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
}
#article .content p{ 
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 1.8;
}
#article .content .inline_box{ 
    display: inline-block;
}

/* flex系 */
.flex_box img{
    align-self: flex-start;
}
.flex_center{
    align-items: center;
}

/* page_top */
.innerlink-head {
    margin-top: 10px;
}
.innerlink-head a {
    font-size: 11px;
    color: #000;
}


/* 解説部分 */

#article .content .comment_img_box{ 
    text-align: center;
    margin: 0 20px;
    vertical-align: top;
}
#article .content .comment_img_box:first-child{ 
    margin-bottom: 30px;
}
#article .content .comment_img_box h4{ 
    font-size: 25px;
    font-weight: bold;
}
#article .content .comment_img_box p{ 
    font-size: 14px;
    margin: 10px 0;
}

/* 大会概要情報 */

#article #about.content h3{
    margin-bottom: 5px;
    padding-left: 0;
}
#article #about.content ul{
    margin-left: 20px;
    font-size: 14px;
}
#article #about.content li{
    margin-bottom: 5px;
}
#article #about.content h5{
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0;
}
#article #about.content p{
    margin-left: 20px;
}
#article #about.content table{
    width: 98%;
    margin: auto;
    margin-bottom: 15px;
    border: 2px #000 solid;
}
#article #about.content table tbody{
    border: 2px #000 solid;
}
#article #about.content table td{
    border: 1px #000 solid;
    text-align: center;
    font-size: 14px;
    padding: 5px 0;
}
#article #about.content table tr:first-child td:first-child{
    font-weight: bold;
}
#article #about.content table .table_head{
    background: #8bc1a1;
}

/* #players */
#players{
    margin-bottom: 30px;
}
#players h3{
    border-left: 3px solid #015D33;
    border-bottom: 1px solid #015D33;
    font-size: 24px !important;
    font-weight: bold;
}
#players h4{
    padding-right: 15px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 5px;
    padding-left: 0;
}
#players .member{
    font-size: 16px;
    position: relative;
}
#players .line{
    font-size: 16px;
    text-align: left;
    margin: 20px 0;
    color: #015D33;
    border-bottom: 1px solid #015D33;
    width: 70%;
}


.innerlink-head a {
    display: block;
    height: 3em;
    line-height: 3em;
    width: 14em;
    margin: 0 auto;
    padding: 0.2em 0;
    background-color: #408F4B;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.1em;
    transition: 0.5s;
}
.innerlink-head a:hover {
    opacity: 0.5;
}