@charset "utf-8";

/*************************************
	base
*************************************/

#wrap
{
	height: auto;
	min-height: 100%;
	position: relative;
}

#container
{
	padding: 211px 0 163px;
	background: url(../img/common/line_base_gray.png) repeat-x 0 210px;
	background: url(../img/news/line_parts_03.gif) no-repeat 50% 207px, url(../img/common/line_base_gray.png) repeat-x 0 210px;
}

#content
{
	width: 100%;
	padding-bottom: 45px;
	background: url(../img/common/line_base_gray.png) repeat-x 0 100%;
	background:
		url(../img/news/line_parts_03.gif) no-repeat 50% 100%,
		url(../img/common/line_base_gray.png) repeat-x 0 100%,
		url(../img/news/line_parts_05.png) repeat-y 50% 0;
}

#foot
{
	position: absolute;
	bottom: 0;
}

#menu ul li.news a 		{ background-position: 0 -59px; }
#menu ul li.news a span
{
	width: 100%;
	height: 2px;
	left: 0;
	margin-left: 0;
	background: #000000;
	
	transition: height 50ms linear, width 100ms linear, left 100ms linear, margin-left 100ms linear;
	-webkit-transition: height 50ms linear, width 100ms linear, left 100ms linear, margin-left 100ms linear;
}

/*************************************
	returnBtn
*************************************/

#returnBtn
{
	display: block;
	width: 90px;
	height: 90px;
	overflow: hidden;
	position: absolute;
	top: 80px;
	left: 30px;
	background-color: #bbbbbb;
	background: url(../img/common/btn_list.png) no-repeat 50% 50% rgba(118,118,118,0.5);
	text-indent: 100%;
	white-space: nowrap;
}

#returnBtn:hover
{
	background-color: #767676;
	background-color: rgba(118,118,118,0.7);
}

/*************************************
	head
*************************************/

#head
{
	width: 100%;
	padding: 30px 0 34px;
	background: url(../img/common/line_base_gray.png) repeat-x 0 100%;
	background:
		url(../img/news/line_parts_04.gif) no-repeat 50% 0,
		url(../img/news/line_parts_03.gif) no-repeat 50% 100%,
		url(../img/common/line_base_gray.png) repeat-x 0 100%;
	line-height: 30px;
}

#head p.date
{
	width: 900px;
	padding: 0 40px;
	margin: 0 auto;
	font-size: 12px;
	font-size: 1.2rem;
	font-family: HelveticaNeue-Light, "aktiv-grotesk-std-n3", "aktiv-grotesk-std", Arial, sans-serif;
	font-weight: 300;
}

#head h3
{
	width: 900px;
	padding: 0 40px;
	margin: 0 auto;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.3;
}

/*************************************
	description
*************************************/

#description
{
	width: 900px;
	padding: 34px 40px 0 40px;
	overflow: hidden;
	margin: 0 auto;
	background: none;
	background: url(../img/news/line_parts_04.gif) no-repeat 50% 0, none;
}

#description p.txt
{
	width: 600px;
	float: left;
	line-height: 26px;
	font-size: 14px;
	font-size: 1.4rem;
}

#description.noimg p.txt
{
	width: 900px;
}

#description p.txt a:hover
{
	color: #767676;
}

#description p.img
{
	width: 260px;
	float: right;
}

#description p.img img
{
	width: 260px;
	height: auto;
}

/*************************************
	sns
*************************************/

#content ul.sns
{
	width: 900px;
	padding: 45px 40px 0 40px;
	overflow: hidden;
	margin: 0 auto;
}

#content ul.sns li
{
	width: auto;
	height: 30px;
	padding: 0 15px 0 0;
	float: left;
	list-style: none;
}

/*************************************
	arrow
*************************************/

#arrow
{
	width: 100%;
	padding-top: 100px;
	background: none;
	background: url(../img/news/line_parts_04.gif) no-repeat 50% 0, none;
}

#arrow ul
{
	width: 100%;
	height: 70px;
	position: relative;
	background: #767676;
}

#arrow ul li
{
	width: 490px;
	height: 70px;
	position: absolute;
	top: 0;
	list-style: none;
}

#arrow ul li.prev 	{ right: 50%; }
#arrow ul li.next 	{ left: 50%; }

#arrow ul li a
{
	display: block;
	width: 392px;
	height: 34px;
	padding: 18px 0;
	line-height: 19px;
	background: url(../img/common/arrow.png) no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}

#arrow ul li a:hover
{
	background-color: #000000;
}

#arrow ul li.prev a 	{ padding-left: 98px; }
#arrow ul li.next a 	{ padding-right: 98px; background-position: 100% -70px; text-align: right; }

#arrow ul li a span
{
	display: block;
	line-height: 15px;
}
