@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:30px 0;
}
.base ul.navi li {
  display:table-cell;
  vertical-align:middle;
}



/* ■■■■■ 1カラム ■■■■■ */

/*商品枠*/

.base .ul_1 {
	width: 745px;
	margin: 10px 0 0 5px;
	overflow: hidden;
	display: table;
	table-layout: fixed;
	text-align: center;
}
.base .ul_1 dl{
	background-color:#fff;
	margin-top:10px;
	width:730px;
	border:1px solid #ccc;
	text-align:center;
	position:relative;
	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_1 li{
  display: table-cell;
  vertical-align: middle;
}
.base .ul_1 li:first-child{
	margin-left:0px;
}
.base .ul_1 dl dt,
.base .ul_1 dl dd{
	width:355px;
	margin:0 5px 0 auto;
	padding-top:25px;

}
.base .ul_1 dt{

	height:3.5em;
	text-align:left;
	font-size:28px;
	font-weight:700;
}
.base .ul_1 dd.image{
	position:absolute;
	width:350px;
	padding:0;
	top:10px;
	left:10px;
}
.base .ul_1 .image img{
	width:350px;
}
.base .ul_1 a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.base .ul_1 dd.text{
	height:6em;
	border-bottom:1px dashed #999;
	padding:4px 0;
	font-size:18px;
	line-height:140%;
}
.base .ul_1 dd.price{
	padding:30px 0 10px;
	text-align:center;
	height:24px;
}

.base .itemname {
	background-color: #f6d37f;
	color: #501500;
	width: 362px;
	border-bottom: solid 3px #ffffff;
}

/*詳細はこちらボタン*/

.base .ul_1 dd.btn{
	font-size:14px;
	display:block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #EA3001;
    color: #FFF;
    border-bottom: solid 4px #990B0A;
    border-radius: 5px;
	position:relative;
	height:15px;
	width:200px;
	margin:10px auto 25px;
	text-align:center;
	font-weight:bold;
	left:185px;
}
.base .ul_1 dd.btn:hover{
	height:15px;
	width:200px;
	margin:12px auto 27px;
	text-align:center;
	font-weight:bold;
}
.base .ul_1 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_1 dd.btn:hover{
	-ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    border-bottom: none;
	opacity:0.8;
}

/*価格プログラム*/

.base .ul_1 .buy_price, .base .ul_1 .buy_price li {
	float: none;
	line-height: 100%;
	width: auto;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}
.base .ul_1 .buy_price li{
	display: inline;
 }
.base .ul_1 li.motoprice {
	display: none;
}
.base .ul_1 span.spesicalprice {
	font-size: 16px;
	color: #00F;
	font-weight: bold;
	width: 70px;
	text-align: left;
	padding-right:5px;
}
.base .ul_1 li.price {
	color: #ff0000;
	font-size: 30px;
	border: none;
	font-weight: bold;

}
.base .ul_1 li .intax {
	font-size: 14px;
	color: #ff0000;
	border: none;
}















/* ■■■■■ 2カラム ■■■■■ */

/*商品枠*/

.base .ul_2 {
	width: 745px;
	margin: 10px 0 0 5px;
	overflow: hidden;
	display: table;
	table-layout: fixed;
	text-align: center;
}
.base .ul_2 dl{
	background-color:#fff;
	margin-top:10px;
	width:360px;
	border:1px solid #f09000;
	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 dt,
.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:left;
	font-size:18px;
	font-weight:700;
	padding:3px 5px;
}
.base .ul_2 dd.image{
	margin:0 auto;
	text-align:center;
}
.base .ul_2 .image img{
	width:350px;
}
.base .ul_2 a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.base .ul_2 dd.text{
	height:4em;
	border-bottom:1px dashed #999;
	padding:0px 0;
	font-size:15px;
	line-height:140%;
}
.base .ul_2 dd.price{
	padding-top:4px;
	padding-bottom:4px;
	text-align:center;
	height:24px;
}

/*詳細はこちらボタン*/

.base .ul_2 dd.btn{
	font-size:14px;
	display:block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #EA3001;
    color: #FFF;
    border-bottom: solid 4px #990B0A;
    border-radius: 5px;
	position:relative;
	height:15px;
	width:200px;
	margin:10px auto;
	text-align:center;
	font-weight:bold;
}
.base .ul_2 dd.btn:hover{
	height:15px;
	width:200px;
	margin:12px auto;
	text-align:center;
	font-weight:bold;
}
.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_2 dd.btn:hover{
	-ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    border-bottom: none;
	opacity:0.8;
}

/*価格プログラム*/

.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_2 .buy_price li{
	display: inline;
 }
.base .ul_2 li.motoprice {
	display: none;
}
.base .ul_2 span.spesicalprice {
	font-size: 13px;
	color: #00F;
	font-weight: bold;
	width: 70px;
	text-align: left;
	padding-right:5px;
}
.base .ul_2 li.price {
	color: #ff0000;
	font-size: 36px;
	border: none;
	font-weight: bold;

}
.base .ul_2 li .intax {
	font-size: 12px;
	color: #ff0000;
	border: none;
}
/* ■■■■■ 3カラム ■■■■■ */

/*商品枠*/

.base .ul_3 {
	width: 745px;
	margin: 10px 0 0 5px;
	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 dt,
.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:left;
	font-size:15px;
	font-weight:700;
	padding:3px 5px;
}
.base .ul_3 dd.image{
	margin:0 auto;
	text-align:center;
}
.base .ul_3 .image img{
	width:230px;
}
.base .ul_3 a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.base .ul_3 dd.text{
	height:4em;
	border-bottom:1px dashed #999;
	padding:4px 0;
	font-size:14px;
	line-height:140%;
}
.base .ul_3 dd.price{
	padding-top:10px;
	text-align:center;
	height:24px;
}

/*詳細はこちらボタン*/

.base .ul_3 dd.btn{
	font-size:14px;
	display:block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #EA3001;
    color: #FFF;
    border-bottom: solid 4px #990B0A;
    border-radius: 5px;
	position:relative;
	height:15px;
	width:190px;
	margin:10px auto;
	text-align:center;
	font-weight:bold;
}
.base .ul_3 dd.btn:hover{
	height:15px;
	width:190px;
	margin:12px auto;
	text-align:center;
	font-weight:bold;
}
.base .ul_3 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{
	-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 {
	float: none;
	line-height: 100%;
	width: auto;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}
.base .ul_3 .buy_price li{
	display: inline;
 }
.base .ul_3 li.motoprice {
	display: none;
}
.base .ul_3 span.spesicalprice {
	font-size: 11px;
	color: #00F;
	font-weight: bold;
	width: 70px;
	text-align: left;
	padding-right:5px;
}
.base .ul_3 li.price {
	color: #ff0000;
	font-size: 18px;
	border: none;
	font-weight: bold;

}
.base .ul_3 li .intax {
	font-size: 10px;
	color: #ff0000;
	border: none;
}






/* ■■■■■ その他共通部分 ■■■■■ */

/*カテゴリはこちらボタン*/

.base .cate-link {
	height: 36px;
	width: 360px;
	margin: 14px 7px 0 auto;
	text-align: center;
}
.base .cate-link_l {
	height: 36px;
	width: 360px;
	margin: 14px 7px;
	text-align: center;
	float: left;
}
.base .cate-link_r {
	height: 36px;
	width: 360px;
	margin: 14px 0 0 2.5px;
	text-align: center;
	float: left;
}
.base .cate-link a, .base .cate-link_l a, .base .cate-link_r a {
	font-size: 18px;
	display: block;
	padding: 0.8em 0.8em;
	text-decoration: none;
	background: #f0b020;
	color: #251400;
	border-bottom: solid 4px #f09000;
	border-radius: 5px;
	position: relative;
}
.base .cate-link a:after, .base .cate-link_l a:after, .base .cate-link_r 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, .base .cate-link_l a:hover, .base .cate-link_r 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:80px 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;
}



