@charset "shift_jis";
/* CSS Document */
/* ■■■■■ 基本部分 ■■■■■ */
#base * {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	line-height: 110%;
}

#base {
	width: 750px;
	margin: 0 auto;
	padding: 0px;
	overflow: hidden;
	background-color:#e8cd72;
	color: #231302;
	font-size:12px;
}
#base img {
	border: none;
	vertical-align: bottom;
}
#base a:link, #base a:hover, #base a:visited, #base a:focus, #base a:active {
	color: #231302;
	text-decoration: none;
}
#base li{
list-style: none;
}
#base .item a:hover img{
	opacity:0.8;
}

/* ■■■■■ ナビゲーション部分 ■■■■■ */

#base ul.navi {
  display:table;
  table-layout:fixed;
  text-align:center;
  width:750px;
  margin:0px 0;
}
#base ul.navi li {
  display:table-cell;
  vertical-align:middle;
}

.item_ss a{
	display:block;
	background-color:#fff;
}
.item_ss ul li a:hover img{
	opacity:0.8;
}

.item_ss .item-list{
	background-color:#fff;
}
.item_ss .item-list ul{
	background-color:#fff;
	padding:10px;
}
.item_ss .item-list ul.half{
	float:left;
	width:328px;
}
.item_ss .item-list:after{content:"";width:100%;display:block;clear:both;}
#base .item_ss .item-list ul li{
	line-height:1.5em;
	padding-left:1.1em;
	position:relative;
	
}
#base .item_ss .item-list ul li.li-item,
#base .item_ss .item-list ul li.li-end
{
	border-bottom: 1px dotted #dadada;
	padding-top:0.5em;
}
#base .item_ss .item-list ul li.li-item:before{
	content:"・";
	position:absolute;
	left:0;
	}
#base .item_ss .item-list ul li.li-title{
	font-size:110%;
	font-weight:bold;
	padding-left:0;
}
/* ■■■■■ その他共通部分 ■■■■■ */

/*カテゴリはこちらボタン*/

#base .cate-link{
	height:36px;
	width:380px;
	margin:20px 8px 0 auto;
	text-align:center;
}
#base .cate-link a{

	font-size:14px;
	display:block;
    padding: 0.5em 1em;
    text-decoration: none;
    background:#F9E2AE;
    border-bottom: solid 0px #D4D4D4;
    border-radius: 5px;
	position:relative;
}
#base .cate-link a:after{
	content: '';
	position:absolute;
	top:35%;
	right:5px;
    display: inline-block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: #251400;
}
#base .cate-link a:hover{
	-ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    border-bottom: none;
	opacity:0.8;
}

/*トップへ戻る*/

#base .to-top{
	clear:both;
	font-weight:700;
	margin:30px 10px 15px auto;
	text-align:right;}
#base .to-top a{color:#5F4931;}
#base .to-top a:before{
	content:"▲";
}
#base .to-top a:hover{
	text-decoration: underline;
}


/* ▼▼▼▼▼▼▼▼▼▼ 移植部分 ▼▼▼▼▼▼▼▼▼▼*/



#base section{
    margin: 10px auto 50px;
}


/*スライダー*/


#base .bx-pager {
    display: table;
    width: 100%;
	height: 90px;
}

#base .bx-pager img {
    display: block;
    width: 100%;
	border:#bbbbbb 1px solid;
	background-color:#FFFFFF;
	padding:1px;
}

#base .bx-wrapper {
    margin: 0 0 10px 0;
    position: relative;
	border: 1px solid #bbbbbb;
	background-color:#FFFFFF;
    padding: 3px;
	
}


#base .bx-pager > a {
	width: 15%;
	text-align:center;
	padding: 0px 7px 0 5px;
	border: 1px solid transparent #999;
	 display: table-cell;
}



#base .bx-pager > a.active img {
    border: solid #000 1px;
}


