@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:#a9d867;
	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 div.login {
	overflow:hidden;
}

/* ■■■■■ ナビゲーション部分 ■■■■■ */

#base div.menu {
	background-image:url("/image/180511kaimawari/menu_bg.jpg");
	margin-bottom:30px;
	height:270px;
	position:relative;
}
#base ul.navi {
  display:table;
  table-layout:fixed;
  text-align:center;
  width:750px;
  position:absolute;
}
#base ul.navi:nth-child(1){
	top:100px;
}
#base ul.navi:nth-child(2){
	top:200px;
}
#base ul.navi li {
  display:table-cell;
  vertical-align:middle;
}




/* ■■■■■ 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 #FFF;
	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;
	width:329px;
	height:3.5em;
	color:#3A0801;
	text-align:center;
	font-size:15px;
	font-weight:700;
	padding:3px 5px;
	background-image:url("/image/180511kaimawari/item_bg.jpg");
}
#base .ul_3 dd.image{
	margin:5px auto 0;
	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.icon{
	margin:0 auto;
	text-align:center;
}
#base .ul_3 .icon img{
	width:230px;
}
#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:20px 8px 0 auto;
	text-align:center;
}
#base .cate-link a{

	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;
}
#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: #FFF;
}
#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 .category ul{
	width:750px;
	padding:0 10px;
}
#base .category li{
	margin-right:14px;
	height:40em;
	float:left;
}
#base .category li:nth-of-type(n+5){
		height:27em;
	
}
#base .category dl {
	margin-bottom: 10px;
}
#base .category dl dt {
	margin-bottom: 3px;
}
#base .category dl dd {
	font-size: 12px;
	text-align: left;
	margin-left: 4px;
	padding-left: 25px;
	line-height: 165%;
	width: 143px;
	background: url(../IMAGE/newlife_cp/arrow.jpg) left center no-repeat;
	overflow: hidden;
}

#base .category .line_d dd {
	font-size: 12px;
	text-align: left;
	margin-left: 4px;
	padding-left: 25px;
	line-height: 130%;
	width: 143px;
	overflow: hidden;
	height: 33px;
	background-image: url(../IMAGE/newlife_cp/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
    padding-top: 3px;
}
#base #syosai{
	background-color:#FFFCF5;
}

/*---会員ログイン・会員登録---*/
#base div.login ul li{
	overflow: hidden;
	float: left;
}
#base div.step {
	width: 750px;
	overflow: hidden;
 	overflow: hidden;
}
#base div.step li {
	float: left;
}
#base div.step li.login {
	background: url(../IMAGE/newlife_cp/step1_bg.jpg) no-repeat;
	background-position: 0 60px;
	height: 265px;
	overflow: hidden;
}
#base div.step dd {
	padding: 31px 0 0 30px;
}
.mg_20 {
	margin: 20px 0 20px 0;
}
#base .step.mgb_20 ul .login dl .touroku {
	padding: 45px 0 0 30px;
}
