@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
img {vertical-align:bottom}


sub{
	vertical-align: text-bottom;
	font-size: 64%;
}
sup{
	vertical-align: text-top;
	font-size: 64%;
}
a{
	color: #000000;
}
small {
	font-size:11px;
}

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Carme');

body{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	-webkit-text-size-adjust: 100%;
}

/* ------------------------------ flex */
/* 横並び用（高さが同じもののみ使用可能（同じ高さの画像や改行しないテキスト等）） */
.flex {
	display: -webkit-box;/* Android 2~4 */
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-box-align: center;
	align-items:center;
}
.flex_aligntop {
	display: -webkit-box;/* Android 2~4 */
	display: -webkit-flex; /* Safari */
	display: flex;
}
.flex li, .flex_aligntop li, .flex_item {
	text-align: center;
	-webkit-box-flex: 1;
	flex: 1;
	width:100%;
	align-content: stretch
}
p.flex_item {
	text-align:center !important;
}

.cal_head_flex {
	display: -webkit-box;/* Android 2~4 */
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-box-align: center;
	align-items:center;
}
.cal_head_flex li:nth-child(1),
.cal_head_flex li:nth-child(3){
	text-align: center;
	-webkit-box-flex: 1;
	flex: 1;
	width:100%;
	align-content: stretch
}
.cal_head_flex li:nth-child(2){
	text-align: center;
	-webkit-box-flex: 0;
	flex: none;
	width:50%;
	align-content: stretch
}
/* ----------------------------------------------------------------------------------------- component */
.pb10 { padding-bottom:10px !important; }
.pt0 { padding-top:0 !important; }
.pt10 { padding-top:10px !important; }
.mt0 { margin-top:0 !important; }
.mt10 { margin-top:10px !important; }
.ml5 { margin-left:5px !important; }
.fontfamily01 {
	font-family: 'Oswald', sans-serif;
}
.fontfamily02 {
	font-family: 'Montserrat', sans-serif;
}
.fontfamily03 {
	font-family: 'Roboto', sans-serif;
}
.center {
	text-align:center !important
}
.left {
	text-align:left !important
}
.right {
	text-align:right !important
}
.vertical_middle {
	vertical-align:middle !important
}
.vertical_bottom {
	vertical-align:bottom !important
}
.vertical_top {
	vertical-align:top !important
}
.vertical_baseline {
	vertical-align:baseline !important
}
.note {
	margin-left:1em;
	text-indent:-0.8em;
	line-height:140%;
}
ul.none li{
	list-style:none
}
ul.arrow li{
	background: url(/images/mark03_r.png) no-repeat 2px 7px;
	-webkit-background-size: 7px 9px;
	-moz-background-size: 7px 9px;
	background-size: 7px 9px;
	margin: 5px 0 0;
	padding: 0 0 0 17px;
	list-style:none
}
ul.disk{
	margin: 10px 0 0;
	padding: 0 0 0 17px;
	list-style: disk;
	font-size:14px
}
ul.disk li{
	margin: 5px 0 0;
}
ol.decimal {
	margin: 10px 0 0;
	padding: 0 0 0 17px;
	list-style: decimal;
	font-size: 13px;
}
ol.decimal li{
	margin: 5px 0 0;
}
ol.lower-roman {
	margin: 10px 0 0;
	padding: 0 0 0 17px;
	list-style: lower-roman;
	font-size: 13px;
}
ol.lower-roman li{
	margin: 5px 0 0;
}

.arrow_w{
	background: url(/images/mark_pager_next.png) no-repeat right center;
	-webkit-background-size: 7px 10px;
	-moz-background-size: 7px 10px;
	background-size: 7px 10px;
	color:#ffffff
}
.arrow01{
	background: url(/images/mark04_r.png) no-repeat right center;
	-webkit-background-size: 7px 10px;
	-moz-background-size: 7px 10px;
	background-size: 7px 10px;
	color:#ffffff
}
.arrow02{
	background: url(/images/mark03_r.png) no-repeat right center;
	-webkit-background-size: 7px 10px;
	-moz-background-size: 7px 10px;
	background-size: 7px 10px;
}
.blank01 span{
	background: url(/images/icon_blank.png) no-repeat right center;
	-webkit-background-size: 18px 18px;
	-moz-background-size: 18px 18px;
	background-size: 18px 18px;
}
.blank02 span{
	background: url(/images/icon_blank_white.png) no-repeat right center;
	-webkit-background-size: 18px 18px;
	-moz-background-size: 18px 18px;
	background-size: 18px 18px;
}
a.blank01:after{
	content:" ";
	background: url(/images/icon_blank.png) no-repeat right center;
	-webkit-background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	background-size: 16px 16px;
	padding:8px 10px;
	/*margin-right:5px;*/
}
a.blank02:after{
	content:" ";
	background: url(/images/icon_blank_white.png) no-repeat right center;
	-webkit-background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	background-size: 16px 16px;
	padding:8px 10px;
	margin-right:5px;
}
.date {
	display:block;
	color:#ffffff;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	font-weight:400
}
span.category_date {
	display:block;
	color:#000000;
	padding: 0 0 3px 0;
	font-size:12px;
	font-family: 'Roboto', sans-serif;
	font-weight:400
}

span.category_date img {
	 width:36px !important;
	 height:12px !important;
	 float:none !important;
	 vertical-align : middle;
}
span.media_name {
	font-size:12px;
	display:block;
	color:#9B9B9B;
}
span.media_name .recording {
	background:#C6EEF9
}
span.media_name .live {
	background:#FFD7D7;
	padding:0 3px
}
span.media_name .recording {
	background:#C6EEF9;
	padding:0 3px
}
.playguide {
	background:#24BFB9 !important;
	color:#FFFFFF;
	font-weight:normal;
	padding:1px 2px;
	text-align:center !important
}
.toraticket {
	background:#FFE400 !important;
	color:#000000;
	font-weight:normal;
	padding:1px 2px;
	text-align:center !important
}
.lawson {
	background:#0779CD !important;
	color:#FFFFFF;
	font-weight:normal;
	padding:1px 2px;
	text-align:center !important
}
.koshien-ticket {
	background:#01646A !important;
	color:#FFFFFF;
	font-weight:normal;
	padding:1px 2px;
	text-align:center !important
}

.table02 td.kyocera,
ul.none li span.kyocera {
	background:#71BBFF !important;
	color:#FFFFFF !important;
	font-weight:normal;
	padding:1px 2px;
	text-align:center !important
}

.wheelchair {
	background:#ffe7ce !important;
	font-weight:normal;
	padding:1px 2px;
	text-align:center !important
}

.maru{
	/*background:#FFFBDF !important;*/
	font-weight:normal;
	padding:2px 4px;
	text-align:center !important
}
.sankaku{
	/*background:#F5F4E9 !important;*/
	font-weight:normal;
	padding:2px 4px;
	text-align:center !important
}
.batsu{
	/*background:#DDDDDD !important;*/
	font-weight:normal;
	padding:2px 4px;
	text-align:center !important
}
.unreleased{
	/*background:#DDDDDD !important;*/
	font-size: 9px;
	font-weight:normal;
	padding:1px 2px;
	text-align:center !important
}
.name {
	word-wrap:break-word;
}
.number {
	 font-size:30px;
	 font-weight:700
 }
.name_medium {
	 font-size:18px;
	 font-weight:bold
 }
.name_large {
	 font-size:28px;
	 font-weight:bold
 }
 .must {
	margin-left:5px;
	background:#E932A4;
	color:#FFFFFF;
	font-weight:normal;
	padding:2px 4px;
	margin-right:2px;
	font-size:11px;
	display:inline-block
}
img.border {
	border:4px solid #E9E7E7
}

img.img_auto {
	width: 100%;
	height: auto;
}

.fc_error {
	color:#ff3c3d
}
.fc_red {
	color:#ff3c3d
}
.fc_white {
	color:#FFFFFF !important
}

/* -------------------------------------------------------------------------------------------- header */
header {
	background: #fff;
}
header .header_inner {
	position:relative;
	height: 52px;
}
header .logo {
	position:absolute;
	width: 46px;
	height: 46px;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
header .logo img{
	height: auto;
	width: 100%;
}
header .logo a{
	display: block;
}

header .btn_login {
	position:absolute;
	width: 40px;
	height: 36px;
	margin: auto;
	top: 0;
	bottom: 0;
	left: auto;
	right: 10px;
}
header .btn_login img{
	height: auto;
	width: 100%;
}


header #icon_menu {
	position:absolute;
	top: 10px;
	left: 10px;
	text-align:center;
	line-height:0;
}
header #icon_menu p {
	background:url(/images/header/menu.png) no-repeat 0 0;
	background-size: contain;
	width: 32px;
	height: 32px;
}
header #icon_menu p.close {
	background: url(/images/header/menu_close.png) no-repeat 0 0;
	background-size: contain;
	width: 32px;
	height: 32px;
}
header #dropdown_menu {
	display:none;
	overflow:hidden;
	position:absolute;
	width:100%;
	z-index:9999
}
header #dropdown_menu .btn_close {
	background: #000000;
	color: #FFFFFF;
	text-align:center;
	padding: 16px;
	font-size: 14px;
}

