
@charset "utf-8";

body { background-color: #0379dd; } /* 全体の背景指定 */

#wrapper #contents { width: 1000px; }

#wrapper a{text-decoration:none}


/* 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;
}
#wrapper a:hover {
	text-decoration: none;
	/*filter: alpha(opacity=50);*/
	-moz-opacity:0.5;
	opacity:0.5;
}

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

.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;
}


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


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

#side .box{
	/* border-radius */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#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 */
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
}


/* #header */
#main #header {
	width: 670px;
	white-space: nowrap;
	text-align: center;
	margin: 0 auto;
	padding-top: 3px;
}

#main #header h1{
	margin: 0 auto;
	display: inline-block;
}

#main #header h2,
#main #header p{
	display: none;
}



/* #top #header h1 { display: none; } */

#header h1 img {
	max-width: 100%;
	height: auto;
	width /***/:auto; /*IE8のみ適用*/
}

#nav {
	padding: 10px;
}

#nav ul {
	letter-spacing:-0.4em; /* hack */
}

#nav ul li {
	display: inline-block;
	letter-spacing: 0em; /* hack */
	margin-right: 5px;
	margin-bottom: 5px;
}

#nav ul li a,
#nav ul li span {
	font-size: 14px;
	line-height: 44px;
	text-align: center;
	display: block;
	height: 44px;
	width: 10em;
	text-decoration: none;
	color: #333;
	border: 1px solid #ccc;
}

#btn-sbm {
	text-align: left;
	padding: 20px;
}

#btn-sbm li {
	display: inline-block;
	margin-left: 0px;
	margin-right: 5px;
	padding: 0px;
	line-height: normal;
	list-style: none;
	vertical-align: top;
}
*html #btn-sbm li { display: inline; } /* for IE6 */
*+html #btn-sbm li { display: inline; } /* for IE7 */

#btn-sbm li a { margin: 0px; }

#btn-sbm .btnFaceBook { width: 110px; }

#btn-sbm .btnHatenaBookmark { margin-right: 10px; }
#btn-sbm .btnGoogleCalendar { margin-right: 10px; }


/* テキスト指定 */
#article {
	font-size: 120%;
	line-height: 1.5;
	overflow: hidden;
	zoom: 1;
}

#article .text {
	margin: 20px 20px 10px;

}

#article .text.mb0 {
	margin: 20px 20px 0!important;

}

#article .text h2 {
	font-weight: bold;
	font-size: 130%;
	width:618px;
	padding: 10px 10px 10px 7px;
	background:#F00;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	margin-bottom:15px;
	vertical-align:middle;
	color:#FFF;
}
#article .text h3 {
	padding:5px 15px 3px 0;
	width:600px;
	margin:0 auto 8px;
	font-weight: bold;
	font-size: 100%;
}

#article #intro_txt{font-weight:bold; font-size:16px; color:#F00; padding:0px 20px 20px;text-align: center;}

#article .text h3.tit_01{ color:#ff8400; border-bottom:1px solid #ff8400;}
#article .text h3.tit_02{ color:#F00; border-bottom:1px solid #F00;}
#article .text h3.tit_03{ color:#06F; border-bottom:1px solid #06F;}
#article .text h3.tit_04{ color:#333; border-bottom:1px solid #333;}

.link_top a:link,
.link_top a:visited{color:#333}

.link_top a{
	display:block;
	font-weight:bold;
	text-align:center;
	font-size:0.7em;
	color:#333;
	background:#e5e5e5;
	width:90px;
	padding:5px;
	margin:0 0 30px 525px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	}

#article .text p {
	margin-bottom: 20px;
	padding:0 20px;
}


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

.section {
	margin-bottom: 20px;
	padding: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}

.contents_block{
	width: 640px;
	margin: 0 auto 40px;
}

.contents_block h2{
	border-radius: 5px;
	margin-bottom: 30px;
	text-align: left;
	background: #ef0000;
	font-size: 20px;
	color: #fff;
	padding: 10px 0;
	text-align: center;
}

.game_rule{
	text-align: left;
	font-size: 14px;
	margin-bottom: 40px;
}

.game_rule h3{
	border-bottom: 1px solid #ff8400;
	font-size: 16px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	color: #ff8400;
	font-weight: bold;
}

.game_rule p{
	padding-left: 10px;
}

.game_team{
	margin-bottom: 10px;
}

.game_team p{
	font-size: 14px;
	margin-bottom: 25px;
	padding-left: 10px;
}

.game_team h3{
	border-bottom: 1px solid #000;
	font-size: 16px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-weight: bold;
}

.game_team h3.team01{border-color: #F00; color: #F00;}
.game_team h3.team02{border-color: #06F; color: #06F;}
.game_team h3.live_person{border-color: #333; color: #333;}

.photo_area{
	text-align: center;
	padding: 10px 0;
}

.innerlink-head{
	text-align: right;
}

.innerlink-head a{
	display: inline-block;
	font-weight: bold;
	border-right: 2px;
	background: #eee;
	padding: 5px 8px;
}
