@charset "UTF-8";
@import url("cover.css");

/* トップページ-------------------------------------------------------------------------- */
#top #main_three {
	padding:0;
}

#imageContainer {
position:relative;
margin:auto;
width:590px;
height:192px;
margin:0 0 10px;
}
#imageContainer img {
display:none;
position:absolute;
top:0;
left:0;
}

#top h2 {
margin-top:10px;
margin-bottom:0;
}
#top .search {
	margin:0;
}

/* コラム */
#top_column {
	margin:10px 0;
}
.box_column {
	margin:5px 0 0;
	min-height:50px;
}
.column_icon {
	float:left;
	width:30px;
	margin:0 10px 0 0;
}
.column_icon img {
	width:30px;
	height:30px;
}
.column_body {
	float:left;
	width:238px;
}
.column_date {
	font-size:11px;
	color:#666;
}
.column_title {
	font-weight:bold;
	font-size:11px;
	/*border-bottom:1px solid #CCC;
	padding-bottom:1px;*/
}
.column_title a {
	text-decoration:underline;
}
.column_title a:hover {
	text-decoration:none;
}
.column_item {
}
#top_column .btn_arrow {
	margin-top:3px;
}

/* NEW! */
.column_item .mark {
font-size:11px;
font-weight:bold;
letter-spacing:1.5px;
background-color:#F4F4F4;
}

/* セレクション＋おすすめ */
#top .rc-line-gray {
}
#top .rc-line-gray .s_gray {
	margin:0;
}
	/* 人気セレクション */
	#top_selection {
	}
	#top_selection h3 {
		float:left;
		margin-right:10px;
	}
	#top_selection .btn_arrow {
		float:right;
		margin:5px 10px 0 0;
	}
	#top_selection .btn_make_selection {
		float:right;
	}
	#top_selection .box_image {
		float:left;
		margin:0 0 0 22px;
		_margin:0 0 0 15px;
		width:87px;
	}
	#top_selection .box_image img {
		float:left;
		width:80px;
		vertical-align:bottom;
	}
	#top_selection .shadow {
		float:left;
		width:7px;
		height:106px;
		display:block;
		background:url(images/shadow_gray.jpg) repeat-y right 10px;
	}
	#top_selection .wrap_rack {
		margin-top:10px;
	}
	#top_selection .top_rack {
		background:url(images/top_rack.jpg) no-repeat;
		width:565px;
		height:15px;
	}
		
	/* おすすめ */
	#top_recommend {
		margin:10px 0 0;
	}
	#top_recommend h3 {
		margin-bottom:0;
	}
	#top_recommend .box_recommend {
		margin:5px 0 10px;
	}
	#top_recommend .box_recommend strong {
		line-height:160%;
		font-size:14px;
	}
	
	#top_recommend .table_line td {
		width:25%;
		text-align:center;
	}
	#top_recommend .rc-line-gray img {
		width:60px;
		height:80px;
	}
	#top_recommend .box_img_s {
	width:80px;
	margin:0 auto -60px;
	}
	#top_recommend .title_name a {
		font-size:12px;
		font-weight:normal;
		text-decoration:none;
	}


/* コンテンツ共通-------------------------------------------------------------------------- */
.box_std {
	padding:0 10px;
}

/* welcomeページ-------------------------------------------------------------------------- */

#welcome {
}
#welcome .lead {
margin:0 0 15px;
}
#welcome .box_body {
	margin:0 0 20px;
}
#welcome .box_body ol {
	font-weight:bold;
	font-size:14px;
}
#welcome .box_body ul {
	font-weight:normal;
	font-size:12px;
	margin:10px 0 15px;
	margin-left:1.5em;
	list-style:square;
}
#welcome .rc-line-gray .btn_arrow {
	margin:10px 0 5px;
}

/* お問い合せ-------------------------------------------------------------------------- */
#inquily {
}
#inquily .box_line {
line-height:180%;
}
#inquily h2 {
margin-top:15px;
}
#inquily #gray h3 {
margin-top:15px;
}
#inquily #gray .mark {
font-weight:bold;
}
