@charset "utf-8";

/*----------------------------------------------------------
共通
---------------------------------------------------------- */

body{
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	background-image:url(../img/bodyBg.jpg);
	background-size:cover;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background-attachment:fixed;
}
img{
	vertical-align: bottom;
	}
div.page{
	background-image:url(../img/page_bg001.png);
	background-repeat:repeat-x;}

#contents #contentsInner{
	margin: 0 auto;
	width: 974px;
	padding: 20px 10px 80px 10px;
	background-color: #FFFFFF;

}
#footer	{
	position:relative;
	clear:both;
}
#footer .totop{
	position:absolute;
	width:77px;
	height:40px;
	right:0;
	top:-40px;}



/* link
---------------------------------------------------------- */
a:link,
a:visited {
	color:#888888;
	text-decoration: underline;
}
a:hover {
	color: #;
	text-decoration: none;
}

#footer .fNavi a:link,
#footer .fNavi a:visited {
	text-decoration: none;
	color:#888888;
}
#footer .fNavi a:hover {
	text-decoration: underline;
}
a img:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
}
div.hit .brand li a,
div.ranking li a,
div.slideMini li a{
	text-decoration:none;
}
div.hit .brand li a:hover,
div.ranking li a:hover,
div.slideMini li a:hover{
	text-decoration:underline;
}


/* header
---------------------------------------------------------- */
div.header{
	height:109px;
	width: 974px;
	margin: 0 auto;
}
div.header h1{
	line-height:27px;
	float: left;
}
div.header div.logo{
	margin-top:7px;
	float: left;
	width:359px;
}
div.header div.infoArea1{
	width:615px;
	margin-top: 8px;
	float: right;
}

