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

#tab{
	width:270px;
	padding:0;
	margin:0 auto 10px;
}

#tab li {
  float: left;
	width: 90px;
	height:41px;
	list-style-type: none;
	background: url('../img/bg_tab.png') left center no-repeat #fff;
	background-size: 90px 41px;
	-webkit-background-size: 90px 41px;
	line-height:1.2;
	font-size:90%;
	color: #fff;
	text-align: center;
	padding-top:5px;
	font-weight:700 !important;
}
#tab li p{
	padding-top:10px;
}
#tab li.select {
  width: 90px;
	height:41px;
	background: url('../img/bg_tab_current.png') left center no-repeat #fff;
	background-size: 90px 41px;
	-webkit-background-size: 90px 41px;
	color:#126e22;
}
.disnon {
  display: none;
}
.content_wrap {
  clear: left;
}

.prd_img img{
	width:100%;
	height: auto;
}

.prd_list {
	display: table;
	table-layout: fixed;
	width:100%;
	border: 1px solid #b9b9b9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: url('../../common/img/icon_arrow_g.png') right center no-repeat #fff;
	background-size: 25px auto;
	-webkit-background-size: 25px auto;
	cursor:pointer;
	margin-bottom:7px;
	line-height:1.4;
}
.prd_list_pic{
	display:table-cell;
	width:80px;
	vertical-align:middle;
	padding:7px 0 7px 7px;
}
.prd_list_ex{
	display:table-cell;
	width:100%;
	padding:7px 27px 7px 7px;
	vertical-align:middle;
}
.prd_list_ex .ttl{
	font-size:110%;
	font-weight:700;
	margin-bottom:4px;
	vertical-align:middle;
}
.prd_list_ex p{
	color: #333333;
	font-size:90%;
}


#material div{
	border-bottom:dotted 1px #CCCCCC;
	padding:5px 0;
	clear:both;
	display: table;
	table-layout: fixed;
	width:100%;
}
.r_name{
	display:table-cell;
	width:100%;
}
.r_amt{
	display:table-cell;
	width:60px;
	text-align:right !important;
}

.prd_ex{
	font-size:90%;
	padding-left: 1em; /*1em（1文字）分、右に動かす*/
	text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
	margin:5px 5px 20px;
}

.prd_how{
	padding-left: 0.5em; /*1em（1文字）分、右に動かす*/
	text-indent: -0.5em; /*最初の行だけ1em（1文字）分、左に動かす*/
	margin:0 0 10px;
}

.oshop{
	text-align:center;
	margin:20px !important;
}