@charset "UTF-8";

/* --------------------------------------------------------
[1] header
[2] nav
[3] common
[4] footer
[5] social
[6] report
-------------------------------------------------------- */

*{-webkit-touch-callout:none;}

/* [1] header --------------------------------------------------------------- */
header	{
	height:auto;
	overflow:hidden;
	border-bottom:2px solid #40a700;
	padding:0 6px;
	margin:0 0 10px;
	background-color:#fff;
}
.header_ttl	{
	margin:10px 0 0;
	padding:1px 0 0 20px;
	font-size:130%;
	background:url(/img/common/low_sports_ttl.png) no-repeat left center;
	-webkit-background-size:8px 23px;
	-moz-background-size:8px 23px;
	-o-background-size:8px 23px;
	background-size:8px 23px;
}


/* メインタイトル */
.ttl {
	margin-bottom:10px;
	background: #555;
	position:relative;
}

.ttl h2{
	padding: 5px;
	color: #fff;
	font-size: 20px;
	font-weight:bold;
	text-shadow:1px 1px rgba(0,0,0,0.5);
	background:url(/img/common/bg_dot.png) repeat;
}

.ttl .sports_menu {
	position:absolute;
	right:5px;
	top:50%;
	margin-top:-14px;
}
.ttl .sports_menu.sc {
	right: 90px;
}
.ttl .sports_menu a {
	display:block;
	width:75px;
	padding:9px 15px 8px 0;
	background:#eee;
	font-size:11px;
	text-align:center;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;

	position:relative;
}
.ttl .sports_menu.bb a,
.ttl .sports_menu.sc a,
.ttl .sports_menu.tn a{
	width: 60px;
}

.ttl .sports_menu a:after	{
	content:"　";
	width:15px;
	height:15px;
	background:url(/img/common/arrowC.png) no-repeat right center;
	background-size:15px 15px;

	position:absolute;
	right:5px;
	top:50%;
	margin-top:-7px;
}



.ttl.bnr h2{
	padding: 0;
	background: #093A81;
}
.ttl.bnr h2 img{
	max-width: 100%;
	vertical-align: bottom;
}


/* topics */
#topics	{
	position: relative;
	margin-top: 15px;
}
#topics p {
	position: absolute;
	color: #fff;
	background: #cf1835;
	padding: 3px 8px;
	font-size: 10px;
	line-height: 100%;
	left: 0;
	top: -7px;
}
#topics a {
	display:block;
	padding: 14px 5px 10px 5px;
	background: #efefef;
	font-size:15px;
	line-height:1.4;
	font-weight:bold;
	border-bottom: 1px solid #cccccc;
}
#topics a img {
	margin-left:3px;
	vertical-align:-1px;
}

/* [2] nav --------------------------------------------------------------- */
/* gnav */
nav.gnav ul {
  background: -moz-linear-gradient(top, #eee 0%, #aaa 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #aaa));
  margin: 10px 0;
  overflow: hidden;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.3);
}
nav.gnav ul li {
  float: left;
  width: 20%;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}
nav.gnav ul li a {
  display: block;
  padding-top: 32px;
  height: 13px;
  border-left: 1px solid #aaa;
  border-right: 1px solid #fff;
}
nav.gnav ul li:first-child a {
  border-left: none;
}
nav.gnav ul li:last-child a {
  border-right: none;
}

nav.gnav ul li a {
  position: relative;
}

.b_top nav.gnav ul li.g_top a, .b_result nav.gnav ul li.g_result a, .b_standing nav.gnav ul li.g_standing a, .b_team nav.gnav ul li.g_team a, .b_movie nav.gnav ul li.g_movie a, .b_news nav.gnav ul li.b_news a, .b_worldcup nav.gnav ul li.g_worldcup a, .b_info nav.gnav ul li.g_info a {
  background: #333;
  color: #fff;
  text-shadow: 1px 1px black;
  box-shadow: 0 0 4px black inset;
}

nav.gnav ul li a:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 50%;
  width: 25px;
  height: 25px;
  margin-left: -13px;
  background: url(/img/common/ico_sprite.png) no-repeat;
  background-size: 150px 150px;
}