#base .bx-wrapper .bx-prev {
    background: rgba(0, 0, 0, 0) url("/img/index/controls.png") no-repeat scroll 0 -32px;
    left: 10px;
}


#base .bx-wrapper .bx-next {
    background: rgba(0, 0, 0, 0) url("/img/index/controls.png") no-repeat scroll -43px -32px;
    right: 10px;
}


#base .bx-wrapper .bx-controls-direction a {
    height: 32px;
    margin-top: -16px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 32px;
    z-index: 9999;
}

/* ▼▼▼▼▼ 移植部分 ▼▼▼▼▼ */
/*----- 商品説明文 -----*/	
	
#base .item_ss{/*スライダー*/
	width:696px;
	height:auto;
	margin:0 auto;
	padding:5px 17px 15px;
	/*margin-left:28px;
	margin-top:30px;*/
	background-color:#e94609;
	}
	
	
#base .item_ss dl {/*商品説明枠*/
	width:750px;
	height:auto;
    margin-left:-28px;}

#base .item_ss dl dt {/*右側画像説明枠*/
	width:283px;
	float:left;
	height:150px;}




#base .item_ss dl dd.sub , #base .item_ss dl dd.text , #base .item_ss dl dd.lineup , 
#base .item_ss dl dd.size , #base .item_ss dl dd.shosai {
	width:390px;
	float:left;
	margin-left:75px;}
	
	
	
	
#base .item_ss dl dd.text {/*説明文*/
	font-size:13px;
	color:#5F4C2E;
	line-height:3em;
/*	letter-spacing:1px;*/}


	
#base .item_ss dl dd.title1  , #base .item_ss dl dd.title2 , #base .item_ss dl dd.title3 {/*商品名*/
	width: 390px;
	float: left;
	margin-left: 60px;
	font-size: 25px;
	font-weight: bold;
	color:#5F4C2E;
	position: relative;
	padding-left: 15px;
	
	}	
	


#base .item_ss dl dd.size {/*サイズ*/
	
	font-size:12px;
	line-height:1.8em;
	}
#base .item_ss dl dd.price {/*価格*/
	width: 190px;
	float: left;
	position: relative;
	bottom: -5px;
	left: 100px;
	text-align: center;
	}
#base .item_ss dl dd.shosai {/*詳細ボタン*/
	font-size:12px;
	display:block;
    padding: 5px 5px 6px 4px;
    text-decoration: none;
    background: #9c887c;
    color: #FFF;
    
    border-radius: 5px;
	position:relative;
	height:15px;
	width:120px;
	margin:10px auto;
	text-align:center;
	float:right;
	right: 28px;
	letter-spacing:1px;
	
}
#base .item_ss dl dd.shosai a , #base .item_ss dl dd.sonota a { color:#FFFFFF;}

#base .item_ss dl dd.shosai:hover , #base .item_ss dl dd.sonota:hover  {
	background:#f7afb2;}


#base .item_ss dl dd.shosai:hover{
	-ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    border-bottom: none;
	opacity:0.8;
}

#base .item_ss dl dd.shosai:after , #base .item_ss dl dd.sonota:after {
	content: '';
	position:absolute;
	top:35%;
	right:5px;
    display: inline-block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: #FFF;
}

#base .item_ss dl dd.sonota {/*その他ボタン*/
	font-size: 12px;
	display: block;
	padding: 5px 5px 6px 4px;
	text-decoration: none;
	background: #9c887c;
	color: #FFF;
	border-radius: 5px;
	position: relative;
	height: 15px;
	width: 200px;
	margin: 0px 0 15px 0;
	text-align: center;
	float: right;
	letter-spacing: 1px;
	clear: both;
	
}
#base .item_ss dl dd.sonota span {
	color:#ffe569;}	



#base .link{
	background-color:#fff;
}
.info {
    margin: 10px 0;
    width: 100%;
    text-align: right;
    color: #ffffff;
	font-size:14px;
}
	