header #dropdown_menu .btn_close img{
	height: 10px;
	width: auto;
	vertical-align: middle;
}
header .menu li a, footer .menu li a {
	background: #000000 url(/images/mark_next_w.png) no-repeat 96% center ;
	background-size: 10px auto;
	border-bottom:1px solid #2d2d2d;
	display: block;
	padding: 15px;
	text-decoration: none;
	color: #FFFFFF;
}
header .menu li span, footer .menu li span {
	font-size:10px;
	padding-left:10px
}
header .menu li a p {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
}
header .menu li p:before {
	content:"";
	padding: 5px 35px 5px 0
}
header .menu li p.news:before {
	background:url(/images/header/icon_news.png) no-repeat center left;
	background-size: 25px 25px;
}
header .menu li p.game:before {
	background:url(/images/header/icon_game.png) no-repeat center left;
	background-size: 25px 25px;
}
header .menu li p.team:before {
	background:url(/images/header/icon_team.png) no-repeat center left;
	background-size: 25px 25px;
}
header .menu li p.farm:before {
	background:url(/images/header/icon_farm.png) no-repeat center left;
	background-size: 25px 25px;
}
header .menu li p.event:before {
	background:url(/images/header/icon_event.png) no-repeat center left;
	background-size: 25px 25px;
}
header .menu li p.goods:before{
	background:url(/images/header/icon_goods.png) no-repeat center left;
	background-size: 25px 25px;
}
header .menu li p.ticket:before{
	background:url(/images/header/icon_ticket.png) no-repeat center left;
	background-size: 25px 25px;
}
header .menu li p.fanclub:before{
	background:url(/images/header/icon_fanclub.png) no-repeat center left;
	background-size: 25px 25px;
}
header .menu li p.entertainment:before{
	background:url(/images/header/icon_entertainment.png) no-repeat center left;
	background-size: 25px 25px;
}
header .menu li p.community:before{
	background:url(/images/header/icon_community.png) no-repeat center left;
	background-size: 25px 25px;
}
header .menu li p.mailmagazine:before {
	background:url(/images/header/icon_mail.png) no-repeat center left;
	background-size: 25px 25px;
}
header .menu li p.academy:before {
	background:url(/images/header/icon_academy.png) no-repeat center left;
	background-size: 25px 25px;
}
header .menu li p.t_id:before {
	background:url(/images/header/icon_id.png) no-repeat center left;
	background-size: 25px 25px;
}
header .menu li p.sponsor:before {
	background:url(/images/header/icon_sponsor.png) no-repeat center left;
	background-size: 25px 25px;
}
header .menu li p.s_navi{
	color: #FFF;
	text-align: center;
	font-size: 10px;
}
header .menu li p.s_navi:before{
	display: none;
}
header .menu li p.s_navi img{
	width: 120px;
	height: auto;
	display: block;
	margin: 0 auto 5px auto;
}

#header_score {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #252525), color-stop(0.00, #524E4D));
	background: -webkit-linear-gradient(#524E4D, #252525);
	background: -moz-linear-gradient(#524E4D, #252525);
	background: -o-linear-gradient(#524E4D, #252525);
	background: -ms-linear-gradient(#524E4D, #252525);
	background: linear-gradient(#524E4D, #252525);
}
#header_score .list5 ul {
	list-style:none;
	display:table;
	width:100%;
	margin:0;
	padding:6px 10px;
	overflow:hidden;
	vertical-align:middle;
	box-sizing:border-box
}
#header_score .list5 a {
	margin: -6px -10px;
	padding: 6px 10px;
	display:block;
	text-decoration:none
}
#header_score .list5 a li.gameinfo {
	background:url(/images/mark04_r.png) no-repeat right center;
	-webkit-background-size: 7px 10px;
	-moz-background-size: 7px 10px;
	background-size: 7px 10px;
}
#header_score .list5 li.gameinfo {
	font-size:11px;
	text-align:center;
	line-height:1.2;
	color:#FFFFFF;
}
#header_score .list5 li.gameinfo .teamlogo {
	font-family:'Carme', sans-serif;
	font-size:20px;
	position:relative
}
#header_score .teamlogo .logo_left,
#header_score .teamlogo .logo_right {
	top:-35%
}
/* --------------------------------------------------------------------------------------------- title */
/* ------------------------------- title01 */
.title01 h1 {
	position:relative
}
.title01 h1 span{
	position:absolute;
	top: 40%;
	left: 15px;
	font-size:20px
}
.title01 h2 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #4F4F4F), color-stop(0.00, #000));
    background: -webkit-linear-gradient(#000, #4F4F4F);
    background: -moz-linear-gradient(#000, #4F4F4F);
    background: -o-linear-gradient(#000, #4F4F4F);
    background: -ms-linear-gradient(#000, #4F4F4F);
    background: linear-gradient(#000, #4F4F4F);
    border-top: 1px solid #5F5F5F;
    border-bottom: 1px solid #000000;
	padding: 15px 15px;
	line-height: 1.3;
	font-size: 18px;
	font-weight:bold;
	color:#FFFFFF;
}

.title01 h2 a{
	color:#FFFFFF;
	text-decoration: none;
}
.title01 h3 {
	background: url(/images/bg_h3_black.gif) repeat-y left #333333;
	-webkit-background-size: 8px 8px;
	background-size: 8px 8px;
	padding: 12px 15px;
	line-height: 1.3;
	color:#FFFFFF;
	font-weight: bold;
	font-size:16px
}
.title01 h4 {
	background-color: #EAEAEA;
	padding: 10px 15px;
	line-height: 1.4;
	font-size: 16px;
	font-weight: bold;
}
.title01 h4 a {
	display: block;
	margin: -10px -15px;
	padding: 10px 15px;
}
.title01 h5 {
	border-top:1px solid #A9A9A9;
	border-bottom:1px solid #A9A9A9;
	padding: 8px 15px;
	line-height: 1.4;
	font-size: 15px;
	font-weight: bold;
}
.title01 h5 a {
	display: block;
	margin: -8px -15px;
	padding: 8px 15px;
}
/* ------------------------------- title02 */
.title02 h3 {
	background: url(/images/bg_h3_black2.gif) repeat-x top #000000;
	-webkit-background-size: 4px 4px;
	-moz-background-size: 4px 4px;
	background-size: 4px 4px;
	padding: 15px 15px 12px 15px;
	line-height: 1.3;
	color:#FFFFFF;
	font-weight: bold;
	font-size:16px;
	text-align:center;
	position:relative;
}
.title02 h3 .racktangle{
	position:absolute;
	bottom:-30px;
	left:0;
	right:0;
	margin:auto;
	width: 0;
	height: 0;
	border-top: 15px solid #000000;
	border-right: 16px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 16px solid transparent;
}
.title02 h3.naruo {
	background: url(/images/bg_h3_yellow.gif) repeat-x top #95C851;
}
.title02 h3.naruo .racktangle{
	border-top: 15px solid #95C851;
}
.title02 h4 {
	text-align:center;
	margin: 15px 0 0;
	font-size:20px;
	border-bottom:1px solid #000000;
	background: none;
	text-align:center;
	padding:10px;
}
.title02 h5 {
	background:#EAEAEA;
	font-size:20px;
	border-top:none;
	font-size:15px;
	padding:10px;
	border-bottom: 1px solid #AFAFAF;
	line-height:1.4
}

.userpolicy .title02 h5 {
	border-top: 1px solid #AFAFAF;
}

.userpolicy .title01 h2  {
	border-bottom: none;
}
/* ------------------------------- title03 */
.title03 h3 {
	font-size:20px;
	border-top:none;
	font-size:15px;
	padding:15px;
	border: 1px solid #AFAFAF;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #d4d4d4), color-stop(0.00, #fff), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(top, #fff 0%, #fff 0%, #d4d4d4 100%);
	background: -moz-linear-gradient(top, #fff 0%, #fff 0%, #d4d4d4 100%);
	background: -o-linear-gradient(top, #fff 0%, #fff 0%, #d4d4d4 100%);
	background: -ms-linear-gradient(top, #fff 0%, #fff 0%, #d4d4d4 100%);
	background: linear-gradient(to bottom, #fff 0%, #fff 0%, #d4d4d4 100%);
}
.title03 h3.naruo {
	border-bottom: 2px solid #80B438;
	border-top:none;
	border-left:none;
	border-right:none;
}
.title03 h4 {
	text-align:center;
	font-weight:bold;
	font-size:18px;
	color:#000000
}
/* -------------------------------------------------------------------------------------- h1 bg_images */
.h1_bgnews {
	background:url(/images/bg_news.jpg) no-repeat center center;
	background-size:cover;
	/* ↓表示画像の高さ ÷ 表示画像の幅 × 100 */
	padding-top:28.125%;
	color:#FFFFFF;
}
.h1_bgticket {
	background:url(/images/bg_ticket.jpg) no-repeat center center;
	background-size:cover;
	/* ↓表示画像の高さ ÷ 表示画像の幅 × 100 */
	padding-top:28.125%;
	color:#FFFFFF;
}
.h1_bgnaruo {
	background:url(/images/bg_naruo.jpg) no-repeat center center;
	background-size:cover;
	/* ↓表示画像の高さ ÷ 表示画像の幅 × 100 */
	padding-top:28.125%;
	color:#FFFFFF;
}
.h1_bgentertainment {
	background:url(/images/bg_entertainment.jpg) no-repeat center center;
	background-size:cover;
	/* ↓表示画像の高さ ÷ 表示画像の幅 × 100 */
	padding-top:28.125%;
	color:#FFFFFF;
}
.h1_bggoods {
	background:url(/images/bg_goods.jpg) no-repeat center center;
	background-size:cover;
	/* ↓表示画像の高さ ÷ 表示画像の幅 × 100 */
	padding-top:28.125%;
	color:#FFFFFF;
}
.h1_bgfanclub {
	background:url(/images/bg_fanclub.jpg) no-repeat center center;
	background-size:cover;
	/* ↓表示画像の高さ ÷ 表示画像の幅 × 100 */
	padding-top:28.125%;
	color:#FFFFFF;
}
.h1_bggame {
	background:url(/images/bg_game.jpg) no-repeat center center;
	background-size:cover;
	/* ↓表示画像の高さ ÷ 表示画像の幅 × 100 */
	padding-top:28.125%;
	color:#FFFFFF;
}
.h1_bgteam {
	background:url(/images/bg_team.jpg) no-repeat center center;
	background-size:cover;
	/* ↓表示画像の高さ ÷ 表示画像の幅 × 100 */
	padding-top:28.125%;
	color:#FFFFFF;
}
.h1_bgfarm {
	background:url(/images/bg_farm.jpg) no-repeat center center;
	background-size:cover;
	/* ↓表示画像の高さ ÷ 表示画像の幅 × 100 */
	padding-top:28.125%;
	color:#FFFFFF;
}
.h1_bgevent {
	background:url(/images/bg_event.jpg) no-repeat center center;
	background-size:cover;
	/* ↓表示画像の高さ ÷ 表示画像の幅 × 100 */
	padding-top:28.125%;
	color:#FFFFFF;
}
.h1_bgcolumn {
	background:url(/images/bg_column.jpg) no-repeat center center;
	background-size:cover;
	/* ↓表示画像の高さ ÷ 表示画像の幅 × 100 */
	padding-top:28.125%;
	color:#FFFFFF;
}
.h1_bgother {
	background:url(/images/bg_other.jpg) no-repeat center center;
	background-size:cover;
	/* ↓表示画像の高さ ÷ 表示画像の幅 × 100 */
	padding-top:28.125%;
	color:#FFFFFF;
}
/* ----------------------------------------------------------------------------------------------- box */
.box {
	margin:10px 0;
	padding:15px
}
.box_error {
	background:#fff0f7;
	border:1px solid #ff3c3d;
	padding:10px;
}
#contents .box_error .txt {
	margin:0
}
/* ------------------------------------------------------------------------------------------ contents */
#contents p.img{
	margin: 10px 0 0;
	text-align:center
}
#contents p.img img{
}
#contents .caption{
	display: block;
	margin: 10px 0 16px;
	font-size: 11px;
	line-height: 1.3;
	text-align:left
}
#contents p.img_center{
	margin: 10px 0 0;
	text-align:center
}
#contents .txt{
	margin: 13px 0 0;
	font-size: 14px;
	line-height: 1.6;
}
/* -------------------------------------------------------------- article */
#contents .article01{
	margin: 10px 0;
	padding: 0 13px;
}
#contents .article01 .list{
	margin: 20px 0 0;
	line-height: 1.6;
}
#contents .article01 .list.caution{
	padding: 0 10px 10px 10px;
	border: 2px solid #cc0000;
}
#contents .article01 .list p{
	margin: 10px 0 0;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.4;
}
#contents .article01 .list p.red{
	color: #CC0000;
}
#contents .article01 .list ul{
	margin: 10px 0 0;
	padding-top:10px;
	font-size: 13px;
}
#contents .article02{
	margin: 20px 0 0 0;
	padding: 0;
}
#contents .article03{
	padding:10px 13px;
	margin:0
}
#contents .list_wrap {
	border:1px solid #C8C8C8
}

