@charset "utf-8";


/* 初期化
========================================*/

*{
	padding:0;
	margin:0;
}

img{
	border:0px;
	vertical-align:bottom;
}

li{
	list-style-type: none;
}

.clear{
	clear:both;
	font-size:1px;
}

/*---clearfix---*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* レイアウト
========================================*/
/* コンテンツ枠
----------------------------------------*/

body{
	background: #fff;
	color: #333;
	font-size: 0.83em;
	line-height: 1.2;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica;
}


#container {
	margin: 0 auto;
	width: 940px;
}

#header {
	position: relative;
}

#contents {
	margin-top: 15px;
	width: 940px;
	clear: both;
}

.leftside {
	margin-right: 8px;
	width: 200px;
	float: left;
}

.main {
	margin-right: 8px;
	width: 570px;
	float: left;
}

.rightside {
	width: 150px;
	float: right;
}

#footer {
	margin-top: 50px;
	padding: 20px 0;
	text-align: right;
	border-top: #ccc 1px solid;
	clear: both;
}


/* header
----------------------------------------*/

h1 {
	margin-bottom: 8px;
}

.description {
	padding: 2px 0 8px 0;
}

.header_navi {
	position: absolute;
	right: 0;
	top: 2px;
}

.header_navi li {
	float: left;
	display: inline;
}

.header_navi01 {
	padding-top: 7px;
}

.header_navi01 a {
	padding: 0 8px;
}

.header_navi .shopping a {
	text-indent: -9999px;
	background: url(images/cart_btn.gif) no-repeat left center;
	width: 170px;
	height: 32px;
	display: block;
}

.header_itemnavi {
	position: absolute;
	right: 0;
	top: 32px;
}

.searchBox {
	border: #ccc 1px solid;
	background: #f8f8f8;
}

.searchBox_text {
	padding: 6px 10px;
}

.search {
	background: #d2eae9;
	width: 305px;
}

.search dl dt {
	padding: 3px 2px 0 10px;
	float: left;	
}

.search dl dd {
	padding: 3px 2px 0 2px;
	float: left;
}

.search_form {
	width: 140px;
}


/* globalNavi
----------------------------------------*/

.globalNavi {
	margin-top: 10px;
	width: 940px;
}

.globalNavi li {
	float: left;
}

.g_navi01 a {
	background: url(images/g_navi01.gif) no-repeat left top;
	text-indent: -9999px;
	display: block;
	width: 145px;
	height: 40px;
}

.g_navi02 a {
	background: url(images/g_navi02.gif) no-repeat left top;
	text-indent: -9999px;
	display: block;
	width: 130px;
	height: 40px;
}

.g_navi03 a {
	background: url(images/g_navi03.gif) no-repeat left top;
	text-indent: -9999px;
	display: block;
	width: 129px;
	height: 40px;
}

.g_navi04 a {
	background: url(images/g_navi04.gif) no-repeat left top;
	text-indent: -9999px;
	display: block;
	width: 130px;
	height: 40px;
}

.g_navi05 a {
	background: url(images/g_navi05.gif) no-repeat left top;
	text-indent: -9999px;
	display: block;
	width: 130px;
	height: 40px;
}

.g_navi06 a {
	background: url(images/g_navi06.gif) no-repeat left top;
	text-indent: -9999px;
	display: block;
	width: 129px;
	height: 40px;
}

.g_navi07 a {
	background: url(images/g_navi07.gif) no-repeat left top;
	text-indent: -9999px;
	display: block;
	width: 147px;
	height: 40px;
}



/* leftside
----------------------------------------*/

/* ランキング */

.rank {
	padding: 4px 4px 10px 4px;
	background: #ffecec;
	border: #ffb1b1 1px solid; 
}

.rankBox {
	padding-bottom: 5px;
	clear: both;
	width: 100%;
}

.rank_title {
	margin: 10px 0 8px 0;
}

.rank_img {
	float: left;
}

.rank_img img {
	border: #ccc 1px solid;
}

.rank_text {
	margin-left: 70px;
	padding: 0 5px;
	font-size: 0.9em;
	line-height: 1.2;
}

.rank_price {
	margin-left: 70px;
	padding: 0 5px;	
	font-size: 0.9em;
	color: #f00;
}



/* バナースペース */


.left_bnrBox01 li {
	margin: 10px 0;
}


/* モバイル */

.mobileBox {
	padding: 4px 4px 10px 4px;
	background: #f8f8f8;
	border: #ccc 1px solid;
	text-align: center;
}

.qr {
	margin: 10px 5px 0 5px;
	padding-bottom: 5px;
	border-bottom: #333 1px dotted;
}

.mobiletext01 {
	padding-top: 5px;
}

.mobiletext02 {
	padding: 0 10px;
	text-align: left;
}


/* カテゴリーで探す */

.categoryBox {
	margin-top: 10px;
	background: #f8f8f8;
	border: #ccc 1px solid;	
}

.categoryBox dl {
	padding: 10px 15px 10px 20px;
}

