@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	color: #000;
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height: 1.1;
}

table,
input, textarea, select, option {
	line-height: 1.1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	color: #036;
	text-decoration: none;
}

a:visited {
	color: #036;
}

a:hover {
	text-decoration: underline;
}

a:active {

}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	background: #090909 url(../../img/common/body_bg.png) repeat;
	text-align: center;
	line-height: 1.5;
}

#container {
	background: url(../../img/common/header_bg.png) repeat-x top;
}

#main {
	width: 950px;
	margin: 0 auto;
	background: url(../../img/common/conts_bg.png) repeat-y;

	text-align: left;	
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	width: 950px;
	margin: 0 auto;

	color: #FFF;
	text-align: left;	
}

#header h1 {
	padding: 6px 0 4px;

	font-size: 1.2em;
	font-weight: normal;
}

#header .headerInner {
	padding-bottom: 10px;
}

#header .headerInner h2.logo {
	float: left;
	padding: 33px 0 22px;
}

#header .bn {
	float: right;
	margin: 10px auto 0px;
	width: 700px;
}

#header .headerInner .bn ins {
	width: 100% !important;
}

#header .headerInner .bn ins iframe {
	width: 100% !important;
}


#header .headerInner .bn .title {
	display: none;
}

#header .headerInner .bn .item {
	padding-top: 10px;
	text-align: center;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#globalNavi {
	width: 950px;
	height: 50px;

	margin: 0 auto;
	background: url(../../img/common/navi_bg.png) repeat-x top;
}

#globalNavi .menu {
	float: left;
	padding: 5px 0 0 0;
}

#globalNavi .menu li {
	float: left;
	padding-right: 2px;
	background: url(../../img/common/navi_line.png) no-repeat right 5px;

	font-size: 1.3em;
	font-weight: bold;
}

	* html #globalNavi .menu li.home {
		width: 69px;
	}
	
	* html #globalNavi .menu li.schedule {
		width: 134px;
	}
	
	* html #globalNavi .menu li.results {
		width: 82px;
	}
	
	* html #globalNavi .menu li.ranking {
		width: 95px;
	}

#globalNavi .menu li.archive {
	padding: 4px 17px 0 15px;
}

#globalNavi .menu li a {
	display: block;
	height: 33px;
	padding: 6px 15px 0;

	color: #000;
	text-decoration: none;
}

#globalNavi .menu li a:hover {
	color: #FFF;
}

#globalNavi .menu li.home a:hover {
	background: url(../../img/common/navi_current_bg01.png) no-repeat center top;
}

#globalNavi .menu li.schedule a:hover {
	background: url(../../img/common/navi_current_bg02.png) no-repeat center top;
}

#globalNavi .menu li.results a:hover {
	background: url(../../img/common/navi_current_bg03.png) no-repeat center top;
}

#globalNavi .menu li.ranking a:hover {
	background: url(../../img/common/navi_current_bg04.png) no-repeat center top;
}

#globalNavi .menu li.archive span,
#globalNavi .menu li.archive select {
	vertical-align: middle;
}

#globalNavi .menu li.archive select {
	font-size: 0.85em;
}

#globalNavi .menu li.archive span {
	margin-right: 8px;
}

#globalNavi .search {
	float: right;
	padding: 10px 10px 0 0;
}

	* html #globalNavi .search {
		width: 220px;
	}

#globalNavi .search img,
#globalNavi .search input {
	vertical-align: middle;
}

#globalNavi .search input.textArea {
	width: 150px;
	margin: 0 2px;

	font-size: 1.2em;
}

#menuBtn, .drawer {
	display: none;
}


/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {

}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
	width: 710px;
	float: left;
}

#conts .aligncenter {
	display: block;
	margin: 0 auto;
	text-align: center;
}

#conts .adsenceArea{
	margin: 20px 0 10px;
	align-items: center;
}

#conts .adsenceArea .adsence01,
#conts .adsenceArea .adsence02 {
	width: 50%;
	height: auto;
	float: left;
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar {
	width: 240px;
	float: right;
}

#sideBar .videoArea {
/*
	padding: 10px;
	width: 220px;
	background: #0259B0;
*/
	margin-bottom: 7px;
}

#sideBar .videoArea h5 {
	margin-top: 7px;
	margin-bottom: 7px;
	padding: 0 7px;
	color: #DDD;
	font-size: 1.2em;
	font-weight: bold;
}

#sideBar img {
	vertical-align: top;
}

#sideBar .beat {
	margin-bottom: 22px;
/*	padding: 19px 0; */
	padding: 15px 0;
	background: #0259B0;
	
	text-align: center;
}

#sideBar .beat .title {
	margin-bottom: 17px;
}

#sideBar .beat .bn .title {
	display: none;
}

#sideBar .beat p {
	margin-bottom: 6px;

	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
}

#sideBar .beat p span {
	font-size: 1.37em;
}

#sideBar .beat .bn {
	margin-bottom: 13px;
}

#sideBar .beat .lastChild {
	margin-bottom: 0;
}

#sideBar .commonBn {
}

#sideBar .commonBn li {
	margin-bottom: 20px;
	text-align: center;
}

#sideBar .commonBn li p {
	margin-bottom: 7px;
	padding: 0 15px;

	color: #DDD;
	font-size: 1.2em;
	font-weight: bold;
}

#sideBar .commonBn li .widget_sp_image-description {
	margin-top: 10px;
}

#adsenceSideArea{
	padding: 0 1px;
	margin-top:25px;
}


/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	width: 950px;
	/*height: 60px;*/
	margin: 0 auto;
	text-align: left;
}

#footer .pageTop {
	float: right;
	padding: 12px 10px 0 0;
}

#footer address {
	display: block;
	padding-top: 7px;

	color: #999;
	font-size: 1.1em;
	font-style: normal;
}
#footer .footer_bnr{
	display: none;
}
@media screen and (max-width:415px){
	#footer {
		/*padding-bottom:64px;*/
	}
	#footer .footer_bnr{
		display: block;
		margin: auto;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		text-align: center;
		z-index: 99999;
	}
	#footer .footer_bnr img{
		width: 100%;
	}
}

/* sarinamodify  */
.pc_billboard_center{
	 text-align: center;
    margin: 16px -30px 0px -30px;
    background: black;
    padding-bottom: 16px;
}

/* sarinamodify  */
.article_undertitle_center{
	 text-align: center;
}

/* sarinamodify  */
.sp_header_center{
	 text-align: center;
}
