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

/*--- clearfix start --------------------*/
.clearfix:after {
  content: ".";  /* 新しいコンテンツ */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; /* 非表示に */
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*--- Google Web Font (class:item_title) --------------------*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

/*--- contents start --------------------*/

.item_area{
	text-align:left;
	line-height:1.5em; !important
}
/*--- navi start --------------------*/
.navi{
	margin:10px auto 25px;
	padding-left: 0px;
}
.navi li{
	float: left;
	margin-right: 8px;
	margin-left: 8px;
	list-style-type: none;
}
/*--- bxslider start --------------------*/
.bxslider{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	overflow:hidden;
}
.bx-wrapper {
	width:500px; /* 2014/02/24 add */
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 15px;/* -30px */
}


/*--- item_title_area start --------------------*/
.img{
	margin: auto;
	text-align: center;
	width: 550px;
}
.title_area{
	margin: 15px auto 10px;
	width: 550px;
}
.item_title{
	float:left;
	text-align:center;
	font-size:24px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; 
}
.item_title span{
	font-size:50px;
	font-weight: 700; 
}
.item_title span .italic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.item_text{
	float:left;
	margin-left:15px;
	line-height:1.5em;
}

/*--- spec_area start --------------------*/
.spec_area{
	margin-bottom: 25px;
}
.spec_list{
	float:left;
	width:290px;
	margin-right: 5px;
	margin-left: 5px;
	border-collapse:collapse;
}
.spec_list th, .spec_list td{
	padding:8px 3px;
	vertical-align: top;
	border-top:dotted 1px #ccc;
	border-bottom:dotted 1px #ccc;
}
.spec_list th{
	white-space:nowrap;
	text-align:left;
}
.spec_list td ul{
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 1em;
}
.spec_list td ul li{
	margin-bottom: 0.5em;
}

/*--- price_area start --------------------*/
.price_list{
	margin:auto;
	width: 100%;
	border-collapse:collapse;
}
.price_list th, .price_list td{
	padding:8px;
	vertical-align: top;
	border-top:dotted 1px #ccc;
	border-bottom:dotted 1px #ccc;
}
.price_list th{
	background-color: #eee;
	text-align:left;
}
.price_list td{
	vertical-align: middle;
}
.price_list td.item_name{
	width:200px;
}
.price_list td.item_price{
	width:100px;
}
.price_list td.item_cart{
	width:400px;
}
/*--- cylinder_spec start --------------------*/
.cylinder_spec dt{
	padding-bottom: 5px;
	font-size:14px;
	font-weight:bold;
}
.cylinder_spec dd{
	margin: 0px 0px 15px 0px;
}

/*--- delivery start --------------------*/

.delivery_list{
	float: left;
	width: 180px;
	margin: 5px 10px;
	border-collapse: collapse;
	border:solid 1px #ccc;
}
.delivery_list th, .delivery_list td{
	padding: 5px 8px;
	border:solid 1px #ccc;
}
.delivery_list th{
	background-color:#633;
	color: #fff;
}
.delivery_list td.pref{
	background-color: #eee;
}

/*--- others --------------------*/
.textarea_1 {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}
.textarea_2 {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	background-color: #F5EBE0;
	padding: 15px;
}
.textarea_3 {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	padding: 15px;
	border: 1px solid #DECBAD;
}
.text_m {
	font-size: 1.1em;
	line-height: 1.5em;
}