.media_info_list #contents .list_wrap{
	border: none;
}

.media_info_list #contents .list2 ul{
	border-left: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
	border-top: 1px solid #C8C8C8;
	margin-top: 10px;
}



#contents .accordion .list_wrap {
	border-top:none;
	overflow:hidden
}
#contents .list_wrap .list {
	margin-top:0;
	padding: 0 13px;
}
#contents .list_wrap p.txt {
	margin: 10px 0;
	padding: 0 13px;
	font-size:13px
}
#contents .list_wrap .caption {
	margin: 10px 0;
	padding: 0 13px;
}


#contents .list2 ul, #contents  .list4 ul{
	list-style:none
}

#contents .list2 ul li, #contents .list4 ul li {
	background:#F5F5F5;
	border-bottom:1px solid #B5B5B5
}

#contents .list4 ul li.off {
	color:#848484;
}


#contents.list2 ul li:nth-child(odd){
	background:#E6E6E6;
	border-bottom:1px solid #C0C0C0;
}
#contents .list2 ul li{
	border-top:1px solid #F9F9F9;
	margin: 0px;
	padding:10px 20px 10px 10px;
	font-size:14px;
	overflow: hidden;
	box-sizing:border-box;
}
#contents .list2 ul li p {
	overflow:hidden;
	line-height:1.3
}
#contents .list2 ul li a{
	display: block;
	margin: -10px;
	padding: 10px;
	overflow: hidden;
	text-decoration: none;
}
#contents .list2 ul li div.news_img{
	float: left;
	margin-right: 10px;
	position: relative;
}
#contents .list2 ul li div.news_img .category{
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	color: #FFFFFF;
	text-align: center;
	display: block;
	font-size: 12px;
	width: 100%;
	padding: 5px 0;
}

#contents .list2 ul li img {
	float: none;
	margin-right:0;
}


#contents .list2 ul.naruo li {
	background:#F8FCF3
}
#contents .list2 ul.naruo li:nth-child(odd){
	background:#E4F1D3
}
#contents .list2 ul.timeline li {
	margin-top:10px;
	padding:10px;
	background:#FFFFFF;
	border-top:none;
	border-bottom:none
}
#contents .list2 ul.timeline li a {
	background:none;
	display:inline-block;
	margin:0;
	padding:0;
	text-decoration:underline;
	overflow:visible
}
#contents .list2 ul.timeline li:nth-child(odd){
	background:#ffffff
}
#contents .list2 ul.timeline li .category_date{
	padding-top:0;
	background:#E4F1D3;
	display:inline-block;
	padding:1px 5px;
	margin-bottom:3px;
	font-size:13px;
	color:#515151
}
#contents .list2 ul.timeline li p {
	line-height:1.5
}

#contents .list2 ul.movie li {
	background:#4D4D4D;
	border-top:1px solid #808080;
	border-bottom:1px solid #232323;
}
#contents .list2 ul.movie li a{
	background: url(/images/mark04_r.png) no-repeat right center;
	-webkit-background-size: 7px 10px;
	-moz-background-size: 7px 10px;
	background-size: 7px 10px;
	display: block;
	margin: -10px;
	padding: 10px;
	overflow: hidden;
	text-decoration: none;
	color:#FFFFFF
}
#contents .list2 ul.movie li img {
	border:2px solid #AAAAAA;
	box-sizing:border-box
}
#contents .list2 ul.movie li .category_date {
	color:#C6C6C6
}
#contents .list3 dl{
	list-style:none;
	display:table;
	width:100%;
	margin: 0px;
	font-size:14px;
	overflow: hidden;
	border-bottom:1px solid #000000;
	vertical-align:middle;
}
#contents .list3 dt img{
	float: left;
	margin-right: 10px;
 }
#contents .list3 dl dd {
	overflow:hidden;
	line-height:1.2;
	display:table-cell;
	vertical-align:middle;
	width:100%;
}
#contents .list3 a dd {
	background: url(/images/mark03_r.png) no-repeat 98% center;
	-webkit-background-size: 7px 10px;
	-moz-background-size: 7px 10px;
	background-size: 7px 10px;
}
#contents .list3 a{
	display: table;
	width:100%;
	overflow: hidden;
	text-decoration: none;
 }
#contents .list3 .number {
	 font-size:22px;
	 font-weight:700
 }
#contents .list3 .name_large {
	 font-size:20px;
	 font-weight:bold
 }
#contents .list4 ul li{
	margin: 0;
	padding:10px;
	font-size:14px;
	overflow: hidden;
	box-sizing:border-box;
	vertical-align:top;
	position:relative
}
#contents .list4 ul li .icon_new {
	position:absolute;
	top:0;
	left:0;
}
#contents .list4 ul li p {
	overflow:hidden;
	line-height:1.3;
	padding-top:5px;
}
#contents .list4 ul li a {
	display: block;
	margin: -10px;
	padding: 10px;
	overflow: hidden;
	text-decoration: none;
}
#contents .list4 ul li a p{
	background: url(/images/mark03_r.png) no-repeat right center;
	-webkit-background-size: 7px 10px;
	-moz-background-size: 7px 10px;
	background-size: 7px 10px;
	padding-right:10px
}
#contents .list4 ul li p {
	text-align:left
}
#contents .list4 ul.multiple li:nth-child(odd) {
	background:#F5F5F5
}
/*２列横並び用　パディングなし*/
#contents .list4 ul.row {
	font-size:0;
	width:100%
}
#contents .list4 ul.row li {
	display:inline-block;
	width:47%;
	margin-left:5%;
	margin-bottom:10px;
	padding:0;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
	background:#FFFFFF;
	border-bottom:none
}
#contents .list4 ul.row li a {
	margin:inherit;
	padding:2px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	margin:0;
	padding:0
}
#contents .list4 .flex ul.row li a {
	width:100%
}
#contents .list4 ul.row li:nth-child(odd) {
	margin-left:0
}
#contents .list4 ul.row li p{
	background: none
}
/*２列横並び用　枠パディングあり*/
#contents .list4 ul.row2 {
	font-size:0
}
#contents .list4 ul.row2 li a {
	padding:0;
}
#contents .list4 ul.row2 li {
	margin:0 0 3% 3%;
	display:inline-block;
	width:45%;
	border:1px solid #D0D0D0;
    /*-webkit-box-shadow: 0 5px 6px -6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 6px -6px  rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 6px -6px  rgba(0, 0, 0, 0.2);*/
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
	background:#FFFFFF
}
#contents .list4 ul.row2 li:nth-child(odd) {
	margin-right:0
}
#contents .list4 ul.row2 li p{
	background: none;
	padding:8px;
}
/*３列横並び用　マージンなし*/
.list ul.row3 {
	font-size:0;
	list-style:none;
	line-height:0;
	text-align: center;
}
.list ul.row3 li {
	display:inline-block;
	width:30%;
	margin-right:5%;
	padding:0;
}
.list ul.row3 li:nth-child(3n) {
	margin-right:0;
}