nav.gnav ul li.g_top a:before {
  background-position: -25px 0;
}

.b_top nav.gnav ul li.g_top a:before {
  background-position: -25px -25px;
}

nav.gnav ul li.g_result a:before {
  background-position: -25px -50px;
}

.b_result nav.gnav ul li.g_result a:before {
  background-position: -25px -75px;
}

nav.gnav ul li.g_standing a:before {
  background-position: -50px -50px;
}

.b_standing nav.gnav ul li.g_standing a:before {
  background-position: -50px -75px;
}

nav.gnav ul li.g_team a:before {
  background-position: -75px -50px;
}

.b_team nav.gnav ul li.g_team a:before {
  background-position: -75px -75px;
}

nav.gnav ul li.g_movie a:before {
  background-position: -125px -50px;
}

.b_movie nav.gnav ul li.g_movie a:before {
  background-position: -125px -75px;
}

nav.gnav ul li.g_column a:before {
  background-position: -100px -50px;
}

.b_column nav.gnav ul li.g_column a:before {
  background-position: -100px -75px;
}

nav.gnav ul li.g_info a:before {
  background-position: -100px -50px;
}

.b_info nav.gnav ul li.g_info a:before {
  background-position: -100px -75px;
}

nav.gnav ul li.g_news a:before {
  background-position: 0 -50px;
}

.b_news nav.gnav ul li.g_news a:before {
  background-position: 0 -75px;
}


.sports_menu_bottom	{
	padding:10px 5px;
}
.sports_menu_bottom a	{
	display:block;
	padding:20px 0 20px 20px;
	margin:15px 0;
	background:#007bbb;
	box-shadow:0 3px #005f91;

	color:#fff;
	font-size:20px;
	font-weight:bold;
	text-shadow:1px 1px rgba(0,0,0,0.5);
	text-align:center;

	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;

	position:relative;
}
.sports_menu_bottom a:before	{
	content:"　";
	width:23px;
	height:23px;
	background:url(/img/common/ico_top_on.png) no-repeat left center;
	background-size:23px 23px;

	position:absolute;
	left:50%;
	top:50%;
	margin-top:-13px;
	margin-left:-120px;
}

.sports_menu_bottom .baseball a:before {
  background-image: url(/img/common/ico_baseball.png);
}
.sports_menu_bottom .soccer a:before {
  width: 23px;
  height: 23px;
  background-image: url(/img/common/ico_soccer.png);
  -webkit-background-size: 23px;
  background-size: 23px;
  margin-top: -11px;
}
.sports_menu_bottom .tennis a:before {
  width: 26px;
  height: 30px;
  background-image: url(/img/common/ico_tennis.png);
  -webkit-background-size: 26px 30px;
  background-size: 26px 30px;
  margin-top: -15px;
}

.sports_menu_bottom a:after	{
	content:"　";
	width:10px;
	height:19px;
	background:url(/img/common/arrowW.png) no-repeat right center;
	background-size:10px 19px;

	position:absolute;
	right:8px;
	top:50%;
	margin-top:-10px;
}
.sports_menu_bottom.col2 li{
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}
.sports_menu_bottom.col2 li:first-child{
	padding-right: 3px;
}
.sports_menu_bottom.col2 li:last-child{
	padding-left: 3px;
}
.sports_menu_bottom.col2 li a{
	padding: 15px 20px 15px 30px;
	font-size: 16px;
}
.sports_menu_bottom.col2 li a:before	{
	left:15%;
	top:50%;
	margin-left: 0;
}
.sports_menu_bottom.col2 li a span{
	display: none;
}
@media (min-width: 450px) {
	.sports_menu_bottom.col2 li a span{
		display: inline;
	}
}


