﻿@charset "UTF-8";
#main { 
	padding-bottom: 0px;
}

/* .block */
#main #article .block{
	margin:0;
	padding:0;
	position: relative;
	background-image: url(../goods/images/bg_01.png);
	background-position: 0px 0px;
}
#main #article .block .box{
	padding-bottom:30px;
}
#main #article  h2.h2_title{
	padding:110px 0 30px 80px;

}
#main #article .block p#txt_01{	
	 padding:10px 0 0 80px;

}
#main #article .block div.entry_item{
	padding:10px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #0A2340;
	width: 500px;
	overflow: hidden;
}
#main #article .block div.entry_item p.entry_title{
	margin-right: 250px;
	margin-left: auto;
	font-size: 22px;
	font-weight: bold;
	color: #0A2340;
	line-height: 1.3em;
}
#main #article .block div.entry_item p.entry_price{
	padding-bottom:10px;
	margin-right: 250px;
	margin-left: auto;
	font-size: 18px;
	font-weight: bold;
	color: #666;
	line-height: 1.3em;
}
#main #article .block div.entry_item p.entry_txt{
	padding-bottom:10px;
	margin-right: 250px;
	margin-left: auto;
	font-size: 16px;
	color: #000;
	line-height: 1.3em;
}
#main #article .block div.entry_item p.entry_caption{
	margin-top:10px;
	margin-right: 250px;
	text-align: right;
}
#main #article .block div.entry_item p.entry_txt span{
	font-size: 16px;
	font-weight: bold;
	color: #0A2340;
}
#main #article .block div.entry_item p.entry_photo{
	width: 230px;
	height: 192px;
	padding: 5px;
	border: 1px solid #ccc;
	float: right;
}
#main #article .block p#txt_02{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 40px 10px 10px;
	margin-bottom:40px;
	margin-top: 40px;
	background-image: url(../goods/images/item_01.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#main #article .block p#txt_02:after {
	content: " ";
	background-image: url(../goods/images/item_01.png);
	display: block;
	height: 40px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#main #article .block p#btn_02{
	text-align: center;
	padding: 40px 10px 10px;
	margin-bottom:40px;
	margin-top: 40px;
	background-image: url(../goods/images/item_01.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#main #article .block p#btn_02:after {
	content: " ";
	background-image: url(../goods/images/item_01.png);
	display: block;
	height: 40px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#main #article .block p#txt_02 span{
	font-size: 30px;
	font-weight: bold;
	color: #ba0000;
}
#main #article .block div#more{
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #0A2340;
	width: 520px;
	line-height:1.3em;
	margin-bottom:20px;
	font-size: 16px;
	text-align: center;

}
#main #article .block div#more p,#main #article .block div#more h3{
	line-height:1.6em;
}
#main #article .block div#more h3{
	font-size: 20px;
	font-weight: bold;
	color: #0B223F;
	text-align: center;
	padding: 10px;
	line-height:1em;
	margin-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0B223E;
}
#main #article .block div#more p.txt{
	font-size: 24px;
	font-weight: bold;
	color: #ba0000;
	padding: 10px 5px 5px 5px;
	line-height:1em;
	margin-bottom:10px;
}
#main #article .block div#more p.logo{
	text-align: center;
	padding: 10px;
	display: inline-block;
	width: 229px;
	vertical-align: top;
}