@charset "UTF-8";

/*汎用設定*/

body
{
	background: #fff;
}
img
{
	border: none;
}
p
{
	margin-bottom: 1em;
}
p:last-child
{
	margin-bottom: 0;
}
#yahoo-new a > div,
#yahoo-recomend a > div
{
	color: #333;
}

/*エリア指定*/

#jack
{
	width: 100%;
	height: 100%;
	max-width: 1920px;
	min-height: 1100px;
	margin: auto;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 1;
	text-indent: -9999px;
	background: url(https://s.yimg.jp/images/games/pc/images/promo/bno/1920_1100/180221_dragonball_w4SNQYT.jpg) no-repeat top;
	margin-top: 55px;
}
#jack a
{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}
#yahoo-header-wrap
{
	background: #eee;
	width: 100%;
	z-index: 11;
	position: fixed;
	height: 50px;
	border-bottom: 5px solid #333;
}
#yahoo-header-wrap #yahoo-header
{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	display: table;
	height: 50px;
}
#yahoo-header-wrap #yahoo-header .text
{
	font-size: 1.6em;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
}
#yahoo-header-wrap #yahoo-header .logo
{
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}
#yahoo-header-wrap #yahoo-header .logo img
{
	height: 25px;
}
#yahoo-content
{
	width: 1200px;
	margin: 317px auto 0 auto;
	z-index: 10;
	overflow: hidden;
	position: relative;
	font-size: 14px;
	line-height: 1.6em;
	line-break: strict;
	word-break: break-all;
	text-align: justify;
	text-justify: distribute;
	background: #fff;
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);
}
#footer
{
	position: relative;
	z-index: 10;
}

/*top area*/

#yahoo-top
{
	width: 1200px;
	height: 548px;
	position: relative;
	background: url(../images/top_bg.jpg) no-repeat;
}
/* sns */
#yahoo-top .socialBtn
{
	position: absolute;
	top: 34px;
	right: 20px;
	width: 230px;
}
.socialBtn > ul
{
	width: 230px;
	margin-left: auto;
}
.socialBtn > ul > li
{
	float: left;
}
.socialBtn ul li:not(:first-child)
{
	margin-left: 10px;
}
.socialBtn .twitter
{
	width: 116px;
	height: 20px;
}
.socialBtn .facebook
{
	width: 95px;
	height: 20px;
}
.socialBtn .facebook .fb-like > span
{
	vertical-align: top !important;
}
.socialBtn .hatenaBookMark
{
	width: 110px;
	height: 20px;
}
.socialBtn .googlePlus
{
	width: 50px;
	height: 20px;
}
/* /sns */
#yahoo-top .icon
{
	position: absolute;
	top: 105px;
	left: 18px;
	z-index: 100;
	background: none;
}
#yahoo-top .newslist-sp-box a
{
	display: block;
	transition: opacity 0.5s ease 0s;
	position: absolute;
	top: 90px;
	left: 30px;
	width: 758px;
	height: 428px;
}
#yahoo-top .newslist-sp-box2 a
{
	display: block;
	transition: opacity 0.5s ease 0s;
	position: absolute;
	top: 90px;
	left: 818px;
	width: 352px;
	height: 199px;
	overflow: hidden;
}
#yahoo-top .newslist-sp-box3 a
{
	display: block;
	transition: opacity 0.5s ease 0s;
	position: absolute;
	top: 319px;
	left: 818px;
	width: 352px;
	height: 199px;
}
#yahoo-top .newslist-sp-box a:hover,
#yahoo-top .newslist-sp-box2 a:hover,
#yahoo-top .newslist-sp-box3 a:hover
{
	opacity: 0.7;
}
#yahoo-top .newslist-sp-box .pic img,
#yahoo-top .newslist-sp-box2 .pic img,
#yahoo-top .newslist-sp-box3 .pic img
{
	width: 100%;
}
#yahoo-top .newslist-sp-box .text,
#yahoo-top .newslist-sp-box2 .text,
#yahoo-top .newslist-sp-box3 .text
{
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.7);
	color: #fff;
	width: 100%;
	padding: 0.5em 1em;
	box-sizing: border-box;
}
#yahoo-top .newslist-sp-box .text .date,
#yahoo-top .newslist-sp-box2 .text .date,
#yahoo-top .newslist-sp-box3 .text .date
{
	color: #FFDE5E;
	font-size: 0.9em;
}
#yahoo-top .newslist-sp-box .text .read,
#yahoo-top .newslist-sp-box2 .text .read,
#yahoo-top .newslist-sp-box3 .text .read
{
	max-height: 3.2em;
	overflow: hidden;
}

