@charset "utf-8";

/************************************************
 import css
************************************************ */
@import url("./reset.css");
@import url("./common.css");
@import url("./contents.css");
@import url("./table.css");
@import url("./bloc.css");
@import url("./bloc_alpha.css");
@import url("./popup.css");

@import url("./print.css");

/*▼▼▼*/
a:hover img{
   border: none;
   opacity: 0.8;
   filter: alpha(opacity=80);
}

body {
	/*background:url(/x_img/pc/bg/body_bg_07.jpg) top center fixed;*/
	background: #FFF;
}
#layout table, #layout td{
	margin:0;
	padding:0;
	border:0;
	width:auto;
}
#container {
    width: 1030px;
}
#header {
    width: 1030px;
}
#footer_wrap {
    width: 1030px;
}

#leftcolumn {
	width: 185px;
}
#rightcolumn {
	width: 185px;
}
#leftcolumn .block_outer {
	margin-left: 0px;
}
#rightcolumn .block_outer {
	margin-right: 0px;
}
#three_maincolumn {
	padding-left: 15px;
	width: 630px;
}

#topcolumn, #bottomcolumn, #footerbottomcolumn {
	padding: 0px;
	width: 100%;
}
#two_maincolumn_right {
	padding-right: 0;
	width: 830px;
}
#footer {
	border-top: 0px;
}

h2.title {
	line-height: 100%;
}

#tousensya{
	float:left;
	width:42%;
	background:url(http://www.buymaruichi.com/x_img/pc/ohkan.jpg) no-repeat;
	height:25px;
	padding-left:30px;
	margin-left: 10px;
}

/*売れている商品ブロック追加プラグイン*/
#BestPurchase_area li.level1 p {
	font-size: 12px;
}

/*ブログ　/blog  */
.content-header {
	display:none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Geneva,Helvetica,Verdana,Arial,sans-serif;
	font-weight: normal;
	line-height: 1.2em;
	color: #BE261E;
}
h1, .post h2 {
	font-size: 2.4em;
}
.entry {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 20px 0 0;
}
.small{
	display:none;
}




