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


/* goods
---------------------------------------------------- */
#goods-list_wrapper{
	background-color: #dbf5d9;
}
.goods-list{
	float: left;
	padding: 10px;
	margin-bottom: 15px;
}
.goods-list h2{
	font-weight: bold;
	margin-bottom: 20px;
}
.goods-list table{
	font-size: 77%;
	width: 100%;
}
.goods-list table table{
	font-size: 92.4%;
	border: 1px solid #666;
	background-color:#FFF;
}
.goods-list table table td,
.goods-list table table .th-col{
	text-align: center;
	white-space: nowrap;
	width: 25%;
}
.goods-list th,
.goods-list td{
	border: 1px dotted #666;
	padding: 8px;
}
.goods-list th{
	vertical-align: middle;
	width: 30%;
}
.goods-list_left{
	float: left;
	background-color: #FFF;
	margin-right: 15px;
}
.goods-list_left p{
	border: 1px solid #CCC;
	padding: 5px;
}
.goods-list_right{
	float: right;
	width: 100%;
}
.big .goods-list_left{
	width: 322px;
}
.big .goods-list_right{
	width: 563px;
}

.small{
	width: 440px;
}
.small .goods-list_left{
	width: 192px;
}
.small .goods-list_right{
	width: 233px;
}

/* story
---------------------------------------------------- */
#story_index{
	font-size: 77%;
	border: 1px solid #17a83a;
	padding: 15px 10px;
}
#story_index ul{
	margin: 10px 0 100px;
}
#story_index li{
	font-weight: bold;
	line-height: 1.401;
	border-bottom: 1px dotted #17a83a;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.story-list{
	font-size: 92.4%;
	line-height: 1.335;
	background-color: #dcf0dc;
	padding: 10px;
	margin-bottom: 15px;
}
.story-list_left{
	float: left;
	position: relative;
	width: 250px;
	margin-right: 20px;
}
.story-list_left .number{
	position: absolute;
	top: 55px;
	right: 0;
}
.story-list_right{
	float: left;
	width: 380px;
}
.story-list_right h2{
	margin-bottom: 10px;
}

#story_contents h2{
	margin-bottom: 20px;
}
#story_contents h3{
	margin-bottom: 10px;
}

#story_text{
	background-color: #dcf0dc;
	padding: 20px;
}
#story_text p{
	font-size: 92.4%;
	line-height: 1.666;
	margin-bottom: 1.5em;
}

#story_text p img.left{
	float: left;
	background-color: #FFF;
	border: 1px solid #CCC;
	margin: 0 7px 5px 0;
	padding: 10px;
}

.tft-btn{
	text-align: right;
	margin: 20px 0;
}

.title_text{
	color: #17a83a;
	font-weight: bold;
	font-size: 107.8%;
	margin-bottom: 20px;
}


/* shop
---------------------------------------------------- */
.shop-list h3{
	color: #17a83a;
	font-size: 107.8%;
}
.shop-list h4{
	font-size: 92.4%;
	font-weight: bold;
	margin-bottom: 0;
	
}
.shop-list table{
	font-size: 92.4%;
	width: 80%;
	margin-bottom: 10px;
}
.shop-list th {
	width: 20%;
}
#real-shop{
	border-bottom: 1px solid #CCC;
	padding-bottom: 20px;
	margin-bottom:20px;
}
