/*------------------------------------------------------------
	h1リセット
------------------------------------------------------------*/

h1 {
	background: none;
	line-height: 1.6;
}


/*------------------------------------------------------------
	見出しエリア
------------------------------------------------------------*/

div.category_head {
	box-sizing:border-box;
	padding:7% 5% 5%;
}

div.category_head  h1 {
	font-style:italic;
	font-weight:bold;
	margin-bottom:20px;
	text-shadow:0px 0px 10px #000;
}

div.category_head  h2 {
	font-size:11px;
	text-align:justify;
	text-shadow:0px 0px 10px #000;
}

/*カテゴリー別・見出し画像*/

div.bg_stand {
	background:url(http://img.beoneflower.com/img/rushorder/bg_02.jpg) center top no-repeat;
}

div.bg_ran {
	background:url(http://img.beoneflower.com/img/rushorder/bg_01.jpg) center top no-repeat;
}

div.bg_arrange {
	background:url(http://img.beoneflower.com/img/rushorder/bg_01.jpg) center top no-repeat;
}

div.bg_preserved {
	background:url(http://img.beoneflower.com/img/rushorder/bg_01.jpg) center top no-repeat;
}


@media only screen and (min-width:641px) {
	
div.category_head  h2 {
	font-size:13px;
	line-height:1.8;
}

div.bg_stand {
	background:url(http://img.beoneflower.com/img/rushorder/bg_02.jpg) left top no-repeat;
}


div.bg_ran {
	background:url(http://img.beoneflower.com/img/rushorder/bg_01.jpg) left top no-repeat;
}

div.bg_arrange {
	background:url(http://img.beoneflower.com/img/rushorder/bg_01.jpg) left top no-repeat;
}

div.bg_preserved {
	background:url(http://img.beoneflower.com/img/rushorder/bg_01.jpg) left top no-repeat;
}

}


p.number {
	line-height:20px;
	margin-bottom:10px;
}

p.number span {
	font-size:20px;
	font-weight:bold;
}

p.sequence {
	line-height:20px;
}

@media only screen and (min-width: 481px) {
	
p.number {
	float:left;
	margin-bottom:0;
}

p.sequence {
	float:right;
}

}

/*商品リスト*/

div.one_fourth {
	background:#fff;
	color:#333;
	position:relative;
	padding-bottom:35px;
}

div.one_fourth img {
	max-width:100%;
	height:auto;
	margin-bottom:5px;
}

div.one_fourth a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}

div.one_fourth dl.item_name {
	margin:0 4% 5px;
	text-align:justify;
	line-height:1.4;
}

div.one_fourth dl.item_name dt {
	margin-bottom:5px;
}

div.one_fourth dl.item_name dt a {
	font-weight:bold;
	text-decoration:none;
	color:#1F1911;
}

div.one_fourth dl.item_name dt a:hover {
	text-decoration:underline;
	color: #967568;
}

div.one_fourth dl.item_name dd {
	font-size:11px;
}
	
div.one_fourth p.price {
	background:#3E3759;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	width:100%;
	box-sizing:border-box;
	padding:4%;
	position:absolute;
	bottom:0;
}


/*フリースペース２*/

div.twoinfos {
	border:3px solid #333;
	box-sizing:border-box;
	padding:2%;
	background:none;
}

div.twoinfos h3 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}