body{
	margin: 0px;
	font-family:"source-han-sans-japanese", "Helvetica Neue", "Segoe UI", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.ie8 img{
  width: auto;
}
/*clearfix*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
hr{
    border:none;
    border-top:dotted 1px #786030;
    height:2px;
    color:#000000;
    margin: 10 6 10 6;
	
}
#wrapper {
}
.breadcrumb{
	margin: 0;
	padding: 0;	
}
#breadcrumb_div{
	width: 90%;
	color: #990000;
	text-align: right;
	font-size: 15px;
	line-height: 26px;
	letter-spacing: 0.1em;
	padding-right: 20px;
	float: right;
}
#breadcrumb_div a{
	color: #990000;
	text-align: right;
	font-size: 15px;
	line-height: 26px;
	letter-spacing: 0.1em;
	padding-right: 20px;
	text-decoration: none;
}
.category_now{
	margin: 0;
	padding: 0;	
}
.category_now_div{
	width: 70%;
}
.search{
	margin: 0;
	padding: 5px 10px;	
	background-color: #990000;
	color: #FFF;
}
.search input[type=text] {
            width: 30%;
            box-sizing: border-box;
}
aside{
	float: left;
    width: 25%;
	height: 600px;
	background-color: #ffccff;
	border: #990000 solid 1px;
	padding-left: 10px;
	padding-top: 28px;
}
article{
	margin: 0;
	padding: 0;
	float: right;
    width: 72%;
}
#content{
	width: 100%;
}
#content a:link, #content a:visited {text-decoration: none}
#content a:link {color: #990000}
#content a:visited {color: #660000}
#content a:hover {color: #CC0000; text-decoration: underline;}
#content02{
	max-width: 950px;
	margin: 0 auto;
	font-size: 1em;
	line-height:1.3em;
	letter-spacing: .0.1em;	
}
#content02 a:link, #content02 a:visited {text-decoration: none}
#content02 a:link {color: #990000}
#content02 a:visited {color: #660000}
#content02 a:hover {color: #CC0000; text-decoration: underline;}
.section01{
	width: 100%;
	background-color: #990000;
	color: #FFF;
	border-bottom: #000000 solid 2px;
	text-align: center;
	padding: 5px 0px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.section02{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
}
.section03{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
}
.price{
	color: #990000;
}
.text_normal{
	line-height:1.6em;
	letter-spacing: 0.1em;		
}
h1{
	display: none;
}
h2 {
	font-size:22px;
    letter-spacing: .0.7em;
	margin-top:20px;
	margin-bottom:20px;
	line-height: 36px;
}	
h3 {
	font-size:16px;
    letter-spacing: .0.7em;
}	
.text-nomal2 {
	margin: 0 0 40px 0;
	color: #000000;		
    font-size: 15px;
	line-height: 26px;
   	letter-spacing: .0.7em;
}
.text-nomal2 strong {
	margin: 0 0 40px 0;
	color: #990000;
    font-size: 16px;
	line-height: 26px;
   	letter-spacing: .0.7em;
}	

@media only screen and (max-width: 950px) {
	#content02{
		width: 100%;
	}
}
@media only screen and (max-width: 830px) {	
	
}
@media only screen and (max-width: 650px) {	
	aside{
		width: 35%;
	}
	article{
		width: 60%;
	}
}