@charset "UTF-8";

body {
	background:url(../images/bg01.jpg) no-repeat center top;
	background-size:100% auto;
	background-color: #000000;
 } /* 全体の背景指定 */

#wrapper #contents { width: 1000px; }

/* 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);*/
}

/* NAVIめーる半透明回避 */
#wrapper #contents #side #banner_navimail a:hover {
	/*filter: alpha(opacity=100);*/
	-moz-opacity:1;
	opacity:1;
}


/* #main */
#main {
	width: 675px;
	padding-bottom: 0px;
	background:url(../images/bg_main.png) repeat center 0;
}


/* #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 #article #header {

}
/*
#main #article #header h1 {
	height: 45px;
	width: 235px;
	position: absolute;
	left: 50px;
	top: 2px;
}
*/
#topad { padding-bottom:5px; }





/* #top */
#header {
	/* タイトル画像指定 */
	/* background: url(../images/img-top-title.jpg) no-repeat 0px 0px; */
	/* height: 300px; */
}
/* #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: center;
	padding: 55px 0;
}

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

#article .text { padding: 20px; }

#article h2 {
	font-weight: bold;
	font-size: 120%;
	margin: 0px 0px 10px;
}
#article h3 {
	font-weight: bold;
	font-size: 100%;
}
#article p {
}

.text_right {
	text-align: right;
}

.innerlink-head {
	position: fixed;
	bottom:25px;
	right:25px;
	width:85px;
	height:95px;
	border:none;
}
.innerlink-head a {
		border:none;
}

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

/* ここから */

.textHide{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    line-height: 1;
}

.header01{
	background:url(../images/header_img.png) no-repeat center 0;
	width:675px;
	height:839px;
}

.header02{
	background:url(../images/header01_oatime.png) no-repeat center 0;
	width:675px;
	height:95px;
}

.header03{
	background:url(../images/header01_commentary.png) no-repeat center 0;
	width:675px;
	height:95px;
}

.header04{
	background:url(../images/header01_game.png) no-repeat center 0;
	width:675px;
	height:179px;
}

.header2_01{
	background:url(../images/header02_title.png) no-repeat center 0;
	width:675px;
	height:182px;
}

.header2_02{
	background:url(../images/header02_oatime.png) no-repeat center 0;
	width:675px;
	height:228px;
}

.banner{
	width: 625px;
	height:85px;
	margin: 0px 25px 25px 25px;
}

.banner a :hover{
	opacity: 0.8;
}

/* ナビゲーション
***************************************/
.nav01{
	margin:35px 0 0 0;
	padding: 0px 25px;
	overflow: hidden;
}

.nav01 li{
	float:left;
	height:55px;
	display: block;
}

.nav01 li a{
	display:block;
	overflow:hidden;
	height:55px;
	background:url(../images/btn_nav01.png);
}

.nav01 li.btn_nav01_japanmembers a{
	width: 195px;
	background-position:0px 0px;
	margin-right: 20px;
}

.nav01 li.btn_nav01_torussia a{
	width: 195px;
	background-position:-195px 0px;
	margin-right: 20px;
}

.nav01 li.btn_nav01_twitter a{
	width: 195px;
	background-position:-390px 0px;
}

.nav01 li.btn_nav01_japanmembers a:hover{
	width: 195px;
	background-position:0px -55px;
}

.nav01 li.btn_nav01_torussia a:hover{
	width: 195px;
	background-position:-195px -55px;
}

.nav01 li.btn_nav01_twitter a:hover{
	width: 195px;
	background-position:-390px -55px;
}

/* ナビゲーション2 */

.nav02{
	margin:25px 0px 0px 0px;
	padding: 0px 25px;
	overflow: hidden;
}

.nav02 li{
	float:left;
	height:120px;
	display: block;
}

.nav02 li a{
	display:block;
	overflow:hidden;
	height:120px;
	background:url(../images/btn_nav02.png);
}

.nav02 li.btn_nav02_interview a{
	width: 300px;
	background-position:0px 0px;
	margin-right: 25px;
}

.nav02 li.btn_nav02_cambodia a{
	width: 300px;
	background-position:-300px 0px;
}

.nav02 li.btn_nav02_interview a:hover{
	width: 300px;
	background-position:0px -120px;
}

.nav02 li.btn_nav02_cambodia a:hover{
	width: 300px;
	background-position:-300px -120px;
}

/* ナビゲーション3 */

.nav03{
	margin:25px 0px 35px 0px;
	padding: 0px 25px;
	overflow: hidden;
}

.nav03 li{
	float:left;
	height:85px;
	display: block;
}

.nav03 li a{
	display:block;
	overflow:hidden;
	height:85px;
	background:url(../images/btn_nav03.png);
}

.nav03 li.btn_nav03_data a{
	width: 625px;
	background-position:0px 0px;
}

.nav03 li.btn_nav03_data a:hover{
	width: 625px;
	background-position:0px -85px;
}

