@charset "utf-8";

/* ---------------------------
	[home]
--------------------------- */

/* common.css overwrite */

#home a {
	color: #333;
}
#home a:hover {
	color: #C3181F;
}
#home #mainArea {
	display: inline;
	float: left;
	width: 675px;
	border: none;
	background: #FFF;
	text-align: left;
}　
	#home #mainArea .inner {
		margin: 0;
	}


#home #subArea {
	display: inline;
	float: right;
	width: 235px;
	padding-top: 0px;
	text-align: left;
}
	#home #subArea .part {
		margin-top: 15px;
		background: #FFF;			
	}
		#home #subArea .part h2 {
			height: 26px;
			padding: 0;
			background-position: left top;
			background-repeat: no-repeat;
		}
		#home #subArea .part div {
			padding-bottom: 0;
		}
			#home #subArea .part p {
				margin: 0;
			}


/* home */
.mainPctBlock {
	width: 675px;
	height: 380px;
	z-index: 1;
}

#mainPctClip img {
	position: absolute;
	clip: rect(auto 671px auto auto);
}


#topSS ul li, #topSSS ul li {
    position: absolute;
}


div.ftbnrBlock {
    margin: 10px auto 20px;
    width: 880px;
    text-align: left;
}
div.ftbnrBlock h4 {
    color: #999;
    font-family: "Arial Black";
    font-size: 117%;
    margin-bottom: 5px;
}
div.ftrBlock {
	width: 920px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
ul.bnrBlock {
    margin: 0 -17px 0 0;
    padding: 0;
}
ul.bnrBlock li {
    margin: 0;
	padding: 0 17px 10px 0;
	float: left;
}


	#subArea .blogBlock h2 {
		background: url(/images/h2_blog.gif);
	}
		#subArea .blogBlock ul li {
			padding: 3px 1px 0 1px;
		}
		#subArea .blogBlock ul li.fst {
			padding-top: 0;
			border-top: none;
		}
			#subArea .blogBlock ul li h3 {
				padding: 5px 0 0 68px;
				font-family: Arial;
				font-weight: bold;
				font-size: 117%;
			}
			#home #subArea .blogBlock ul li h4 {
				margin: 2px 0 0 68px;
				font-size: 84%;
				font-weight: bold;
			}
			#home #subArea .blogBlock ul li p {
				padding: 4px 0 0 68px;
				color: #666;
				font-size: 84%;
			}
			#home #subArea .blogBlock ul li p.pct {
				float: left;
				padding: 0 0 4px 0;
			}
			#home #subArea .blogBlock ul li p.excerpt {
				clear: both;
				padding: 0;
				color: #333;
			}

#home #subArea .shoplistBlock {
	margin: 10px 0 0 5px;
}
	#home #subArea .shoplistBlock h3 {
		margin-bottom: 5px;
		font-size: 117%;
	}
	#home #subArea .shoplistBlock ul {
		margin-top: 6px;
	}
		#home #subArea .shoplistBlock ul li {
		  margin: 0 0 5px 2px;
		  font-size: 84%;
		  
		}
        #home #subArea .shoplistBlock ul li .br-mh {
            color: #c4181f;
        }
        #home #subArea .shoplistBlock ul li .br-mg {
            color: #76641a;
        }
    #home #subArea .shoplistBlock .brandMenu {
        text-align: right;
    }
        #home #subArea .shoplistBlock .brandMenu .mh {
            color: #c4181f;
            font-size: 84%;
        }
        #home #subArea .shoplistBlock .brandMenu .mg {
            color: #76641a;
            font-size: 84%;
        }

					

/* ---------------------------
	batch setting
--------------------------- */
/* hidden elements */
.hidden {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}


/* off-left */
.mainPctBlock h2,
.mainPctBlock p.lead,
#home #subArea .part h2 {
	font-size: 1px;
	text-indent: -9999em;
	/*\*/
	overflow: hidden;
	/**/
}


