@charset "utf-8";

/*===================================================
*
*	news style sheet
*
*	1. outline
*		1-1. base
*		1-2. lnavi
*	2. newsItem
*		2-1. contents
*		2-2. sidebar
*
====================================================*/

/* ---------------------------------------
 1. outline
----------------------------------------*/

/*
 1-1. base
---------------------------------*/

div.newsList {
	position: relative;
	border: 4px solid #aaa;
	padding: 46px 16px 6px 16px;
}

div.newsCatList{
	position: relative;
	padding: 0;
}

*html div.newsCatList{
	height:18px;
	padding: 5px 16px 6px 16px;
}


div.newsList h3 {
	position: absolute;
	top: -4px;
	left: -4px;
	z-index: 1;
	width: 950px;
	background: #FFF;
	border-bottom: 4px solid #000;
}

body.sanbu div.newsList h3 {
	width: 850px;
}

div.newsList h3 span {
	position: absolute;
	z-index: 2;
	margin:11px 0px 0px 43px;
	color: #fff;
	letter-spacing: 2px;
	font-size: 13px;
}

div.newsList h3 img {
	position: relative;
	top: 4px;
}

/*
 1-2. lnavi
---------------------------------*/

div.newsList ul.lnavi,
div.newsCatList ul.lnavi {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}

div.newsCatList ul.lnavi {
	left: 0;
	position: relative;
}

div.newsList ul.lnavi:after,
div.newsCatList ul.lnavi:after{
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
div.newsItem:after{
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

div.newsList ul.lnavi li,
div.newsCatList ul.lnavi li {
	float: left;
	padding:2px 9px 2px 8px;
	background: url("/image/common/bg_dotline_v.gif") repeat-y left 0;
	margin-bottom: 5px;
}

div.newsList ul.lnavi a,
div.newsCatList ul.lnavi a{
	display: block;
	background: url("/image/common/bg_arrow_01.gif") no-repeat 0 4px;
	padding-left: 13px;
}


/* ---------------------------------------
 2. news item
----------------------------------------*/

/*
 2-1. contents
---------------------------------*/
div.newsItem {
	border:1px solid #AAAAAA;
	margin:0 0 10px;
	padding:10px;
}

div.newsItem div.contents {
	float: right;
	width: 710px;
}

body.sanbu div.newsItem div.contents {
	width: 610px;
}

div.newsItem div.contents:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

div.newsItem div.contents div.left {
	width: 520px;
	float: left;
	padding-right: 10px;
}

body.sanbu div.newsItem div.contents div.left {
	width: 420px;
}

div.newsItem div.contents div.banner {
	width: 165px;
	display: inline;
}

div.newsItem div.contents div.banner p {
	margin-bottom: 10px;
}

div.newsItem div.contents div.newsBody {
	padding-left: 10px;
}

div.newsItem div.sidebar {
	float: left;
	width: 165px;
}

div.newsItem p.update {
	font-size: 92%;
	margin: 10px 0 15px;
	padding-left: 10px;
	color:#555;
}

div.newsItem div.contents div.newsBody p{
	line-height: 1.7;
	margin-bottom: 1.7em;
}


div.newsItem div.contents div.newsBody p.buy {
	padding:0;
	margin:0.5em 0;
}

*html div.newsItem div.contents div.newsBody p.buy {
	width:420px;
}

div.newsItem p.guide a {
	cursor: pointer;
}

div.newsItem div.contents div.newsBody p.buy a.btn-01 {
	background:transparent url(/image/common/bg_cart-circle.gif) no-repeat 0 50%;
	white-space:normal;
	padding-left:26px;
}


a.btn-01 span {
	background:none;
	color:#555;
	display:table-cell;
	height:20px;
	text-decoration:underline;
}

div.newsItem div.contents div.newsBody p.profile{
	margin-bottom: 0.7em;
}

div.newsItem div.contents div.newsBody div.talentProfileLink{
	padding-top:1.0em;
	background: url("/image/common/bg_dotline.gif") repeat-x;
	margin:1.7em 0;
}

a.btn-02 {
	background: url("/image/common/bg_profile-left.gif") no-repeat;
	display: table-cell;
	padding-left: 25px;
	text-decoration: none;
	color: #333;
	white-space: nowrap;
	font-size: 109%;
}

a.btn-02 span {
	background: url("/image/common/bg_profile-right.gif") no-repeat right 0 ;
	padding-right: 15px;
	height: 27px;
	display: table-cell;
	line-height: 27px;
}

a.btn-02:hover {
	color:#e00;
}



/*
 2-2. sidebar
---------------------------------*/

div.newsItem div.sidebar p {
	margin-bottom: 10px;
}

div.newsItem div.sidebar p.guide {
	background: url("/image/news/bg_detail.gif") no-repeat;
	padding: 7px 0 0 10px;
	height: 40px;
}

div.newsItem div.sidebar p.guide a {
	background: url("/image/common/bg_arrow_02.gif") no-repeat 0 3px;
	color: #FFF;
	padding-left: 15px;
	text-decoration: none;
	display: block;
}

div.newsItem div.sidebar p.photo {
	margin-bottom:0;
}

div.newsItem div.sidebar p.talentName {
	text-align:center;
	background:#eee;
	padding: 4px  0;
	width:164px;
}
div.newsItem div.sidebar p.talentName  a{
	color:#111;
	text-decoration:none;
}


