@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:#FFF;
	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 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;
}




/* ■■■■■ 3カラム ■■■■■ */

/*商品枠*/

#base .ul_3 {
	width: 745px;
	margin: 10px 0 0 5px;
	margin-top: 30px;
	overflow: hidden;
	display: table;
	table-layout: fixed;
	text-align: center;
}
#base .ul_3 dl{
	background-color:#fff;
	margin-top:10px;
	width:237px;
	border:1px solid #ccc;
	text-align:center;
	border-radius: 6px 6px 6px 6px / 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px / 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px / 6px 6px 6px 6px;
}


#base .ul_3 li{
  display: table-cell;
  vertical-align: middle;
}

#base .ul_3 dl dd{
	margin:5px 5px 0 5px;
}
#base .ul_3 dt{
	/*display: table-cell;*/
	vertical-align: middle;
	height:3.5em;
	text-align:center;
	font-size:17px;
	font-weight:700;
	color:#5F4C2E;
	padding:15px 0px 0px;
	height:40px;
}
#base .ul_3 dd.image{
	margin:0 auto;
	text-align:center;
}
#base .ul_3 .image img{
	width:224px;
}
#base .ul_3 a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#base .ul_3 dd.text{
	height:5.5em;
	border-bottom:1px dashed #999;
	padding:4px 0;
	font-size:13px;
	color:#5F4C2E;
	line-height:140%;
}
#base .ul_3 dd.price{
	padding-top:10px;
	text-align:center;
	height:24px;
}



/* ■■■■■ 2カラム ■■■■■ */
/*商品枠*/

#base .ul_2 {
	width: 745px;
	margin: 10px 0 0 5px;
	margin-top: 10px;
	overflow: hidden;
	display: table;
	table-layout: fixed;
	text-align: center;
}
#base .ul_2 dl{
	background-color:#fff;
	margin-top:10px;
	margin-left:10px;
	width:345px;
	border:1px solid #ccc;
	text-align:center;
	border-radius: 6px 6px 6px 6px / 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px / 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px / 6px 6px 6px 6px;
}

#base .ul_2 li{
  display: table-cell;
  vertical-align: middle;
}

#base .ul_2 dl dd{
	margin:5px 5px 0 5px;
}
#base .ul_2 dt{
	/*display: table-cell;*/
	vertical-align: middle;
	height:3.5em;
	text-align:center;
	font-size:17px;
	font-weight:700;
	color:#5F4C2E;
	padding:15px 0px 0px;
	height:30px;
}
#base .ul_2 dd.image{
	margin:0 auto;
	text-align:center;
}


#base .ul_2 a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#base .ul_2 dd.text{
	height:4.5em;
	border-bottom:1px dashed #999;
	padding:4px 0;
	font-size:13px;
	color:#5F4C2E;
	line-height:140%;
}
#base .ul_2 dd.price{
	padding-top:10px;
	text-align:center;
	height:24px;
}


/*詳細はこちらボタン*/

#base .ul_3 dd.btn,#base .ul_2 dd.btn{
	font-size:12px;
	display:block;
    padding: 5px 5px 6px 4px;
    text-decoration: none;
    background: #9c887c;
    color: #FFF;
    border-bottom: solid 4px #9c887c;
    border-radius: 5px;
	position:relative;
	height:15px;
	width:120px;
	margin:10px auto;
	text-align:center;
}


#base .ul_3 dd.btn:hover,#base .ul_2 dd.btn:hover{
	height:15px;
	width:120px;
	margin:12px auto;
	text-align:center;
	background:#f7afb2;
}
#base .ul_3 dd.btn:after,#base .ul_2 dd.btn:after{
	content: '';
	position:absolute;
	top:35%;
	right:5px;
    display: inline-block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: #FFF;
}
#base .ul_3 dd.btn:hover,#base .ul_2 dd.btn:hover{
/*	-ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);*/
    border-bottom: none;
	opacity:0.8;
}

/*価格プログラム*/

#base .ul_3 .buy_price, #base .ul_3 .buy_price li ,#base .ul_2 .buy_price, #base .ul_2 .buy_price li
{
	float: none;
	line-height: 100%;
	width: auto;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}
#base .ul_3 .buy_price li,#base .ul_2 .buy_price li{
	display: inline;
 }
#base .ul_3 li.motoprice,#base .ul_2 li.motoprice {
	display: none;
}
#base .ul_3 span.spesicalprice,#base .ul_2 span.spesicalprice {
	font-size: 11px;
	color: #00F;
	font-weight: bold;
	width: 70px;
	text-align: left;
	padding-right:5px;
}
#base .ul_3 li.price,#base .ul_2 li.price  {
	color: #b92b21;
	font-size: 18px;
	border: none;
	font-weight: bold;

}
#base .ul_3 li .intax,#base .ul_2 li .intax  {
	font-size: 10px;
	color: #b92b21;
	border: none;
}






/* ■■■■■ その他共通部分 ■■■■■ */

/*カテゴリはこちらボタン*/

#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 #item1, #item3, #item5, #item7{
	background-color:#fffdee;
	color:#fffdee;
}

#base #item2, #item4, #item6{
	background-color:#edfbfe;
	color:#edfbfe;
}

/*スライダー*/


#base .bx-pager {
    display: table;
    width: 100%;
	height: 90px;
}

#base .bx-pager img {
    display: block;
    width: 100%;
	border:#bbbbbb 1px solid;
	padding:1px;
}

#base .bx-wrapper {
    margin: 0 0 10px 0;
    position: relative;
	border: 1px solid #bbbbbb;
    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-left:28px;
	margin-top:30px;
	}
	
	
#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 dt.epi {/*右側画像説明枠★エピレタ★*/
	width:283px;
	float:left;
	margin-top:20px;
	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 .ul_3 .buy_price, #base .ul_3 .buy_price li  , #base .item_ss .buy_price li{
	float: none;
	line-height: 100%;
	width: auto;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}
#base .ul_3 .buy_price li , #base .item_ss .buy_price li {
	display: inline;
 }
#base .ul_3 li.motoprice  , #base .item_ss li.motoprice {
	display: none;
}
#base .ul_3 span.spesicalprice  , #base .item_ss span.spesicalprice{
	font-size: 11px;
	color: #37378e;
	font-weight: bold;
	width: 70px;
	text-align: left;
	padding-right:5px;
}
#base  li.price , #base .item_ss li.price {
	color: #b92b21;
	font-size: 18px;
	border: none;
	font-weight: bold;

}


#base .ul_3 li.intax , #base .item_ss li.intax {
	font-size: 10px;
	color: #b92b21;
	border: none;
}

	