/* clearfix */
#home #mainArea:after,
#subArea .blogBlock ul li:after,
#home #subArea .shoplistBlock ul:after { 
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	content: ".";
}
#home #mainArea,
#subArea .blogBlock ul li,
#home #subArea .shoplistBlock ul {
	display: inline-block;
}
/*\*/
* html #home #mainArea,
* html #subArea .blogBlock ul li,
* html #home #subArea .shoplistBlock ul {
	height: 1em;
}
#home #mainArea,
#subArea .blogBlock ul li,
#home #subArea .shoplistBlock ul {
	display: block;
}
/* ---------------------------
201102リニューアル用追加@ilovex_hashimoto
--------------------------- */
#home #mainblock {
	float: left;
	width: 655px;
	text-align: left;
}
#home #sidemenu {
	float: left;
	width: 265px;
}
#home #sidemenu h2, #home #subblock h2 {
	padding-bottom: 3px;
}
#home #sidemenu h3 {
	font-size: 117%;
	font-family: "Arial Black";
	margin-bottom: 3px;
}
#home #sidemenu .block {
	margin-bottom: 30px;
}
#home #sidemenu dt, #home #sidemenu dd{
	float: left;
}
#home #sidemenu dt{
	width: 70px;
}
#home #sidemenu dd{
	width: 195px;
}
#home #sidemenu #news h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C9CACA;
}
#home #sidemenu #news dt, #home #sidemenu #news dd{
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e4e4e4;
}
#home #sidemenu #blog {
	margin-bottom: 50px;
}
#home #sidemenu #blog dl{
	margin-bottom: 30px;
}
#home #sidemenu #products li {
	width: 263px;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #CACACA;
	border-right-color: #CACACA;
	border-bottom-color: #FFF;
	border-left-color: #CACACA;
	background-repeat: no-repeat;
}
#home #sidemenu #products #products-01 {
	background-image: url(/common/images201102/product_base_01.png);
}
#home #sidemenu #products #products-02 {
	background-image: url(/common/images201102/product_base_02.png);
}
#home #sidemenu #products #products-03 {
	background-image: url(/common/images201102/product_base_03.png);
}
#home #sidemenu #products .base-0405 {
}
#home #sidemenu #products .base-0405 li {
	float: left;
	width: 130px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #FFF;
	border-bottom-color: #CACACA;
}

#home #sidemenu #products li#products-05 {
	float: left;
	width: 131px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CACACA;
	border-bottom-color: #CACACA;
}

#home #sidemenu #products #products-04 {
	background-image: url(/common/images201102/product_base_04.png);
}
#home #sidemenu #products #products-05 {
	background-image: url(/common/images201102/product_base_05.png);
}
#home #sidemenu #products li.bl-hover, #home #sidemenu #products li#products-05.bl-hover {
	border: 1px solid #C4181F;
	color: #333;
}
#home #sidemenu #products .staff {
	float: left;
	width: 60px;
	padding-top: 50px;
	padding-left: 10px;
	font-size: 0.9em;
	line-height: 1.3em;
}
#home #sidemenu #products .photo {
	float: right;
	width: 175px;
	padding-top: 10px;
	text-align: center;
	height: 130px;
}
#home #sidemenu #products .comment {
	float: right;
	width: 175px;
	padding-right: 5px;
	padding-bottom: 10px;
	text-align: justify;
	text-justify:distribute;
}
#home #sidemenu #products #products-04 .staff, #home #sidemenu #products #products-05 .staff {
	padding-top: 5px;
	padding-left: 55px;
	float: none;
}
#home #sidemenu #products #products-04 .photo, #home #sidemenu #products #products-05 .photo {
	width: auto;
	padding-top: 10px;
	text-align: center;
	float: none;
	height: 100px;
}
#home #sidemenu #products #products-04 .comment, #home #sidemenu #products #products-05 .comment {
	width: auto;
	padding-right: 11px;
	padding-left: 11px;
	float: none;
}
#home .ftrBlock #subblock {
	float: right;
	width: 235px;
	text-align: left;
}