#contents .list5 {
}
#contents .list5 ul{
	list-style:none;
	display:table;
	width:100%;
	margin:10px 0 0 0;
	padding:0;
	overflow: hidden;
	vertical-align:middle;
	border-top: 3px solid #060606;
}
#contents .list5 li {
	display:table-cell;
	vertical-align:middle;
	padding:10px;
	background: #F2F2F2;
}
#contents .list5 li.box_left{
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #D9D9D9;
	border-left:1px solid #D9D9D9;
	width:19%;
}
#contents .list5 li.box_right {
	border-right:1px solid #D9D9D9;
	border-bottom:1px solid #D9D9D9;
	border-left:1px solid #D9D9D9;
	width:79%;
}
#contents .list5 a li.box_right {
	background: url(/images/mark03_r.png) no-repeat 98% center #F2F2F2;
	-webkit-background-size: 7px 10px;
	-moz-background-size: 7px 10px;
	background-size: 7px 10px;
	 padding:13px 26px;

}
#contents .list5 a{
	display: table;
	width:100%;
	overflow: hidden;
	text-decoration: none;
 }
#contents .list5 li.dates {
	font-size:13px;
	text-align:center
}
#contents .list5 span.day {
	font-family: 'Carme', sans-serif;
	font-size:28px;
	display:block;
	padding-bottom:8px;
}
#contents .list5 li.gameinfo {
	font-size:13px;
	text-align:center;
	line-height:1.3;
}
#contents .list5 li.gameinfo .teamlogo {
	font-family: 'Carme', sans-serif;
	font-size:28px;
	margin-top:5px;
	position:relative
}
#contents .list5 a li.gameinfo .teamlogo {
	margin:0 -15px;
}
#contents .list5 li.gameinfo .teamlogo p {
	font-size:11px
}
.teamlogo .logo_left{
	top:-30%;
	left:7%;
	display:inline-block;
	padding:22px;
	position:absolute
}
.teamlogo .logo_right {
	top:-30%;
	right:7%;
	padding:22px;
	display:inline-block;
	position:absolute
}
.teamlogo .nologo{
	padding:0;
	top:0;
	bottom:0;
	width:25%;
	word-wrap:break-word
}
.teamlogo .l{
	background:url(/images/logo/logo_l.png) no-repeat center;
	-webkit-background-size: 44px 44px;
	-moz-background-size: 44px 44px;
	background-size: 44px 44px;
}
.teamlogo .bs{
	background:url(/images/logo/logo_bs.png) no-repeat center;
	-webkit-background-size: 44px 44px;
	-moz-background-size: 44px 44px;
	background-size: 44px 44px;
}
.teamlogo .b{
	background:url(/images/logo/logo_b.png) no-repeat center;
	-webkit-background-size: 44px 44px;
	-moz-background-size: 44px 44px;
	background-size: 44px 44px;
}
.teamlogo .f{
	background:url(/images/logo/logo_f.png) no-repeat center;
	-webkit-background-size: 44px 44px;
	-moz-background-size: 44px 44px;
	background-size: 44px 44px;
}
.teamlogo .m{
	background:url(/images/logo/logo_m.png) no-repeat center;
	-webkit-background-size: 44px 44px;
	-moz-background-size: 44px 44px;
	background-size: 44px 44px;
}
.teamlogo .e{
	background:url(/images/logo/logo_e.png) no-repeat center;
	-webkit-background-size: 44px 44px;
	-moz-background-size: 44px 44px;
	background-size: 44px 44px;
}
.teamlogo .h{
	background:url(/images/logo/logo_h.png) no-repeat center;
	-webkit-background-size: 44px 44px;
	-moz-background-size: 44px 44px;
	background-size: 44px 44px;
}
.teamlogo .g{
	background:url(/images/logo/logo_g.png) no-repeat center;
	-webkit-background-size: 44px 44px;
	-moz-background-size: 44px 44px;
	background-size: 44px 44px;
}
.teamlogo .t{
	background:url(/images/logo/logo_t.png) no-repeat center;
	-webkit-background-size: 44px 44px;
	-moz-background-size: 44px 44px;
	background-size: 44px 44px;
}
.teamlogo .d{
	background:url(/images/logo/logo_d.png) no-repeat center;
	-webkit-background-size: 44px 44px;
	-moz-background-size: 44px 44px;
	background-size: 44px 44px;
}
.teamlogo .c{
	background:url(/images/logo/logo_c.png) no-repeat center;
	-webkit-background-size: 44px 44px;
	-moz-background-size: 44px 44px;
	background-size: 44px 44px;
}
.teamlogo .s{
	background:url(/images/logo/logo_s.png) no-repeat center;
	-webkit-background-size: 44px 44px;
	-moz-background-size: 44px 44px;
	background-size: 44px 44px;
}
.teamlogo .db{
	background:url(/images/logo/logo_db.png) no-repeat center;
	-webkit-background-size: 44px 44px;
	-moz-background-size: 44px 44px;
	background-size: 44px 44px;
}

.teamlogo .sl{
	background:url(/images/logo/logo_sl.png) no-repeat center;
	-webkit-background-size: 44px 44px;
	-moz-background-size: 44px 44px;
	background-size: 44px 44px;
}

/* -------------------------------------------------------------- gallery */
#contents .gallery {
	margin:10px 0 30px 0;
	padding:0 30px;
}
/* ---------------------------------------------------------------- pager */
.pager {
	background:#F9F9F9;
	border-bottom:#E5E8E9 2px solid;
	border-top:#E5E8E9 1px solid;
	padding: 0 13px;
	overflow:hidden
}
.pager ul {
	text-align:center
}
.pager li {
	display:inline-block;
	width:40%;
}
.pager .prev{
	background: url(/images/mark_pager_prev.png) no-repeat left center;
	-webkit-background-size: 11px 15px;
	-moz-background-size: 11px 15px;
	background-size: 11px 15px;
	color:#FFFFFF;
	font-weight:bold
}
.pager .next{
	background: url(/images/mark_pager_next.png) no-repeat right center;
	-webkit-background-size: 11px 15px;
	-moz-background-size: 11px 15px;
	background-size: 11px 15px;
	color:#FFFFFF;
	font-weight:bold
}
.pager a span {
	padding: 8px !important;
	display: block;
}
/* ---------------------------------------------------------------- movie */
#contents .movie01{
	margin: 30px 0 0;
	padding: 0 13px;
}
#contents .movie01 .youtube{
	position: relative;
	margin: 10px 0 0;
	width: 100%;
	padding-bottom: 56.25%;
}
#contents .movie01 .youtube iframe{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#contents .team-movie{
	padding: 10px 10px 20px 10px;
}


/* ---------------------------------------------------------------- table */
#contents table ul {
	margin:0
}
#contents table ul li {
	padding: 0 0 0 14px;
}
#contents table ol{
	padding: 0 0 0 20px;
	margin:0;
}

#contents .table01{
	margin: 15px 0 0;
	padding: 0 13px;
	overflow: hidden;
}
#contents .table01 .wrap{
}
#contents .table01 table{
	margin: 17px 0 0;
	width: 100%;
	font-size: 14px;
	line-height: 1.3;
}
#contents .table01 table th,
#contents .table01 table td{
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	border: #666666 1px solid;
}
#contents .table01 table th{
	background-color: #333333;
	white-space: normal;
	color:#FFFFFF;
}
#contents .table01 table th.thead{
	background-color: #666666;
	border: 1px solid #dbdbdb;
	color: #ffffff;
	font-weight: bold;
}
#contents .table01 table thead tr th{
	background-color: #666666;
	border: 1px solid #dbdbdb;
	padding: 10px 20px;
	color: #ffffff;
	font-weight: bold;
}
#contents .table01 table th a{
	color:#FFFFFF
}
#contents .table01 table td{
}
#contents .table01 table td a{
	display:block;
}
#contents .table01 tr.achieve th{
	background:#E4499B
}
#contents .table01 tr.achieve td{
	background:#FFDDFC
}
#contents .table02{
	padding: 0 13px;
	overflow: hidden;
}
#contents .table02 .wrap{
	margin-bottom:10px
}
#contents .table02 .wrap2{
	margin-bottom:10px
}
#contents .table02 table{
	margin: 17px 0 0;
	width: 100%;
	font-size: 14px;
	line-height: 1.3;
}
#contents .table02 table th,
#contents .table02 table td{
	border: 1px solid #dbdbdb;
	padding: 10px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
