@charset "UTF-8";

#header {
	position:absolute;
	top:0;
	z-index:100;/*chrome用*/
}

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

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

/*------------------------------------------------------------
	メインビジュアル
------------------------------------------------------------*/

div#top_visual {
	background:url(http://img.beoneflower.com/img/top/main01.jpg) center top no-repeat;
	background-size:cover;
	display:block;
	width:100%;
	position:relative;
}

div#top_visual p#beone {
	background:url(http://img.beoneflower.com/img/top/main_logo.png) left top no-repeat;
	background-size:230px 108px;
	width:230px;
	height:108px;
	position:absolute;
	top:28%;
	left:50%;
	margin-left:-115px;
	text-indent:-9999px;
}

div#top_visual h1 {
	width:100%;
	font:bold 15px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	text-shadow:0 0 10px #000;
	position:absolute;
	top:28%;
	left:50%;
	margin-left:-50%;
	padding-top:118px;
}

div#top_visual p.next {
	font-size:20px;
	position:absolute;
	bottom:80px;
	left:50%;
	margin-left:-1.7em;
}

div#top_visual p.next a {
	color:#fff;
	text-decoration:none;
	border:10px solid #fff;
	padding:20px;
	border-radius:50%;
	box-shadow: 0 0 5px #aaa;
}

div#top_visual p.next a:hover {
	color:#3E3759;
	border:10px solid #3E3759;
}

@media only screen and (min-width:769px) {
	
	#header {
		left:50%;
		margin-left:-520px;
	}
	
	div#top_visual p#beone {
		background-size:100%;
		top:35%;
		width:320px;
		height:150px;
		margin-left:-160px;
	}
	
	div#top_visual h1 {
		font-size:32px;
		top:35%;
		padding-top:180px;
	}
	
	div#top_visual p.next {
		font-size:36px;
		bottom:100px;
		left:50%;
		margin-left:-1em;
	}

}


/*------------------------------------------------------------
	トップページ コンテンツ
------------------------------------------------------------*/

div#conts_body {
	padding-top:10px;
}

div#conts_body div.contents {
	margin:60px auto 20px;
}

@media only screen and (min-width:769px) {
	
	div#conts_body {
		padding-top:50px;
	}
}

div.fullwidth h2,
div.fullwidth h2 a {
	font-size: 24px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}


div.fullwidth h2 a:hover {
	color:#fc9;
}

div.fullwidth h3 {
	font-size:12px;
	line-height:1.8;
	text-align: left;
}

@media only screen and (min-width: 481px) {
	
	div.fullwidth h2 {
		float:left;
		line-height: 28px;
	}
	
	div.fullwidth h3 {
		font-size:13px;
		line-height: 28px;
		float:right;
	}
		
}

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

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

div.one_fifth 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_fifth dl.item_name {
	margin:0 4% 5px;
	text-align:justify;
	line-height:1.4;
}

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

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

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

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


/*------------------------------------------------------------
	WHAT'S NEW
------------------------------------------------------------*/


div.newsArea article {
	font-size: 11px;
	width: 100%;
	border-bottom: 1px dotted #666;
	box-sizing: border-box;
	padding: 6px 5px;
	margin-bottom: 5px;
}

div.newsArea article:nth-of-type(3n) {
	margin-bottom: 20px;
}

div.newsArea article dl dt {
	font-weight: bold;
	line-height: 33px;
	color: #3E3759;
	float: left;
	margin-right: 15px;
}

div.newsArea article dl dd {
	background: #3E3759;
	width: 120px;
	height: 22px;
	font-size: 10px;
	line-height: 21px;
	float: right;
	margin: 7px 0 0 0;
	text-align: center;
	color: #fff;
}

div.newsArea article dl dd.catRed {
	background: #3E3759;
}

div.newsArea article p {
	clear: both;
	font-size: 13px;
	max-width: 100%;
	line-height: 1.8;
	margin-bottom: 5px;
}

div.newsArea article p a {
	color: #fff;
}



@media only screen and (min-width: 481px) {
	
	
	div.newsArea article {
		font-size: 13px;
		padding: 10px;
	}
	
	div.newsArea article:nth-of-type(3n) {
		margin-bottom: 30px;
	}

	div.newsArea article dl {
		float: left;
	}
	
	div.newsArea article dl dt {
		width: 125px;
		margin-right: 0;
	}
	
	div.newsArea article dl dd {
		width: 120px;
		margin: 7px 25px 0 0;
	}
	
	div.newsArea article p {
		clear: none;/*リセット*/
		float: left;
		line-height: 33px;
		margin-bottom: 0;/*リセット*/
	}
	
	
}