/* 日本代表メンバー
***************************************/
#japanmembers{
padding-top:90px;
}

.japanmembers01{
	background:url(../images/tit_japanmembers.png) no-repeat center 0;
	width:675px;
	height:33px;
}

.table_box1{
	font-weight:normal;
	color: #ffffff;
	width: 625px;
	margin:40px 25px 0px 25px;
	line-height: 1.4;
	border: solid 1px #335cc4;
}

.table_color1_1{
	font-size: 13px;
	background-color: #335cc4;
	padding:15px 3px;
	border: solid 1px #335cc4;
	border-right: solid 1px #2b4ea6;
	text-align: center;
}

.table_color1_2{
	font-size: 13px;
	background-color: #335cc4;
	padding:15px 3px;
	border: solid 1px #335cc4;
	text-align: center;
}

.table_line1_1{
	font-size: 13px;
	padding:10px 2px;
	text-align: center;
	line-height: 0.8;
	border: solid 1px #335cc4;
	border-right-style:none;
	border-left-style:none;
}

.small1{
	font-size: 10px;
	padding:0px;
	margin: 0px;
}

.small2{
    font-size: 10px;
    padding: 15px 26px 60px 26px;
    margin: 0px;
    color: #FFF;
    text-align: right;
}
/* ロシアW杯への道
***************************************/
#torussia
{
	padding-top: 20px;
}

.torussia01{
	background:url(../images/tit_torussia.png) no-repeat center 0;
	width:675px;
	height:33px;
}

.torussia02{
	background:url(../images/text_torussia.png) no-repeat center 0;
	width:675px;
	height:965px;
}

.torussia03{
	background:url(../images/tit_ranking.png) no-repeat center 0;
	width:675px;
	height:75px;
}

.torussia04{
	background:url(../images/tit_schedule.png) no-repeat center 0;
	width:675px;
	height:75px;
}

/*スケジュール*/

.table_box2{
	font-weight:normal;
	color: #ffffff;
	width: 625px;
	margin:35px 25px 0px 25px;
	line-height: 1.4;
	border: solid 1px #335cc4;
}

.table_color2_1{
	font-size: 13px;
	background-color: #335cc4;
	padding:15px 3px;
	border: solid 1px #335cc4;
	border-right: solid 1px #2b4ea6;
	text-align: center;
}

.table_color2_2{
	font-size: 13px;
	background-color: #335cc4;
	padding:15px 3px;
	border: solid 1px #335cc4;
	text-align: center;
}

.table_line2_1{
	width:51px;
	font-size: 13px;
	padding:15px 3px;
	text-align: center;
	border: solid 1px #335cc4;
	border-right-style:none;
	border-left-style:none;
}

.table_line2_2{
	font-size: 13px;
	padding:15px 3px 15px 15px;
	text-align: center;
	border: solid 1px #335cc4;
	border-right-style:none;
}

.table_line2_3{
	font-size: 13px;
	padding:15px 3px;
	text-align: center;
	border: solid 1px #335cc4;
	border-left-style:none;
}


.table_line2_4{
	width:81px;
	font-size: 13px;
	padding:15px 3px;
	text-align: center;
	border: solid 1px #335cc4;
	border-right-style:none;
	border-left-style:none;
}

/*スケジュール*/

.table_box3{
	font-weight:normal;
	color: #ffffff;
	width: 625px;
	margin:35px 25px 0px 25px;
	line-height: 1.4;
	border: solid 1px #335cc4;
}

.table_color3_1{
	font-size: 13px;
	background-color: #335cc4;
	padding:15px 3px;
	border: solid 1px #335cc4;
	text-align: center;
}

.table_line3_1{
	width:158px;
	font-size: 13px;
	padding:15px 3px;
	text-align: center;
	border: solid 1px #335cc4;
}

.table_line3_2{
	font-size: 13px;
	padding:15px 3px 15px 15px;
	text-align: center;
	border: solid 1px #335cc4;
	border-right-style:none;
	border-left-style:none;
}

.table_line3_3{
	font-size: 13px;
	padding:15px 3px 15px 15px;
	text-align: center;
	border: solid 1px #335cc4;
	border-right-style:none;
	border-left-style:none;
}

/* Twitter
***************************************/
#twitter{
	padding-top:90px;
}

.twitter01{
	background:url(../images/tit_twitter.png) no-repeat center 0;
	width:675px;
	height:29px;
}

.twitter_box {
	width:525px;
	margin:40px 25px 0px 25px;
	padding:0 50px;
	border: solid 1px #ffffff;
}

/* カンボジア代表情報
***************************************/
.cambodia{

}

.cambodia_tit{
	margin:90px 0px 60px 0px;
	background:url(../images/tit_cambodia.png) no-repeat center 0;
	width:675px;
	height:33px;
}

.cambodia_img{
	text-align: center;
}

.cambodia_text01{
	margin:40px 25px 50px 25px;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
}

