@charset "utf-8";
/* CSS Document */


.Category-top,
.News-detail {
	margin: 0 0 20px;
}

#Contents-full .category-name h1,
.Category-top .category-name h1,
.Category-top .category-name h2,
.Category-top .category-name-gra h1,
.Newslist-top .category-name h1,
.News-detail .category-name h2
 {
	 color:	#13007c;
	 padding: 0 0 10px;
	 font-size: 1.2em;
}
.Category-top .block{
	border: 1px solid #ccc;
	padding: 0 0 0 0;
	position: relative;
	background: #fff url(/chuspo/image/bg_category-top.gif) no-repeat top left;
}
	

.Category-top .block .title {
	padding: 20px 0 10px 10px;
	border-bottom: 1px solid #ccc;
}


.News-detail .News-headarea {
	border: 1px solid #ccc;
	padding: 0 0 0 0;
	position: relative;
	background: #fff url(/chuspo/image/bg_category-top.gif) no-repeat top left;
}

.News-detail .News-headarea.no-bg {
	background-image: none;
	border-top: none;
}


.Category-top .block .title,
.News-detail .News-headarea {
	padding: 20px 0 10px 10px;
	border-bottom: 1px solid #ccc;
}


.Category-top .block .title h2,
.News-detail .News-headarea h1,
.News-detail .News-headarea h2 {
	font-size: 1.4em;
	font-weight: bold;
}

.News-detail .News-headarea .data {
	text-align: right;
	font-size: 0.8em;
	margin: 0 10px 0 0;
	padding: 0 0 0 0;
}

.Category-top .news {
	margin: 10px ;
	background: #fff;
}
.News-detail .News-textarea {
	margin: 0 ;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
	border-top: none;
	position: relative;
}

.Category-top .photo {
	width: 150px;
	text-align: center;
	padding: 5px 0 5px;
	margin: 0 0 0 10px;
	float: right;
	background: #f3f3f3;
	border: 1px solid #ccc;
}



.Category-top .lead a,
.News-detail .lead a {
	color: #13007c;
}

.Category-top ul,
.News-detail ul {
	border-top: 1px solid #eee;
	padding: 10px 10px 0;
	margin: 0 0 0 0;
}
.Category-top ul li,
.News-detail ul li {
	padding: 5px 0;
	list-style: none;
	padding-left: 20px;
	text-indent: -20px;

}

.Category-top .index-tab2 ul li,
.News-detail .index-tab2 ul li {
	text-indent: 0;

}

.Category-top ul li a,
.News-detail ul li a {
	color: #333;
	background: url(../image/ico_link-arrow_red.png) no-repeat 0 5px;
	padding: 0 0 0 20px;
}

.Category-top ul li img,
.News-detail ul li img {
	margin-left: 5px;
}



.News-detail .print {
	
	text-align: right;
	width: 100%;
}
.News-detail .print a {
	display: inline-block;
	margin: 0 0 0;
	padding: 0 0 0 25px ;
	color: #13007c;
	background: url(../image/ico_print.png) no-repeat left center;
}

/**********************************紙面からのニュース**/
.Shimen {
	margin: 0 0 20px;
	border: 1px solid #ccc;
	background: #fff;
}
.Shimen h2 {
	font-size: 1em;
	font-weight: bold;
	color:#13007c;
	background: #eee url(../image/ico_shimen.png) no-repeat 10px 50%;
	border-top: 2px solid #13007c;
	border-bottom: 1px solid #ccc;
	padding: 7px 0 3px 40px;
}
.Shimen .block {
	padding: 10px 10px;
	position: relative;
}
.Shimen .block .title {
	margin: 0 0 10px;
}
.Shimen .block h3 {
	font-weight: bold;
}
.Shimen .block .title a {
	color: #000;
}

.Shimen .photo {
	width: 150px;
	text-align: center;
	padding: 5px 0 5px;
	margin: 0 0 0 10px;
	float: right;
	background: #f3f3f3;
	border: 1px solid #ccc;
}



.Shimen ul {
	border-top: 1px solid #eee;
	padding: 10px 10px 0;
	margin: 0 0 0 0;
}
.Shimen ul li {
	padding: 5px 0;
	list-style: none;
}
.Shimen ul li a {
	color: #333;
	background: url(../image/ico_link-arrow_red.png) no-repeat 0 5px;
	padding: 0 0 0 20px;
}


/**********************************記事一覧**/



/*----スコアボード---- */


.Newslist .score-board {
	font-size: 1.1em;
}

.score-board {
	padding: 20px 35px;
	background: #333333;
	overflow: hidden;
	margin: 0 0 20px;
}