/* infoArea2
---------------------------------------------------------- */
div.infoArea2{
	margin: 0 auto;
	width: 974px;/*
	background-color: #FFFFFF;*/
	padding: 4px 10px 0;
}
div.infoArea2 .search{
	width:373px;
	float:left;
	background-color:#FEE5E8;
	background-repeat: no-repeat;
	background-image:url(../img/info_ttl_search.gif);
	background-position:left;
	margin-top:6px;
	height:25px;
	padding: 13px 0 10px 78px;
	position: relative;
}
div.infoArea2 input[type="text"]{
	margin:0 0 0 15px;
	width:250px;
}
div.infoArea2 .btn_search{
	position:absolute;
	right:15px;
	top: 11px;
}
div.infoArea2 .whatsnew{
	width:503px;
	float:left;
	background-color:#f5f5f5;
	margin-left:20px;
	margin-top:6px;
}
div.infoArea2 .whatsnew .news{
	vertical-align: middle;
	height:40px;
	margin: 8px 5px 0 100px;
}
div.infoArea2 .whatsnew ul{
	overflow: auto;
	width:390px;
	height:35px;
	margin-left: 15px;
	font-size:11px;
	line-height:160%;
}
div.infoArea2 .keyword{
	clear:both;
}
div.infoArea2 .keyword ul li{
	float: left;
	margin-top:8px;
	margin-right: 10px;
}
div.infoArea2 .keyword .ttl{
	font-weight:bold;
	color:#ed0900;}

	div.infoArea2 .brandbanner{
	clear:both;
	background-color: #ffffff;
	height: 50px;
	}
	div.infoArea2 .brandbanner ul li{
		float: left;
		margin-top:8px;
	}

/* infoArea3
---------------------------------------------------------- */

div.infoArea3Wrap{
	background-color:#FEE5E8;
}
div.infoArea3 {
	margin:0 auto;
	width:974px;
	padding: 30px 0;
}
div.infoArea3 ul{
	text-align:center;
	margin-bottom:15px;
}
div.infoArea3 li{
	display:inline;
}
div.infoArea3 li a{
	padding:0.5em;
}
div.infoArea3 .copyright{
	text-align:center;
	font-size:10px;
}
.infoArea3 .fsnavi2 li{
	background-image:url(../img/arw_redR.gif);
	background-repeat:no-repeat;
	background-position:0 50%;
	padding-left:3px;
	padding-right:8px;
}

/* navi
---------------------------------------------------------- */
ul.hNavi1{
	height:27px;
	line-height:27px;
	float: right;
	width: 400px;
}
ul.hNavi1 li{
	float: right;
	margin-right:10px;
}
ul.hNavi1 li:first-child{
	margin-right:0;
}
ul.hNavi1 li:before{
	content: "｜";
	margin-right:10px;
}
ul.hNavi1 li:last-child:before{
	content: none;
	margin-right:10px;
}

ul.hNavi2 {
	height:32px;
}
ul.hNavi2 li{
	float: right;
}

ul.hNavi2 li.viewcart{
	margin-left: 10px;
	}

ul.hNavi2 li.cartsum{
	background-image:url(../img/head_bg_cartin.gif);
	background-color:#FFEFDF;
	background-repeat:no-repeat;
	height:32px;
	padding-left:35px;
	padding-right:10px;
	border-right:dotted 1px #F98D07;
	font-weight:bold;
	margin-left:0!important;
}
ul.hNavi2 li.cartfree{
	margin-left:0;
	background-color:#FFEFDF;
	height:32px;
	padding:0 10px;
	text-align:center;
}
ul.hNavi2 li.cartfree p.fOver{
	font-size:9px;
	line-height:10px;
	margin-top: 5px;
}
ul.hNavi2 li.cartfree p.fLeft{
	line-height:16px;
}

ul.hNavi2 li.cartfree p.fLeft span{
	font-weight:bold;
	color:#F98D07;
}
ul.hNavi2 li.txt{
	line-height:32px;
	margin-left: 10px;
}
ul.hNavi3 {
	margin-top:6px;
	clear:both;
}
ul.hNavi3 li{
	float: right;
	margin-left:10px;
	position: relative;
}
ul.hNavi3 li:before{
	margin-left:10px;
}
ul.hNavi3 li ul {
	display: none;
	position: absolute;
	top: 26px;
	left: 0;
	z-index: 9;
	background: #F78181;
	border: 3px solid #F78181;
	padding: 14px;
}
ul.hNavi3 li:hover ul {
	display: block;
}
ul.hNavi3 li ul li {
	width: 100%;
	font-size: 12px;
	line-height: 1.2;
}
ul.hNavi3 li ul li:not(:last-child) {
	border-bottom: 1px dashed #ffffff;
	padding-bottom: 7px;
	margin-bottom: 9px;
}
ul.hNavi3 li ul li a {
	text-decoration: none;
	position: relative;
	white-space: nowrap;
	padding-left: 10px;
	color:#ffffff;
}
ul.hNavi3 li ul li a:hover {
	text-decoration: underline;
}
ul.hNavi3 li ul li a:before {
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-left: 4px solid #ffffff;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
}

div.gNavi {
	margin:0 auto;
	width:974px;
}
div.gNavi ul li {
	float:left;
	position: relative;
	background: #fff;
}
div.gNavi ul li a:hover img {
	opacity: .5;
}

div.gNavi ul li ul {
	display: none;
	position: absolute;
	top: 34px;
	left: 0;
	z-index: 9;
	background: #FFFFCC;
	border: 3px solid #FFFFCC;
	padding: 14px;
}
div.gNavi ul li:hover ul {
	display: block;
}
div.gNavi ul li ul li {
	width: 100%;
	font-size: 12px;
	line-height: 1.2;
	background: transparent;
}
div.gNavi ul li ul li:not(:last-child) {
	border-bottom: 1px dashed #FFFFFF;
	padding-bottom: 7px;
	margin-bottom: 9px;
}
div.gNavi ul li ul li a {
	text-decoration: none;
	position: relative;
	white-space: nowrap;
	padding-left: 10px;
	padding-right:10px;
	color:#585858;
}
div.gNavi ul li ul li a:hover {
	text-decoration: underline;
}
div.gNavi ul li ul li a:before {
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-left: 4px solid #585858;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
}

/* footer
---------------------------------------------------------- */

div.fNaviWrap {
	background-color:#F8F8F8;
}

div.fNavi {
	margin:0 auto;
	width:974px;
	padding: 30px 0;
	position: relative;
}
div.fNavi .fNaviCategory{
	float:left;
	width:480px;
	border-right:1px dotted #F2ACC4;
}
div.fNavi .fNaviCategory ul{
	float:left;
}
div.fNavi .fNaviCategory ul.c1{
	width:250px;
}
div.fNavi .fNaviCategory ul.c2{
	width:190px;
}
div.fNavi .fNaviBrand{
	float:left;
	width:235px;
	padding-left: 20px;
}
div.fNavi .fNaviBrand li{
	margin-bottom:20px;
}
div.fNavi .fNaviOther{
	border-left:1px dotted #F2ACC4;
	float:left;
	width:215px;
	padding-left: 20px;
}

div.fNavi p{
	color:#dd0045;
	border-left:2px solid #dd0045;
	padding-left:8px;
	line-height: 100%;
font-size: 16px;
font-weight: bold;}

div.fNavi li{
	font-size:12px;
	line-height:200%;
}

div.fNavi .fNaviCategory li{
	font-size:12px;
	margin-left:15px;
}
div.fNavi .fNaviCategory li.cate{
	font-size:14px;
	font-weight:bold;
	margin: 20px 0 5px 0;
}
div.fNavi .fNaviBrand p{
	margin-bottom:20px;
}

div.fNavi .rb{
	position:absolute;
	bottom:0;
	right:0;
}

div.fNavi .socialbtn li{
	float:right;
	margin-right:5px;
	margin-bottom:10px;
}
div.fNavi .socialbtn li:first-child{
	margin-right:0;
}


/*----------------------------------------------------------
トップ
---------------------------------------------------------- */
div.slide ul li img{
	width:974px;
	height:350px;
}
div.slide .leftNav,
div.slide .rightNav {
	background: url(../img/slider_bg.png);
	outline: none;
}

div.slide .leftNav:before,
div.slide .rightNav:before {
	content:"";
	width:100%;
	height:100%;
	display: block;
}

div.slide .leftNav:hover {
	background-image: url(../img/slider_leftNav.png);  /*rgba(204,204,204,0.4);*/
	background-repeat: no-repeat;
	background-position:99% 50%;
}

div.slide .rightNav:hover {
	background-image: url(../img/slider_rightNav.png);  /*rgba(204,204,204,0.4);*/
	background-repeat: no-repeat;
	background-position:1% 50% ;
}

div.slide .leftNav:hover:before,
div.slide .rightNav:hover:before {
	background: url(../img/slider_bg2.png)
}

div.slideMini{
	width:910px;
	/*margin:50px auto 0 auto;*/
	margin:0 auto;
}
div.slideMini .flexslider ul.slides li{
	margin:0 10px 0 0;
	width:174px;
}

div.slideMini .flexslider li img{
	background-image:url(../img/slidemini_bg.gif);
	padding:2px;
	max-width:170px;
	max-height:170px;
}
div.slideMini .flexslider ul.slides li p{
	font-size:11px;
	padding: 5px;
	line-height: 160%;
	text-align: center;
}

div.recommend,
div.media{
	width:462px;
	margin-bottom:20px;
}
div.recommend{
	float:left;
}
div.media{
	float:right;
}
div.recommend p,
div.media p{
	margin-bottom:10px;
}

div.midBannerArea{
	margin-bottom:20px;
}
div.midBannerArea li{
	float:left;
	margin-left:10px;
	margin-bottom:10px;
}
div.midBannerArea li:first-child{
	margin-left:0;
}

div.ranking{
	float:left;
	width:226px;
	background-image:url(../img/top_ranking_bg.gif);
}
div.ranking ul{
	padding:18px 0;
}
div.ranking ul li{
	float:left;
	width:90px;
	margin-left:15px;
	position: relative;
	margin-top: 35px;
	font-size:10px;
	line-height:160%;
}
div.ranking ul li:first-child{
	width:136px;
	margin-left:45px;
	margin-top: 15px;
}
div.ranking ul li>a>img{
	width:100%;
	margin-bottom: 5px;
}
div.ranking .rankingNo{
	position:absolute;
	top:-15px;
	left:-5px;
}
div.hit{
	float:right;
	width:728px;
}
div.hit .brand{
	width:360px;
}
div.hit p.ttl{
	margin-bottom:20px;
}
div.hit p.name{
	background-color:#FBD9DB;
	color:#e70010;
	margin-bottom:10px;
	text-align: center;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	width:350px;
}
div.hit .brand.bd1{
	float:left;
}
div.hit .brand.bd2{
	float:right;
	margin-left:-10px;
}
div.hit .brand.bd2 li{
	float:left;
	margin-left:10px;
}
div.hit .brand.bd2 p.name{
	margin-left:10px;
}
div.hit .brand.bd1 li{
	float:left;
	margin-right:10px;
}
div.hit .brand li{
	width:170px;
}
div.hit .brand li img{
	width:100%;
	border:1px solid #cccccc;

}
div.hit .brand li p{
	font-size:12px;
	margin-bottom:10px;
	text-align:center;
	padding: 5px;
}
div.hit .brand p.more{
	font-size:14px;
	margin-top: 20px;
}
div.hit .brand.bd2 p.more{
	margin-left:10px;
}



div.calender {
width: 215px;
float: right;
border: 1px solid #FCE5EB;
height: 470px;}

div.calender .calendar-area {
	padding:20px;
}

div.calender .ttl_h2{
	background-color:#FCE5EB;
	color:#333333;
	text-align:center;
	height: 35px;
line-height: 35px;
font-size: 14px;
}

div.calender .bizcal th {
	background-color: #9E0300!important;
	color: #ffffff!important;
}
div.calender .Holiday {
	background-color: #FFEDCA!important;
	color: #9E0300!important;
}
div.calender .bizcalTitle {
	width: 100%;
}

div.infoArea4{
	clear:both;
	padding-top:30px;

}
div.infoArea4 .socialWrap{
	width:720px;
	float:left;
	background-color:#FCE5EB;
	padding:10px;
}
div.infoArea4 .fb{
	width:250px;
	float:left;
}
div.infoArea4 .twitter{
	width:427px;
	float:right;
	margin-left: 10px;
}

li.rankingF{
	position:relative;}

li.rankingF .rankingNo{
position: absolute;
top: 10px;
left: 10px;
}

.prd_lst_img {
max-height: 234px;
}

.kakomi-box1 { 
 margin: 2em auto;
 padding: 1em;
 background-color: #fff; /* 背景色 */
 border: 1px solid #ccc; /* 枠線 */
}