/* pagenation */
nav.pagenation	{
	overflow:hidden;
	margin:5px auto 10px;
	border-top:1px dotted #aaa;
	border-bottom:1px dotted #aaa;
	font-size:14px;
}
ul + nav.pagenation	{
	margin:10px auto 5px;
}
nav.pagenation li	{
	float:left;
	text-align:center;
}
nav.pagenation li a	{
	display:block;
	padding:8px 0;
	line-height:1;
}
nav.pagenation li.pageBefore	{
	width:25%;
}
nav.pagenation li.pageBefore a	{
	margin:0 2px;
	padding-left:8px;
	background:url(/img/common/arrowKs_left.png) no-repeat center left;
	background-size:7px 12px;
}
nav.pagenation li.pageAll	{
	width:50%;
}
nav.pagenation li.pageAll a	{
	border-left:1px dotted #aaa;
	border-right:1px dotted #aaa;
}
nav.pagenation li.pageNext	{
	width:25%;
	float:right;
}
nav.pagenation li.pageNext a	{
	margin:0 2px;
	padding-right:8px;
	background:url(/img/common/arrowKs.png) no-repeat center right;
	background-size:7px 12px;
}
#baseball .column h4 {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px dotted #aaa;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    padding: 4px 0;
    text-shadow: none;
}
ul + nav.pagenation li.pageAll,
.column + nav.pagenation li.pageAll	{
	width:49%;
	display:block;
	padding:8px 0;
	line-height:1;
	border-left:1px dotted #aaa;
	border-right:1px dotted #aaa;
}
ul.list + nav.pagenation li.pageAll	{
	width:50%;
	display:block;
	padding:0;
	border-left:none;
	border-right:none;
}
.column + nav.pagenation	{
	margin:-10px 5px 20px;
}
ul.movie_list + nav.pagenation	{
	margin:10px 5px 5px;
}

/* new nav */
.menu_btn.sports_menu a {
  width: 60px;
  height: 28px;
  padding: 0 15px 0 10px;
  line-height: 28px;
  text-align: left;
}
.menu_btn.sports_menu a img {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  -webkit-background-size: 18px 18px;
  background-size: 18px 18px;
  -webkit-animation: 2s infinite ease 1s both;
  animation: 2s infinite ease 1s both;
  transform: rotate(0deg);
}
.menu_btn.sports_menu a img.deg45 {
  transform: rotate(45deg);
}
.menu_btn.sports_menu a:after {
  content: none;
}

#categoryHeader {
  position: relative;
  margin-bottom: 10px;
}
#categoryHeader .ttl {
  margin-bottom: 0;
}

.dropdown_menu {
  position: absolute;
  display: none;
  width: 100%;
  background: #eee;
  z-index: 10;
}
.dropdown_menu ul li {
  float: left;
  width: 50%;
  border-left: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dropdown_menu ul li:nth-child(2n+1) {
  border-left: none;
}
.dropdown_menu ul li a {
  position: relative;
  display: block;
  padding: 10px 20px 8px 35px;
  font-size: 16px;
}
.dropdown_menu ul li a:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  width: 25px;
  height: 25px;
  margin-top: -12.5px;
  background: url(/img/common/ico_sprite.png) no-repeat 0 0;
  background-size: 150px 150px;
}
.dropdown_menu ul li a:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  background: url(/img/common/arrowC.png) no-repeat center center;
  background-size: 15px 15px;
}
.dropdown_menu ul li.sport a:before {
  background-position: 0 0;
}
.dropdown_menu ul li.baseball a:before {
  background-position: -25px 0;
}
.dropdown_menu ul li.soccer a:before {
  background-position: -50px 0;
}
.dropdown_menu ul li.tennis a:before {
  background-position: -75px 0;
}
.dropdown_menu ul li.sumo a:before {
  background-position: -100px 0;
}
.dropdown_menu ul li.golf a:before {
  background-position: -125px 0;
}

.all_sports_menu {
  margin: 10px 5px 15px;
}
.all_sports_menu .subhead {
  padding: 10px 0 5px;
  background: #007bbb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  color: #fff;
  text-align: center;
}
.all_sports_menu .sports_menu_bottom {
  padding: 0;
  background: #007bbb;
  border: 2px solid #007bbb;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.all_sports_menu .sports_menu_bottom li {
  margin: 0;
  background: #fff;
  border: 1px solid #007bbb;
}
.all_sports_menu .sports_menu_bottom li:last-child {
  -webkit-border-radius: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0;
}
.all_sports_menu .sports_menu_bottom li:nth-last-child(2) {
  -webkit-border-radius: 0 0 0 5px;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}
