@charset "utf-8";
/* CSS Document */


body {
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size:80%;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 100%;
  clear:both;
  margin:0;
  color:#444;
}
ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}
body li {
	list-style: none;
}

p {
	margin:0;
	padding:0;
}

h2 {
	margin: 0;
	overflow: hidden;
	font-size: 14px;
}

/***********************   link   ***********************/

a {
	text-decoration: none;
}
a:link {
	color: #333;
}
a:visited {
	color: #333;
}
a:hover {
	color: #555;
}
a:active {
	color: #333;
}
img {
	border-style: none;
	opacity: 1.0;
	filter: alpha(opacity=100);
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
a:hover.item_color img {
	border-style: none;
	opacity: 1.0;
	filter: alpha(opacity=100);
}

.clear {
	clear:both;
}


.red {
	color:#A21140;
	font-weight:bold;
}

.red2 {
	color:#A21140;
	font-weight:bold;
	border-bottom:1px solid #A21140;
}


/********************** contents ************************/

.mainWrap {
	margin:0 auto;
	width: 100%;
}

.mainWrap img{
	width:100%
}

.TopPh {
	padding:2% 2% 2%;
	border:1px solid #999;
	margin-bottom:30px;
	margin:1% 1% 3%
	}



.ShortCutWrap {
	margin-bottom:3%;
}

.ShortCutTitle {
	background-color:#333;
	padding:8px 10px;
	color:#FFF;
}

.Item {
	margin-top:30px;
	text-align: center;
	padding: 1%;
}

.Item div {
	margin:1% 0.4% ;
	display: inline-block;
	width:22.8%;
	line-height:110%;
	box-sizing: border-box;
	vertical-align: top;
}

.Item div img {
	width:100%;
}


.come {
	background-color:#F1F1F1;
	padding:5% 7%;
	font-size:11px;
	height:45px;
	text-align: left;
}


.DescTitle {
	height: 35px;
	line-height: 35px;
	border:1px solid #E8E8E8;
	border-bottom: 1px solid #999;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(233,233,233,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(233,233,233,1.00) 100%);
	padding-left:1%;
	font-size:95%;
	font-weight:bold;
	
}

.DescTxt {
	padding:2% 5%;
	line-height:160%;
	font-size:10px;
	margin-bottom:3%;
}

.DescPh {
	width:30%;
	float:left;
}

.txtkp {
	width:67%;
	float:left;
	margin-left:3%;
}

.review {
	width:100%;
margin-bottom:3%;
	position:relative;
}

.reviewWrap {
	overflow:hidden;
}

.colorV {
	margin-bottom:3%;
	
}

.colorVa {
	padding-top:1%;
}

.colorVa ul li {
	margin: 0.5% 0.3%;
	padding: 1.1%;
	width: 30%;
	border: 1px solid #eee;
	float: left;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(247,247,247,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(247,247,247,1.00) 100%);
}

.sName {
	padding:2% 5%;
	border:1px solid #eee;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(233,233,233,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(233,233,233,1.00) 100%);
	display:block;
	border-left:2px solid #999;
	font-size:10px;
}
	
	
.mas3 {
	background: #FF8FB3;
	border-radius: 5px;
	position: relative;
	padding: 4px;
	margin: auto auto 12px auto;
	text-align: center;
	color: #A62E55;
	width: 90%;
	background-color: #FF8FB3;
}

.sw {
	text-align:center;
	padding:0 1;
	margin:0 0 20px;
}

.swbox{
	float:left;
	margin:0 1.6% 15px;
	width:30%;
	font-size:10px;

	}
	
.swbtn {
	padding: 3px 5px;
	background-color: #000;
	width: 50%;
	margin: 5px auto;
	color: #FFF;
	border-radius: 3px;
}

.saleprice {
	color:#FF0000;
	font-size:12px;
	padding:3px 0;
}











/* 商品カテゴリーアコーディオン 
------------------------------------- */

.ctgr_title{
background-color:#EEE;
height:40px;
text-align:center;
color:#999;
line-height:40px;
font-size:17px;
}

.ctgr_bottom{
background-color:#EEE;
height:10px;
}
.item_ctgr{
	background-color:#EEE;
}

ul.accordion { background:#DDD;  margin:0 3%; font-size:13px;}
ul.accordion a { display:block; padding:10px; background-position:97% center; background-repeat:no-repeat; color:#FFF; font-weight:bold; }
ul.accordion span { display:block; padding:10px; background-position:97% center; background-repeat:no-repeat; color:#FFF; font-weight:bold; }
ul.accordion ul { display:none;}
ul.accordion > li { background:#999; border-bottom:1px solid #EEE;}
ul.accordion > li > p { background:#999;}
ul.accordion > li > p span { background-image:url(../topimg/open2.png);}
ul.accordion > li > p span.open { background-image:url(../topimg/close2.png);}
ul.accordion > li > ul > li { background:#FFF; border-bottom:1px solid #999;}
ul.accordion > li > ul > li > p { background-color:#333;}
ul.accordion > li > ul > li > a { background:url(../topimg/go2.png) no-repeat 98% center; color:#999; font-size:12px;}
ul.accordion > li > ul > li > ul > li { background:#FFF; border-bottom:1px solid #999;}
ul.accordion > li > ul > li > ul > li > a{ background:url(../topimg/go2.png) no-repeat 98% center; color:#999; font-size:12px;}
ul.accordion > li > ul > li > ul > li:last-child { border:none;}



/* フッター 
------------------------------------- */

#gFooter {
	background: #FFF;
	padding: 8px 0;
}
#gFooter a {
	text-decoration: none;
}
#gFooter dt, dd {
	display: inline;
}
#gFooter dd {
	font-weight: bold;
	margin: 0 0 0 5px;
}
#gFooter .sp {
	background: url(../img/ic_sp.png) no-repeat;
	height: 14px;
	width: 11px;
	margin: 0 12px 0 0;
	padding: 0 12px 0 15px;
	position: relative;
	border-right: solid 1px #222;
}
#gFooter .pc {
	background: url(../img/ic_pc.png) no-repeat;
	height: 14px;
	padding: 0 0 0 22px;
}
#gFooter .viewSwitcher {
	background: #F2F2F2;
	padding: 8px;
	width: 90%;
	text-align: center;
	margin: auto;
}
#gFooter ul {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
#gFooter li {
	padding: 0 0 0 8px;
	display: inline;
	border-left: solid 1px #222;
	margin: 0 4px 0 0;
	font-size: 80%;
}
#gFooter li.none {
	border: none;
}




.SalePrice {
	text-align:center;
	color:#DC2124;
	background-color:#FFEFEF;
	padding:6px 0;
}