#home #contents {
	float: right;
	width: 300px;
	border: 1px solid #e8e5dc;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#home #contents .block {
	padding-top: 15px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CACACA;
}
#home #contents .block-top {
	padding-bottom: 30px;
}
#home #contents h2 {
	margin-bottom: 10px;
}
#home #contents h2.top {
	margin-bottom: 20px;
	text-align: center;
}
#home #contents #mov {
	background-color: #E8E2D6;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#home #contents a.photo img {
	border: 6px solid #E8DCCD;
	float: left;
}
#home #contents a.photo:hover img {
	border: 6px solid #F6DAD4;
}
#home #contents .comment {
	float: right;
	width: 138px;
	text-align: justify;
	text-justify:distribute;
}
#home #contents .btn a {
	display: block;
	height: 30px;
	background-position: left top;
	background-repeat: no-repeat;
	width: 80px;
	background-image: url(/common/images201102/btn_more.gif);
	text-indent: -9999em;
	overflow:hidden;
	text-align: left;
	margin-left: 55px;
	font-size: 12px;
}
#home #contents .btn a:hover {
	background-position: left bottom;
}
#subblock h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	margin-bottom: 10px;
}
#subblock h3 {
	font-size: 1.1em;
	padding-top: 5px;
	padding-bottom: 3px;
}
#subblock .block, #subblock .block-L {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	font-size: 0.9em;
	margin-bottom: 11px;
	padding-bottom: 11px;
}
#subblock .block img, #subblock .block-L img {
	float: left;
}
#subblock .block a img, #subblock .block-L a img {
	border: 1px solid #FFF;
}
#subblock .block a:hover img, #subblock .block-L a:hover img {
	border: 1px solid #C4181F;
}
#subblock .comment {
	text-align: justify;
	text-justify:distribute;
}
#subblock .block .box, #subblock .block-L .box {
	float: right;
}
#subblock .block .box {
	width: 160px;
}
#subblock .block-L .box {
	width: 110px;
}


/* kotoha  co area */

/* ウィジェット全体を画像の幅だけずらす */
#設置ID .kotohaco_rsview_itemwindow div {
padding-left: 30px; /* 順位アイコン画像の幅だけ全体を右に */
}
/* 1位の商品 */
#kotohaco_ran .seq001 {
background-image: url("http://www.mother-house.jp/common/images201102/ranking_01.png"); /* 順位アイコン*/
background-repeat:no-repeat; /* 繰り返しなし */
}
/* 2位の商品 */
#kotohaco_ran .seq002 {
background-image: url("http://www.mother-house.jp/common/images201102/ranking_02.png"); /* 順位アイコン */
background-repeat:no-repeat; /* 繰り返しなし */
}

/* 3位の商品 */
#kotohaco_ran .seq003 {
background-image: url("http://www.mother-house.jp/common/images201102/ranking_03.png"); /* 順位アイコン */
background-repeat:no-repeat; /* 繰り返しなし */
}

/* 4位の商品 */
#kotohaco_ran .seq004 {
background-image: url("http://www.mother-house.jp/common/images201102/ranking_04.png"); /* 順位アイコン */
background-repeat:no-repeat; /* 繰り返しなし */
}

/* 5位の商品 */
#kotohaco_ran .seq005 {
background-image: url("http://www.mother-house.jp/common/images201102/ranking_05.png"); /* 順位アイコン */
background-repeat:no-repeat; /* 繰り返しなし */
}

#kotohaco_ran .kotohaco_rsview_item .item_title{
padding-left:8px;
padding-top:60px;
width:130px;
font-weight: bold;
}

#kotohaco_ran .kotohaco_rsview_item .item_image{
padding-top:2px;
padding-right:2px;
float:right;
}

#kotohaco_ran .kotohaco_rsview_item .item_image img{
/*position: absolute;
clip: rect(5px, auto, 145px, auto);*/
}

#kotohaco_ran .kotohaco_rsview_item .item_data2{
padding:10px 5px 5px 8px;
/*padding-left:150px;*/
width:130px;
}

#kotohaco_ran li  {
    background-repeat: no-repeat;
    border-color: #CACACA #CACACA #FFFFFF;
    border-style: dashed;
    border-width: 1px;
    display: block;
    width: 263px;
}

#kotohaco_ran .seq005 {
    background-repeat: no-repeat;
    border-color: #CACACA;
    border-style: dashed;
    border-width: 1px;
    display: block;
    width: 263px;
}