.all_sports_menu .sports_menu_bottom li a {
  margin: 0;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #333;
  text-shadow: none;
}
.all_sports_menu .sports_menu_bottom li a:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  width: 25px;
  height: 25px;
  margin-top: -12.5px;
  background: url(/img/common/ico_sprite.png) no-repeat 0 0;
  background-size: 150px 150px;
}
.all_sports_menu .sports_menu_bottom li a:after {
  width: 7px;
  height: 14px;
  margin-top: -7px;
  background: url(/img/common/arrowBs.png) no-repeat;
  -webkit-background-size: 7px 12px;
  background-size: 7px 12px;
}
.all_sports_menu .sports_menu_bottom li.sport a:before {
  background-position: 0 0;
}
.all_sports_menu .sports_menu_bottom li.baseball a:before {
  background-position: -25px 0;
}
.all_sports_menu .sports_menu_bottom li.soccer a:before {
  background-position: -50px 0;
}
.all_sports_menu .sports_menu_bottom li.tennis a:before {
  background-position: -75px 0;
}
.all_sports_menu .sports_menu_bottom li.sumo a:before {
  background-position: -100px 0;
}
.all_sports_menu .sports_menu_bottom li.golf a:before {
  background-position: -125px 0;
}

@media (min-width: 450px) {
  .sports_menu_bottom.col2 li a span {
    display: inline;
  }
}




/* [3] common --------------------------------------------------------------- */
.nonsupport	{
	padding:30px 0;
	margin-bottom:10px;
	color:#f00;
	font-size:22px;
	font-weight:bold;
	text-align:center;
}
.iconphoto {
	display:inline-block;
	width:14px;
	height:13px;
	margin-left:3px;
	background:url(/img/common/icon_photo.png) 0 1px no-repeat;
	-webkit-background-size:14px 12px;
	-moz-background-size:14px 12px;
	-o-background-size:14px 12px;
	background-size:14px 12px;
}
.iconnew:after	{
	content:"NEW";
	margin-left:3px;
	color:#cf1835;
	font-size:10px;
	font-weight:bold;
}
.iconphoto span,
.iconnew span	{
	display:none;
}

.box_inner	{
	padding:5px;
}

.small{
	font-size:10px;
}

.txtRed{
	color:#FF0004;
}

.txtOrange{
	color:#FF7600;
}

.imgCenter	{
	display:block;
	margin:5px auto;
}


#baseball > section	{
	margin-bottom:20px;
}

.btnWrap{
	padding: 5px;
	margin-bottom:20px;
}

#baseball h3	{
	padding:8px 5px;
	background:#2b9d00;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	line-height:1.2;
	/* text-align:center; */
}

#baseball .column h3{
	position: relative;
}
#baseball .column h3:after{
	position: absolute;
	bottom: 0;
	right: 5px;
}
#baseball .column.BayStars h3{
	background:#039 !important;
	color:#fff !important;
}
#baseball .column.BayStars h3:after{
	content: "YOKOHAMA DeNA BAYSTARS";
	color: rgba(255, 255, 255, .3);
	font-size: 90%;
}
/*#baseball h3 + div	{
	margin-top:5px;
}*/
#baseball h3 + div.box_inner	{
	margin-top:0;
}

#baseball h4	{
	padding:6px;
	background:#093A81;
	color:#fff;
	font-size:14px;
	line-height:1.2;
	text-shadow:1px 1px rgba(0,0,0,0.7)
}

#baseball ul + h4	{
	margin-top:5px;
}
#baseball h3 a,
#baseball h4 a	{
	display:block;
	color:#fff;
}

#baseball h3  a.h3_menu	{
	float:right;
	margin-top:-4px;
	padding:8px 12px 8px 5px;
	background:#fff;
	color:#333;
	font-size:10px;
	line-height:1;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;

	position:relative;
}
#baseball h3  a.h3_menu:after	{
	content: "　";
	width: 6px;
	height: 10px;
	background: url(/img/common/arrowK.png) no-repeat right center;
	background-size: 6px 10px;
	position: absolute;
	right: 3px;
	top: 50%;
	margin-top: -5px;
}

