@charset "utf-8";
/* CSS Document */

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css');


* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
     margin: 0;
     padding: 0;
	 color: #333;
	 font-size: 12px;
	 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	 line-height: 1.4;
}

a:link {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #F60;
}

a img {
	border: 0;
}

a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

#main_box {
	width: 740px;
	margin: 0 auto;
}
.content h2,#special_event h2 {
	width: 740px;
	border-left: 15px double #6a4833;
	color: #6a4833;
	padding: 10px 0 7px 15px;
	background-color: #e7e6b7;
	font-weight: normal;
	margin-bottom: 15px;
	font-size: 22px;
	font-family: "Century Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}
.content h2 span,#special_event h2 span {
	font-size: 16px;
}
#main_box td {
	padding-bottom: 5px;
}
#item_ban  {
	width: 740px;
	margin: 10px auto;
}
#item_ban table {
	margin: 0;
	padding: 0;
}
#item_ban td {
	padding-bottom: 5px;
	vertical-align: top;
}
.content {
	width: 740px;
	margin-top: 12px;
}
#nayami {
	width: 728px;
	margin: 0 auto;
}
dl.cate_list {
	width: 740px;
	margin: 0 auto;
}
dl.cate_list:before,dl.cate_list:after {
	content:"";
	display:table;
}
dl.cate_list:after {
	clear:both;
}
dl.cate_list {
	zoom:1;
}

dl.cate_list dt {
	margin-bottom: 20px;
	background-color: #e8e8e8;
	padding: 8px 6px;
	font-size: 15px;
	border-radius: 6px;
	color: #525252;
}

dl.cate_list dt img {
	clear: both;
	width: 740px;
	height: auto;
}
dl.cate_list dd {
	padding: 0;
	margin: 0 0 20px;
}
dl.cate_list dd ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
dl.cate_list dd ul:before,dl.cate_list dd ul:after {
	content:"";
	display:table;
}
dl.cate_list dd ul:after {
	clear:both;
}
dl.cate_list dd ul {
	zoom:1;
}
dl.cate_list dd ul li {
	width: 140px;
	float: left;
	margin-right: 10px;
	text-align: center;
	font-size: 10px;
	margin-bottom: 20px;
}
dl.cate_list dd ul li.last {
	margin-right: 0;
}
dl.cate_list dd ul li img {
	width: 140px;
	height: 140px;
}
dl.cate_list dd ul li span {
	font-size: 16px;
}
dl.cate_list dd ul li span:before {
	content: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-origin.wowma.net/bc11/u1430455/page_parts/main/rank_icon.gif");
	padding-right: 2px;
}
dl.cate_list dd.cate_link a {
	display: block;
	width: 150px;
	float: right;
	padding: 5px 0;
	text-align: center;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	color: #fff;
}
dl.cate_list dd#beauty a {
	background-color: #009;
}
dl.cate_list dd#diet a {
	background-color: #F03;
}
dl.cate_list dd#health a {
	background-color: #6C0;
}
dl.cate_list dd#drink a {
	background-color: #0CC;
}
dl.cate_list dd#beauty a:hover,
dl.cate_list dd#diet a:hover,
dl.cate_list dd#health a:hover,
dl.cate_list dd#drink a:hover {
	background-color: #bbb5ac;
}

dl.cate_list dd.cate_link a span:before {
	content: "\f138";
	font-family: 'FontAwesome';
	padding-right: 3px;
	font-size: 13px;
}
dl.cate_list dd.cate_link a:hover {
	display: block;
	color: #fff;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	text-decoration: none;
}
table.event_list img {
	width: 240px;
	height: 240px;
}
#special_event {
	width: 740px;
	margin: 0 auto 25px;
}