.score-board table {
	width: 100%;
	table-layout: fixed;
	border: 2px solid #717171;
	border-collapse: collapse;
}

.score-board table caption {
	color: #fff;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 15px;
    padding: 0 10px;
}

.score-board table caption span {
    display: block;
    font-weight: normal;
    font-size: 0.7em;
    margin-top: 10px;
}

.score-board table th,
.score-board table td {
    border: 1px solid #717171;
    color: #fff;
    text-align: center;
    background: #222222;
    font-weight: bold;
    vertical-align: middle;
}

.score-board table th {
	font-size: 0.8em;
	padding: 3px 5px;
}

.score-board table th.th02 {
	width: 100px;
}

.score-board table th.th01, 
.score-board table td {
	font-size: 0.9em;
	padding: 15px 5px;
}

.score-board h3 {
	color: #fff;
	margin-top: 20px;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 15px;
}

.score-board .wrapSokuho {
	margin-left: -20px;
	overflow: hidden;
}

.score-board dl.sokuho {
	color: #fff;
	text-align: left;
    float: left;
    padding-bottom: 5px;
    font-size: 0.8em;
    margin-left: 20px;
}

.score-board dl.sokuho.clearBoth {
	clear: both;
}

.score-board dl.sokuho dt, 
.score-board dl.sokuho dd {
	display: inline;
	margin: 0;
}



/*----順位表---- */
.sports-list h3 {	
	font-weight: bold;
	color: #13007D;
	text-align: left;
	margin-bottom: 5px;
}

table.type01.result,
table.type01-full.result {
	width: 100%;
}

table.type01.result td a,
table.type01-full.result td a {
	color: #12007A;
}

table.type01.result.small,
table.type01-full.result.small {
	font-size: 0.9em !important;
}

table.type01.result.small th,
table.type01-full.result.small th {
	font-size: 0.9em;
}
table.type01.result .th01,
table.type01-full.result .th01 {
	background: none;
}

table.type01.result th,
table.type01-full.result th {
	font-size: 1em;
}

table.type01.result th.th01,
table.type01.result td,
table.type01-full.result th.th01,
table.type01-full.result td {
	font-size: 1em;
	font-weight: bold;
}

table.type01.result td .normal,
table.type01-full.result td .normal {
	font-weight: normal;
	font-size: 0.9em;
}

table.type01.result td .small,
table.type01-full.result td .small {
	font-weight: normal;
	font-size: 0.8em;
}

.Schedule .block {
	padding: 30px 20px 20px 20px;
	background: #fff;
	border: 1px solid #ccc;
	border-top: none;
	font-size: .9em;
}

.Schedule .list-day2 {
	margin-bottom: 25px;
}

.Schedule .list-day2 ul {
	border-top: none;
}

.Schedule .list-day2 ul li a {
	padding: 0;
	background: none;
	color: #13007D;
}

.Schedule .tableCaption {
	position: relative;
	background: #eeeeee;
	border: 1px solid #dddddd;
	padding: 12px 10px;
}

.Schedule .tableCaption h2 {
	font-size: 1.2em;
	color: #13007d;
	text-align: center;
	font-weight: bold;
}

.Schedule .tableCaption .captionHome {
	font-size: 1em;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -0.8em;
}

.Schedule .tableCaption .captionHome span {
	font-size: 1.2em;
	color: #bfdff2;
	margin-left: 0.5em;
}

.Schedule .type01 {
	width: 100%;
	margin-bottom: 20px;
}

.Schedule .wrap-scroll {
	margin-bottom: 20px;
}

.Schedule .wrap-scroll .type01 {
	margin-bottom: 0;
}

.Schedule .type01 th {
	font-size: 0.8em;
	padding: 5px;

}

.Schedule .type01 caption {
	margin-top: 20px;
}

.Schedule .type01 .width01 {
	width: 25%;
}

.Schedule .type01 .width02 {
	width: 50%;
}

.Schedule .type01 tr.highlight th,
.Schedule .type01 tr.highlight td {
	background: #e0f2fd;
}

.Schedule .type01 tr.highlight02 th,
.Schedule .type01 tr.highlight02 td {
	background: #EEEEEE;
}

.Schedule .type01 td {
	padding: 10px;
	font-size: 0.9em;
	text-align: center;
}

.Schedule .type01 td span {
	font-weight: bold;
	margin-left: 0.5em;
	font-size: 1.1em;
}

.Schedule .type01 th.th01 {
	background: none;
	font-size: 0.9em;
	padding: 10px;
}

.Schedule .attention {
	margin-top: 1em;
	font-size: 0.9em;
}