.cambodia_photo{
	height:338px;
}

.cambodia_photo img{
	float: left;
}

.photo_under_text01{
	padding:18px 0px;
	text-align: center;
	font-size: 14px;
	color: #676767;
	line-height: 1.8;
	background-color: #ffffff;
	-webkit-text-size-adjust: 100%;
}

.photo_under_text02{
	overflow: hidden;
	background-color: #ffffff;
	padding:10px 0px;
}

.photo_under_text03{
	overflow: hidden;
	background-color: #ffffff;
	padding:13px 0px;
	border-bottom: solid 1px #bfbfbf;
}

.photo_under_text02_l{
	width:337px;
	text-align: center;
	font-size: 14px;
	color: #676767;
	line-height: 1.8;
	float: left;
	background-color: #ffffff;
	border-right: solid 1px #bfbfbf;
}

.photo_under_text02_r{
	width:337px;
	text-align: center;
	font-size: 14px;
	color: #676767;
	line-height: 1.8;
	float: left;
	background-color: #ffffff;
}

.cambodia_text02{
	padding:70px 50px 15px 50px;
	width:575px;
	font-size: 16px;
	color: #313131;
	line-height: 1.8;
	background-color: #bad1e1;
	float: left;
}

.cambodia_text03{
	padding:55px 40px;
	width:595px;
	font-size: 16px;
	color: #ffffff;
	line-height: 1.8;
	float: left;
	background-color: #000000;
}

.cambodia_bg01{
	background-color:#bad1e1;
}

.clear{
	clear: both;
}

/* データ放送プレゼントPKクイズ
***************************************/

.data01{
	margin-top:90px;
	background:url(../images/tit_dataquiz.png) no-repeat center 0;
	width:675px;
	height:33px;
}

.data02{
	background:url(../images/data01.png) no-repeat center 0;
	width:675px;
	height:195px;
}

.data_text01{
	margin:55px 25px 0px 25px;
	text-align: center;
	font-size: 17px;
	color: #ffffff;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
}

.data_text02{
	margin:45px 25px;
	font-size: 15px;
	color: #ffffff;
	line-height: 1.8;
}

.data_text03{
	color: #fe2f56;
	text-decoration:underline;
}

.data_text04{
	color: #fe2f56;
	padding:0px 5px;
}

.data_text05{
	margin:0px 25px 0px 25px;
	text-align: center;
	font-size: 24px;
	color: #ffffff;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
}

.data_text06{
	color: #335cc4;
	font-weight: bold;
	padding:0px 5px;
}

.data_text07{
	margin:20px 25px 35px 25px;
	text-align: center;
	font-size: 17px;
	color: #ffffff;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
}

.datapresent{
	padding-top:75px;

}

.present01{
	background:url(../images/tit_datapresent.png) no-repeat center 0;
	width:675px;
	height:28px;
}

.present02{
	background:url(../images/data03.png) no-repeat center 0;
	width:675px;
	height:313px;
}
/*フォーム*/
.form{
	margin-top: 60px;
}

.form01{
	margin:35px auto;
	padding: 0px 25px;
	overflow: hidden;
	width:300px;
}

.form01 li{
	float:left;
	height:120px;
	display: block;
}

.form01 li a{
	display:block;
	overflow:hidden;
	height:120px;
	background:url(../images/end01.png);
}

.form01 li.btn_form01_pk01 a{
	width: 300px;
	background-position:0px 0px;
}

/*btn*/

.formbtn{
	margin:35px auto;
	padding: 0px 25px;
	overflow: hidden;
	width:300px;
}

.formbtn li{
	float:left;
	height:120px;
	display: block;
}

.formbtn li a{
	display:block;
	overflow:hidden;
	height:120px;
	background:url(../images/btn_form01.png);
}

.formbtn li a{
	width: 300px;
	background-position:0px 0px;
}

.formbtn li a:hover{
	width: 300px;
	background-position:0px -120px;
}


/* ハリルホジッチ監督 独占インタビュー
***************************************/
.interview_tit{
	margin:90px 0px 60px 0px;
	background:url(../images/tit_interview.png) no-repeat center 0;
	width:675px;
	height:80px;
}
.interviewList {
	color: #fff;
	padding: 0 40px 40px;
}
.interviewList dt {
	color: #999;
	line-height: 1.6;
	padding-left: 30px;
	position: relative;
	font-size: 1em;
	text-indent: -30px;
	margin-top: 40px;
}
.interviewList dt::before {
	content: "Q";
	color: #fe2f56;
	font-size: 30px;
	margin-right: 5px;
}
.interviewList dd {
	line-height: 1.8;
	margin: 20px 0 0;
	font-size: 1.2em;
}
/*.interviewList dd::before {
	content: "ハリルホジッチ監督";
	color: #335cc4;
	font-size: .8em;
	display: block;
}*/
.interviewList dd p {
	margin: 1em 0 0;
}
