@charset "utf-8";

/*-------------------------------------------

Reset

--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{display:block;}
body{line-height:1;}
ol, ul{list-style:none;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}


/*form
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}*/


html {
    width: 100%;
    height: 100%;
}
body {
    width: 100%;
    height: 100%;
}

#contents .itemCart, item_select{
    float: none;
    position: relative;
    
}
#contents .itemCart select{
position: absolute;
top: -10px;
left: 5px;
z-index: 2;
}


/*-------------------------------------------

Setting

--------------------------------------------*/
*{box-sizing:border-box}
img{max-width:100%;width:auto}


/*for clearFix*/
.cf:after { 
   display: block ;
   height: 0 ;
   visibility: hidden ;
   clear: both ;
   content:"";
}
/* 追加 MacIE 5 と WinIE 7 向け */
.cf {
   display: inline-block ;
}
/*MacIE \*/
* html .cf {
	height: 1em ;
}
.cf {
	display: block ;
}

.fwb{font-weight:bold;}

.fl{
	float: left;
}
.fr{
	float: right;
	
}

/*textalign*/
.tl{text-align:left !important;}
.tr{text-align:right !important;}
.tc{text-align:center !important;}

/*border*/
.bdn{border: none;}
.bdtn{border-top: none;}
.bdln{border-left: none;}
.bdrn{border-right: none;}
.bdbn{border-bottom: none;}


.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

div#contents h2{
	width: 100%;
}

#contents div#topicPath{
	width: 100%;
}
/*============================================

style.css

============================================*/
.cam_wrapper{
	width: 980px;
	margin: 0 auto;
}


div.cp_wrap {
	font-size: 14px;
	line-height: 1.3;
	margin: 0 auto;
	max-width: 930px;
	border: 5px double  #C3BA79;
}


div.cp_wrap div.item_block {
    margin-right: -1px;
	width: 460px;
	border-bottom: 1px solid  #C3BA79;
	padding: 30px;
    border-right: 1px dotted  #C3BA79;
}
div.cp_wrap div.item_block.bdn{
	border-bottom: none;
	
}
div.cp_wrap div.item_block p.cat{
	background: #917957;
    color: #FFFFFF;
    padding: 4px 10px;
    margin: 0 0 10px 0;
    font-size: 12px;
    display: inline-block;
}
div.cp_wrap div.item_block figure {
	margin-bottom: 20px;
}
div.cp_wrap div.item_block figure img {
	display: block;
	
}
div.cp_wrap div.item_block dl.txt {
	margin-bottom: 20px;
}
div.cp_wrap div.item_block dl.txt dt{
	color: #C09C21;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 20px;
}
div.cp_wrap div.item_block dl.txt dt span{
	font-weight: lighter;
	font-size: 13px;
	text-decoration: underline;
	margin-top: 3px;
	display: block;
	color: #333;
}
div.cp_wrap div.item_block dl.txt dd {
	line-height: 1.4;
}
div.cp_wrap div.item_block div.price{
	color: #333;
	margin-bottom: 20px;
	border-top: 1px dotted  #ccc;
	border-bottom: 1px dotted  #ccc;
	padding: 10px 0;
	justify-content: flex-start;
	-ms-align-items: center;
	align-items: center;
}
div.cp_wrap div.item_block div.price div.normal {
	position: relative;
	padding-right: 20px;
	margin-right: 15px;
}
div.cp_wrap div.item_block div.price div.normal:after{
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 10px;
	border-color: transparent transparent transparent #DC1615;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
div.cp_wrap div.item_block div.price div.normal span {
	display: block;
	
}
div.cp_wrap div.item_block div.price div.off_price {
	color: #DC1615;
	line-height: 1;
	font-weight: bold;
	font-size: 16px;
}
div.cp_wrap div.item_block div.price div.off_price span {
	font-size: 34px;
}
div.cp_wrap div.item_block div.price p.off_txt {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	background: #DC1615;
	text-align: center;
	border-radius: 5px;
	padding: 7px 12px;
}


.itemCart{
	margin-bottom: -24px;
}
#contents .cart_wrapper .itemCart{
    display: block;
    
	width: 100%;
	margin:0 0 5px 0;
	padding: 5px 5px 5px 0 ;
	text-align: right ;
	font-size: 84% ;
	color: #666666 ;
    background: #e6e6cc;
}

#contents .cart_wrapper .itemCart select{
    position: static;
    
}

/*190123 追加*/
.txt_kome {
	color: #FF0000;
	font-weight: bold;
	
}



