@charset "utf-8";

/*
* 特集一覧専用
* - 特集一覧[/special/index.html]
*/

/*英語TITLE*/
#contents h2{
	width: 948px;
	height: 64px;
	border-color: #dcdcdc;
	border-style: solid;
	border-width: 0 0 1px 0;
}

/*日本語TITLE*/
#contents div.title{
	border-color: #dcdcdc;
	border-style: solid;
	border-width: 0 0 1px 0;
}

#contents div.title h2{
	width: 720px;
	height: 77px;
	border: none;
}


/*メインエリア*/
div.main{
	border-color: #dcdcdc;
	border-style: solid;
	border-width: 0 0 1px 0;
}

/*ページトップ*/
#contents div.pagetop{
	width: 948px;
	height: 90px;
}

#contents div.pagetop ul{
	float: right;
	width: 97px;
	height: 23px;
	padding: 9px 8px 0 0;
}

#contents div.pagetop ul li,
#contents div.pagetop ul li a{
	display: block;
	width: 97px;
	height: 23px;
}

#contents div.pagetop ul li a{
	background: url(../image/btn_pgtp.gif) no-repeat 0 0;
}


/*
*　
*　特集一覧
*　
*/
body#special div.main div.heightLine{
	border-color: #dcdcdc;
	border-style: solid;
	border-width: 0 1px 0 0;
}

body#special div.main div.sp-box{
	float: left;
	width: 214px;
	padding: 11px 11px 15px 11px;
}

body#special div.main div.sp-box p.btn{
	margin-bottom: 2px;
}


body#special div.main div.sp-box p.catch{
	margin-bottom: 9px;
}


body#special div.main div.sp-box h3{
	margin-bottom: 15px;
}

body#special div.main div.sp-box p.text{
	width: 214px;
	line-height: 150%;
}





