@charset "utf-8";

/*-------------------------------------------------------------------------------*/
/* Index Only */
/*-------------------------------------------------------------------------------*/

/* Main Visual
--------------------------------------------------------------------------*/
body#index #main-visual {
	position: relative;
}


/* Small Talk
----------------------------------------------------------------------------*/
body#index #idx-smalltalk {
	position: relative;
}

/* Heading */
body#index #idx-smalltalk h2 {
	margin: 10px 0 0 0;
	border-bottom: 1px #000000 solid;
	padding: 0 0 4px 0;
}

/* Topics List */
body#index #idx-smalltalk dt {
	clear: both;
	display: block;
	margin: 0;
	padding: 5px 0.8em 0 0;
	width: auto;
	font-weight: 700;
	white-space: nowrap;
	float: left;
}

body#index #idx-smalltalk dd {
	display: block;
	margin: 0;
	padding: 5px 0.8em 0 0;
	font-weight: 700;
}

/* Show List Button */
body#index #idx-smalltalk .lnk-showlist {
	position: absolute;
	top: 3px;
	right: 0;
	width: 65px;
}

/* Quest Lineup
--------------------------------------------------------------------------*/
body#index #idx-quest_lineup {
	margin: 18px 0 0 0;
}

/* Heading */
body#index #idx-quest_lineup h2 {
	margin: 0;
}

/* Thumbnail List */
	/* Hack IE6 below */
	* html body#index #idx-quest_lineup ul {
		padding: 19px 0 0 0;
	}

body#index #idx-quest_lineup li {
	position: relative;
	display: block;
	margin: 5px 5px 0 0;
	width: 220px;
	float: left;
}

body#index #idx-quest_lineup li img {
	vertical-align: middle;
}


body#index #idx-quest_lineup li img.icon-satus { /* Status Icon */
	position: absolute;
	top: 0;
	*top: 1px;
	left: 0;
}


/* Recommend
--------------------------------------------------------------------------*/
body#index #idx-recommend {
	margin: 18px 0 0 0;
}
	/* Hack IE6 below */
	* html body#index #idx-recommend {
		margin: 0;
	}

/* Heading */
body#index #idx-recommend h2 {
	margin: 0;
}

/* Recommend List */
body#index #idx-recommend #rcm-list {
	position: relative;
	width: 694px;
	margin: 0 0 0 -14px;
	padding: 0;
}
	/* Hack IE6 below */
	* html body#index #idx-recommend #rcm-list {
		margin-left: -28px;
		width: 708px;
	}

/* Normal Topic */
body#index #idx-recommend .rcm-topic {
	position: relative;
	margin: 0 0 12px 14px;
	width: 333px;
	min-height: 80px;
	float: left;
}
	/* Hack IE6 below */
	* html body#index #idx-recommend .rcm-topic {
		height: 80px
	}

body#index #idx-recommend .rcm-topic .rcm-thumb {
	position: absolute;
	top: 2px;
	left: 0;
}

body#index #idx-recommend .rcm-topic .rcm-txt {
	position: relative;
	margin: 0 0 0 90px;
	padding: 0 0 1.5em 0;
	font-weight: 700;
}

body#index #idx-recommend .rcm-topic .rcm-txt h4 {
	font-weight: 700;
	*font-size: 100% !important;
}

body#index #idx-recommend .rcm-topic .rcm-txt .rcm-date {
	position:absolute;
	bottom: 0.2em;
	color: #666666;
}
	/* Hack IE6 below */
	* html body#index #idx-recommend .rcm-topic .rcm-txt .rcm-date {
		bottom: 1em;
	}

/* Feature Topic */
body#index #idx-recommend .feature {
	clear: both;
	margin: 0 0 16px 0;
	border: 1px #EEEEEE solid;
	width: 668px;
	padding: 5px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	float: none;
}
	/* Hack IE6 below */
	* html body#index #idx-recommend .feature {
			width: 680px;
	}

body#index #idx-recommend .feature .rcm-featthumb {
	margin: 0 10px 0 0;
	width: 327px;
	float: left;
	overflow: hidden;
}

body#index #idx-recommend .feature .rcm-feattxt {
	width: 331px;
	float: right;
}

body#index #idx-recommend .feature h4 p {
	*font-size: 96% !important;
	font-size: 116%;
}

body#index #idx-recommend .feature h4 p strong {
	*font-size: 126% !important;
	font-size: 136% !important;
}

body#index #idx-recommend .feature h4 .small-txt {
	display: block;
	font-size: 61%;
}

body#index .section#main .section {
	clear: both;
	margin: 7px 0 0 0;
}