#contents .table02 table th{
	background-color: #f2f2f2;
	white-space: normal;
}
#contents .table02 table tr.regular_pit th{
	background-color: #C3C3C3;
	color:#000000
}
#contents .table02 table tr.regular_bat th{
	background-color: #C3C3C3;
	color:#000000
}
#contents .table02 table tr.erase th{
}
#contents .table02 table tr.entry th{
	background-color: #FFF297
}
#contents .table02 table tr.erase td{
}
#contents .table02 table tr.entry td{
	background-color: #FFFBDF
}
#contents .table02 table tr.game_name th {
	background:#FFFBDF;
	border-top:2px solid #666
}
#contents .table02 .wrap2 table th{
	text-align:center
}
#contents .table02 table th.thead{
	background-color: #666666;
	border: 1px solid #dbdbdb;
	color: #ffffff;
	font-weight: bold;
}
#contents .table02 table thead tr th{
	background-color: #666666;
	border: 1px solid #dbdbdb;
	padding: 10px 20px;
	color: #ffffff;
	font-weight: bold;
	text-align:center;
}
#contents .table02 table td{
	background-color: #ffffff;
}
#contents .table02 table td a{
	display:block;
}

#contents .table10{
	margin: 30px 0 0;
	padding: 0 13px;
	overflow: hidden;
}
#contents .table10 .wrap{
	overflow: auto;
}
#contents .table10 table{
	margin: 17px 0 0;
	width: 100%;
	font-size: 14px;
	line-height: 1.3;
}
#contents .table10 table th,
#contents .table10 table td{
	border: 1px solid #dbdbdb;
	padding: 10px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
#contents .table10 table th{
	background-color: #f2f2f2;
	white-space: normal;
}
#contents .table10 table th.thead{
	background-color: #666666;
	border: 1px solid #dbdbdb;
	color: #ffffff;
	font-weight: bold;
}
#contents .table10 table thead tr th{
	background-color: #666666;
	border: 1px solid #dbdbdb;
	padding: 10px 20px;
	color: #ffffff;
	font-weight: bold;
}
#contents .table10 table td{
	background-color: #ffffff;
}
#contents .table10 table td a{
	display:block;
}

.modify_article table.calendar {
	margin: 0 0 30px;
	width:100%;
}
.modify_article table.calendar th,
.modify_article table.calendar td {
	padding: 5px;
	border: 1px solid #CCCCCC;
	line-height: 1.5;
	text-align: center;
}

.modify_article table.calendar td.sun{
	background-color: #ffe6ea;
	color: #CC0000;
}

.modify_article table.calendar td.none{
	background-color: #eeeeee;
}


.modify_article table.calendar thead th {
	background: #FFF4A3;
}
.modify_article table.calendar tbody th {
	 background: #EEEEEE;
}
.modify_article table.calendar tbody td {
	background: #FFFFFF;
}


