@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 {}
.category .title h1 {
	margin: 0px 0px 10px;
	height: 120px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(../img/datespot/title.jpg) left top no-repeat;
}

.category .title p {
	margin: 0px 80px 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_yellow.gif) left center no-repeat;
}

.category .backnumber li p {margin: 0px 0px 8px 18px; font-size: 15px;}




/* ===== [page type] article pages ===== */
.article .entry h2 {
	margin: 2.4em 0px 10px;
	padding: 3px 0px 0px 8px;
	border-left: 8px solid #A5943A;
	color: #111111;
	font-size: 17px;
	background: url(../img/common/border_x.gif) left top repeat-x;
}
	.article .entry h2.rentame {border-color: #BC2F32;}

.article .entry h3 {margin: 1.6em 0px 5px; color: #A5943A;}

.article .entry p {margin: 0px 5px 1.2em;}

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

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


/* ----- spot list ----- */
.article .entry ul.spotlist {margin: 0px 10px 1.5em; list-style-type: none; zoom: 1;}
.article .entry ul.spotlist:after {
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}/* for modern browser */
.article .entry ul.spotlist li {
	float: left;
	margin-bottom: 5px;
	width: 50%;
	text-indent: 12px;
	background: url(../img/common/triangle_yellow.gif) 0px 3px no-repeat;
}


/* ----- talk section ----- */
.article .entry dl.talk {margin: 0px 10px 1.5em; padding: 15px 15px 1px; background-color: #FFFAC7; zoom: 1;}
.article .entry dl.talk dt {margin: 0px 0px 5px; color: #CC0000; font-size: 15px; font-weight: bold;}
	.article .entry dl.talk dt.rentame {color: #346E37;}
.article .entry dl.talk dd {margin: 0px 0px 1.5em 8px; color: #555555;}

.article .entry dl.talk dd p {font-size: 13px; margin: 0px 0px 1em;}
.article .entry dl.talk dd p strong {color: #CC0000; font-weight: normal;}

.article .entry dl.talk dd .img_right {margin: 0px 0px 5px 10px;}


