@charset "Shift_JIS";

/* ----------------------------------------
	common setting
---------------------------------------- */

#main em {
	font-style: normal;
	font-weight: bold;
}

.pink01 {
	color: #e9553c;
}

.red01 {
	color: #cc0000;
}

/* ----------------------------------------
	font-size setting
---------------------------------------- */

.font_small {
	font-size: 80%;
	line-height: 1.4;
}

/* ----------------------------------------
	link setting
---------------------------------------- */

.d_link:link,
.d_link:visited {
	color: #0000ff;
	text-decoration: underline;
}

.d_link:hover,
.d_link:active {
	color: #0000ff;
	text-decoration: underline;
}

/* ----------------------------------------
	メインビジュアル
---------------------------------------- */

div#contents div#main {
	width: 670px;
	padding-left: 10px;
}

#main #flash {
	margin: 12px 0 20px;
}

#main ul#box_bn {
	padding-bottom: 14px;
	width: 660px;
}

#main ul#box_bn li {
	float: left;
	padding: 0 9px 6px 0;
	font-size: 0;
	line-height: 0;
}

#main ul#box_bn li.li_r {
	padding-right: 0;
}

#main h3 {
	padding-bottom: 8px;
}

/*----------------------------------------
	関連サイト
-----------------------------------------*/

#main #site {
	width: 660px;
	margin-bottom: 30px;
}

#main #site #daimaru {
	width: 650px;
	margin-bottom: 20px;
	padding-left: 5px;
}

#main #site #daimaru p#d_text01 {
	padding-top: 5px;
	text-align: right;
}

#main #site iframe {
	display: block;
}

/*------　以下動的ページにて使用　--------*/

/*----------------------------------------
	新着情報
-----------------------------------------*/

div.area-information{
	width: 650px;
	margin: 0 0 20px 5px;
}

div.area-information h3.h-bar{
	margin: 10px 0;
	width: 660px; height: 26px;
	background: no-repeat;
	text-indent: -9999px;
}

div.area-information dl.list-news{
	width: 650px;
	overflow: hidden;
	line-height: 1.5;
}

div.area-information dl.list-news dt{
	float: left;
}

div.area-information dl.list-news dt span.pt-arrow{
	padding: 0 0 0 15px;
	background: url("../../m_images/cms/main/pt_arrow.gif") no-repeat left center;
}

div.area-information dl.list-news dd{
	float: right;
	width: 570px;
}

	/* 関連サイト */
div.area-information h3#h-relatedsite{
	background-image: url("../../m_images/cms/main/h_relatedsite.gif");
}

ul#list-relatedsite li{
	float: left;
	margin: 5px 10px 5px 0;
	width: 325px;
}

ul#list-relatedsite li.li-end{
	margin-right: 0;
}

/*----------------------------------------
	ブランドで探す
-----------------------------------------*/

div#recommend-banner-2{
	width: 660px;
	margin: 0 auto 20px auto;
	overflow: hidden;
}

div#recommend-banner-2 h3{
	float: left;
	width: 161px;
	line-height: 1.7;
	padding-right: 5px;;
	font-size: 90%;
	font-weight: normal;
	overflow: hidden;
} 

div#recommend-banner-2 h3.banner-large{
	width: 660px;
	float: none;
} 

div#recommend-banner-2 ul{
	width: 665px;
	margin-left: -5px;
	overflow: hidden;
}

div#recommend-banner-2 ul li{
	float: left;
	padding-left: 5px;
	width: 161px;
	line-height: 1.7;
	font-size: 90%;
	font-weight: normal;
	overflow: hidden;
	margin-bottom: 10px;
}
 
div#recommend-banner-2 h3 a{
/*		text-decoration: none;*/
}

div#recommend-banner-2 h3 a img{
/*		border: 1px solid #d0d0d0;*/
}

div#recommend-banner-2 h3.last{
	padding-right: 0;
}

/*----------------------------------------
	絞り込み検索
-----------------------------------------*/

div#box-search-body {
	width: 640px;
	padding: 10px;
}

div#box-search-body input.tbox{
	float: left;
	width: 130px;
	margin: 2px 10px 0 0;
}

div#box-search-body select{
	width: 130px;
	margin: 0 10px 10px 0;
}

div#box-search-body a.btn-search{
	display: block;
	width: 65px; height: 25px;
	vertical-align: top;
	background: url("../../m_images/search/btn_search.gif") no-repeat;
	border: none;
	font-size: 1.5em;
	text-indent: -9999px;
	cursor: hand;
	overflow: hidden;
}

