@charset "UTF-8";

/** $Id: default.css 4118 2011-05-16 05:06:09Z ogawa $ */
/**
 * ふくラボ　プラス（特徴）用 CSS
 *
 * @author ogawa@hitbit-inc.net
 * @copyright HitBit co.,ltd.
 * @since 2013-05-07
 * @lastmodified $Date: 2011-05-16 14:06:09 +0900 (月, 16 5 2011) $
 * @see guideline: Ver. 1.01
 */

/* ---------------------------------------
　共通
--------------------------------------- */
div#wrapper-plus {
	overflow: hidden;
	line-height: 1.4;
	width: 760px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0px;
}
div#wrapper-plus img {vertical-align:top;}
div#wrapper-plus a:link,
div#wrapper-plus a:visited {text-decoration: underline;}
div#wrapper-plus a:hover,
div#wrapper-plus a:focus,
div#wrapper-plus a:active {
	text-decoration: none;
}
div#wrapper-plus h2 a {
	display:block;
	width:700px;
	height:100px;
	background:url(../images/title.png) no-repeat 0 0;
	text-indent:-999999em;
	overflow:hidden;
}


/* ---------------------------------------
　ページインフォ
--------------------------------------- */
div#wrapper-plus div#section-header {
	width:660px;
	margin:0 auto 20px auto;
	color:#F0E2CA;
}
div#wrapper-plus div#section-header div.bg {
	width:620px;
	background:url(../images/bg_info.png) no-repeat 0 0;
	padding:20px 20px 10px 20px;
	overflow:hidden;
}
div#wrapper-plus div#section-header p.shop-info {
	width:620px;
	background:url(../images/bg_info.png) no-repeat left bottom;
	padding:0 20px 20px 20px;
	text-align:right;
	font-size:12px;
}
div#wrapper-plus div#section-header p.shop-info a {color:#F0E2CA;}
div#wrapper-plus div#section-header div.right {
	width:360px;
	float:right;
}
div#wrapper-plus div#section-header p.page-photo {
	width:240px;
	float:left;
}
div#wrapper-plus div#section-header h3 {
	font-size:14px;
	font-weight:bold;
	background:url(../images/grid_white.png) no-repeat left bottom;
	padding-bottom:10px;
	margin-bottom:10px;
}
/* ---------------------------------------
　アイテム
--------------------------------------- */
div#wrapper-plus div#section-lists {
	margin: 0 auto;
}

div#wrapper-plus div#section-lists div.sep{
	clear: both;
}


div#wrapper-plus div#section-lists div.sep h4 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px;
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	color: #FFF;
	line-height: 24px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 35px;
	background-color: #ff9900;
	margin-top: 0px;
}


div.item {
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

div.item-last{
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div.item:last-child{
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div#wrapper-plus div#section-lists div.item h5, div#wrapper-plus div#section-lists div.item-last h5, div#wrapper-plus div#News h5 {
	font-weight: bold;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 8px;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-image: url(../images/ttl-icon.png);
	background-repeat: repeat-y;
	background-position: left center;
}



div#wrapper-plus div#section-lists .item-photo , div#wrapper-plus div#News .item-photo{
	float: right;
	margin-left: 20px;
	width: 220px;
	overflow: hidden;
	padding: 10px;
	vertical-align: middle;
	text-align: center;
	background-image: url(../images/bg1.png);
	margin-top: 0px;
	margin-right: 0px;
 }





div#wrapper-plus div#section-lists .item-txt, div#wrapper-plus div#News .item-txt {
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: pre-wrap; /* CSS3 */
	word-wrap: break-word;
	font-size: 12px;
	color: #333;
	line-height: 16px;
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
div#wrapper-plus div#section-lists .info-box {
	padding:10px 0;
	margin:0 10px;
	border-top:2px solid #CFBFA8;
}
div#wrapper-plus div#section-lists .item-brand {
	font-weight:bold;
	margin-bottom:5px;
}
div#wrapper-plus div#section-lists .item-cat,
div#wrapper-plus #page-icons li {
	display:inline-block;
	_display:inline;
	_zoom:0;
	font-size:10px;
	background-color:#D6BA8A;
	padding:2px;
	margin:0 10px 5px 0;
}

#wrapper-plus #section-lists .item-link {
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}


