/*
	/module/top_2016/css/hicbc.com.css
	-----------------------------------
	v1.0
	Last Updated: 2017-01-01
	Copyright: CBC TELEVISION CO.,LTD. All rights Reserved.
	-----------------------------------
	[Updated]
	v1.0		2017-01-01
	-----------------------------------
*/

/*
	-----------------------------------
	[Content]
	00	Base Style
	 -00:	@media print
	 -01:	Base Module
	 -02:	Font Module
	 -03:	Margin Module
	 -04:	Width Module
	-----------------------------------
*/


html {
	background-color: #FFFF00;
}

body {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 400;
	font-size: 100%;
	line-height: 1.5;
	background-color: #FFFF00;
}

#container {
	background-color: #FFFF00;
}
@media screen and (min-width: 601px) {
	#container {
		width: 600px;
		margin: 0 auto;
	}
}
#top-topics {
	width: 100%;
	padding-bottom: 1.5em;
}

.txt-red{
	color: #e60012;
}
.fz08 {
	font-size: .8em;
}

.bt:before {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	border-bottom: 2px solid #D1D1D1;
	margin-bottom: .7em;
	width: 17%;
}


/*
	:	Header Module
----------------------------------------- */

#header {
	width: 100%;
	position: fixed;
	top: 0;
	background-color: #ffff00;
	z-index: 4;
}
#header .header-wrap {
	width: 94%;
	margin: 0 auto;
	padding: 3% 0;
}
.header-wrap-box:after {
	content: "";
	display: block;
	clear: both;
}
.header-wrap h1 {
}
.header-wrap h1 {
}
.header-wrap h1 a {
	display: block;
	float: left;
	-moz-background-size:100% auto;
	background-size:100% auto;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	text-decoration: none;
	width: 60%;
}
nav.program-nav {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
}
nav.program-nav ul.program-nav-inner {
    background: #FFFF00;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
nav.program-nav ul.program-nav-inner li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    /* border-bottom: 1px dotted #333; */
}
nav.program-nav ul.program-nav-inner li:last-child {
    /* padding-bottom: 0; */
    /* border-bottom: none; */
}
nav.program-nav ul.program-nav-inner li a {
    display: block;
    color: #000;
    padding: 1em 0;
}
nav.program-nav.active {
    transform: translateY(0%);
}
.btn {
	display: none;
/*     display: block;
 */	float: right;
    position: fixed;    /* bodyに対しての絶対位置指定 */
	top: 0;
	right: 5px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 3;
    background: #FFFF00;
    text-align: center;
}
.btn span {
    display: block;
    position: absolute;    /* .btnに対して */
    width: 30px;
    border-bottom: solid 3px #4E351C;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
.btn span:nth-child(1) {
    top: 9px;
}
.btn span:nth-child(2) {
    top: 18px;
}
.btn span:nth-child(3) {
    top: 27px;
}
.btn span:nth-child(4) {
    border: none;
    color: #4E351C;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}
.btn.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.btn.active span:nth-child(2),
.btn.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.program-nav-inner li {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 70%;
}
.program-nav-inner li a {
	color: #000;
	display: block;
	padding: 5px;
}


@media screen and (min-width: 601px) {
	#header {
		width: 600px;
	}
}



/* breadcrumbs */
.site-catch,
.breadcrumbs {
	width: 100%;
	margin-top: 15.5%;
	background-color: #4e351c;
	font-size: 12px;
}
.breadcrumbs-wrap {
	width: 94%;
	margin: 0 auto;
	padding: .8em 0;
}
.site-catch-wrap {
	width: 94%;
	text-align: center;
	color: #fff;
	padding: .8em 0;
	font-size: 14px;
	font-weight: 500;
}
.breadcrumbs ul {
	list-style:none;
}
.breadcrumbs ul:after {
	content: "";
	display: block;
	clear: both;
}
.breadcrumbs li {
	display: inline;
	list-style: none;
	line-height: 1.0em;
	color: #fff;
}
.breadcrumbs li:after	{
	content: '>';
	margin: 0 4px 0 8px;
	color: #fff;
}
.breadcrumbs li:last-child:after {
	content: "";
}
.breadcrumbs li a.home {
	/* display: inline;
	-moz-background-size:100% auto;
	background-size:100% auto;
	background-color: #ffffbe;
    -webkit-mask: url(/sports/highfiveweb/img/top/home.svg) no-repeat center;
    mask: url(/sports/highfiveweb/img/top/home.svg) no-repeat center; */
}
.breadcrumbs a,
.breadcrumbs a:link,
.breadcrumbs a:visited,
.breadcrumbs a:active,
.breadcrumbs a:hover,
.breadcrumbs a:focus {
	color: #ffffbe;
}


.bnr-special {
	margin: .5em auto;
}
.caution-block {
	margin: .5em auto;
	padding: 1em 3%;
	background: #fff;
	font-size: .96em;
}



/*
	:	Article List Module
----------------------------------------- */

/* Top Topics */
.top-topics-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.top-topics-list .article-section {
	position: relative;
}
.top-topics-list .article-cat {
	position: absolute;
	top: 0;
	left: 0;
}
.top-topics-list li {
}
.top-topics-list li img {
	object-fit: cover;
	height: 41.666666vw;
}
.top-topics-list li:first-child {
	margin-bottom: 1px;
	background: #fff;
}
.top-topics-list li:first-child img {
	height: 83.333333vw;
}
.top-topics-list li:nth-child(2n) {
	width: calc(50% - 1px);
	margin: 1px 1px 1px 0;
	background: #fff;
}
.top-topics-list li:nth-child(2n+3) {
	width: calc(50% - 1px);
	margin: 1px 0 1px 1px;
	background: #fff;
}
.top-topics-list li:nth-child(n+8) {
	display: none;
}
.top-topics-list li:first-child .article-txt {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 90%;
	background: rgba(0,0,0,.8);
	padding: 3%;
}
.top-topics-list li:first-child h2 {
	color: #fff;
	margin-top: .5em;
	font-size: 16px;
	font-weight: 400;
}
.top-topics-list .article-cat li {
	display: inline-table;
	padding: .6em .87em;
}
.top-topics-list .article-txt {
	padding: .65em 6% 1em;
}

@media screen and (min-width: 601px) {
	.top-topics-list li img {
		height: calc( 299px * 5/6 );
	}
	.top-topics-list li:first-child img {
		height: calc( 600px * 5/6 );
	}
}

/* Common Style */
.article-list,
.article-2nd-list {
	width: 94%;
	margin: .5em auto;
}
.article-list .article-section,
.article-2nd-list .article-section {
	padding: 1em 0;
	border-bottom: 1px solid #4E351C;
}
.article-list .article-cat {
	display: none;
}
.article-list .article-pic {
	width: 30%;
	float: left;
}
.article-list .article-pic img {
	object-fit: cover;
	height: 23.5vw;
}
.article-list .article-txt {
	margin-left: 33%;
}

.article-2nd-list .article-section {
	position: relative;
}
.article-2nd-list .article-cat {
	position: absolute;
	width: 30%;
}
.article-2nd-list .article-cat li {
	padding-top: .3em;
	padding-bottom: .3em;
	text-align: center;
}
.article-2nd-list .article-pic {
	width: 30%;
	margin-top: 1.6em;
	float: left;
}
.article-2nd-list .article-pic img {
	object-fit: cover;
	height: 23.5vw;
}
.article-2nd-list .article-txt {
	margin-left: 33%;
}


.article-list-large {
	width: 300px;
	margin: .5em auto;
}
.article-list-large .article-section {
	position: relative;
	margin: 1em 0;
}
.article-list-large .article-cat {
	display: none;
}
.article-list-large .article-pic {
}
.article-list-large .article-pic img {
	object-fit: cover;
	height: 250px;
}
.article-list-large .article-txt {
	position: absolute;
	width: 100%;
	bottom: 0;
	background: rgba(0,0,0,.7);
	padding: 1em;
}
.article-list-large .article-txt .title {
	color: #fff;
	font-weight: 400;
}

.article-common-list {
	background: #fff;
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
}
.article-common-list .wrap {
	
}
.article-common-list h1 {
	color: #fff;
	background: #4e351c;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	padding-top: .75em;
	padding-bottom: .7em;
}
.article-common-list h1 span {
	color: #ddd;
	font-size: 12px;
	font-weight: 400;
	display: inline-block;
	padding-left: 1em;
}
.article-txt .sub-cat {
	font-size: 12px;
	font-weight: 500;
	color: #fe0000;
	margin-bottom: .25em;
}
.article-txt .title {
	margin-bottom: .25em;
	font-weight: 700;
}
.article-txt .title span {
	font-size: .8em;
}
.pubdate {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 10px;
	color: #999;
}
.article-txt .pubdate {
	text-align: right;
}
.article-cat li {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 11px;
}
.tag-column,
.article-cat li.column {
	color: #fff;
	background: #811d20;
}
.tag-special,
.article-cat li.special {
	color: #fff;
	background: #27a14c;
}
.tag-movie,
.article-cat li.movie {
	color: #fff;
	background: #324795;
}
.tag-info,
.article-cat li.info {
	color: #fff;
	background: #f40404;
}

@media screen and (min-width: 601px) {
	.article-list .article-pic img {
		height: 141px;
	}
	.article-2nd-list .article-pic img {
		height: 141px;
	}
}





/*
	:	Article Page Module
----------------------------------------- */

#article-body-block {
	background: #fff;
	line-height: 1.8;
	/*padding-bottom: 2.5em;*/
}
.article-main-img {
}
.article-main-img figcaption {
	background: #ffffbe;
	padding: 1% 3% 3%;
	font-weight: 300;
	font-size: .86em;
	line-height: 1.5;
}
.article-title {
	background: #ffffbe;
	padding: 3%;
	font-weight: 500;
	line-height: 1.5;
}
.article-title .tag {
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	display: inline-table;
	padding: .5em .75em;
}
.article-title .sub-cat-txt {
	display: inline-table;
	font-size: 12px;
	margin-left: .5em;
}
.article-title .sub-cat-txt,
.article-title .sub-cat-txt a {
	color: #fe0000;
}
.article-title .article-title-txt {
	margin-top: .75em;
}
.article-title h2.sub-title {
	color: #6e6e6e;
	margin-bottom: 1em;
	position: relative;
}
.article-title h2.sub-title:after {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 17%;
	border-bottom: 2px solid #ff0000;
}
.article-title h1.main-title {
	font-size: 20px;
	font-weight: 700;
}
.article-title .sub-title02 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: .5em;
}
.article-title .sub-title02 span {
	font-size: 14px;
}
.article-title .pubdate {
	margin-top: .75em;
}
.article-sub-head-body {
	background: #4e351c;
	padding-top: .75em;
	padding-bottom: .75em;
}
.article-sub-head-body h1 {
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.article-catch {
	background: #4e351c;
	color: #fff;
	font-weight: 400;
	padding: 1em 3% 1.5em;
}
.article-catch a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
.article-body,
.article-sp-body {
	background: #fff;
	padding: 1.5em 3% 2em;
}
.article-body h2{
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 1.5em;
	padding-left: .8em;
	border-left: solid 2px #ff0000;
}
.article-body h3,
.article-sp-body h3{
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 25px;
	position: relative;
}
.article-body h3:before,
.article-sp-body h3:before {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 52%;
	border-bottom: solid 2px #D1D1D1;
}
.article-body h3:after,
.article-sp-body h3:after {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 17%;
	border-bottom: 2px solid #ff0000;
}
.article-body h5 {
	color: #e60012;
	font-weight: 400;
	margin-bottom: 1em;
}
.article-body p,
.article-sp-body p {
	margin-bottom: 1.5em;
}
.article-body p.mb0 {
	margin-bottom: 0;
}
.article-body p.caution {
	text-indent: 0;
}
.article-body p a {
	color: #e60012;
	text-decoration: none;
	padding-bottom: .1em;
	border-bottom: 1px solid #e60012;
}
.article-body dl,
.article-sp-body dl {
	margin-bottom: 1.5em;
}
.article-body dt,
.article-sp-body dt {
	color: #4e351c;
	margin-top: .4em;
	font-weight: 500;
}
.article-body dd,
.article-sp-body dd {
	padding-left: .75em;
	border-left: 3px solid #eee;
}
.article-pict,
.article-movie {
	margin-bottom: 2em;
}
.article-pict.last,
.article-movie.last {
	padding-bottom: 2em;
}
.article-pict figcaption {
	width: 94%;
	margin: .2em auto 0;
	color: #999;
	font-size: 12px;
	text-align: center;
}
.article-prof {
	background: #ffffbe;
	font-weight: 400;
	padding: 1em 3% 1.2em;
	margin-bottom: 1.5em;
}
.prof-name {
	margin-bottom: 1em;
}
.prof-pic {
	display: table;
}
.prof-pic  img{
	display: table-cell;
}
.prof-name-txt {
	width: 60%;
	display: table-cell;
	vertical-align: middle;
	padding-right: 1em;
	font-weight: 700;
}
.prof-name-txt .jp {
	font-size: 18px;
}
.prof-name-txt .en {
	color: #7f7f7f;
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: .5em;
}
.prof-name-txt .note {
}

.pict-section {
	margin-top: 1.5em;
}
.pict-section h2 {
	margin-bottom: .8em;
}
.pict-section h2 span {
	color: #f00;
	font-size: .8em;
}
.pict-section img {
	float: left;
	width: 40%;
	max-width: 300px;
	margin-right: 1em;
}

.intaviewer-blue {
	color: #0068b7;
}
.interviewee-blue {
	color: #598bb1;
}
.interviewee-pink01 {
	color: #eb1e7a;
}
.interviewee-pink02 {
	color: #ff0066;
}
.interviewee-oceans01 {
	color: #EB321E;
}
.interviewee-oceans02 {
	color: #F88510;
}
.list {
	margin-bottom: .5em;
}
.list li {
	color: #4e351c;
}
.list li:before {
	content: '●';
}


/*
	:	Ad Module
----------------------------------------- */

.ad-header_bottom-block {
	width: 320px;
	margin: .3em auto 0;
}
.ad-rectangle-block {
	width: 300px;
	margin: 1.5em auto;
}
@media screen and (min-width: 641px) {
	.ad-rectangle-block {
		/*display: none;*/
	}
}


.bnt-aispo {
	width: 160px;
	margin: 1em auto 0;
}
.bnr-bottom {
	width: 160px;
	margin: 1em auto;
}

/*
	:	Footer Module
----------------------------------------- */

footer#footer {
	background: #4e351c;
	color: #fff;
	padding: 1em 0 2em;
}
#footer .wrap {
	width: 94%;
	margin: 0 auto;
}
.copyright {
	text-align: center;
	font-size: 10px;
}
