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

/*最終更新 2020/03/31 17:55*/

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, a, blockquote, th, td, figure{margin: 0; padding: 0; box-sizing: border-box;}
body{word-wrap: break-word; margin: 0; padding: 0;}
img{border: 0; vertical-align:bottom;}
ul, ol{list-style: none; margin: 0; padding: 0;}

body{font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic","メイリオ",Meiryo,Arial, Helvetica,sans-serif; color: #222222; line-height: 1.7; font-size: 16px; word-wrap: break-word; margin: 0; padding: 0;}

.cf:after{content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden;}
.cf{zoom: 1; /* old IE6or7 */}

h1, h2, h3, h4, h5, h6{font-weight: normal;}

a{color: #333; text-decoration: none;}
a:hover{color: #009a26;}

.color_giants a:hover{color: #f08300;}
.color_entertainment a:hover{color: #b2376d;}

.imgbox{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.imgbox img{
	height: auto;
	width: auto;
	max-height: 100%;
	max-width: 100px;
}

.color_giants{}
.color_entertainment{}

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/

/* Wrap */

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.wrap{min-width: 1030px;}

.pagetop__btn{position: fixed; bottom: 40px; right: 40px;}
.pagetop__btn a{height: 50px; width: 50px; text-align: center; background: #666; box-shadow: 0 0 16px #fff; border-radius: 25px; display: block;}
.pagetop__btn a img{margin-top: 12px;}



/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/

/* Header */

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.header__wrapper{
	width: 100%;
	min-width: 1030px;
	background: #fff;
	border-bottom: 3px solid #009a26;
	margin-bottom: 4px;
}
.color_giants .header__wrapper{border-bottom: 3px solid #f08300;}
.color_entertainment .header__wrapper{border-bottom: 3px solid #b2376d;}
.header__inner{
	width: 1030px;
	min-height: 30px;
	margin: 0 auto;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
}
.header__logo img{
	height: 25px;
	margin: 2.5px 0;
}
.header-headline__wrapper{
	margin: 0 0 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-grow: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
.headline__head{
	width: 46px;
	min-width: 46px;
	height: 30px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	background: #ff0000;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-right: 9px;
	vertical-align: top;
	display: block;
}
.header-headline{
	font-size: 0;
}
.headline__item{
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	padding: 0 9px;
	vertical-align: top;
	display: inline-block;
}
.headline__item a{
	color: #000;
	text-decoration: none;
}
.headline__item a:hover{
	color: #ff0000;
}
.header-menu{min-width: 81px; margin: 0 9px;}
.header-menu__item{
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
	background-image: url("/skin/marvel/img/icon_triangle.png");
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 0 9px 0 18px;
	vertical-align: top;
	word-break: break-all;
	display: block;
}
.color_giants .header-menu__item{background-image: url("/skin/marvel/img/icon_triangle_g.png");}
.color_entertainment .header-menu__item{background-image: url("/skin/marvel/img/icon_triangle_e.png");}
.header-menu__item a{display: block;}
.header__sns{
	height: 30px;
	min-width: 114px;
}
.header__sns a{
	width: 38px;
	height: 30px;
}
.header__sns a img{
	height: 26px;
	width: auto;
	padding: 2px 6px;
}

.header__ad{
	width: 1030px;
	min-height: 90px;
	text-align: center;
	background-image: url(/skin/marvel/img/header_ho.png);
	background-repeat: no-repeat;
	background-position: 5%;
	margin: 0 auto 4px auto;
}


/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/

/* Footer */

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.footer__wrapper{
	width: 100%;
	min-width: 1030px;
	background: #000;
	margin: 20px 0 0 0;
}
.footer__inner{
	width: 1030px;
	margin: 0 auto;
	padding: 20px 0;
}
.copyright__area{
	min-width: 1030px;
	text-align: center;
	background: #f5f5f5;
	padding: 20px 0;
}
.copyright{
	color: #aaa;
	font-size: 12px;
	padding-top: 6px;
}

/*--------------------------------------------------------------*/
/* footernavi */
/*--------------------------------------------------------------*/
.footernavi__area{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.footernavi{
	width: 190px;
	background: #fff;
	border-radius: 10px;
	padding: 5px 0;
}
.footernavi__item{
	height: 37px;
	line-height: 37px;
	padding: 0 10px;
	border-bottom: 2px solid #f7f7f7;
}
.footernavi__item:last-child{
	border: none;
}
.footernavi__item a{
	color: #009a26;
	font-size: 14px;
}
.footernavi__item a::before{
	content: ">";
	margin-right: 3px;
}
.footernavi__item.genre a{
	font-weight: bold;
}
.color_giants .footernavi__item.genre a:hover, .color_entertainment .footernavi__item.genre a:hover{color: #009a26;}
.footernavi__item.genre a::before{
	content: "";
	margin-right: 0;
}



/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/

/* globalnavi */

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.globalnavi__wrapper{
	width: 100%;
	width: 1030px;
	background: #fff;
	margin: 0 auto;
}
.globalnavi__inner{
	width: 980px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	position: relative;
	z-index: 1040;
}
.globalnavi__inner a{
	height: 37px;
	width: 78px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 37px;
	background-color: #009a26;
	border-right: 1px solid #fff;
	display: block;
}
.color_giants .globalnavi__inner a{background:#f08300;}
.color_entertainment .globalnavi__inner a{background:#b2376d;}
.globalnavi__inner a:hover,
.globalnavi__inner a.cr{
	background-color: #004d25;
}
.color_giants .globalnavi__inner a:hover, .color_giants .globalnavi__inner a.cr{color: #fff; background-color:#3d0000;}
.color_entertainment .globalnavi__inner a:hover, .color_entertainment .globalnavi__inner a.cr{color: #fff; background-color:#7F274E;}
.globalnavi__inner a.globalnavi__home{
	width: 44px;
	background-color: #000;
	background-image: url(/skin/marvel/img/nav_home.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.globalnavi__inner a.globalnavi__home:hover{background-color: #009a26;}
.color_giants a.globalnavi__home:hover{background-color: #f08300;}
.color_entertainment a.globalnavi__home:hover{background-color: #b2376d;}



/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/

/* navi__area */

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.navi__area{
	background: #e6f4ee;
	overflow: hidden;
}
.color_giants .navi__area{background:#ffefe4;}
.color_entertainment .navi__area{background:#fce9f2;}


/*--------------------------------------------------------------*/
/* localnavi */
/*--------------------------------------------------------------*/
.localnavi{
	background: #89c997;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.color_giants .localnavi{background:#ffa335;}
.color_entertainment .localnavi{background:#f8a6c9;}
.localnavi a{
	height: 27px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 27px;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 0 7px;
	display: block;
}
.localnavi a:hover,
.localnavi a.cr{
	color: #004d25;
}
.color_giants .localnavi a:hover, .color_giants .localnavi a.cr{color:#703D00;}
.color_entertainment .localnavi a:hover, .color_entertainment .localnavi a.cr{color:#7F274E;}



/*--------------------------------------------------------------*/
/* thirdnavi */
/*--------------------------------------------------------------*/
.thirdnavi{
	font-size: 0;
	margin: 5px 10px 0 10px;
}
.thirdnavi a{
	color: #009a26;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	background-image: url(/skin/marvel/img/icon_thirdnavi.png);
	background-repeat: no-repeat;
	background-size: 12px 12px;
	background-position-y: 1px;
	padding: 1px 0 1px 14px;
	margin-right: 15px;
	margin-bottom: 5px;
	white-space: nowrap;
	display: inline-block;
}
.color_giants .thirdnavi a{color: #f08300; background-image: url(/skin/marvel/img/icon_thirdnavi_g.png);}
.color_entertainment .thirdnavi a{color: #b2376d; background-image: url(/skin/marvel/img/icon_thirdnavi_e.png);}
.thirdnavi a:hover,
.thirdnavi a.cr{
	color: #004d25;
}



/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/

/* tag__area */

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.tag__area{margin-top: 15px;}
.tag__area a{
	color: #009a26;
	font-size: 14px;
	line-height: 1;
	border: 1px solid #009a26;
	margin: 5px 10px 0 0;
	padding: 5px 10px;
	display: inline-block;
	word-break: break-all;
}
.tag__area a:hover{opacity: 0.6;}
.color_giants .tag__area a{color: #f08300; border: 1px solid #f08300;}
.color_entertainment .tag__area a{color: #b2376d; border: 1px solid #b2376d;}



/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/

/* breadcrumb */

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.breadcrumb__wrapper{margin-top: 20px;}
.navi__area + .breadcrumb__wrapper{margin-top: 10px;}
.breadcrumb{font-size: 0;}
.breadcrumb__item{
	font-size: 12px;
	display: inline-block;
}
.breadcrumb__item a{
	color: #666;
	line-height: 1;
	display: inline-block;
}
.breadcrumb__item + li::before{
	content: '>';
	color: #666;
	margin: 0 10px;
}

.breadcrumb__tag a{
	color: #009a26;
	font-size: 14px;
	line-height: 1;
	border: 1px solid #009a26;
	margin: 5px 10px 0 0;
	padding: 5px 10px;
	display: inline-block;
	word-break: break-all;
}
.breadcrumb__tag a:hover{opacity: 0.6;}
.color_giants .breadcrumb__tag a{color: #f08300; border: 1px solid #f08300;}
.color_entertainment .breadcrumb__tag a{color: #b2376d; border: 1px solid #b2376d;}



/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/

/* conteiner */

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.conteiner__wrapper{
	width: 100%;
}
.conteiner__inner{
	width: 1030px;
	background: #fff;
	margin: 0 auto 30px auto;
	padding: 0 25px;
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.conteiner-main{
	width: 640px;
	-ms-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	flex-shrink: 1;
	-ms-flex-basis: auto;
	-webkit-flex-basis: auto;
	flex-basis: auto;
}
.conteiner-left{
	width: 300px;
	margin: 0 40px 0 0;
	padding: 20px 0 0 0;
	-ms-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	-ms-flex-basis: 300px;
	-webkit-flex-basis: 300px;
	flex-basis: 300px;
}
.conteiner-right{
	width: 300px;
	margin: 0 0 0 40px;
	padding: 20px 0 0 0;
	-ms-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	-ms-flex-basis: 300px;
	-webkit-flex-basis: 300px;
	flex-basis: 300px;
}
.conteiner-bottom{
	width: 1030px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}



/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/

/* contents */

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.contents__head{
	height: 30px;
	background: #000;
	margin-bottom: 20px;
}
.contents_head__title{
	width: 53%;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	background: #009a26;
	padding-left: 16px;
}
.color_giants .contents_head__title{background:#f08300;}
.color_entertainment .contents_head__title{background:#b2376d;}



/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/

/* sitetop */

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.sitetop__wrapper{
	margin: 20px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: start;
	-webkit-align-items:flex-start;
	align-items: flex-start;
}
.sitetop__list{
	width: 420px;
	-ms-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	flex-shrink: 1;
}
.sitetop__item{line-height: 18px; background: url("/skin/marvel/img/icon_thirdnavi.png"); background-position: 0 2px; background-repeat: no-repeat; padding: 0 0 6px 22px;}
.sitetop__item a{position: relative;}
.sitetop__item.photo a::after{content:''; height: 20px; width: 20px; background-image: url(/skin/marvel/img/icon_photo_bk.png); background-repeat: no-repeat; background-size: contain; vertical-align: middle; display: inline-block; position: relative;top: 1px; left: 8px;}
.sitetop__title{font-size: 95%; display: inline;}
.sitetop__date{font-size: 12px; padding-left: 5px;}

.sitetop__img{width: 212px; text-align: center; background: #f7f7f7; border: 1px solid #89c997; border-radius: 5px; margin-left: 8px; padding: 5px; flex-shrink: 0;}
.sitetop__img figcaption{font-size: 12px; line-height: 16px; text-align: left; padding: 5px;}



/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/

/* gadget */

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.gadget__wrapper{
	margin-top: 20px;
	margin-bottom: -20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.breadcrumb__wrapper + .gadget__wrapper.full{margin-top: 10px;}
.gadget__wrapper.full{
	margin-bottom: 0;
	display: block;
}
.gadget__wrapper.gadget--article{
	margin-bottom: 20px;
}
.gadget{
	width: 310px;
	border: 3px solid #009a26;
	margin-bottom: 20px;
	padding: 0 5px;
}
.gadget a:hover{opacity: 0.6;}
.full .gadget{
	width: 100%;
}
.gadget--article .gadget:last-child{margin-bottom: 0;}
.color_giants .gadget{border-color: #f08300;}
.color_entertainment .gadget{border-color: #b2376d;}
.gadget--article .gadget{
	width: 100%;
	border: 7px solid #e6f4ee;
	margin-bottom: 10px;
}
.gadget__head{
	color: #009a26;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 3px solid #009a26;
	padding: 3px 0 0 0;
}
.color_giants .gadget__head{color:#f08300; border-color: #f08300;}
.color_entertainment .gadget__head{color:#b2376d; border-color: #b2376d;}
.gadget--article .gadget__head{font-size: 16px; font-weight: bold; line-height: 1; border: none; margin-bottom: 0; padding: 5px 0;}
.gadget__head--bdnone{
	border-bottom: none;
	margin-bottom: 0;
}
.color_entertainment .gadget__head.gadget__head--bdnone, .color_giants .gadget__head.gadget__head--bdnone{border-bottom: none;}
.gadget__head a{
	color: #009a26;
	display: inline-block;
}
.gadget__head img{
	height: 20px;
	margin-right: 5px;
	vertical-align: top;
}
.gadget--article .gadget__head img{height: 18px; margin-right: 10px;}
.gadget__head small{font-size: 14px; letter-spacing: normal;}
.color_giants .gadget__head a{color:#f08300;}
.color_entertainment .gadget__head a{color:#b2376d;}
.gadget ul{
	font-size: 0;
	padding: 2px 0;
}
.gadget--article .gadget ul{background: #e6f4ee;}
.gadget li{
	font-size: 14px;
	margin-right: 10px;
	display: inline-block;
}
.gadget--article .gadget li{font-size: 12px;}
.gadget li a{color: #009a26;}
.color_giants .gadget li a{color:#f08300;}
.color_entertainment .gadget li a{color:#b2376d;}

.gadget li img{height: auto; width: 20px; margin-right: 4px;}

.gadget li.gadgetlist--round a{color: #fff; background: #009a26; padding: 4px 8px;}
.color_giants .gadget li.gadgetlist--round a{color: #fff; background: #f08300;}
.color_entertainment .gadget li.gadgetlist--round a{color: #fff; background: #b2376d;}

.gadget p{font-size: 14px; padding: 10px 0;}

.gadget--image{margin: 20px 0; position: relative;}
.gadget--image .gadget__head{border: none; margin: 0; padding: 0; position: relative;}
.gadget--image .gadget__head img{height: auto; margin: 0;}
.gadget--image li{font-size: 12px; white-space: nowrap; background-image: url("/skin/marvel/img/icon_thirdnavi.png"); background-repeat: no-repeat; background-position: 5px center; background-size: 10px 10px; padding-left: 20px; display: inline;}
.gadget--image p{font-size: 14px; background: #f7f7f7; padding: 10px;}



/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/

/* featurelist */

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.featurelist{
	margin-left: -20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.featurelist__item{background: #009a26; margin-top: 20px; margin-left: 20px;}
.featurelist__item a{display: block;}
.featurelist__item.item--xl{width: 640px;}
.featurelist__item.item--m{width: 310px;}
.featurelist__item img{width: 100%;}
.featurelist__title{color: #fff; font-size: 18px; font-weight: bold; padding: 2px 8px;}
.item--xl a{position: relative;}
.item--xl .featurelist__title{color: #fff; font-size: 38px; text-align: center; text-shadow: 0 0 6px rgba(0,0,0,.8); margin: auto; display: block; position: absolute; right: 0; left: 0; bottom: 40px;}



/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/

/* relation__block */

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.relation__block{font-size: 14px; text-align: right; margin-top: 20px;}
.relation_block__item{color: #fff; background: #009a26; padding: 4px 8px;}
.relation_block__item:hover{color: #fff; opacity: 0.6;}



/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/

/* photorow */

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.photorow__wrapper{margin: 10px 0;}
.photorow__wrapper .newslist__head{margin-bottom: 0;}
.photorow{
	background: #eee;
	padding: 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: distribute;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.photorow__item a{height: 113px; width: 113px; text-align: center; position: relative; display: block;}
.photorow__item a:hover{opacity: 0.8;}
.photorow__item a img{height: auto; width: auto; max-height: 100%; max-width: 100%; position: relative; top: 50%; transform: translateY(-50%);}



/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/

/* pageintro */

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.pageintro{
	min-height: 34px;
	background: #009a26;
	margin: 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.color_giants .pageintro{background: #f08300;}
.color_entertainment .pageintro{background: #b2376d;}
.pageintro__title{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	padding: 5px;
}

.listselect{
	background: #000;
	padding: 0 7px 0 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.listselect__item{
	height: 24px;
	border-radius: 3px;
	background: #000;
	margin-left: 5px;
	display: block;
}
.listselect__item img{
	height: 24px;
	width: auto;
	vertical-align: top;
	border-radius: 3px;
}
.listselect__item:hover,
.listselect__item.cr{
	background: #009a26;
}
.color_giants .listselect__item:hover, .color_giants .listselect__item.cr{background: #f08300;}
.color_entertainment .listselect__item:hover, .color_entertainment .listselect__item.cr{background: #b2376d;}

.gadget--image .listselect{
	padding: 5px 5px 5px 0;
	position: absolute;
	top: 0;
	right: 0;
}
.gadget--image .listselect__item img{
	height: 24px;
}



/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/

/* newslist */

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.newslist__wrapper{
	margin-top: 20px;
}
.newslist__head{
	color: #009a26;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: -0.3px;
	border-bottom: solid 3px #009a26;
	margin: 10px 0;
	display: block;
}
.newslist__head.size--large{font-size: 24px; line-height: 30px; padding-bottom: 8px;}
.newslist__head a{color: #009a26;}
.newslist__head a:hover{opacity: 0.6;}
.color_giants .newslist__head{color:#f08300; border-bottom:solid 3px #f08300;}
.color_giants .newslist__head a{color:#f08300; }
.color_entertainment .newslist__head{color:#b2376d; border-bottom:3px solid #b2376d;}
.color_entertainment .newslist__head a{color:#b2376d;}
.newslist{
	margin-bottom: 20px;
}
.newslist__item{
	border-bottom: solid 3px #e6f4ee;
}
.color_giants .newslist__item{border-bottom:solid 3px #ffefe4;}
.color_entertainment .newslist__item{border-bottom:solid 3px #fce9f2;}
.newslist__item.item--top{border-top: solid 3px #e6f4ee; overflow: hidden;}
.color_giants .newslist__item.item--top{border-top:solid 3px #ffefe4;}
.color_entertainment .newslist__item.item--top{border-top:solid 3px #fce9f2;}
.newslist__item a{
	line-height: 20px;
}
.newslist__item > a{
	display: block;
	padding: 8px 0;
}
.newslist__item.photo .newslist__text::after{content:''; height: 20px; width: 20px; background-image: url(/skin/marvel/img/icon_photo_bk.png); background-repeat: no-repeat; background-size: contain; vertical-align: middle; display: inline-block; position: relative;top: 1px; left: 8px;}
.newslist__title{
	font-size: 16px;
	letter-spacing: -0.3px;
	display: inline;
}
.item--top .newslist__title{width: 100%; font-size: 24px; font-weight: bold; letter-spacing: -0.3px; line-height: 30px; padding: 10px 0 15px 0; display: block;}
.newslist__date{
	font-size: 12px;
}
.item--top .newslist__date{color: #b5b5b5; font-size: 14px; font-weight: bold; line-height: 20px;}
.newslist__lead a{padding-left: 10px;}
.item--top .newslist__lead{font-size: 16px; line-height: 27px; letter-spacing: -0.3px;}
.newslist__text{
	/*width: 532px;*/
	-ms-flex: 0 1 auto;
}
.newslist__img + .newslist__text{
	width: 472px;
}
.item--top .newslist__text{width: auto; margin-bottom: 10px;}
.newslist__img{
	width: 100px;
	height: 100px;
	text-align: center;
	background: #eee;
	margin: 0 0 0 8px;
	position: relative;
	display: block;
}
.item--top .newslist__img{height: 150px; width: 150px; margin: 0 10px 10px 0; float: left;}
.newslist__img img{
	height: auto;
	width: auto;
	max-height: 100%;
	max-width: 100%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

/* media */
.newslist_media .newslist__item > a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

/* tile */
.newslist_tile{
	padding-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.newslist_tile .newslist__item{
	width: 206px;
	border: 1px solid #eee;
	margin: 0 10px 10px 0;
}
.newslist_tile .newslist__item:nth-child(3n){
	margin: 0 0 10px 0;
}
.newslist_tile .newslist__item a{
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.newslist_tile .newslist__text{
	padding: 8px;
	order: 1;
}
.newslist_tile .newslist__title{
	font-size: 12px;
	line-height: 1.3;
	display: block;
}
.newslist_tile .newslist__date{
	display: none;
}
.newslist_tile .newslist__img{
	width: 204px;
	height: 204px;
	margin: 0;
	order: 0;
}
.newslist-img__label{
	height: 24px;
	color: #009a26;
	line-height: 24px;
	font-weight: bold;
	background: rgba(255,255,255,.6);
	background-image: url("/skin/marvel/img/icon_photo.png");
	background-repeat: no-repeat;
	background-size: 21px 16px;
	background-position: 10px 4px;
	border-radius: 12px;
	padding: 0 10px 0 38px;
	position: absolute;
	left: 8px;
	bottom: 8px;}
.color_giants .newslist-img__label{color: #f08300; background-image: url("/skin/marvel/img/icon_photo_g.png");}
.color_entertainment .newslist-img__label{color: #b2376d; background-image: url("/skin/marvel/img/icon_photo_e.png");}

/* rows */
.newslist_rows{
	padding-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.newslist_rows .newslist__item{
	width: 310px;
	border: 1px solid #eee;
	margin: 0 20px 20px 0;
}
.newslist_rows .newslist__item:nth-child(2n){
	margin: 0 0 20px 0;
}
.newslist_rows .newslist__item a{
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.newslist_rows .newslist__text{
	padding: 8px;
	order: 1;
}
.newslist_rows .newslist__title{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	display: block;
}
.newslist_rows .newslist__date{
	display: none;
}
.newslist_rows .newslist__img{
	width: 308px;
	height: 308px;
	margin: 0;
	order: 0;
}

.newslist__button{
	height: 40px;
	color: #009a26;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	background: #e6f4ee;
	margin: 0 100px 40px 100px;
	display: block;
}
.color_giants .newslist__button{color:#f08300; background:#ffefe4;}
.color_entertainment .newslist__button{color:#b2376d; background:#fce9f2;}
.newslist__button:hover{
	color: #89c997;
}
.color_giants .newslist__button:hover{color:#f08300;}

.page_link{
	text-align: right;
	display: block;
	font-size: 12px;
	padding: 0;
	margin: 10px 0;
	color: #999;
	letter-spacing: 2px;
}

.taglist{
}
.taglist a{
	display: inline-block;
	background: #e6f4ee;
	border-radius: 3px;
	margin: 0 15px 15px 0;
	padding: 2px 8px;
}



/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/

/* photos*/

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.photos_grid__list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.photos_grid__item{height: 200px; width: 200px; margin-left: 20px; margin-top: 20px; position: relative; background: #eee;}
.photos_grid__item:nth-child(3n+1){margin-left: 0;}
.photos_grid__item a{display: block; position: relative;}
.photos_grid__item a:hover{opacity: 0.8;}
.photos_grid__img{height: 200px; width: 200px; text-align: center; position: relative;}
.photos_grid__item img{
	height: auto;
	width: auto;
	max-height: 100%;
	max-width: 100%;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.photos_grid__title{width: 100%; color: #fff; font-size: 14px; line-height: 1.3; background: rgba(0,0,0,0.5); padding: 3px 8px; position: absolute; left: 0; bottom: 0;}



/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/

/* article*/

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.article{
}
.article__title{
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: -0.3px;
	border-top: solid 3px #e6f4ee;
	border-bottom: solid 3px #e6f4ee;
	margin-top: 20px;
	padding: 8px 0;
}
.color_giants .article__title{border-color: #ffefe4;}
.color_entertainment .article__title{border-color: #fce9f2;}
.article__title--second{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
.article__link{
	background-image: url("/skin/marvel/img/icon_link.png");
	background-repeat: no-repeat;
	background-position: 0 7px;
	margin: 0 0 10px;
	padding: 0 0 0 22px;
	display: table;
}
.article__date{
	font-size: 14px;
	color: #b5b5b5;
	font-weight: bold;
	letter-spacing: -0.3px;
	margin: 10px 0;
	display: inline-block;
	vertical-align: top;
}
.article__publisher{
	padding-left: 0.5em;
}

.article__tag{width: 350px; margin: 5px 0 10px 20px; display: inline-block; font-size: 0; vertical-align: top;}
.article__tag a{
	color: #009a26;
	font-size: 14px;
	line-height: 1;
	border: 1px solid #009a26;
	margin: 5px 5px 0 0;
	padding: 2px 5px;
	display: inline-block;
	word-break: break-all;
	vertical-align: top;
}
.article__tag a:hover{opacity: 0.6;}
.color_giants .article__tag a{color: #f08300; border: 1px solid #f08300;}
.color_entertainment .article__tag a{color: #b2376d; border: 1px solid #b2376d;}

.article__comment-counter{
	margin: 10px 0 0 20px;
	display: inline-block;
	vertical-align: middle;
}
.article__comment-counter + .article__tag{
	width: 250px;
}

.article__area{
	margin-bottom: 10px;
	overflow: hidden;
}
.article-area__image{
	width: 300px;
	background: #f7f7f7;
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
}
.article-area__image figure{
	text-align: center;
}
.article-area__image a{
}
.article-area__image figure img{
	margin-bottom: 5px;
}
.article-area__image figure figcaption{
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	padding: 0 10px 10px 10px;
}
.article-area__image .ad{
	margin-bottom: 10px;
}
.article__text{
	letter-spacing: -0.3px;
	margin-bottom: 20px;
}
.article__text a{border-bottom: 2px dotted #808080; padding: 2px;}

.article__area ul{margin: 0 20px;}
.article__area ol{list-style: decimal; margin: 0 20px; padding-left: 1em;}
.article__area li{margin: 10px 0;}
.article__area table{border-top: 1px #e8e8ea solid; border-left: 1px #e8e8ea solid; border-spacing: 0;}
.article__area table th, .article__area table td{text-align: center; border-right: 1px #e8e8ea solid; border-bottom: 1px #e8e8ea solid; padding: 5px;}
.article__area table th{color: #009a26; background: #e6f4ee;}
.color_giants .article__area table th{color: #f08300; background: #ffefe4;}
.color_entertainment .article__area table th{color: #b2376d; background: #fce9f2;}

.article__video{margin-bottom: 20px; clear: both;}
.article__video--resize{margin-bottom: 20px;}
.article__video--giants{margin-bottom: 20px;}

.article_video__area{
	margin-bottom: 20px;
}
.article_video__area .article__video,
.article_video__area .article__video--resize,
.article_video__area .article__video--giants{
	margin-bottom: 0;
}

.article_video__cap{
	width: 560px;
	color: #999;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

.article__bottom{
	margin-bottom: 20px;
}
.article-bottom__button{
	width: 200px;
	height: 40px;
	color: #009a26;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	background: #e6f4ee;
	margin: 10px 0;
	display: block;
	overflow: hidden;
}
.color_giants .article-bottom__button{color: #f08300; background: #ffefe4;}
.color_entertainment .article-bottom__button{color: #b2376d; background: #fce9f2;}
.article-bottom__button:hover{
	color: #004d25;
}


/*--------------------------------------------------------------*/
/* article__photos */
/*--------------------------------------------------------------*/
.article__photos{margin-top: 20px; clear: both; overflow: hidden;}
.article_photos__list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.article_photos__item{height: auto; width: 98px; margin-left: 10px; margin-bottom: 10px;}
.article_photos__item:nth-child(6n+1){margin-left: 0;}
.article_photos__item:hover{opacity: 0.8;}
.article_photos__item.cr a{border: 2px solid #009a26;}
.color_giants .article_photos__item.cr a{border: 2px solid #f08300;}
.color_entertainment .article_photos__item.cr a{border: 2px solid #b2376d;}
.article_photos__item a{height: 98px; width: 98px; text-align: center; background: #eee; display: block; position: relative;}
.article_photos__item a img{
	height: auto;
	width: auto;
	max-height: 100%;
	max-width: 100%;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.article_photos__cap{font-size:12px; text-align:center; display: block;}
.article_photos__more{color: #009a26; font-size: 14px; font-weight: bold; background: #e6f4ee; padding: 5px 20px; float: right;}
.color_giants .article_photos__more{color: #f08300; background: #ffefe4;}
.color_entertainment .article_photos__more{color: #b2376d; background: #fce9f2;}
.article_photos__more:hover{opacity: 0.6;}

.photos__linear{font-size: 12px; text-align: right; margin: 20px 0;}

/*--------------------------------------------------------------*/
/* article__carousel */
/*--------------------------------------------------------------*/
.article__carousel{
	margin: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.article_carousel__nav a{width: 50px; height: 100%; background-repeat: no-repeat; background-position: center; opacity: 0.5; display: block;}
.article_carousel__nav a:hover{opacity: 0.8;}
.nav--prev a{background-image: url("/skin/marvel/img/icon_prev.png");}
.nav--next a{background-image: url("/skin/marvel/img/icon_next.png");}
.article_carousel__img{width: 540px; text-align: center; background: #eee; padding: 20px;}
.article_carousel__img img{max-width: 500px; height: auto; margin-bottom: 10px;}
.article_carousel__img figcaption{font-size: 14px; text-align: left;}

/*--------------------------------------------------------------*/
/* article__acco */
/*--------------------------------------------------------------*/
.article__acco{
	margin: 10px auto;
	padding: 0;
}
.article__acco a{
	display: inline-block;
}
.article__acco label{
	display: block;
	padding : 12px;
	font-size: 14px;
	line-height: 1;
	color: #009a26;
	text-align: center;
	background: #e6f4ee;
	border: 1px solid #dfdfdf;
	cursor :pointer;
}
.color_giants .article__acco label{color: #f08300; background: #ffefe4;}
.color_entertainment .article__acco label{color: #b2376d; background: #fce9f2;}
.article__acco label:hover{
	opacity: 0.6;
}
.article__acco input{
	display: none;
}
.article__acco .acco__inner{
	max-height: 0;
	margin: 0;
	overflow-y: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
/*acco--news*/
.article__acco #acco__content{
	padding: 0;
}
#article_acco__bar:checked ~ #acco__content .acco__inner{
	max-height: 10000px;
	opacity: 1;
	padding-top: 10px;
}


.article__read{
	color: #009a26;
	font-size: 14px;
	text-align: center;
	line-height: 1;
	background: #e6f4ee;
	border: 1px solid #dfdfdf;
	margin: 10px auto;
	padding : 12px;
	display: block;
	cursor :pointer;
}
.color_giants .article__read{color: #f08300; background: #ffefe4;}
.color_entertainment .article__read{color: #b2376d; background: #fce9f2;}


/*--------------------------------------------------------------*/
/* pr__list */
/*--------------------------------------------------------------*/
.pr__list{
	margin-bottom: 20px;
	overflow: hidden;
}
.pr__item{
	margin-top: 10px;
}
.pr__head{
	height: 20px;
	width: 90px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	background: #000;
	margin-right: 10px;
	padding: 0;
	float: left;
}
.pr__text{
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.3px;
}


/*--------------------------------------------------------------*/
/* article-more */
/*--------------------------------------------------------------*/
.article-more{
	margin-bottom: 20px;
}
.article-more__head{
	color: #009a26;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: -0.3px;
	border-bottom: solid 3px #009a26;
	display: block;
}
.article-more__list{
}
.article-more__item{
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -0.3px;
	border-bottom: solid 3px #f7f7f7;
	padding: 8px 0 8px 5px;
}
.article-more__date{
	font-size: 12px;
}


/*--------------------------------------------------------------*/
/* article-more__pagination */
/*--------------------------------------------------------------*/
.article-more__pagination{
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.article-more__pagination .pagination__item{
	height: 30px;
	width: 30px;
	color: #fff;
	margin: 10px;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 2px;
	display: block;
}
.article-more__pagination .pagination__item.pagination__item--link{
	background: #6cba54;
}
.article-more__pagination .pagination__item.pagination__item--link:hover{
	color: #249800;
}
.article-more__pagination .pagination__item.pagination__item--cr{
	color: #fff;
	background: #249800;
}
.color_giants .article-more__pagination .pagination__item.pagination__item--link{background: #f08300;}
.color_giants .article-more__pagination .pagination__item.pagination__item--link:hover{color: #f08300;}
.color_giants .article-more__pagination .pagination__item.pagination__item--cr{background: #703d00;}
.color_entertainment .article-more__pagination .pagination__item.pagination__item--link{background: #f8a6c9;}
.color_entertainment .article-more__pagination .pagination__item.pagination__item--link:hover{color: #b2376d;}
.color_entertainment .article-more__pagination .pagination__item.pagination__item--cr{background: #b2376d;}


/*--------------------------------------------------------------*/
/* sharearea */
/*--------------------------------------------------------------*/
.sharearea{
	idth: 100%;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	margin: 10px 0;
	padding: 20px 0 12px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: start;
	-webkit-align-items: start;
	align-items: start;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
}
.sharearea span{
	color: #666;
	font-size: 16px;
	font-weight: bold;
	margin: 0 10px;
}
.share__item{
	margin: 0 20px;
}
.socialarea{
	border: 2px solid #666;
	margin: 20px auto;
}
.social__item{
	width: 25%;
	font-size: 12px;
	line-height: 1.3;
	padding: 10px 0;
	text-align: center;
	border-top: 1px solid #666;
	box-sizing: border-box;
}
.social__item a{
	border-left: 1px solid #666;
	display: block;
	padding: 0 10px;
	height: 100%;
}
.social__item:first-child,.social__item:nth-child(2),.social__item:nth-child(3),.social__item:nth-child(4){
	border-top:none;
}
.social__item:nth-child(4n+1) a{
	border-left:none;
}
#article .social__item img{
	height: 44px;
	width: auto;
	margin-bottom: 10px;
}
.social__item span{
	display: block;
}
.fb_iframe_widget > span{vertical-align: baseline !important;}



/*------------------------------------------------------*/
/* related */
/*------------------------------------------------------*/
.related__wrap{
	margin: 20px 0;
}
.related__title{
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 5px;
}
.related__item{
	font-size: 14px;
}
.related__item a{
	color: #03c;
}
.related--pr::after{
	content: "PR";
	color: #fff;
	font-size: 11px;
	background-color: #6cba54;
	border-radius: 5px;
	margin-left: 5px;
	padding: 3px 5px;
	display: inline;
	white-space: nowrap;
}



/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/

/* conteiner-Sub */

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.link_yomiuri{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 5px;
}
.link_yomiuri img{
	vertical-align: top;
}

.search{
	height: 45px;
	background: #000;
	padding: 5px 0;
	margin-bottom: 10px;
}

.sub__head{
	height: 25px;
	color: #fff;
	background: #000;
	background: linear-gradient(to right, #000000 0%,#000000 75%,#009026 75%,#009026 100%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.color_giants .sub__head{background: linear-gradient(to right, #000000 0%,#000000 75%,#f08300 75%,#f08300 100%);}
.color_entertainment .sub__head{background: linear-gradient(to right, #000000 0%,#000000 75%,#b2376d 75%,#b2376d 100%);}
.sub-head__title{
	font-size: 14px;
	line-height: 25px;
	padding: 0 5px;
}
.sub-head__more{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	line-height: 25px;
	padding: 0 5px;
}
.sub-head__more:hover,
.color_giants .sub-head__more:hover,
.color_entertainment .sub-head__more:hover{
	color: #fff;
}

/* sub_column */
.sub_column{
	background: #f9f9f9;
	margin-bottom: 10px;
}
.sub_column__list{
}
.sub_column__item{
	width: 100%;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: -0.3px;
	border-bottom: solid 1px #e8e8e8;
	padding: 5px 5px 5px 8px;
	display: block;
}
.sub_column__item a{
	color: #009a26;
	font-size: 14px;
	text-decoration: underline;
	margin-right: 5px;
}
.color_giants .sub_column__item a{color:#f08300;}
.color_entertainment .sub_column__item a{color:#b2376d;}
.sub_column__item a:hover {
	color: #004d25;
}
.color_giants .sub_column__item a:hover{color: #3d0000;}
.color_entertainment .sub_column__item a:hover{color: #7F274E;}
.sub_column__date{
	color: #4c4c4c;
	font-size: 12px;
	margin-left: 5px;
}

/* sub_today */
.sub_today{
	background: #f9f9f9;
	margin-bottom: 10px;
}
.sub_today__head{
	height: 25px;
	color: #fff;
	background: #000;
	margin-bottom: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.subtoday-head__title{
	font-size: 14px;
	line-height: 25px;
	padding: 0 5px;
}
.subtoday-head__more{
	width: 70px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	line-height: 25px;
	background: #009a26;
	padding: 0 5px;
}
.color_giants .subtoday-head__more{background:#f08300;}
.color_entertainment .subtoday-head__more{background:#b2376d;}
.subtoday-head__more:hover{
	color: #fff;
}
.sub_today__image{
	width: 300px;
	text-align: center;
	margin: 10px auto;
}
.sub_today__image img{
	height: auto;
	width: 200px;
}

/* sub_blog */
.sub_blog{
	background: #f9f9f9;
	margin-bottom: 10px;
}
.sub_blog__list{
}
.sub_blog__item{
	width: 100%;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: -0.3px;
	border-bottom: solid 1px #e8e8e8;
	padding: 5px 5px 5px 8px;
	display: block;
}
.sub_blog__item a{
	color: #009a26;
	font-size: 14px;
	text-decoration: underline;
	margin-right: 5px;
}
.color_giants .sub_blog__item a{color:#f08300;}
.color_entertainment .sub_blog__item a{color:#b2376d;}
.sub_blog__item a:hover{
	color: #004d25;
}
.color_giants .sub_blog__item a:hover{color: #3d0000;}
.color_entertainment .sub_blog__item a:hover{color: #7F274E;}
.sub_blog__name{
	color: #4c4c4c;
	font-size: 12px;
}
.sub_blog__date{
	color: #4c4c4c;
	font-size: 12px;
	margin-left: 5px;
}

/* sub_attention */
.sub_attention{
	margin-bottom: 10px;
}
.sub_attention__list{
}
.sub_attention__item{
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: -0.3px;
	margin-top: 5px;
	display: block;
	overflow: hidden;
}
.sub_attention__item a{
	color: #333;
}
.sub_attention__item a:hover{
	color: #009a26;
}
.color_giants .sub_attention__item a:hover{color:#f08300;}
.color_entertainment .sub_attention__item a:hover{color:#b2376d;}
.sub_attention__item img{
	width: 80px;
	float: left;
	padding: 0;
	margin: 2px 10px 0 0;
	pointer-events: none;
}
.sub_attention__text{
	margin: 5px 0 0 10px;
}

/*--------------------------------------------------------------*/
/* sub__button */
/*--------------------------------------------------------------*/
.sub__button{
	width: 300px;
	height: 40px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	background: #009a26;
	margin-bottom: 10px;
	padding: 0;
	display: block;
}
.sub__button:hover{background: #e6f4ee;}
.color_giants .sub__button{background:#f08300;}
.color_giants .sub__button:hover{background:#ffefe4;}
.color_entertainment .sub__button{background:#b2376d;}
.color_entertainment .sub__button:hover{background:#fce9f2;}

.sub__button_orange,
.color_giants .sub__button_orange,
.color_entertainment .sub__button_orange{
	width: 330px;
	height: 45px;
	font-size: 16px;
	line-height: 45px;
	letter-spacing: 3px;
	background: #fe954d;
	margin-bottom: 10px;
}
.sub__button_orange:hover{color: #fff; background: #ffaa70;}



/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/

/* ad */

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.ad{
	margin-bottom: 10px;
}
.ad--inline{
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.conteiner-bottom .ad--inline{width: 654px; margin-bottom: 0;}
.ad--inline .ad{
	width: 300px;
}

.ad--inline .facebook{height: 250px; width: 330px;}
.ad--inline .amazon{height: 250px; width: 305px;}

.fluct_ad_link{border-bottom: solid 3px #e6f4ee; padding: 8px 0;}
.color_giants .fluct_ad_link{border-bottom: solid 3px #ffefe4;}
.color_entertainment .fluct_ad_link{border-bottom: solid 3px #fce9f2;}



/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/

/* banner */

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.banner{
	margin-bottom: 10px;
	display: block;
}
.banner img{width: 100%;}



/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/

/* box */

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.box_h, .box_v, .box_c, .box_s, .box_p, .column_profile {
padding: 5px 10px; clear: both;
}
.box_c img{vertical-align: baseline;}
.box_h p, .box_v p, .box_c p, .box_t p, .box_s p, .box_p p {
margin: 0 !important;
}
.column_profile p {
font-size: 80%; line-height: 1.7; letter-spacing: -0.3px; margin: 5px 0;
}
.box_h ul.slides > li, .box_v ul.slides > li, .box_c ul.slides > li {
text-align: center; margin: 10px 0 0 0;
}
.box_h {
margin: 0 30px 10px 0; background-color: #def0d9; border-top: 1px solid #249800; border-bottom: 1px solid #249800; border-left: 15px solid #249800; border-right: 1px solid #249800;
}
.box_v {
margin: 0 0 10px 30px; background-color: #ecf5ff; border-top: 1px solid #a1c4ef; border-bottom: 1px solid #a1c4ef; border-left: 1px solid #a1c4ef; border-right: 15px solid #a1c4ef;
}
.box_c {
margin: 0 0 10px 0; background-color: #fffeec; border: 1px solid #ded98f;
}
.box_t {
margin: 0 0 10px 0; padding: 0 10px; color: #ffffff; font-weight: bold; background-color: #000000; clear: both;
}
.box_s ul.slides, .box_p ul.slides, .column_profile ul.slides {
width: 100px; display: inline-block; float: left; margin: 3px 8px 0 0;
}
.box_s ul.slides p, .box_p ul.slides p, .column_profile ul.slides p {
display: none;
}
.box_s ul.slides img, .box_p ul.slides img, .column_profile ul.slides img {
width: 100%; float: left; vertical-align: baseline;
}
.box_p, .column_profile {
margin: 0 0 10px 0; background-color: #eee; border: 1px solid #ccc;
}
.box_s {
margin: 0 0 10px 0;
}
/* 画像挿入（広告用） */
.box_i {
clear: both;
}
.box_i p {
float: right; width: 320px;
}
.box_i ul.slides {
width: 300px; background: #f7f7f7; margin: 0;
}
.box_i ul.slides li p {
text-align: left !important; color: #000 !important; float: none; display: table-cell; padding: 0 10px 10px; font-size: 12px !important; line-height: 16px !important; letter-spacing: 0 !important;
}
.box_movie{margin: 0 auto; display: block;}

/* 記事詳細小サイズ画像 えとき */
#img_s {
display: inline-block; width: 300px; margin-right: 20px; margin-bottom: 10px; background: #f7f7f7; float: left; line-height: normal;
}
.etoki {
display: table; width: 100%; text-align: center; border-spacing: 0;
}
.etoki ul{
display: table-row; margin: 0px auto;
}
.etoki li.photo{
width: 300px; margin: 0; padding: 0 0 5px 0; text-align: center; vertical-align: middle;
}
.etoki li.text{
width: 280px; padding: 0 10px 10px; text-align: left; font-size: 12px; line-height: 16px; margin: 0;
}


.box_h p a, .box_v p a, .box_c p a, .box_p p a, .box_i p a, .box_s p a{border-bottom: 2px dotted #808080; padding: 2px;}


.under_10px{margin-bottom: 10px;}
.under_10px:after{content: ""; display: block; clear: both;}



/* 釣果 */
.article__area table.koyomi{width: 200px; float:left; border-spacing:0; border-right: 1px #e8e8ea solid; border-bottom: 1px #e8e8ea solid;}
.article__area table.shio{width: 420px; float:left; border-spacing:0; border-right: 1px #e8e8ea solid; border-bottom: 1px #e8e8ea solid; margin-left:20px}
.article__area table.koyomi caption{background-color: #e6f4ee; color: #009a26; font-size: 15px; text-align:center; font-weight: bold; letter-spacing: 1px;border-bottom: 1px #e8e8ea solid;}
.article__area table.koyomi td{padding: 5px; vertical-align: middle; font-size:14px; text-align: center; color:#222; border-top: 1px #e8e8ea solid; border-left: 1px #e8e8ea solid; width:50%;}
.article__area table.koyomi th{background-color: #e6f4ee; color: #009a26; font-size: 14px; text-align:center; font-weight: bold; border-right: 1px #e8e8ea solid; line-height : 1.4;}
.article__area table.shio caption{background-color: #e6f4ee; color: #009a26; font-size: 15px; text-align:center; font-weight: bold; letter-spacing: 1px; border-bottom: 1px #e8e8ea solid;}
.article__area table.shio td{padding: 5px; vertical-align: middle; font-size:14px; text-align: center; color:#222; border-top: 1px #e8e8ea solid; border-left: 1px #e8e8ea solid;}
.article__area table.shio th{background-color: #e6f4ee; color: #009a26; font-size: 14px; text-align:center; font-weight: bold; border-right: 1px #e8e8ea solid; line-height : 1.4;}
.article__area table.shio .tr4{background-color: #fff; text-align:center; font-weight:normal; font-size:14px; line-height: 1.4; border-right: 1px #e8e8ea solid;}
.article__area table.shio .tr5{background-color: #f9f9f9; text-align:center; font-weight:normal; font-size:14px; line-height: 1.4; border-right: 1px #e8e8ea solid;}
.article__area table.koyomi .tr4{background-color: #fff; text-align:center; font-weight:normal; font-size:14px; line-height: 1.4; border-right: 1px #e8e8ea solid;}
.article__area table.koyomi .tr5{background-color: #f9f9f9; text-align:center; font-weight:normal; font-size:14px; line-height: 1.4; border-right: 1px #e8e8ea solid;}
/* 釣果 */
.article__area table.tableF{width: 640px; float:left; border-spacing:0; border-right: 1px #e8e8ea solid; border-bottom: 1px #e8e8ea solid;}
.article__area table.tableF .title{background-color: #e6f4ee; color: #009a26; font-size: 15px; text-align:center; font-weight: bold; letter-spacing: 1px;}
.article__area table.tableF td{padding: 5px; vertical-align: middle; font-size:12px; text-align: left; color:#222; border-top: 1px #e8e8ea solid; border-left: 1px #e8e8ea solid;}
.article__area table.tableF th{background-color: #e6f4ee; color: #009a26; font-size: 12px; text-align:center; font-weight: bold; border-right: 1px #e8e8ea solid; line-height : 1.4;}
.article__area table.tableF .sakana{width:63px;}
.article__area table.tableF .spot{width:53px;}
.article__area table.tableF .tel{width:83px;}
.article__area table.tableF .size{width:68px;}
.article__area table.tableF .tr4{background-color: #fff; text-align:center; font-weight:normal; font-size:12px; line-height: 1.4; border-right: 1px #e8e8ea solid;}
/* 表の中のリンク */
.article__area table.tableF .tr4 a,.article__area table.tableF .tr4_left a,.article__area table.tableF .tr5 a{color: #009a26; font-weight:bold; text-decoration: underline;}
.article__area table.tableF .tr5{background-color: #f9f9f9; text-align:center; font-weight:normal; font-size:12px; line-height: 1.4; border-right: 1px #e8e8ea solid;}
.article__area table.table1{width: 640px; float:left; border-spacing:0; border-top: 1px #e8e8ea solid; border-right: 1px #e8e8ea solid; border-left: 1px #e8e8ea solid;}
.article__area table.table1 caption{margin: 0 0 0 5px; padding: 0; color: #009a26; font-size: 16px; text-align: left; font-weight: bold;}
.article__area table.table1 .title{background-color: #e6f4ee; color: #009a26; font-size: 15px; text-align:center; font-weight: bold; letter-spacing: 1px;}
.article__area table.table1 td{padding: 3px; vertical-align: middle; font-size:14px; text-align: left; color:#222; border-bottom: 1px #e8e8ea solid;}
.article__area table.table1 .tr1{width: 50px; background-color: #fff; text-align:center; font-weight:normal; font-size:14px; letter-spacing: 0.5px; line-height: 2;}
.article__area table.table1 .time{border-right:1px solid #e8e8ea;}
.article__area table.table1 .tr1_r{background-color: #fff; text-align:left; vertical-align: top;}
.article__area table.table1 .tr1_l{width: 210px; background-color: #fff; text-align:right; vertical-align: top;}
.article__area table.table1 .tr2{width: 50px; background-color: #f9f9f9; text-align:center; font-weight:normal; font-size:14px; line-height: 2;}
.article__area table.table1 .tr2_r{background-color: #f9f9f9; text-align:left; vertical-align: top;}
.article__area table.table1 .tr2_l{width: 210px; background-color: #f9f9f9; text-align:right; vertical-align: top;}
.article__area table.table1 th{background-color: #e6f4ee; color: #009a26; font-size: 14px; text-align:center; font-weight: bold; border-right: 1px #e8e8ea solid; padding: 5px 3px;}
.article__area table.table1 th .left{background-color: #e6f4ee; color: #009a26; font-size: 14px; text-align:center; font-weight: bold;}
.article__area table.table1 .tr3{background-color: #ffffdc; text-align:center; font-weight:normal; font-size:14px; line-height: 2; border-right: 1px #e8e8ea solid;}
.article__area table.table1 .tr3_team{width: 140px; background-color: #ffffdc; text-align:left; font-weight:normal; font-size:14px; line-height: 2; border-right: 1px #e8e8ea solid;}
.article__area table.table1 .tr3_left{background-color: #ffffdc; text-align:center; font-weight:normal; font-size:14px; line-height: 2;}
.article__area table.table1 .tr4{background-color: #fff; text-align:center; font-weight:normal; font-size:14px; line-height: 2; border-right: 1px #e8e8ea solid;}
.article__area table.table1 .tr4_team{width: 140px; background-color: #fff; text-align:left; font-weight:normal; font-size:14px; line-height: 2; border-right: 1px #e8e8ea solid;}
.article__area table.table1 .tr4_left{background-color: #fff; text-align:center; font-weight:normal; font-size:14px; line-height: 2;}
.article__area table.table1 .tr5{background-color: #f9f9f9; text-align:center; font-weight:normal; font-size:14px; line-height: 2; border-right: 1px #e8e8ea solid;}
.article__area table.table1 .tr5_team{width: 140px; background-color: #f9f9f9; text-align:left; font-weight:normal; font-size:14px; line-height: 2; border-right: 1px #e8e8ea solid;}
.article__area table.table1 .tr5_left{background-color: #f9f9f9; text-align:center; font-weight:normal; font-size:14px; line-height: 2;}
.article__area table.table1 .tr6{background-color: #ffffdc; text-align:center; font-weight:normal; font-size:12px; line-height: 1.5; border-right: 1px #e8e8ea solid;}
.article__area table.table1 .tr6_left{background-color: #ffffdc; text-align:center; font-weight:normal; font-size:12px; line-height: 1.5;}
.article__area table.table1 .tr7{background-color: #ff8080; color: #fff; text-align:center; font-weight:bold; font-size:14px; line-height: 1.5; }
.article__area table.table1 .tr8{background-color: #8080ff; color: #fff; text-align:center; font-weight:bold; font-size:14px; line-height: 1.5; }
.article__area table.table1 a.dotline{border-width: 0px; border-bottom-width: 2px; border-bottom-color: #808080; border-style: dotted; padding: 2px;}
/* 釣果 */
.article__area table.table3{width: 640px; float:left; border-spacing:0; border-top: 1px #e8e8ea solid; border-right: 1px #e8e8ea solid; border-left: 1px #e8e8ea solid;}
.article__area table.table3 .title{background-color: #e6f4ee; color: #009a26; font-size: 15px; text-align:center; font-weight: bold; letter-spacing: 1px;}
.article__area table.table3 td{padding: 5px; vertical-align: middle; font-size:12px; text-align: left; color:#222; border-bottom: 1px #e8e8ea solid;}
.article__area table.table3 .tr1{width: 50px; background-color: #fff; text-align:center; font-weight:normal; font-size:12px; letter-spacing: 0.5px; line-height: 1.4;}
.article__area table.table3 .time{border-right:1px solid #e8e8ea;}
.article__area table.table3 .tr1_r{background-color: #fff; text-align:left; vertical-align: top;}
.article__area table.table3 .tr1_l{width: 210px; background-color: #fff; text-align:right; vertical-align: top;}
.article__area table.table3 .tr2{width: 50px; background-color: #f9f9f9; text-align:center; font-weight:normal; font-size:12px; line-height: 1.4;}
.article__area table.table3 .tr2_r{background-color: #f9f9f9; text-align:left; vertical-align: top;}
.article__area table.table3 .tr2_l{width: 210px; background-color: #f9f9f9; text-align:right; vertical-align: top;}
.article__area table.table3 th{background-color: #e6f4ee; color: #009a26; font-size: 12px; text-align:center; font-weight: bold; border-right: 1px #e8e8ea solid; line-height: 1.4;}
.article__area table.table3 th .left{background-color: #e6f4ee; color: #009a26; font-size: 12px; text-align:center; font-weight: bold;}
.article__area table.table3 .tr3{background-color: #ffffdc; text-align:center; font-weight:normal; font-size:12px; line-height: 1.4; border-right: 1px #e8e8ea solid;}
.article__area table.table3 .tr3_team{width: 100px; background-color: #ffffdc; text-align:left; font-weight:normal; font-size:12px; line-height: 1.4; border-right: 1px #e8e8ea solid;}
.article__area table.table3 .tr3_left{background-color: #ffffdc; text-align:center; font-weight:normal; font-size:12px; line-height: 1.4;}
.article__area table.table3 .tr4{background-color: #fff; text-align:center; font-weight:normal; font-size:12px; line-height: 1.4; border-right: 1px #e8e8ea solid;}
/* 表の中のリンク */
.article__area table.table3 .tr4 a,.article__area table.table3 .tr4_left a,.article__area table.table3 .tr5 a{color: #009a26; font-weight:bold; text-decoration: underline;}
.article__area table.table3 .tr4_team{width: 100px; background-color: #fff; text-align:left; font-weight:normal; font-size:12px; line-height: 1.4; border-right: 1px #e8e8ea solid;}
.article__area table.table3 .tr4_left{background-color: #fff; text-align:left; font-weight:normal; font-size:12px; line-height: 1.4;}
.article__area table.table3 .tr5{background-color: #f9f9f9; text-align:center; font-weight:normal; font-size:12px; line-height: 1.4; border-right: 1px #e8e8ea solid;}
.article__area table.table3 .tr5_team{width: 100px; background-color: #f9f9f9; text-align:left; font-weight:normal; font-size:12px; line-height: 1.4; border-right: 1px #e8e8ea solid;}
.article__area table.table3 .tr5_left{background-color: #f9f9f9; text-align:left; font-weight:normal; font-size:12px; line-height: 1.4;}
.article__area table.table3 .tr6{background-color: #ffffdc; text-align:center; font-weight:normal; font-size:10px; line-height: 1.4; border-right: 1px #e8e8ea solid;}
.article__area table.table3 .tr6_left{background-color: #ffffdc; text-align:left; font-weight:normal; font-size:10px; line-height: 1.4;}
.article__area table.table3 .tr7{background-color: #ff8080; color: #fff; text-align:center; font-weight:bold; font-size:12px; line-height: 1.4;}
.article__area table.table3 .tr8{background-color: #8080ff; color: #fff; text-align:center; font-weight:bold; font-size:12px; line-height: 1.4;}



/*--------------------------------------------------------------*/
/* horserace-recommend */
/*--------------------------------------------------------------*/
.horserace-recommend{margin-top: 20px;}
.recommend-link{
	display: inline-block;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	padding: 3px 10px;
	margin: 0 0 3px 0;
	background: #184da3;
	border-radius: 5px;
	text-align: center;
	white-space: nowrap;
	line-height: 20px;
}
.recommend-link a:hover{color: #ccc;}
.recommend-head{
	font-size: 17px;
	font-weight: bold;
	padding: 0.25em 0.5em;
	color: #494949;
	background: transparent;
	border-left: solid 5px #184da3;
	margin-top: 3px;
	margin-bottom: 0px;
}

.recommend-group{font-size: 0; margin: 5px 0;}
.recommend-group__title{
	font-weight: bold;
	font-size: 14px;
	display: inline-block;
}
.recommend-group__title.attention{width: 80px;}
.recommend-group__btn{
	display: inline-block;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 10px;
	margin: 0 5px 3px 0;
	background: #184da3;
	border-radius: 5px;
	text-align: center;
	white-space: nowrap;
	line-height: 20px;
}

.recommend-group.event{padding-left: 80px;}
.recommend-group__btn--event{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	display: inline-block;
	border: 1px solid #184da3;
	border-radius: 5px;
	margin: 0 5px 3px 0;
	padding: 8px;
}
.recommend-group__btn--event .racebox{
	color: #fff;
	background: #184da3;
	border-radius: 5px;
	margin-top: 5px;
	padding: 0 8px;
}
.recommend-group__title.race{vertical-align: super;}
.recommend-group__btn--event .racebox__race{line-height: 26px; display: inline-block;}
.recommend-group__btn--event .racebox__date{font-size: 10px; font-weight: normal; line-height: 26px; padding-left: 5px; vertical-align: top; display: inline-block;}



/*--------------------------------------------------------------*/

/* horserace */

/*--------------------------------------------------------------*/

/*--------------------------------------------------------------*/
/* horserace-pdf */
/*--------------------------------------------------------------*/
.horserace-pdf{
	border: 1px solid #CCC;
	width: 638px;
	margin: 20px 0 0 0;
	overflow: hidden;
}
.horserace-pdf.action{
	border: 1px solid #f14345;
	width: 614px;
	margin: 20px 13px 0 13px;
}
.horserace-pdf__img{
	width: 257px;
	padding: 10px 7px 10px 10px;
	text-align: center;
	float: left;
}
.horserace-pdf__img img{
	width: 220px;
}
.horserace-pdf__title{
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: -0.3px;
	margin: 5px 0 0 0;
}
.horserace-pdf.action .horserace-pdf__title{
	margin: 10px 0;
}
.horserace-pdf__media{
	width: 372px;
	padding: 10px 10px 10px 2px;
	float: right;
}
.horserace-pdf.action .horserace-pdf__media{
	width: 352px;
}
.horserace-pdf__time{
	font-size: 12px;
	line-height: 2;
	color: #b5b5b5;
	letter-spacing: 0.3px;
	font-weight: bold;
	display: block;
	text-align: center;
	margin: 0 0 5px 0;
}
.horserace-pdf.action .horserace-pdf__time{
	text-align: right;
	margin: 10px;
}
.horserace-pdf__text{
	font-size: smaller;
	line-height: 1.8;
	letter-spacing: -0.3px;
	margin: 5px 0;
}
.horserace-pdf.action .horserace-pdf__text{
	font-size: 16px;
	line-height: 1.5;
	margin: 10px 0;
}
.horserace-pdf__racecard-link{
	text-align: center;
	margin-top: 10px;
}
.horserace-pdf__btn{
}
.horserace-pdf__btn a{
	width: 80px;
	display: inline-block;
	background: #ddd;
	font-size: 12px;
	line-height: 30px;
	padding: 3px 8px;
	margin: 0 3px 10px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	white-space: nowrap;
}

/*--------------------------------------------------------------*/
/* recommend-umatoku */
/*--------------------------------------------------------------*/
.recommend-umatoku{
	border: 1px solid #f14345;
	width: 614px;
	margin: 20px 13px 0 13px;
	overflow: hidden;
}
.recommend-umatoku__img{
	width: 240px;
	padding: 10px 7px 10px 10px;
	text-align: center;
	float: left;
}
.recommend-umatoku__img img{
	width: 220px;
}
.recommend-umatoku__title{
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: -0.3px;
	margin: 10px 0;
}
.recommend-umatoku__media{
	width: 340px;
	padding: 10px 10px 10px 2px;
	float: right;
}
.recommend-umatoku__text{
	line-height: 1.8;
	letter-spacing: -0.3px;
	margin: 5px 0;
}
.recommend-umatoku__link{
	width: 300px;
	height: 40px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	line-height: 40px;
	background: #009a26;
	margin: 0 auto;
	display: block;
}

/*--------------------------------------------------------------*/
/*  */
/*--------------------------------------------------------------*/
.quelon-comments-count-widget{float: right; position: relative; top: 5px; right: 0;}
.boba{font-weight:bold; color:blue;}
.boba a{font-weight: bold; color: blue; text-decoration: none;}
.boba2{font-weight:bold;}
.boba2 a{font-weight: bold; color: blue; text-decoration: none;}
.hinba{font-weight:bold; color:red;}
.hinba a{font-weight: bold; color: red; text-decoration: none;}
.hinba2{font-weight:bold; /* color:red; */}
.hinba2 a{font-weight: bold; color: red; text-decoration: none;}
.senba{font-weight:bold; color:black;}
.senba a{ font-weight: bold; color: black; text-decoration: none;}
.senba2{font-weight:bold; /* color:black; */}
.senba2 a{font-weight: bold; color: black; text-decoration: none;}

/*--------------------------------------------------------------*/
/* blood__table */
/*--------------------------------------------------------------*/
.article__area table.blood__table, .blood__table{width: 380px; border-collapse: separate; border-spacing: 0; font-size: 10px; border-top: 1px solid #999; border-left: 1px solid #999; margin: 0 auto;}
.article__area table.blood__table td, .blood__table td{line-height: 1.5; border-right: 1px solid #999; border-bottom: 1px solid #999; padding: 0 4px;}
.article__area table.blood__table .blood--m, .blood--m{background: #EAF6FD;}
.article__area table.blood__table .blood--f, .blood--f{background: #FDEFF5;}
.blood__caption{text-align: center; margin-bottom: 20px;}



/*--------------------------------------------------------------*/

/* page-error */

/*--------------------------------------------------------------*/
.page-error{
	text-align: center;
	padding: 100px 0 140px 0;
}
.page-error .article__title{margin-bottom: 20px;}
.page-error__link{color: #009a26;}



/*--------------------------------------------------------------*/

/* icon-menu */

/*--------------------------------------------------------------*/
.icon-menu{
	margin-top: 10px;
}
.icon-menu__list{
	display: flex;
	flex-wrap: wrap;
}
.icon-menu__item{
	width: 16%;
	text-align: center;
	margin-top: 10px;
	padding: 0 4px;
}
.icon-menu__item a{
	display: block;
}
.icon-menu__img{
	height: 48px;
	width: 100%;
	margin-bottom: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.icon-menu__img img{
	max-height: 48px;
	max-width: 48px;
	height: auto;
	width: auto;
}
.icon-menu__item span{
	font-size: 12px;
	display: block;
}

.icon-menu_acd__check{
	display: none;
}
.icon-menu_acd__btn{
	width: 4%;
	text-align: center;
	margin-top: 10px;
}
.icon-menu_acd__label{
	height: 72px;
	padding-top: 20px;
	border: 1px solid #ccc;
	display: block;
	cursor: pointer;
	box-sizing: border-box;
}
.icon-menu_acd .icon-menu__item{
	max-height: 0;
	margin-top: 0;
	transition: .5s;
	overflow-y: hidden;
}
.icon-menu_acd__check:checked ~ .icon-menu_acd .icon-menu__item{
	max-height: 72px;
	margin-top: 10px;
	opacity: 1;
}