/* ---------------------------------------
　ボタン
--------------------------------------- */
div#ex-btn-menu  {
	width: 760px;
	overflow: hidden;
	text-align: center;
	background-image: url(../images/bg1.png);
	background-repeat: repeat;
	background-position: left top;
	padding: 15px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#ex-btn-menu div.btn {
	width: 240px;
	height: 30px;
	background: url(../images/btn02.png) no-repeat 0 0;
	margin-right: auto;
	margin-left: auto;
cursor:pointer
}

#ex-btn-menu div.btn span {
	width: 0px;
	height: 0px;
	display: block;
	overflow: hidden;
	position: absolute;
}



/* セパレートメニュー
------------------------------ */
#wrapper-plus div#menu-wrapp{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#wrapper-plus div#menu-wrapp .cap{
	background-image: url(../images/ttl01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 4px;
	width: 760px;
	margin: 0px;
	padding: 0px;
}

#wrapper-plus div#menu-wrapp .body{
	background-image: url(../images/ttl-main.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#wrapper-plus div#menu-wrapp .body h4 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	background-image: url(../images/ttl-dot.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}


#wrapper-plus div#menu-wrapp .foot{
	background-image: url(../images/ttl02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 760px;
	margin: 0px;
	padding: 0px;
	height: 2px;
}

#wrapper-plus div#menu-wrapp .sep-link{
	margin: 0px;
	padding: 10px;
	background-color: #ffffcc;
}

#wrapper-plus div#menu-wrapp .sep-link ul{
	margin: 0px;
	padding-top: 0px;
}

#wrapper-plus div#menu-wrapp .sep-link ul li{
	background-color: #ffffcc;
	display: block;
	width: 350px;
	float: left;
	margin: 0px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 12px;
	list-style-type: none;
	font-size: 12px;
	background-image: url(../images/link-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#wrapper-plus div#menu-wrapp .sep-link ul li a:link, #wrapper-plus div#menu-wrapp .sep-link ul li a:visited{
	color: #0000DE;
	text-decoration: none;
}

#wrapper-plus div#menu-wrapp .sep-link ul li a:hover{
	color: #0000DE;
	text-decoration: underline;
}
  



#wrapper-plus .item-right{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 500px;
}

#wrapper-plus .item-right-full{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}

#wrapper-plus .item-right2{
	margin: 0px;
	padding: 0px;
	float: right;
	width: 448px;
}

#wrapper-plus .item-right2-full{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}

#wrapper-plus .item-right3{
	margin: 0px;
	padding: 0px;
	float: right;
	width: 428px;
}

#wrapper-plus .item-right3-full{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}

#wrapper-plus .item-3clum{
	padding: 0px;
	float: left;
	width: 240px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#wrapper-plus .item-3clum-last{
	padding: 0px;
	float: left;
	width: 240px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#wrapper-plus #section-lists .item-3clum-last .ttl , #wrapper-plus #section-lists .item-3clum .ttl{
	font-weight: bold;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 8px;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	width: 100%;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-image: url(../images/ttl-icon.png);
	background-repeat: repeat-y;
	background-position: left center;
}

#wrapper-plus #section-lists .item-photo2 {
	width: 240px;
	overflow: hidden;
	padding: 10px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background-color: #EEEEEE;
	background-image: url(../images/bg1.png);
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
 }
 
 /* IE 6 */
    * html #wrapper-plus #section-lists .item-photo2 {
        display: inline;
        zoom: 1;
    }
 
    /* IE 7 */
    *:first-child+html#wrapper-plus #section-lists .item-photo2 {
        display: inline;
        zoom: 1;
    }
 
    /*\*//*/
    * html div.wrap #wrapper-plus #section-lists .item-photo2 {
        display: inline-block;
    }
    /**/
 
 
 
/* インフォメーション
------------------------------ */
#wrapper-plus #info {
	border: 1px solid #FB8CB4;
	clear: both;
	margin-bottom: 20px;
	margin-top: 20px;
 }
 
#wrapper-plus #info h4.info {
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 10px;
	background-color: #FBDDEB;
}

#wrapper-plus #info .main {
	padding: 10px;
	background-color: #FFFFCC;
	margin: 0px;
}

.clear{
	padding: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
	width: 0px;
}
#wrapper-plus #News {
	background-color: #FFC;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 0px;
	border: 1px solid #FB8CB4;
}
#wrapper-plus #section-lists .price {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrapper-plus #section-lists .price-article {
	font-size: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
