@charset "utf-8";

/* ===== import basic style ===== */
@import "base.css";
@import "common.css";
@import "navi.css";
@import "font.css";

/* local column */
@import "local.css";



/* ===== category style ===== */
/* column setting */


/* local parts */





/* ===== [page type] contents top ===== */
/* ----- title area ----- */
/*
.category .title {background: url(../img/sp2/bg.jpg) right top no-repeat;}
.category .title h1 {
	margin: 0px 0px 10px;
	height: 130px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(../img/sp2/title.gif) left top no-repeat;
}

.category .title p {
	margin: 0px 200px 0px 0px;
	padding: 3px 10px;
	border-left: 9px solid #A5943A;
	line-height: 1.3;
}
*/


/* ----- back number list ----- */
.category .backnumber {}
.category .backnumber li {}

.category .backnumber li h2 {}
.category .backnumber li h2 a {
	padding-left: 18px;
	background: url(../img/common/arrow_orange.gif) left center no-repeat;
}

.category .backnumber li p {margin: 0px 0px 8px 18px;}




/* ===== [page type] article pages ===== */
.area_main .entry {margin-bottom: 30px;}

.area_main .entry h1 {
	margin: 0px 0px 5px;
	padding: 0;
	border: 0;
	height: 130px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(../img/sp2/title.gif) left top no-repeat;
}

.area_main .entry h2 {
	margin: 2em 0px 10px;
	padding: 0;
	height: 41px;
	color: #373535;
	font-size: 17px;
	line-height: 1.3;
	text-indent: -10000px;
	overflow: hidden;
	background: #FFFFFF left top no-repeat;
}
	.area_main .entry h2#article {display: none;}
	.area_main .entry h2#recom {background-image: url(../img/sp2/belt_recom.gif);}
	.area_main .entry h2#pickup {background-image: url(../img/sp2/belt_pickup.gif);}
	.area_main .entry h2#topics {background-image: url(../img/sp2/belt_topics.gif);}


.area_main .entry h3 {margin: 0px 5px 5px; color: #A5943A;}

.area_main .entry p {margin: 0px 5px 1.2em;}
.area_main .entry p.intro {font-size: 13px;}

.area_main .entry ul {margin: 0px 30px 1.5em; line-height: 1.2; list-style-type: square;}
.area_main .entry ul li {margin: 0px 0px 3px;}

/*
.area_main .entry ol {margin: 0px 35px 1.5em; line-height: 1.2;}
.area_main .entry ol li {margin: 0px 0px 3px;}
*/


/* ----- [section] article list ----- */
.area_main .entry ol.list_article {
	margin: 0px 0px 20px 30px;
	/margin-left: 33px;
	padding: 0;
	color: #996666;
	font-size: 15px;
	font-weight: bold;
}
.area_main .entry ol.list_article li {margin: 0px 0px 10px; padding: 0;}

.area_main .entry ol.list_article li h3,
.area_main .entry ol.list_article li h4 {display: inline; margin: 0; /margin-left: -3px; padding: 0; font-size: 15px;}
.area_main .entry ol.list_article li h3 span,
.area_main .entry ol.list_article li h4 span {margin-left: 5px; color: #DE0000; font-size: 13px;}
.area_main .entry ol.list_article li p {
	margin: 3px 0px 0px -15px;
	/margin-left: -18px;
	padding: 0;
	color: #454545;
	font-size: 15px;
	font-weight: normal;
}

/* setting reset */
.area_main .entry ol.list_article li h3 a {
	display: inline;
	width: auto;
	height: auto;
	text-indent: 0px;
	overflow:auto;
	background: none;
}


/* ----- [section] recommendation contents ----- */
.area_main .entry .section {margin: 0px 10px 10px; zoom: 1;}
.area_main .entry .section:after {
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}/* for modern browser */

.area_main .entry .section img {float: left; margin-right: 10px;}

.area_main .entry .section ul {margin: 0px; padding: 3px 0px; list-style-type: none;}
.area_main .entry .section ul li {margin: 0px 0px 3px; padding: 0px; font-size: 15px;}

.area_main .entry .section p {margin: 0; padding: 0;}


/* ----- [section] pickup list ----- */
.area_main .entry ul.list_pickup {margin: 12px 0px 18px 10px; font-size: 15px; line-height: 1.3; list-style-type: none;}
.area_main .entry ul.list_pickup li {
	margin: 0px 0px 8px;
	padding: 0px 0px 2px 21px;
	background: url(../img/sp2/icon_rabbit.gif) 0px 3px no-repeat;
}


/* ----- [section] pickup topics ----- */
.area_main .entry ul.list_topics {margin: 0px 10px 20px; font-size: 15px; line-height: 1.6; list-style-type: none;}
.area_main .entry ul.list_topics li {margin: 0px 0px 10px; zoom: 1;}
.area_main .entry ul.list_topics li:after {
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}/* for modern browser */

.area_main .entry ul.list_topics li img {float: left; margin-right: 10px; border: 1px solid #CCCCCC;}
.area_main .entry ul.list_topics li p {margin: 5px 0px 0px; line-height: 1.5;}