p.date	{
	padding-bottom:2px;
	font-size:11px;
	text-align:right;
	padding-top: 3px;
}
#baseball h4 + p.date	{
	margin-top:3px;
}
p.nodata	{
	padding:0 5px 10px 5px;
	color:#FF0000;
	font-size:14px;
	text-align:left;
}

p.group	{
	padding:2px 7px 0;
	margin:0 0 5px;
	background:#f77;
	color:#fff;
	font-weight:bold;
	border-bottom:3px double #fff;
}

#baseball ul.import_list	{
	padding:0 5px;
}
#baseball ul.import_list li	{
	border-bottom:1px solid #aaa;
	font-weight:bold;
}
#baseball ul.import_list li a	{
	display:block;
	padding:12px 12px 12px 2px;
	line-height:1.4;
	overflow:hidden;

	position:relative;
}
#baseball ul.import_list li a:after	{
	content:"　";
	width:7px;
	height:12px;
	background:url(/img/common/arrowKs.png) no-repeat right center;
	background-size:7px 12px;

	position:absolute;
	right:0;
	top:50%;
	margin-top:-6px;
}
#baseball ul.import_list img	{
	float:left;
	width:80px;
	margin-right:5px;
}
#baseball ul.import_list li a div	{
	overflow:hidden;
}
#baseball ul.import_list li a p.title	{
	font-size:14px;
}
#baseball ul.import_list li a p.time	{
	margin-top:3px;
	color:#555;
	font-size:10px;
	font-weight:normal;
}
#baseball ul.import_list li a .new	{
	margin-left:3px;
	color:#cf1835;
	font-size:10px;
	font-weight:bold;
}




/* 一行 */
.moreBtn	{
	margin:0;
	background: -moz-linear-gradient(top, #ddd 0%, #999 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ddd), color-stop(100%,#999));
}
#baseball ul.import_list + .moreBtn	{
	margin:0 5px;
}
.moreBtn a	{
	background:url(/img/common/bg_line.png) repeat left top;

	display:block;
	padding:10px 5px 12px;
	color:#333;
	text-shadow:1px 1px rgba(255,255,255,0.5);
	font-size:13px;
	font-weight:bold;
	text-align:center;
	line-height:1;

	position:relative;
}
.moreBtn a:after	{
	content:"　";
	background:url(/img/common/arrowR.png) no-repeat right center;
	background-size:7px 12px;

	position:absolute;
	right:5px;
	top:50%;
	margin-top:-6px;
}

/* アコーデオン用 */
.slidetoggle_menu {
  margin: 0 5px 10px;
  background: -moz-linear-gradient(top, #ddd 0%, #999 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ddd), color-stop(100%, #999));
}

.slidetoggle_menu span {
  background: url(/img/common/bg_line.png) repeat left top;
  display: block;
  padding: 10px 5px 12px;
  color: #333;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-weight: bold;
  /* text-align:right; */
  text-align: center;
  line-height: 1;
  position: relative;
}

.slidetoggle_menu span.more:after {
  content: "　";
  background: url(/img/common/arrowRdown.png) no-repeat right center;
  background-size: 12px 7px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -6px;
}

.slidetoggle_menu span.close:after {
  content: "　";
  background: url(/img/common/arrowRup.png) no-repeat right center;
  background-size: 12px 7px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -6px;
}

.slidetoggle_menu .close {
  display: none;
}

.slidetoggle_menu.active .more {
  display: none;
}

.slidetoggle_menu.active .close {
  display: block;
}



/* 二行 */
.moreBtn2	{
	margin:0 5px;
	overflow:hidden;
}
.moreBtn2 li	{
	float:left;
	width:50%;
}
.moreBtn2 li:first-child p	{
	border-right:1px solid #eee;
}
.moreBtn2 .moreBtn	{
	margin:0;
}

/* table */
#baseball table	{
	width:100%;
}
#baseball table tr th	{
	padding:5px 0;
	background:#ccc;
	font-size:9px;
	text-align:center;
}
#baseball table tr td	{
	padding:11px 1px;
	border-bottom:1px solid #ccc;
	text-align:center;
}
#baseball table tr td a	{
	display:block;
	color:#007bbb;
	font-weight:bold;
}