.Schedule .boxDragonsjoho {
	margin-top: 30px;
	background: #efefef;
	padding: 10px;
	overflow: hidden;

}

.Schedule .boxDragonsjoho .qr {
	float: left;
	width: 85px;
	margin-right: 15px;
}

.Schedule .boxDragonsjoho h3 {
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 5px;
	margin-top: 5px;
}

.Schedule .boxDragonsjoho p {
	font-size: 0.9em;
}

.score {
	width: 530px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	border: 2px solid #dddddd !important;
	text-align: center !important;
}

.score caption {
	color: #333 !important;
	font-weight: bold !important;
	font-size: 1.4em !important;
	margin-bottom: 15px !important;
	text-align: center !important;
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
}

.score caption span {
	display: block !important;
	font-weight: normal !important;
	font-size: 0.6em !important;
	margin-top: 5px !important;
}

.score td, 
.score th {
  text-align: center !important;
  padding: 15px !important;
}

.score th {
  background: #f3f3f3 !important;
  color: #333 !important;
}

.score th.th01 {
  font-size: 1em !important;
}

.score td.td01 {
  font-size: 1em !important;
  background: #fff !important;
}

.score > tbody > tr > td {
  font-size: 0.8em !important;
}

.score td .strong {
  background: #100078 !important;
  color: #fff !important;
  padding: 5px 15px !important;
  border-radius: 20px !important;
}

.score th table {
  width: 100%;
  text-align: center !important;
}

.score th table th, 
.score th table td {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

.score th table th {
  background: none !important;
  font-size: 1.8em !important;
  color: #333 !important;
  text-align: center !important;
}

.torikumi .sports-list {
	position: relative;
}

.torikumi .explanatory {
	text-align: right;
	margin-bottom: 5px;
}

.torikumi .explanatory img {
	display: none;
}

.torikumi .explanatory span {
	padding-left: 10px;
}

.torikumi .explanatory span:before {
	content: "■";
	display: inline;
}

.torikumi .explanatory span:before {
	color: #444444;
}

.torikumi .explanatory span:first-child:before {
	color: #E90016;
}

.torikumi .type01 td {
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
}


.torikumi .sports-list {
	position: relative;
}
.torikumi .title {
	position: absolute;
	right: 0;
	top: -2.2em;
}

.torikumi .type01 th {
	padding: 10px 5px;
}

.torikumi .type01 th.th01 {
	color: #333;
}
.torikumi .type01 td.td05 {
	background: #E70012;
}

/*.torikumi .type01 td.td05:before {
	content: " ";
	display: block;
	position: absolute;
	width: 101%;
	height: 100%;
	border: 5px solid #fff;
	top: 0;
	left: 0;
	z-index: 2;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*/
.torikumi .type01 td.td06 {
	background: #444444;
}
/*
.torikumi .type01 td.td06:before {
	content: " ";
	display: block;
	position: absolute;
	width: 101%;
	height: 100%;
	border: 5px solid #fff;
	top: 0;
	left: 0;
	z-index: 2;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*/
/*
.torikumi .type01 tr.even td.td05:before,
.torikumi .type01 tr.even td.td06:before {
	border-color: #EFEFEF;
}*/

/*
-----------------------------
スマホ用スタイル
-----------------------------
*/
@media screen and (max-width: 640px) {
#contens {
	width: 100% !important;
}
.score-board {
	padding: 20px 10px;
}
.score-board table {
	width: 100%;
}
.score-board table th.th02 {
	width: auto;
}
.score-board table th,
.score-board table th.th01,
.score-board table td {
	font-size: 0.6em;
}
#sp_banner01 {
	margin-top: 24px !important;
}

/*テーブルパーツ*/
table.type01 caption,
table.type01-full caption{
	font-size:16px;
	font-weight:bold;
	text-align:left;
	line-height:150%;
}

table.type01.result th,
table.type01.result th.th01,
table.type01.result td,
table.type01-full.result th,
table.type01-full.result th.th01,
table.type01-full.result td {
	font-size: 0.7em;
	font-weight: bold;
	white-space: normal;
}

.Newslist .type01 {
	width: 100%;
}

.Schedule .block {
	padding: 20px 10px;
}

.Schedule table.type01 th,
.Schedule table.type01 td {
	font-size: 0.7em;
	white-space: normal;
}

.Schedule .tableCaption .captionHome {
	position: static;
	margin-top: 10px;
	text-align: right;
}

.score {
	width: 100% !important;
	font-size: 0.8em !important;
}

.score td,
.score th {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.torikumi .title {
	position: static;
}

}