/* ------------------------------------------------------------------ tab */
.tabs-item {
	width:100%;
}
.tabs .tabs__menu li.active a {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #FBFBFB), color-stop(0.95, #f6f6f6), color-stop(0.04, #dadada), color-stop(0.00, #D9D9D9));
	background: -webkit-linear-gradient(top, #D9D9D9 0%, #dadada 4%, #f6f6f6 95%, #FBFBFB 100%);
	background: -moz-linear-gradient(top, #D9D9D9 0%, #dadada 4%, #f6f6f6 95%, #FBFBFB 100%);
	background: -o-linear-gradient(top, #D9D9D9 0%, #dadada 4%, #f6f6f6 95%, #FBFBFB 100%);
	background: -ms-linear-gradient(top, #D9D9D9 0%, #dadada 4%, #f6f6f6 95%, #FBFBFB 100%);
	background: linear-gradient(to bottom, #D9D9D9 0%, #dadada 4%, #f6f6f6 95%, #FBFBFB 100%);
}
/* -------------------------------------------------------------------------------------- form */
input[type="submit"] {
  -webkit-appearance: none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #FFE00B), color-stop(0.53, #FCDF01), color-stop(0.49, #FEEE63), color-stop(0.00, #FEEE63));
	background: -webkit-linear-gradient(top, #FEEE63 0%, #FEEE63 49%, #FCDF01 53%, #FFE00B 100%);
	background: -moz-linear-gradient(top, #FEEE63 0%, #FEEE63 49%, #FCDF01 53%, #FFE00B 100%);
	background: -o-linear-gradient(top, #FEEE63 0%, #FEEE63 49%, #FCDF01 53%, #FFE00B 100%);
	background: -ms-linear-gradient(top, #FEEE63 0%, #FEEE63 49%, #FCDF01 53%, #FFE00B 100%);
	background: linear-gradient(to bottom, #FEEE63 0%, #FEEE63 49%, #FCDF01 53%, #FFE00B 100%);
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	color:#000000;
	font-weight:bold;
	border:1px solid #FDC400;
	padding:10px;
	width: 100%;
	display:block;
	font-size:14px;
}
.flex input[type="submit"] {
	text-align: center;
	-webkit-box-flex: 1;
	flex: 1;
	width:100%;
	align-content: stretch

}
input, select {
	vertical-align:top;
}
/*#contents .form01 input[type="checkbox"] {
	border-radius: 2px;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   border:1px solid #909090;
   width:13px;
   height:13px;
}*/
#contents .form01 input[type="radio"], #contents .form01 input[type="checkbox"] {
	margin-right: 6px;
	display:block;
	float:left;
	clear:left;
	vertical-align:top;
	/*-webkit-appearance: none;*/
}
#contents .form01 input[type="radio"] + label, #contents .form01 input[type="checkbox"] + label {
	line-height:22px;
	vertical-align:top;
	clear: right;
}
#contents .form01 .selectbtns label {
	display: block;
	overflow:hidden
}
#contents .form01 input[type="text"], #contents .form01 input[type="date"], #contents .form01 textarea, #contents .form01 select, #contents .form01 input[type="password"] {
	box-sizing:border-box;
	width:100%;
	border:1px solid #B7B7B7;
	font-size:13px;
	line-height:1.6;
}
#contents .form01 input[type="text"].error, #contents .form01 textarea.error, #contents .form01 select.error, #contents .form01 input[type="date"].error, #contents .form01 input[type="radio"].error, #contents .form01 input[type="checkbox"].error {
	background-color:#fff0f7;
	border:1px solid #ff3c3d
}
#contents .form01 {
	margin-top:20px;
	background: #EBEBEB;
	padding-bottom:20px
}
#contents .form01 p.ttl {
	padding-top:20px;
	font-size:16px;
	text-align:center;
	font-weight:bold
}
#contents .form01 .set {
	padding: 20px 13px 0;
}
#contents .form01 h4 {
	font-size:13px;
	font-weight:bold;
	line-height:1.6
}
#contents .form01 p.txt {
	margin:10px 0 0;
	font-size:12px
}
#contents .form01 span.txt {
	margin:0;
	font-size:12px
}
#contents .form01 ul.box_item {
	margin:10px 0 0;
	font-size:12px;
	list-style:none
}
#contents .form01 ul.box_item li {
	background:#F5F5F5;
	border:1px solid #B7B7B7;
	padding:10px
}
#contents .form01 dl.box_item {
	border:1px solid #B7B7B7;
	font-size:13px;
	background:#F5F5F5;
	margin-top:10px
}
#contents .form01 dl.box_item dt,
#contents .form01 dl.box_item dd {
	padding:10px 20px;
}
#contents .form01 dl.box_item dt {
	border-right:1px solid #B7B7B7;
	background:#FEEC69;
	display:inline-block
}
#contents .form01 dl.box_item dd {
	display:inline-block
}
#contents .form01 .selectbtns {
	padding-top:5px;
	font-size:13px;
}
#contents .transmit {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #FFE00B), color-stop(0.53, #FCDF01), color-stop(0.49, #FEEE63), color-stop(0.00, #FEEE63));
	background: -webkit-linear-gradient(top, #FEEE63 0%, #FEEE63 49%, #FCDF01 53%, #FFE00B 100%);
	background: -moz-linear-gradient(top, #FEEE63 0%, #FEEE63 49%, #FCDF01 53%, #FFE00B 100%);
	background: -o-linear-gradient(top, #FEEE63 0%, #FEEE63 49%, #FCDF01 53%, #FFE00B 100%);
	background: -ms-linear-gradient(top, #FEEE63 0%, #FEEE63 49%, #FCDF01 53%, #FFE00B 100%);
	background: linear-gradient(to bottom, #FEEE63 0%, #FEEE63 49%, #FCDF01 53%, #FFE00B 100%);
	color:#000000;
	font-weight:bold;
	border:1px solid #FDC400;
	padding:10px;
}
#contents .back {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #E2E2E2), color-stop(0.53, #DDD), color-stop(0.49, #EEE), color-stop(0.00, #FBFBFB));
	background: -webkit-linear-gradient(top, #FBFBFB 0%, #EEE 49%, #DDD 53%, #E2E2E2 100%);
	background: -moz-linear-gradient(top, #FBFBFB 0%, #EEE 49%, #DDD 53%, #E2E2E2 100%);
	background: -o-linear-gradient(top, #FBFBFB 0%, #EEE 49%, #DDD 53%, #E2E2E2 100%);
	background: -ms-linear-gradient(top, #FBFBFB 0%, #EEE 49%, #DDD 53%, #E2E2E2 100%);
	background: linear-gradient(to bottom, #FBFBFB 0%, #EEE 49%, #DDD 53%, #E2E2E2 100%);
	color:#000000;
	font-weight:bold;
	border:1px solid #D7D7D7;
	padding:10px;
}
/* ------------------------------------------------------------------------------------ btnset */
/* ------------------------------ btnset01 */
.btnset01{
	line-height: 1.3;
}
.btnset01 ul {
	margin: 0 auto;
	font-size: 14px;
}
.btnset01 ul li{
	margin: 10px 13px;
	color:#FFFFFF

}
.btnset01 a{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #000), color-stop(0.53, #181818), color-stop(0.48, #373737), color-stop(0.00, #515151));
	background: -webkit-linear-gradient(to bottom, #515151 0%, #000 100%);
	background: -moz-linear-gradient(to bottom, #515151 0%, #000 100%);
	background: -o-linear-gradient(to bottom, #515151 0%, #000 100%);
	background: -ms-linear-gradient(to bottom, #515151 0%, #000 100%);
	background: linear-gradient(to bottom, #515151 0%, #000 100%);
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	/*border: 1px solid #000000;*/
	display:block;
	padding:5px 15px;
	text-decoration:none;
}
.btnset01 a span {
	display: block;
	padding: 10px 20px 10px 0;
}

.btnset01 a.blank01:after,
.btnset01 a.blank02:after{
	background:none;
	padding:0;
	margin:0
}
/* ------------------------------ btnset02 */
.btnset02{
	line-height: 1.3;
}
.btnset02 ul{
	margin: 0 auto;
	font-size: 15px;
}
.btnset02 ul li{
	margin-left: 5px;
	color:#FFFFFF
}
.btnset02 ul li:first-child{
	margin-left: 0;
}
.btnset02 a{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #000), color-stop(0.53, #181818), color-stop(0.48, #373737), color-stop(0.00, #515151));
	background: -webkit-linear-gradient(to bottom, #515151 0%, #000 100%);
	background: -moz-linear-gradient(to bottom, #515151 0%, #000 100%);
	background: -o-linear-gradient(to bottom, #515151 0%, #000 100%);
	background: -ms-linear-gradient(to bottom, #515151 0%, #000 100%);
	background: linear-gradient(to bottom, #515151 0%, #000 100%);
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	/*border: 1px solid #000000;*/
	display:block;
	padding:15px 0;
	text-decoration:none;
	color:#FFFFFF;
}
/* ------------------------------ btnset03 */
.btnset03{
	line-height: 1.3;
}
.btnset03 ul{
	margin: 0 auto;
	font-size: 15px;
}
.btnset03 ul li:first-child{
	margin-left: 0;
}
.btnset03 a{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #CCC), color-stop(0.53, #B8B8B8), color-stop(0.48, #D0D0D0), color-stop(0.00, #FEFEFE));
	background: -webkit-linear-gradient(top, #FEFEFE 0%, #D0D0D0 48%, #B8B8B8 53%, #CCC 100%);
	background: -moz-linear-gradient(top, #FEFEFE 0%, #D0D0D0 48%, #B8B8B8 53%, #CCC 100%);
	background: -o-linear-gradient(top, #FEFEFE 0%, #D0D0D0 48%, #B8B8B8 53%, #CCC 100%);
	background: -ms-linear-gradient(top, #FEFEFE 0%, #D0D0D0 48%, #B8B8B8 53%, #CCC 100%);
	background: linear-gradient(to bottom, #FEFEFE 0%, #D0D0D0 48%, #B8B8B8 53%, #CCC 100%);
	display:block;
	padding:15px 0;
	text-decoration:none;
	color:#000000;
	border-top:1px solid #FFFFFF;
	border-right:1px solid #BCBCBC;
	border-bottom:1px solid #BCBCBC;
	border-left:1px solid #FFFFFF;
}
/* ------------------------------ btnset04 */
.btnset04{
	line-height: 1.3;
}
.btnset04 ul{
	margin: 0 auto;
	font-size: 15px;
}
.btnset04 ul li:first-child{
	margin-left: 0;
}
.btnset04 ul li{
	margin-left: 3px;
}
.btnset04 a{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #000), color-stop(0.53, #181818), color-stop(0.48, #373737), color-stop(0.00, #515151));
	background: -webkit-linear-gradient(to bottom, #515151 0%, #000 100%);
	background: -moz-linear-gradient(to bottom, #515151 0%, #000 100%);
	background: -o-linear-gradient(to bottom, #515151 0%, #000 100%);
	background: -ms-linear-gradient(to bottom, #515151 0%, #000 100%);
	background: linear-gradient(to bottom, #515151 0%, #000 100%);
	border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	display:block;
	padding:15px 0;
	text-decoration:none;
	color:#ffffff;
}

/* ------------------------------ btnset05 */
.btnset05{
	line-height: 1.3;
	font-size:13px;
	text-align:center;
	padding:15px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #000), color-stop(0.49, #2b2b2b), color-stop(0.00, #515151));
	background: -webkit-linear-gradient(top, #515151 0%, #2b2b2b 49%, #000 100%);
	background: -moz-linear-gradient(top, #515151 0%, #2b2b2b 49%, #000 100%);
}
.btnset05 a{
	text-decoration:none;
	color:#ffffff;
	display:block;
	padding:15px;
	margin:-15px;
}

.btn_short a {
	padding:10px 0;
}

/* --------------------------------------------------------- btn_bgcolors */
#contents a.bg_gradation_black {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #000), color-stop(0.53, #181818), color-stop(0.48, #373737), color-stop(0.00, #515151));
	background: -webkit-linear-gradient(top, #515151 0%, #373737 48%, #181818 53%, #000 100%);
	background: -moz-linear-gradient(top, #515151 0%, #373737 48%, #181818 53%, #000 100%);
	background: -o-linear-gradient(top, #515151 0%, #373737 48%, #181818 53%, #000 100%);
	background: -ms-linear-gradient(top, #515151 0%, #373737 48%, #181818 53%, #000 100%);
	background: linear-gradient(to bottom, #515151 0%, #373737 48%, #181818 53%, #000 100%);
	color:#FFFFFF
}
#contents a.bg_gradation_white {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #CCC), color-stop(0.53, #B8B8B8), color-stop(0.48, #D0D0D0), color-stop(0.00, #FEFEFE));
	background: -webkit-linear-gradient(top, #FEFEFE 0%, #D0D0D0 48%, #B8B8B8 53%, #CCC 100%);
	background: -moz-linear-gradient(top, #FEFEFE 0%, #D0D0D0 48%, #B8B8B8 53%, #CCC 100%);
	background: -o-linear-gradient(top, #FEFEFE 0%, #D0D0D0 48%, #B8B8B8 53%, #CCC 100%);
	background: -ms-linear-gradient(top, #FEFEFE 0%, #D0D0D0 48%, #B8B8B8 53%, #CCC 100%);
	background: linear-gradient(to bottom, #FEFEFE 0%, #D0D0D0 48%, #B8B8B8 53%, #CCC 100%);
	color:#000000
}
#contents a.bg_gradation_yellow {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #FFE00B), color-stop(0.53, #FCDF01), color-stop(0.49, #FFF435), color-stop(0.00, #FFEA01));
	background: -webkit-linear-gradient(top, #FFEA01 0%, #FFF435 49%, #FCDF01 53%, #FFE00B 100%);
	background: -moz-linear-gradient(top, #FFEA01 0%, #FFF435 49%, #FCDF01 53%, #FFE00B 100%);
	background: -o-linear-gradient(top, #FFEA01 0%, #FFF435 49%, #FCDF01 53%, #FFE00B 100%);
	background: -ms-linear-gradient(top, #FFEA01 0%, #FFF435 49%, #FCDF01 53%, #FFE00B 100%);
	background: linear-gradient(to bottom, #FFEA01 0%, #FFF435 49%, #FCDF01 53%, #FFE00B 100%);
	color:#000000
}
#contents a.bg_gradation_yellow2 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #EFD101), color-stop(0.94, #EFD101), color-stop(0.06, #FFF477), color-stop(0.00, #FFF477));
	background: -webkit-linear-gradient(top, #FFF477 0%, #FFF477 6%, #EFD101 94%, #EFD101 100%);
	background: -moz-linear-gradient(top, #FFF477 0%, #FFF477 6%, #EFD101 94%, #EFD101 100%);
	background: -o-linear-gradient(top, #FFF477 0%, #FFF477 6%, #EFD101 94%, #EFD101 100%);
	background: -ms-linear-gradient(top, #FFF477 0%, #FFF477 6%, #EFD101 94%, #EFD101 100%);
	background: linear-gradient(to bottom, #FFF477 0%, #FFF477 6%, #EFD101 94%, #EFD101 100%);
	color:#000000
}
#contents a.bg_gradation_red {
	background: -webkit-linear-gradient(to bottom, #FF714D 0%, #E70012 100%);
	background: -moz-linear-gradient(to bottom, #FF714D 0%, #E70012 100%);
	background: -o-linear-gradient(to bottom, #FF714D 0%, #E70012 100%);
	background: -ms-linear-gradient(to bottom, #FF714D 0%, #E70012 100%);
	background: linear-gradient(to bottom, #FF714D 0%, #E70012 100%);
	border:2px solid #E70313;
	color:#FFFFFF
}
#contents a.bg_gradation_green {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #76A734), color-stop(0.94, #76A734), color-stop(0.04, #95C851), color-stop(0.00, #95C851));
	background: -webkit-linear-gradient(top, #95C851 0%, #95C851 4%, #76A734 94%, #76A734 100%);
	background: -moz-linear-gradient(top, #95C851 0%, #95C851 4%, #76A734 94%, #76A734 100%);
	background: -o-linear-gradient(top, #95C851 0%, #95C851 4%, #76A734 94%, #76A734 100%);
	background: -ms-linear-gradient(top, #95C851 0%, #95C851 4%, #76A734 94%, #76A734 100%);
	background: linear-gradient(to bottom, #95C851 0%, #95C851 4%, #76A734 94%, #76A734 100%);
	color:#FFFFFF
}
a.bg_gradation_brown {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #480701), color-stop(0.94, #77111E), color-stop(0.04, #942A2C), color-stop(0.00, #A34442));
	background: -webkit-linear-gradient(top, #A34442 0%, #942A2C 4%, #77111E 98%, #480701 100%);
	background: -moz-linear-gradient(top, #A34442 0%, #942A2C 2%, #77111E 98%, #480701 100%);
	background: -o-linear-gradient(top, #A34442 0%, #942A2C 2%, #77111E 98%, #480701 100%);
	background: -ms-linear-gradient(top, #A34442 0%, #942A2C 2%, #77111E 98%, #480701 100%);
	background: linear-gradient(to bottom, #A34442 0%, #942A2C 2%, #77111E 98%, #480701 100%);
	border: 1px solid rgba(0,0,0,0.5);
	color:#FFFFFF
}
.bg_gray {
	background:#DDDDDD
}
.bg_gray2 {
	background:#EBEBEB;
	padding:13px;
}
.bg_gray3 {
	background:#5E5E5E;
	padding:13px;
}
.bg_naruo {
background:url(/images/bg_gray.png);
}
#contents .bg_yellow {
	background:#FEEC69 !important
}
#contents .bg_lightyellow {
	background:#FFFBDF;
	border:1px solid #FFED71
}
#contents .bg_lightbrown {
	background:#EDEAE4
}
.border_yellow {
	border:1px solid #EFD101
}
/* --------------------------------------------------------- fortune */
.fortune {
	margin:25px 13px 0 13px;
}
.fortune .box_fortune {
	background:url(/images/entertainment/card/bg_fortune.gif) no-repeat top right;
	-webkit-background-size: 83px 88px;
	-moz-background-size: 83px 88px;
	background-size: 83px 88px;
	border:4px solid #E53100;
	padding:4px;
}
.fortune .inner {
	border:1px solid #E53100;
	color:#E53100;
	line-height:1.6
}
.fortune .inner .fitem {
	border-bottom:1px solid #E53100;
	padding:12px;
	font-size:13px
}
.fortune .inner .fitem .name_extralarge {
	font-weight:bold;
	font-size:40px;
	line-height:1.2
}
.fortune .inner .fitem:last-child {
	border-bottom:0
}
.fortune .inner .fitem .dlcontent {
	width:65%;
	margin:0 auto
}

/* ------------------------------  */
/* PICK UP */

.pickup{
	background: #000000;
	padding: 10px;
}

.pickup .title_top{
	display: none;
}

.bannerset ul {
	list-style:none;
	line-height:0
}
.bannerset li {
	padding-bottom: 10px;
	line-height:1.4;
	font-size:13px
}
.bannerset li:last-child{
	padding-bottom: 0;
}

.bannerset + #owl-content-goods{
	margin-top: 10px;
}
#owl-content-goods .owl-pagination{
	display: none !important;
}


#owl-content-goods .item p{
	color: #FFF;
	font-size: 12px;
	background: rgba(255,255,255,0.2);
	padding: 5px;
	line-height: 1.2;
}

#owl-content-goods .owl-controls{
	margin-top: 0;
}
#owl-content-goods .owl-controls .owl-buttons div{
	padding: 5px 14px;
	height: 20px;
}
#owl-content-goods .owl-controls .owl-buttons .owl-prev {
    left: 0;
    background-repeat: no-repeat;
    background-image: url(/images/mark_pager_prev.png);
    background-size: 15px 20px;
	background-color: rgba(0,0,0,0.5);
	background-position: center center;
}
#owl-content-goods .owl-controls .owl-buttons .owl-next {
    right: 0;
    background-repeat: no-repeat;
    background-image: url(/images/mark_pager_next.png);
    background-size: 15px 20px;
	background-color: rgba(0,0,0,0.5);
	background-position: center center;
}




/* -----------------------------------------
	footer
--------------------------------------------*/
footer{
	/*padding-bottom: 30%;*/
	background: #000000;
}

footer .pagetop {
	background:#EFEFEF;
	text-align:center;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #B8B8B8;
	padding:10px 0
}
footer .pagetop a {
	text-decoration:none;
}
footer .pagetop p {
	position:relative;
	padding-top:20px
}
footer .pagetop p:before {
	content:"";
	display:block;
	left:0;
	right:0;
	top:0;
	margin:0 auto;
	position:absolute;
	background:url(/images/mark_01.png) no-repeat top center;
	-webkit-background-size: 21px 11px;
	-moz-background-size: 21px 11px;
	background-size: 21px 11px;
	height:11px
}

footer .premiere {
	background:url(/images/bg_premier.jpg) no-repeat center center;
	background-size:cover;
	color:#FFFFFF;
	font-size:16px;
	padding:20px 13px;
}

footer .premiere ul li a{
	font-size: 12px;
}

footer .fanclub{
	background: #FFE100;
	padding: 10px;
	text-align: center;
}

footer .fanclub li{
    width: 40%;
    display: inline-block;
    padding: 0 4%;
    vertical-align: middle;
}

footer .fanclub li img{
	width: 100%;
	height: auto;
}

footer .bnr{
    padding: 10px 10px 0 10px;
}

footer .bnr li{
	padding-bottom: 5px;
}
footer .sns{
	background : #000000;
	padding: 20px;
}
footer .sns li img{
	width: 50px;
	height: auto;
}

footer .links ul{
	overflow: hidden;
}
footer .links li{
	display: inline-block;
	width: 48%;
	height: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

footer .links li a p{
	font-size: 12px;
	padding-left: 10px;
}

footer .bnr_area {
	font-size:11px;
	padding: 0px 13px 120px 13px;
}
footer .bnr_area p {
	padding-top:20px;
	font-size:14px;
	text-align:center;
	color: #FFFFFF;
}
footer .bnr_area a.sponsor_link{
	color:#fff;
	text-decoration:none;
}
footer .bnr_area .row3 {
	padding-top:20px;
}
footer .copyright {
	font-family: 'Open Sans', sans-serif;
	color: #FFFFFF;
}

/* ------------------------------ footer sponsor bnr */

footer ul.sponsor{
	text-align: center;
	margin-top: 8px;
	padding: 0;
}
footer ul.sponsor li{
	display: inline-block;
	width: 138px;
	margin: 12px 1% 0 1%;
}

footer ul.sponsor li img{
	width: 100%;
	height: auto;
}


/* --------------------------------------------------------------------------------- accordion */
.accordion_head {
	position:relative;
}
.accordion_head:after {
	content: "　";
	background:url(/images/plus.png) no-repeat center;
	width:15px;
	height:auto;
	background-size:contain;
	float:right;
	top:0;
	bottom:0;
	right:0;
	margin:auto;
	right:5%;
	position:absolute
}
.open:after {
	content: "　";
	background:url(/images/minus.png) no-repeat center;
	width:15px;
	height:auto;
	background-size:contain;
}
.accordion .inner {
	display:none
}
/* ----------------------------------------------------------------------------------- pagetop */
.pagetop {
	text-align:right;
	padding:15px;
	font-size:11px;
	display:block;
	background:#ECECEC
}
.pagetop2 {
	text-align:right;
	padding:15px;
	font-size:11px;
	display:block;
	border-top:1px solid #D7D7D7;
	}
.page404 p.error404 {
	text-align:center;
	padding-top:40px;
	text-align:center;
	color:#FF0004;
	font-weight:bold;
	font-size:20px !important;
}
.page404 .list {
	margin-top:0 !important
}

/* ----------------------------------------------------------------------------------- clearfix */
.clear {
	clear: both !important;
}
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix {
	overflow: hidden;
}
/* ---------------------------------------------------------------------------- modify_article */
/* --システムで吐き出すニュース部分の装飾--  */
#contents .modify_article {
	line-height:1.6;
	font-size:14px
}
#contents .modify_article h4 {
	background:url(/images/bg_h3_black.gif) repeat-y left #333333;
	-webkit-background-size:8px 8px;
	-moz-background-size:8px 8px;
	background-size:8px 8px;
	padding: 12px 15px;
	line-height:1.4;
	color:#FFFFFF;
	font-weight:bold;
	font-size:16px;
	margin:13px 0;
}
#contents .modify_article h5 {
	background:#EAEAEA;
	padding: 10px 15px;
	line-height:1.4;
	font-weight:bold;
	font-size:16px;
	margin:13px 0;
}
#contents .modify_article p {
	margin:13px 0;
	font-size:14px;
	word-break : break-all;
}
#contents .modify_article p.img-c {
	text-align:center
}
#contents .modify_article p.img-c-nb {
	text-align:center
}
#contents .modify_article table {
	border-collapse: collapse;
	width: 100%;
	border: #dbdbdb solid 1px;
	font-size:14px;
}
#contents .modify_article table.only_img{
	border:none;
	text-align:center;
}
#contents .modify_article table th {
	font-weight: bold;
	vertical-align: top;
	border: #dbdbdb solid 1px;
	background: #f8f8f8;
	padding:10px
}
#contents .modify_article table td {
	vertical-align: top;
	border: #dbdbdb solid 1px;
	padding:10px
}
#contents .modify_article table.only_img td{
	padding:5px;
	border:none;
}
#contents .modify_article table thead th {
	background:#E3E3E3
}
#contents .modify_article p.link:before {
	content:"";
	background:url(/images/mark03_r.png) no-repeat 2px 7px;
	-webkit-background-size:7px 9px;
	-moz-background-size:7px 9px;
	background-size:7px 9px;
	margin:5px 0 0;
	padding:2px 0 0 17px;
}
#contents .modify_article ul {
	font-size:14px;
	list-style:disc;
	padding:0 0 0 27px;
	margin:0
}
#contents .modify_article ul.disc p {
	margin-left:-17px
}
#contents .modify_article ul.none {
	list-style:none;
	padding:0;
}
#contents .modify_article ul.arrow {
	list-style:none;
	padding:0;
}
#contents .modify_article ul li.list_midashi{
	margin:0.75em 0;
	text-indent: -27px;
	list-style: none;
	font-weight: bold;
}
#contents .modify_article ul li.list_midashi span{
	padding:0.25em 0.5em;
	border:1px solid #ffa500;
	border-left:8px solid #ffa500;
	background-color: #FFF4A3;
	border-bottom:1px solid #ffa500;
}
#contents .modify_article ul li.list_none {
	list-style: none;
}
#contents .modify_article ol {
	margin:10 0 0;
	padding:0 0 0 17px;
	list-style:decimal;
	font-size: 14px;
}
#contents .modify_article ol.decimal ul {
	font-size:14px !important
}
#contents .modify_article ol.lower-roman {
	font-size:14px !important;
	list-style:lower-roman
}
#contents .modify_article .pager {
	margin:0 -13px
}
#contents .modify_article .pager ul {
	padding:0 !important
}


#contents .modify_article div.scroll{
	overflow-x: scroll;
	 white-space:nowrap;
}

#contents .modify_article .caption .note{
	font-size: 12px !important;
}

/* ----------------------------- title_top */
.title_top h2 {
	font-size:20px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #4F4F4F), color-stop(0.00, #000));
	background: -webkit-linear-gradient(#000, #4F4F4F);
	background: -moz-linear-gradient(#000, #4F4F4F);
	background: -o-linear-gradient(#000, #4F4F4F);
	background: -ms-linear-gradient(#000, #4F4F4F);
	background: linear-gradient(#000, #4F4F4F);
	border-top:1px solid #5F5F5F;
	border-bottom:1px solid #000000;
	padding:15px 10px 12px 10px
}
.title_top h2 p {
	border-bottom:2px solid #FEE100;
	padding-bottom:4px;
	display:inline-block;
	color:#FFFFFF
}
.title_top h3 {
	font-size:20px;
	margin:20px;
	text-align:center
}
.title_top h3 p {
	position: relative;
	padding-top:25px;
	font-size:20px !important
}
.gallery_top .title_top h3 p.music,
.gallery_top .title_top h3 p.movie,
.gallery_top .title_top h3 p.photo {
	color:#FFFFFF
}
.title_top h3 p:before {
	content:"";
	display:block;
	position:absolute;
	left:0;
	right:0;
	top:0;
	margin:0 auto;
	height:25px;
}
.pickup .title_top h3 p:before {
	background:url(/images/top/icon_pickup.png) no-repeat top center;
	-webkit-background-size: 20px 17px;
	-moz-background-size: 20px 17px;
	background-size: 20px 17px;
}
.ranking .title_top h3 p:before {
	background:url(/images/top/icon_ranking.png) no-repeat top center;
	-webkit-background-size: 23px 15px;
	-moz-background-size: 23px 15px;
	background-size: 23px 15px;
}
.gallery_top .title_top h3 p.movie:before {
	background:url(/images/top/icon_movie.png) no-repeat top center;
	-webkit-background-size: 20px 15px;
	-moz-background-size: 20px 15px;
	background-size: 20px 15px;
}
.gallery_top .title_top h3 p.photo:before {
	background:url(/images/top/icon_camera.png) no-repeat top center;
	-webkit-background-size: 19px 15px;
	-moz-background-size: 19px 15px;
	background-size: 19px 15px;
}

.gallery_top .title_top h3 p.hero:before {
	background:url(/images/top/icon_hero.png) no-repeat top center;
	-webkit-background-size: 18px 20px;
	-moz-background-size: 18px 20px;
	background-size: 18px 20px;
}


.music_top .title_top h3 p:before {
	background:url(/images/top/icon_music.png) no-repeat top center;
	-webkit-background-size: 20px 20px;
	-moz-background-size: 20px 20px;
	background-size: 20px 20px;
}






/*------------------------
	若トラまとめ
-------------------------*/
#contents .modify_article .wt h5{
	background:#ffe100;
	border-left:4px #000000 solid;
}
#contents .modify_article .wt .movie_top{
	background:#000000;
	padding:10px 0;
}
#contents .modify_article .wt .movie_top video {
	width:98%;
	padding-left:3px;
}
#contents .modify_article .wt .movie_top p {
	margin:10px 13px;
	font-size:13px;
	line-height:1.3;
	color:#FFF;
}



/*------------------------
	固定バナー
-------------------------*/


#under-bnr {
	width: 100%;
	position:fixed;
    left:0;
    bottom:0;
    z-index: 9000;
	background-color: rgba(0,0,0,0.7);
}

#under-bnr img{
	width: 100%;
	height: auto;
	padding: 10px;
	margin: 0 auto;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#under-bnr.clea {
	width: 100%;
	position:fixed;
    left:0;
    bottom:0;
    z-index: 9000;
	background-color: rgba(0,0,0,0);
}

#under-bnr.clea img{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.view_timer{
	display: none;
}



/*------------------------
	イニングスコア
-------------------------*/

.table_game table {
	width:100%;
	font-size:14px;
	line-height:1.3;
	border-collapse:separate;
	border-spacing:0;
	border-bottom:1px solid rgba(255,255,255,0.3);
	font-family: 'Carme', sans-serif;
	background: -moz-linear-gradient(top, rgba(30,30,30,0.3), #505050);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(30,30,30,0.3)), to(#505050));
}
.table_game table td, .table_game table th {
	font-weight:normal;
	text-align:center;
	vertical-align:middle;
	padding:5px;
	border-top:1px solid rgba(255,255,255,0.3);
	border-left:1px solid rgba(0,0,0,0.3);
	border-bottom:1px solid rgba(0,0,0,0.3);
}
.table_game table td:last-child {
	border-right:1px solid rgba(0,0,0,0.3);
}

.table_game {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #252525), color-stop(0.00, #524E4D));
	background: -webkit-linear-gradient(#524E4D, #252525);
	background: -moz-linear-gradient(#524E4D, #252525);
	background: -o-linear-gradient(#524E4D, #252525);
	background: -ms-linear-gradient(#524E4D, #252525);
	background: linear-gradient(#524E4D, #252525);
	border-top:1px solid #7F7A7E;
	color:#ffffff;
	text-align:center;
	overflow:auto
}

.table_game table {
	width:100%;
	font-size:14px;
	line-height:1.3;
	border-collapse:separate;
	border-spacing:0;
	border-bottom:1px solid rgba(255,255,255,0.3);
	font-family: 'Carme', sans-serif;
	background: -moz-linear-gradient(top, rgba(30,30,30,0.3), #505050);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(30,30,30,0.3)), to(#505050));
}
.table_game table td, .table_game table th {
	font-weight:normal;
	text-align:center;
	vertical-align:middle;
	padding:5px;
	border-top:1px solid rgba(255,255,255,0.3);
	border-left:1px solid rgba(0,0,0,0.3);
	border-bottom:1px solid rgba(0,0,0,0.3);
}
.table_game table td:last-child {
	border-right:1px solid rgba(0,0,0,0.3);
}


/*------------------------
	順位表
-------------------------*/


.table_ranking table {
	width:100%;
	font-size:14px
}
.table_ranking table thead {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #59584A), color-stop(0.00, #787768));
	background: -webkit-linear-gradient(#59584A, #787768);
	background: -moz-linear-gradient(#59584A, #787768);
	background: -o-linear-gradient(#59584A, #787768);
	background: -ms-linear-gradient(#59584A, #787768);
	background: linear-gradient(#59584A, #787768);
	font-weight:normal;
	color:#FFFFFF;
	border-top:1px solid #A6A599;
	border-bottom:1px solid #434237
}
.table_ranking table thead th {
	padding:10px 5px
}
.table_ranking table td {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #E2E2E2), color-stop(0.00, #F4F4F4));
	background: -webkit-linear-gradient(#E2E2E2, #F4F4F4);
	background: -moz-linear-gradient(#E2E2E2, #F4F4F4);
	background: -o-linear-gradient(#E2E2E2, #F4F4F4);
	background: -ms-linear-gradient(#E2E2E2, #F4F4F4);
	background: linear-gradient(#E2E2E2, #F4F4F4);
	border-top:1px solid #F5F5F5;
	border-bottom:1px solid #D9D9D9;
	padding:10px 5px;
	text-align:center
}
.table_ranking .btnset02 {
	padding-top:10px;
}
.nav_game ul {
	list-style:none;
	line-height:0
}
.nav_game ul li img {
	width:100%
}


/*----------------------------
	#premierecontentsmenu
-----------------------------*/

.premierecontents {
	background:url(/images/bg_premiere_top.jpg) no-repeat top center;
	background-size:cover;
	color:#FFFFFF;
	font-size:16px;
	padding:20px 10px;
}
.premierecontents p{
	padding: 10px 0 0 0;
	font-size: 13px;
	line-height: 1.6;
}

.premierecontents ul li{
	font-size: 12px;
}
.premierecontents .btn a{
	background: #e7380d;
	text-align: center;
	display: block;
	padding: 18px 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	border-radius: 2px;
}

/*------------------------
	column_news
-------------------------*/

#column-bnr{
	margin-bottom: 30px;
}