/*new area*/

#yahoo-new .frame
{
	padding: 0 30px 30px 30px;
	box-sizing: border-box;
}
#yahoo-new .frame .new-wrap
{
	width: 1160px;
	margin-right: -20px;
	overflow: hidden;
}
#yahoo-new .frame .new-wrap .new-box a
{
	width: 366px;
	float: left;
	margin-right: 20px;
	background: #e0d7cf;
	padding: 16px;
	box-sizing: border-box;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	transition: opacity 0.5s ease 0s;
	display: block;
}
#yahoo-new .frame .new-wrap .new-box a:hover
{
	opacity: 0.7;
	text-decoration: none;
}
#yahoo-new .frame .new-wrap .new-box .pic
{
	width: 336px;
	border: 2px solid #fff;
	box-sizing: border-box;
	margin-bottom: 0.5em;
}
#yahoo-new .frame .new-wrap .new-box .pic img
{
	width: 100%;
}


/*recomend area*/

#yahoo-recomend .frame
{
	padding: 0 30px 30px 30px;
	box-sizing: border-box;
}
#yahoo-recomend .frame .recomend-wrap
{
	width: 1160px;
	margin-right: -20px;
	overflow: hidden;
}
#yahoo-recomend .frame .recomend-wrap .recomend-box a
{
	width: 212px;
	float: left;
	margin-right: 20px;
	background: #e0d7cf;
	padding: 16px;
	box-sizing: border-box;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	transition: opacity 0.5s ease 0s;
	display: block;
}
#yahoo-recomend .frame .recomend-wrap .recomend-box a:hover
{
	opacity: 0.7;
	text-decoration: none;
}
#yahoo-recomend .frame .recomend-wrap .recomend-box .pic
{
	width: 182px;
	border: 2px solid #fff;
	box-sizing: border-box;
	margin-bottom: 0.5em;
}
#yahoo-recomend .frame .recomend-wrap .recomend-box .pic img
{
	width: 100%;
}

#yahoo-wrap
{
	width: 100%;
	display: table;
}

/*archive area*/

#yahoo-archive
{
	display: table-cell;
	width: 800px;
}
#yahoo-archive .frame
{
	padding: 0 30px 10px 30px;
	box-sizing: border-box;
}
#yahoo-archive .frame .archive-wrap
{
	width: 760px;
	margin-right: -20px;
	overflow: hidden;
}
#yahoo-archive .frame .archive-wrap .archive-box a
{
	display: block;
	transition: opacity 0.5s ease 0s;
	width: 360px;
	height: 203px;
	float: left;
	position: relative;
	margin-right: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
#yahoo-archive .frame .archive-wrap .archive-box a:hover
{
	opacity: 0.7;
}
#yahoo-archive .frame .archive-wrap .archive-box .pic img
{
	width: 100%;
}
#yahoo-archive .frame .archive-wrap .archive-box .text
{
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.7);
	color: #fff;
	width: 100%;
	padding: 0.5em 1em;
	box-sizing: border-box;
}
#yahoo-archive .frame .archive-wrap .archive-box .text .date
{
	color: #FFDE5E;
	font-size: 0.9em;
}
#yahoo-archive .frame .archive-wrap .archive-box .text .read
{
	max-height: 3.2em;
	overflow: hidden;
}

/*banner area*/

#yahoo-banner
{
	display: table-cell;
	width: 400px;
	background: #fff;
}
#yahoo-banner .frame
{
	padding: 0 30px 30px 30px;
	box-sizing: border-box;
}
#yahoo-banner .frame ul.banner
{
	width: 100%;
	list-style: none;
	margin-bottom: 30px;
}
#yahoo-banner .frame ul.banner li
{
	margin-bottom: 0.5em;
}
#yahoo-banner .frame ul.banner li a
{
	transition: opacity 0.5s ease 0s;
}
#yahoo-banner .frame ul.banner li a:hover
{
	opacity: 0.7;
}
#yahoo-banner .frame ul.banner li img
{
	width: 100%;
}

/*copyright*/
#sp-copyright
{
	padding: 0 0 20px;
	text-align: center;
	font-size: 12px;
	color: #333;
}