/* みんなの声 */
ul.vote_coner li {
    background-color: #efefef;
    border-bottom: 1px solid #cccccc;
}
ul.vote_coner li a {
	display:block;
	padding: 8px 10px;
	overflow:hidden;

	position:relative;
}
ul.vote_coner li a:after	{
	content:"　";
	display:block;
	width:7px;
	height:12px;
	background:url(/img/common/arrowKs.png) no-repeat right center;
	background-size:7px 12px;

	position:absolute;
	right:5px;
	top:50%;
	margin-top:-6px;
}
ul.vote_coner li a span {
	float: left;
	padding: 4px 5px;
	margin-top:4px;
	margin-right:4px;
	color: #F08201;
	font-size:12px;
	line-height:1;

	border: 1px solid #F08201;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
ul.vote_coner li a p {
	padding:8px 0;
}

/* おすすめ */
#cpsitePU_list h2 {
	padding:10px 5px;
	background:#2b9d00;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	line-height:1;
}
#cpsitePU_list div h2 > span:first-child {
	display:block;
}
#cpsitePU_list div h2 > span:nth-child(2) {
	display:block;
	font-size:12px;
	line-height:1;
	float:right;
	margin:-18px 0 0;
	padding:0;
	border:1px solid #d1cdd1;
	background:-webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dad8da));
	background:-moz-linear-gradient(top, #fefefe, #dad8da);
	background:linear-gradient(top, #fefefe, #dad8da);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
#cpsitePU_list div h2 > span:nth-child(2) a {
	display:block;
	background:url("../img/icon_pkupdate.png") 92% center no-repeat;
	-webkit-background-size:12px 12px;
	-moz-background-size:12px 12px;
	background-size:12px 12px;
	text-decoration:none;
	color:#333;
	padding:3px 18px 3px 6px;
}
.cpsitePU_icn_link	{
	padding:0 5px;
}
.cpsitePU_icn_link li {
	border-bottom: 1px solid #ccc;
}
.cpsitePU_icn_link li a {
	display:block;
	min-height:36px;
	padding:6px 5px;
	text-decoration:none;
}
.cpsitePU_icn_link li img {
	float:left;
	width:36px;
	margin-right:5px;
}
.cpsitePU_icn_link li b {
	color:#c90023;
	line-height:1.5;
	display:block;
	padding-left:41px;
}
.cpsitePU_icn_link li p {
	font-size: 10px;
	color: #535353;
	line-height: 100%;
	padding-left: 41px;
}
.cpsitePU_load{
	text-align:center;
	height:49px;
}

@media screen and (min-width: 1000px) {
	#cpsitePU_list {
		min-height:80px;
	}
	.cpsitePU_load{
		height:49px;
	}
}
.cpsitePU_load:before {
	content:'';
	display:inline-block;
	height:100%;
	vertical-align:middle;
	margin-right:-0.25em;
}
.cpsitePU_load div{
	display:inline-block;
	vertical-align:middle;
	padding:10px 15px;
}


/* [4] footer --------------------------------------------------------------- */
.copyright	{
	padding:5px;
	font-size:11px;
	line-height:1.4;
}


/* [5] social --------------------------------------------------------------- */
.social	{
	padding:0 0 15px 0;
	text-align:center;
}
#game .social	{
	margin-top: 20px;
}
iframe#twitter-widget-0.twitter-share-button.twitter-tweet-button.twitter-count-none	{
	margin-bottom:1px;
}
.line_button	{
	margin-bottom:4px;
	height:20px;
}