.categoryBox dl dd {
	margin-left: 10px;
	padding: 1px 15px;
	background: url(images/category_point.gif) no-repeat left center;
}


/* カレンダー */

.calendarBox {
	margin-top: 10px;
	background: #f8f8f8;
	border: #ccc 1px solid;	
}

.calendarBox h3 {
	padding-top: 5px;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
}

.calendarBox table {
	margin: 0 auto;
	background: #fff;
	border: #f9f9f9 1px solid;
	border-collapse: collapse;
}

.calendarBox table th {
	background: #ccc;
	border: #f9f9f9 1px solid;
	text-align: center;
	font-weight: normal;
}

.calendarBox table td {
	padding-right: 1px;
	border: #f9f9f9 1px solid;
	text-align: right;
}

.calendarBox p {
	padding: 5px;
	text-align: center;
}

.sun {
	color: #ce020b;
}

.holiday {
	background: #ff6666;
}

.saturday {
	color: #0b64c8;
}

.holiday02 {
	color: #ff6666;	
}




/* main
----------------------------------------*/

/* 最新のお知らせ */

.newsBox {
	margin-bottom: 10px;
	padding: 5px;
	background: #f8f8f8;
	border-right: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	border-left: #ccc 1px solid;
}

.newsBox dl {
	padding: 2px 15px 2px 5px;
}

.newsBox dl dt {
	padding: 0 10px 0 15px;
	background: url(images/point01.gif) no-repeat left center;
	float: left;
	line-height: 1.2;
}

.newsBox dl dd {
	margin-left: 90px;
	line-height: 1.2;
}


/* ブランドから探す */

.brandBox {
	margin-bottom: 10px;
	padding: 5px;
	background: #fff;
	border-right: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	border-left: #ccc 1px solid;
	width: 558px;
}

.brandlist li {
	padding: 10px 2px;
	float: left;
	display: inline;
}



/* オススメから探す */

.osusumeBox {
	margin-bottom: 10px;
	padding: 7px 5px 5px 5px;
	background: #f8f8f8;
	border-right: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	border-left: #ccc 1px solid;
	clear: both;
	width: 558px;
}

.osusumeBox02 {
	clear: both;
}

.osusume_itemBox {
	margin: 0 4px 15px 1px;
	padding-bottom: 5px;
	background: url(images/oBox_bottom.gif) no-repeat left bottom;
	float: left;
	width: 274px;
	display: inline;
}

.item {
	padding: 0 0 15px 0;
	background:  url(images/oBox_center.gif) repeat-y left;
	clear: both;
	width: 274px;
}

.item_title {
	padding: 1px 15px 0 0;
	float: right;
	width: 120px;
	font-weight: bold;
	display: inline;
	line-height: 1;
}

.item_img {
	margin-left: 10px;
	float: left;
	display: inline;
}

.item_img img {
	border: #ccc 1px solid;
}

.item_text {
	padding: 0 15px 0 0;
	float: right;
	width: 120px;
	display: inline;
	line-height: 1;	
}
.item_pay {
	padding: 0 15px 0 0;
	float: right;
	width: 120px;
	display: inline;
	line-height: 1;
	color: #f00;
}



/* rightside
----------------------------------------*/

.freeBox {
	margin-bottom: 20px;
}

.right_bnrBox {
	margin: 10px 0;
}

.rightbnr_text {
	padding: 0 5px;
	line-height: 1;
}

.rightbnr_title {
	padding: 0 5px;
	font-weight: bold;
}

h3.standard{
	margin:25px 0 10px;
	padding:0 0 5px;
	border-bottom:1px solid #666;
}


/* popularBox(人気の住宅設備アイテム),newitemBox(最新入荷アイテム)
-------------------------------------------------------------*/
.popularBox .popular-inner,
.newitemBox .newitem-inner{
	width:167px;
	padding:4px;
	border:2px solid #ccc;
	float:left;
	margin:0 10px 15px 0;
	text-align:center;
}
.popularBox .popular-inner .goodsname,
.newitemBox .newitem-inner .goodsname{
	width:167px;
	height:5.6em;
        overflow:hidden;
}
.popularBox .popular-inner .imgbox,
.newitemBox .newitem-inner .imgbox{
	height:167px;
	width:167px;
	overflow:auto;
	overflow-x:hidden;
	overflow-y:hidden;
}
.popularBox .popular-inner img,
.newitemBox .newitem-inner img{
	width:167px;
	height:167px;
}
.popularBox .popular-inner .cost,
.newitemBox .newitem-inner .cost{
	height:1em;
	margin:2px 0 0;
	padding:2px 0 5px;
	color:#ff0000;
	font-weight:bold;
	border-top:1px solid #d4d4d4;
}
.pagination{
	width:570px;
	margin-top:10px;
        text-align:center;
        font-size:1.1em;
}
.pagination a{
	margin:0 5px;
}

h3.page-title{
	width:570px;
	padding:3px 0 5px;
	border-bottom:1px solid #999999;
}
h3.page-title span{
        padding:0 10px;
	border-left:4px solid #000;
        font-size:1.2em !important;
	font-weight:bold;
}

