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




.itempage__text{
  padding: 40px;
  line-height: 1.6;
}
.itempage__sizetable{
  border-collapse:collapse;
  border-width: 2px;
  border-color: #000000;
  margin: auto auto 40px;
}
.itempage__sizetable th{
  padding: 15px;
  font-size: 20px;
  background-color: #333333;
  color: #ffffff;
}
.itempage__sizetable td{
  padding: 8px 12px;
  font-size: 22px;
  font-weight: bold;
}
.itempage__warning{
  width: 720px;
  margin: auto;
}
.itempage__label{
  line-height: 40px;
  font-size: 22px;
  background: #be272e;
  padding: 0 10px;
  color: #FFFFFF;
  font-weight: bold;
  letter-spacing: 2px;
}
.itempage__warning_list{
  width: 720px;
  margin: auto auto 60px;
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 0 24px;
  box-sizing: border-box;
}
.itempage__warning_list li{
  margin-bottom: 4px;
}

.itempage__point{
	padding: 30px;
	border: 2px solid #CC0000;
	margin-bottom: 50px;
	max-width: 750px;
}
	.itempage__point ul li{
		margin-bottom: 10px;
	}
	/*.itempage__point ol{
	list-style-type: none;
	}*/
	.itempage__point__ttl{
		background-color: #ffffff;
		display: block;
		width: 70%;
		margin: -80px auto 30px;
		text-align: center;
	}


/*==================================
kaiyu
==================================*/
.kaiyu *{box-sizing: border-box;}


/*clear*/
.cl{display: block; min-height: 1%;}
.cl:after{clear: both;content:".";display: block;	height: 0;visibility: hidden;}
* html .cl{height: 1%; /*\*//*/height: auto;overflow: hidden;/**/}

.clears {display:block; clear:both; height:0px; overflow:hidden; padding:0;	margin:0; border:0px;}






/* common
---------------------------------------------------------- */


.kaiyu a{
	text-decoration: none;
}
a:hover img{ opacity:0.8;transition: opacity 0.5s; }

figure{ margin:0; padding:0;}
button{cursor:pointer;}
.kaiyu_wrapper{ width:100%; max-width:800px; margin:0 auto 5%; position:relative;}
.kaiyu_wrapper img{ max-width:100%;}

.kaiyu h2{ width:100%;
	text-align:left;
	padding: 10px 20px;
	font-size: 1.4em;
	font-weight: bold;
	background-color: #666666;
	color: #fff;
	border-radius: 0px;
	margin-bottom: 0;
}
ul.col5{
	display: -webkit-flex;
	display:flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	margin-bottom:10%;
	border-left: 1px solid #ececec;
	-webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-justify-content: left;
    justify-content: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
ul.col5 li{
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	padding: 10px;
	width: 25%;
}

ul.col5 li a{
	color: #333333;
}

ul.col5 p.name{
	text-decoration: underline;
}
ul.col5 li a:hover p.name{
	text-decoration: none;
}
ul.col5 p{
	font-size:0.9em;
}

ul.col5 p.price{
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: bold;
	font-size: 1.2em;
	color: #CC0000;
	display: none;
}

ul.col5 p.price span{
	font-size: 0.8em;
}

ul.col5 p.comment{
	font-weight: bold;
	font-size: 0.8em;
	line-height: 1.6;
}


/*==================================
moreArea
==================================*/

a.moreArea{
	display: block;
	width: 100%;
	padding: 15px 0;
	color: #ffffff !important;
	border-radius: 3px;
	background-color: #4682b4;
	font-size: 1.1em;
	text-align: center;
	position: relative;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 10px;
}
a.moreArea:hover{
	background-color: #3973a4;
}
a.moreArea:hover, a.moreArea:active{
	color: #ffffff;
	
}

a.moreArea:after{
	content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;

}