/* [6] お知らせ --------------------------------------------------------------- */
ul.report_icn_link	{
	margin:10px 5px 20px;
	padding:5px 3px 5px 5px;
	color:#F00;
	font-size:15px;
	font-weight:bold;
	line-height:1.4;
	border:5px solid #f00;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
ul.report_icn_link li	{
	position:relative;
	padding-left:1.4em;
}
ul.report_icn_link li:before	{
	content:"　";
	width:18px;
	height:18px;
	background:url(/img/common/ico_info.png) no-repeat left center;
	background-size:18px 18px;

	position:absolute;
	left:0;
	top:1px;
}
ul.report_icn_link li a	{
	color:#F00;
}

/* [7] チームカラー --------------------------------------------------------------- */
p.ttlAllCentral,
p.ttlAllPacific,
p.ttlGiants,
p.ttlTigers,
p.ttlCarp,
p.ttlDragons,
p.ttlBayStars,
p.ttlSwallows,
p.ttlGoldenEagles,
p.ttlLions,
p.ttlMarines,
p.ttlHawks,
p.ttlBuffaloes,
p.ttlFighters	{
	padding:5px 10px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}


/* 読売ジャイアンツ */
.colorGiants	{
	color:#ff7e14 !important;
}
.ttlGiants	{
	background:#f60 !important;
	color:#fff !important;
}
.bgGiants	{
	background:#ffd8b8;
}
/* 阪神タイガース */
.colorTigers	{
	color:#f0b500 !important;
}
.ttlTigers	{
	background:#ff0 !important;
	color:#000 !important;
}
.bgTigers	{
	background:#faffad;
}
/* 広島東洋カープ */
.colorCarp	{
	color:#f00 !important;
}
.ttlCarp	{
	background:#f00 !important;
	color:#fff !important;
}
.bgCarp	{
	background:#ffe3e3;
}
/* 中日ドラゴンズ */
.colorDragons	{
	color:#074291 !important;
}
.ttlDragons	{
	background:#003 !important;
	color:#fff !important;
}
.bgDragons	{
	background:#e3e3ef;
}
/* 横浜DeNAベイスターズ */
.colorBayStars	{
	color:#0270cd !important;
}
.ttlBayStars	{
	background:#039 !important;
	color:#fff !important;
}
.bgBayStars	{
	background:#dce7fb;
}
/* 東京ヤクルトスワローズ */
.colorSwallows	{
	color:#006 !important;
}
.ttlSwallows	{
	background:#006 !important;
	color:#fff !important;
}
.bgSwallows	{
	background:#e4e4f1;
}
/* 東北楽天ゴールデンイーグルス */
.colorGoldenEagles	{
	color:#900 !important;
}
.ttlGoldenEagles	{
	background:#900 !important;
	color:#fff !important;
}
.bgGoldenEagles	{
	background:#f4dcdc;
}
/* 埼玉西武ライオンズ */
.colorLions	{
	color:#0065c3 !important;
}
.ttlLions	{
	background:#0065c3 !important;
	color:#fff !important;
}
.bgLions	{
	background:#e0eaf3;
}
/* 千葉ロッテマリーンズ */
.colorMarines	{
	color:#000 !important;
}
.ttlMarines	{
	background:#000 !important;
	color:#fff !important;
}
.bgMarines	{
	background:#ddd;
}
/* ソフトバンク */
.colorHawks	{
	color:#ffae00 !important;
}
.ttlHawks	{
	background:#fc0 !important;
	color:#000 !important;
}
.bgHawks	{
	background:#ffe476;
}
/* オリックス・バファローズ */
.colorBuffaloes	{
	color:#132c51 !important;
}
.ttlBuffaloes	{
	background:#003 !important;
	color:#fff !important;
}
.bgBuffaloes	{
	background:#e7e7ee;
}
/* 北海道日本ハムファイターズ */
.colorFighters	{
	color:#a3810a !important;
}
.ttlFighters	{
	background:#a3810a !important;
	color:#fff !important;
}
.bgFighters	{
	background:#f4edd3;
}
/* オールセントラル */
.colorAllCentral{
	color:#237c44 !important;
}
.ttlAllCentral{
	background:#237c44 !important;
	color:#fff !important;
}
.bgAllCentral{
	background:#7ef179;
}
/* オールパシフィック */
.colorAllPacific	{
	color:#356ca7 !important;
}
.ttlAllPacific	{
	background:#356ca7 !important;
	color:#fff !important;
}
.bgAllPacific	{
	background:#a0d9e1;
}
