﻿/*---------------------------------------------
	Browser Default Initialization
  ---------------------------------------------*/

body, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address,
figure, figcaption {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before ,q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
img, abbr, acronym, fieldset {
	border: 0;
}
img {
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}
img.top {
	vertical-align:middle;
}
ul li {
	list-style-type: none;
}

iframe {
	margin:0;
	padding:0;
	border:0;
}

a img:hover {
	opacity: 0.7;
}

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


/*---------------------------------------------
	body
  ---------------------------------------------*/

body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", 'sans-serif';
	color: #574328;
	font-size: 13px;
	text-align: left;
	-webkit-text-size-adjust: none;
}



/*---------------------------------------------
	Anchor
  ---------------------------------------------*/

a {
	outline: none;
}

a:link {
	text-decoration: none;
	color: #574328;
}
a:visited {
	text-decoration: none;
	color: #574328;
}
a:hover {
	text-decoration: underline;
	color: #574328;
}
a:active {
	text-decoration: none;
	color: #574328;
}

.main_content a:link {
	text-decoration: none;
	color: #1194b0;
}
.main_content a:visited {
	text-decoration: none;
	color: #1194b0;
}
.main_content a:hover {
	text-decoration: underline;
	color: #1194b0;
}
.main_content a:active {
	text-decoration: none;
	color: #1194b0;
}

/*******************************
　clearfix
*******************************/

.clearfix:after {
	clear:both;
	display:block;
	height:0px;
	content:"・";
	visibility:hidden;
	overflow: hidden;
　font-size: 0.1em;
　line-height: 0;
}
.clearfix {
	min-height:1px;
	inline-table;
	clear:both;
}
*html .clearfix {
	height:1px;
}


/*---------------------------------------------
	Other
  ---------------------------------------------*/

.center { text-align:center; }
.left { text-align:left; }
.right { text-align:right; }

.small { font-size:75% !important; }
.large { font-size:125% !important; }
.x-large { font-size:150% !important; }
.red { color:#CC0000; }
.gray { color:#AAAAAA; }
.blue { color:#2c8691; }
.green { color:#088f4a; }

.fs10 { font-size:10px !important; }
.fs11 { font-size:11px !important; }
.fs12 { font-size:12px !important; }
.fs14 { font-size:14px !important; }
.fs15 { font-size:15px !important; }
.fs16 { font-size:16px !important; }
.fs18 { font-size:18px !important; }
.fs20 { font-size:20px !important; }
.fs22 { font-size:22px !important; }
.fs24 { font-size:24px !important; }
.fs28 { font-size:28px !important; }
.fs30 { font-size:30px !important; }
.fs36 { font-size:36px !important; }

.lh12 { line-height:1.2 !important; }
.lh13 { line-height:1.3 !important; }
.lh14 { line-height:1.4 !important; }
.lh15 { line-height:1.5 !important; }
.lh16 { line-height:1.6 !important; }
.lh17 { line-height:1.7 !important; }
.lh18 { line-height:1.8 !important; }
.lh19 { line-height:1.9 !important; }
.lh20 { line-height:2.0 !important; }

.mb0 { margin-bottom:0 !important; }
.mb5 { margin-bottom:5px !important; }
.mb8 { margin-bottom:8px !important; }
.mb10 { margin-bottom:10px !important; }
.mb15 { margin-bottom:15px !important; }
.mb20 { margin-bottom:20px !important; }
.mb30 { margin-bottom:30px !important; }
.mt5 { margin-top:5px !important; }
.mt10 { margin-top:10px !important; }
.mt15 { margin-top:15px !important; }
.mr5 { margin-right:5px !important; }
.mr8 { margin-right:8px !important; }
.mr10 { margin-right:10px !important; }
.mr15 { margin-right:15px !important; }
.ml0 { margin-left:0px !important; }
.ml5 { margin-left:5px !important; }
.ml8 { margin-left:8px !important; }
.ml10 { margin-left:10px !important; }
.ml15 { margin-left:15px !important; }

.pb0 { padding-bottom:0 !important; }
.pb1 { padding-bottom:1px !important; }
.pb5 { padding-bottom:5px !important; }
.pb10 { padding-bottom:10px !important; }
.pb15 { padding-bottom:15px !important; }
.pt5 { padding-top:5px !important; }
.pt10 { padding-top:10px !important; }

.photo_l {
	float:left;
	margin:0 20px 10px 0;
}
.photo_r {
	float:right;
	margin:0 0 10px 20px;
}

.clear {
	clear:both;
}
.hide {
	display:none;
}

/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/

#wrapper {
	width: 100%;
	position:relative;
/*	background:url(/images/header_bg_top.jpg) repeat-x left top;*/
}

/* ------ Header ------ */

#header {
	background-color: #564228;
	line-height: 30px;
	font-size: 13px;
	color: #fff;
	text-align: center;
}
#header p{
	margin: 0 auto;
}
#header_inner {
	width: 740px;
	height:150px;
	margin: 0 auto;
	padding:0 10px 0 250px;
	position:relative;
}
.tagline_txt {
	height:22px;
	font-size:11px;
	padding-top:4px;
	color:#fff;
}
#logo {
	position:absolute;
	left:10px;
	top:0;
	z-index:999;
	background-color: #fff;
}
#logo a {
	display: block;
	width: 200px;
}
#hnav {
	position:absolute;
	top:0px;
	right:0px;
	width:318px;
}
#gnav {
	clear: both;
	padding-bottom:12px;
}
#gnav_menu {
	width:740px;
}
#gnav_menu ul {
	width:100%;
}
#gnav_menu ul li {
	height:70px;
	float: left;
	font-size:12px;
	text-align:center;
}
#gnav_menu ul li a {
	padding:12px 0;
	display:block;
	text-align:center;
	font-weight:bold;
	position:relative;
}
#gnav_menu ul li a img {
	display:block;
	margin: 0 auto 5px;
}
#gnav_menu ul li a:hover,
#gnav_menu ul li a.current {
	text-decoration: none;
	color:#d71518;
	padding-bottom:9px;
	border-bottom:3px #d71518 solid;
}
#gnav_menu ul li a:hover:after,
#gnav_menu ul li a.current:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 5px solid transparent;
	border-bottom-color:#d71518;
	bottom: 0;
	left: 50%;
	margin-left:-4px;
}
#gnav_menu ul li.gnav1 { width:70px; }
#gnav_menu ul li.gnav2 { width:102px; }
#gnav_menu ul li.gnav3 { width:102px; }
#gnav_menu ul li.gnav4 { width:102px; }
#gnav_menu ul li.gnav5 { width:180px; }
#gnav_menu ul li.gnav6 { width:80px; }
#gnav_menu ul li.gnav7 { width:101px; }

/*#gnav_menu ul li.gnav5,
#gnav_menu ul li.gnav6,
#gnav_menu ul li.gnav7 {
	border-right:1px #ddd solid;
}*/

.breadcrumb {
	margin-bottom: 15px;
}
.breadcrumb li {
	margin-right:10px;
	float:left;
	font-size:11px;
	line-height: 2em;
}
.breadcrumb li a {
	padding-right:16px;
	font-size:11px !important;
	background:url(/images/breadcrumb_arrow.png) no-repeat right 45%;
}
.main_content .breadcrumb li a {
	color:#342c21;
	text-decoration:underline;
}

.cart_block {}
.cart_block .price_info {
	width:580px;
	padding:8px 10px 6px;
	border-radius:5px;
	background-color:#f5f3e8;
	position:relative;
	float:left;
	font-size:12px;
}
.cart_block .price_info p {
	float:left;
	letter-spacing:-0.5px;
}
.cart_block .price_info p.right {
	float:right;
}
.cart_block .price_info:after {
	content: "";
	position:absolute;
	top:10px;
	right:-16px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid #f5f3e8;
}
.cart_block .cart_btn {
	width:128px;
	margin-left:10px;
	float:left;
	position: relative;
}
.cart_block .cart_btn span {
	width:19px;
	height:15px;
	padding:4px 0 0;
	text-align:center;
	position:absolute;
	top:-10px;
	right:5px;
	color:#fff;
	font-size:9px;
	border-radius:10px;
	background-color:#CC3300;
}
.cart_block .cart_btn {
    background: url("/images/cart_see_btn_on.png") no-repeat;
}

.cart_block .cart_btn a {
    display: inline-block;
}

.cart_block .cart_btn a:hover {
    background-color: transparent; /* IE6対応 */
}

.cart_block .cart_btn a:hover img {
    visibility: hidden;
}

/* ------ Contents ------ */

#contents_body {
	width:100%;
	padding-top:15px;
	padding-bottom:15px;
}
#contents {
	width: 1000px;
	margin: 0 auto;
	padding:0;
	min-height:500px;
}

@media only screen and (max-width: 760px) {
	#contents {
		width: 100%;
	}
	#header p {
		padding: 10px;
		text-align: left;
		line-height: 1.5;
	}
}

#full_column {
	width:100%;
	padding-bottom: 20px;
	clear:both;
}
#left_column {
	width:200px;
	float:left;
	margin:0 10px 20px;
}
#right_column {
	width:740px;
	float:right;
	margin:0 10px 20px;
}

.content_block {
	margin:0 0 20px;
	overflow:hidden;
	line-height:1.8;
}
.content_2col,
.content_3col,
.content_4col {
	margin-left:-20px;
}
.content_2col .box {
	width:360px;
	padding:0 0 20px 20px;
	float:left;
}
.content_3col .box {
	width:233px;
	padding:0 0 20px 20px;
	float:left;
}
.content_4col .box {
	width:170px;
	padding:0 0 20px 20px;
	float:left;
}
.content_4col .box3 {
	width:550px;
	padding:0 0 20px 20px;
	float:left;
}

.float-r {
	float:right !important;
}
.inner {
	padding-bottom: 0px;
}
.column-block {
	padding:0 8px 15px;
}
.box {
	padding:0 0 20px;
}
.gray_box {
	margin-bottom:20px;
	padding:15px;
	color:#555;
	background-color:#f6f6f6;
}
.line_box {
	margin-bottom:20px;
	padding:15px;
	border:1px #ccc solid;
}
.line_box_moushikomi {
	margin-bottom:20px;
	padding:15px;
	/*border:1px #ccc solid;*/
}

.title-lv1 {
	margin:0 0 15px;
	padding:0 0 5px;
	font-size: 22px;
	border-bottom:2px #574328 solid;
	line-height:1.1;
}
h2 { font-size:18px; font-weight:bold; margin:0 0 10px; }
h3 { font-size:16px; font-weight:bold; margin:0 0 10px; }
h4 { font-size:14px; font-weight:bold; }
.title-lv2 {
	font-weight:normal;
	margin:0 0 15px;
	padding:0 0 3px;
	border-bottom:1px #574328 solid;
}
.title-lv2 span {
	font-size: 65%;
}
.title-lv3 {
	margin:0 0 15px;
	padding:7px 10px 5px;
	font-size:18px;
	color:#fff;
}
.title-moushikomi {
	margin:0 0 15px;
	padding:0px 155px 0px;
	font-size:16px;
}
.ind1 {
	text-indent:-1.4em;
	margin-left:1.4em;
}
.ind5 {
	text-indent:-5em;
	margin-left:5em;
}

.home_content .content_block {
	line-height:1.5;
}
.home_content h2 {
	line-height:1.3;
}
.home_content .item_box a {
	color: #1194b0;
}
.home_item_list {
	margin-left:-20px;
	padding-bottom:10px;
}
.home_item_list .item_box {
	width:152px;
	float:left;
	padding-left:20px;
	box-sizing:border-box;
	font-size:11px;
}
.home_rank_list {
	margin-left:-20px;
	padding-bottom:20px;
}
.home_rank_list .item_box {
	width:250px;
	float:left;
	padding-left:20px;
	box-sizing:border-box;
	font-size:11px;
}
.home_item_list .item_box .item_img,
.home_rank_list .item_box .item_img{
	/*text-align:center;*/
	padding-bottom: 10px;
	height: initial;
	height: auto;
}

.cosme_rank h3 {
	padding:3px 8px;
	color:#506f1a;
	background-color:#f5f3e8;
}
.food_rank h3 {
	padding:3px 8px;
	color:#966415;
	background-color:#f5f3e8;
}
.home_item_list b,
.home_rank_list b {
	font-size:13px;
}
.home_item_list .icon_rank {
	text-align:center;
}
.home_rank_list .icon_rank {
	width:42px;
	text-align:left;
}
.home_news_block {
	float:left;
	width:505px;
	margin-bottom:10px;
	padding:10px;
	background-color:#f6f0e4;
	position:relative;
}
.home_news_block h2,
.item_news_block h2 {
	margin-bottom:5px;
	font-weight:normal;
}
.home_news_block dl,
.item_news_block dl {
	padding:18px 15px 10px;
	font-size:12px;
	background-color:#fff;
}
.home_news_block dl dt,
.item_news_block dl dt {
	width:8em;
	float:left;
}
.home_news_block dl dd,
.item_news_block dl dd {
	margin-left:8em;
	padding-bottom:8px;
}
.home_news_block p,
.item_news_block p {
	position:absolute;
	right:12px;
	top:14px;
}
.home_news_block p a,
.item_news_block p a {
	font-size:12px;
	padding-left:12px;
	background:url(../images/p02.png) no-repeat left center;
}
.home_pickup_block {
	/*display:table-cell;*/
	float:left;
	width:195px;
	padding:0;
	margin-left:20px;
	margin-bottom:10px;
}
.item_news_block {
	margin-bottom:10px;
	padding:10px;
	background-color:#f6f0e4;
	position:relative;
}
.bg_new {
	background:url(../images/home_bg_new.png) no-repeat right 10px;
}
.bg_recs {
	background:url(../images/home_bg_recs.png) no-repeat right 10px;
}
.bg_rank {
	background:url(../images/home_bg_rank.png) no-repeat right 10px;
}
.bg_special {
	background:url(../images/home_bg_special.png) no-repeat right 10px;
}
.news_title {
	padding:5px 0;
	font-size:15px;
	font-weight:bold;
}
.news_title a {
	color:#39aeae;
}
.nav_tabs {
	width:100%;
	display:table;
	/*padding-bottom:18px;*/
	margin-bottom:18px;
	border-bottom:3px #4cbfbf solid;
}
.nav_tabs li {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	padding:10px 0;
	border:1px #fff solid;
	border-bottom:0px #ccc solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing:border-box;
	font-size:16px;
	font-weight:bold;
	color:#aaa;
	cursor:pointer;
	line-height:1.2;
	/float:left;
	/padding:10px 15px;
}
.report_tab .nav_tabs li,
.global_tab .nav_tabs li {
	padding:3px 0;
	/padding:3px 15px;
}
.nav_tabs li.select {
	border:1px #ccc solid;
	border-bottom:0px #fff solid;
	border-radius:10px 10px 0 0;
	color:#fff;
	background-color:#4cbfbf;
}
.tab_pane {
	display:none;
}
.news_list dl {}
.news_list dt {
	padding:5px 0 0;
}
.news_list dd {
	margin-bottom:10px;
	padding:0 0 10px;
	border-bottom:1px #999 dotted;
}
.news_title {
	margin-top:10px;
	padding:5px;
	font-size:18px;
	font-weight:normal;
	color:#574328;
	background-color:#f5f3e8;
}
.entry_content {
	padding:0 8px;
}

.brand_list {}
.brand_list ul {
	margin-left:-12px;
}
.brand_list ul li {
	width:176px;
	float:left;
	padding:0 0 10px 12px;
	box-sizing:content-box;
}
.more_btn,
.more_btn_cl {
	height:20px;
	padding:5px 0;
	text-align:center;
	border:1px #ccc solid;
	border-radius:5px;
	font-size:14px;
	cursor:pointer;
}
.more_btn img,
.more_btn_cl img {
	vertical-align:middle;
}
.more_block {
	display:none;
}

/*商品一覧*/
.brand_info_box {
	padding:10px 0 20px;
}
.brand_info_box h2 {
	padding:0 0 10px;
}
.brand_info {
	width:470px;
	padding-right:20px;
	float:left;
}
.dot_line {
	border-bottom:1px #ccc dotted;
}
.brand_img {
	width:250px;
	float:left;
}
.item_search_block {}
.item_search_block table {
	width:100%;
	/*border-collapse: separate;
	border-spacing: 5px;*/
	border:1px #ded4cb solid;
	background-color:#f7f6ee;
}
.item_search_block table th {
	padding:8px 10px;
	font-weight:bold;
	border-right:1px #ddd solid;
	border-bottom:1px #ddd solid;
}
.item_search_block table td {
	padding:8px 10px;
	border-bottom:1px #ddd solid;
}
.item_search_block li {
	display:inline-block;
}
.item_search_block select {
	width:170px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 5px;
  border: 0;
  margin: 0 8px 0 0;
  padding:5px;
	background:#ddc8b3 url(../images/select_arrow.png) no-repeat 164px center;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}
.item_search_block select option {
	background-color:#fff;
	font-size:13px;
}
.search_form select::-ms-expand {
  display: none;
}
.item_search_block input[type="image"] {
	vertical-align:middle;
}
.item_search_block input[type="text"] {
	width:300px;
	padding:6px;
	margin:0 8px 0 12px;
}
.item_list_result {
	padding:10px 15px 5px;
	margin-bottom:15px;
	border-radius:3px;
	background-color:#f4ede1;
	position:relative;
}
.item_list_result :after {
	border:10px solid transparent;
	border-top-color:#f4ede1;
	border-bottom-width:0;
	bottom:-10px;
	content:"";
	display:block;
	left:50%;
	margin-left:-10px;
	position:absolute;
	width:0;
}

.item_list_sort {
	padding:5px 10px;
	margin-bottom:15px;
	background-color:#f5f3e8;
	overflow:auto;
}
.item_list_sort .result {
	float:right;
}
.item_list {
	margin-left:-20px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px #e8e7e5 solid;
}
.item_list:last-child {
	border-bottom:0px #ddd solid;
}
.item_list .item_box {
	width:180px;
	float:left;
	margin-left:10px;
	padding:0 0 10px 10px;
	border-left:1px #e8e7e5 solid;
	box-sizing:border-box;
}
.item_list .item_box:nth-child(4n) {
	/*border-left:0px #e8e7e5 solid;*/
}
.item_box .item_img {
	/*padding-bottom:5px;*/
	display: block;
	text-align: center;
	height: 180px;
}
.item_box .item_icon {
	padding-bottom:4px;
}
.look_btn {
	padding:0 0 8px;
	text-align:center;
}
.item_popup {
	width:600px;
	/*height:400px;
	min-height:350px;*/
	padding:0 30px;
	position: fixed;
	left:50%;
	top:50%;
	z-index:1000;
	background: #fff;
	border:1px #ccc solid;
	box-shadow:0 0 5px rgba(0,0,0,0.1);
}
.modal{display:none;}
.modal .close {
	text-align:right;
	font-size:34px;
	line-height:1.1;
	cursor: pointer;
}
.modalBK{
	height:100%;
	width:100%;
	position: fixed;
	left:0;
	top:0;
	z-index:990;
	background-color:rgba(255,255,255,0.5);
}

.look_img_block {
	width:180px;
	float:left;
	margin-right:30px;
}
.look_img_block .img_box {
	padding:0 0 10px;
}
.look_img_block .item_img {
	padding-bottom:10px;
}
.look_info_block {
	width:380px;
	float:left;
}
.look_info_block .box {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px #ccc dotted;
}
.look_info_block .box:last-child {
	border-bottom:0px #ccc solid;
}
.look_info_block h1 {
	font-size:18px;
}
.look_info_block .price {
	font-size:18px;
}

#socialbuttons {
	height:20px;
	padding-top:10px;
	overflow:hidden;
}
#socialbuttons div {
	float:right;
	line-height:1.0;
}
.fb-like {
	margin-right:10px;
}
.twitter {
	margin:0;
}

/* ページナビ */
.wp-pagenavi {
	text-align:center;
	padding-top:10px;
	padding-bottom:20px;
}
.wp-pagenavi span,
.wp-pagenavi a {
	background-color:#FFF;
	border:1px #eae9e7 solid;
	border-radius:5px;
	margin:3px;
	padding:6px 10px 5px;
}
.wp-pagenavi a:first-child,
.wp-pagenavi a:last-child {
	padding:6px 15px 5px;
	color:#fff;
	background-color:#574328;
	border:1px #574328 solid;
}
.wp-pagenavi a:hover,
.wp-pagenavi .current {
	border:1px #eae9e7 solid;
	background-color:#f5f3e8;
	color:#574328;
	text-decoration:none;
}

/*商品詳細*/
.detail_img_block {
	width:310px;
	float:left;
	margin-right:10px;
}
.detail_img_block .item_img {
	padding:0 10px 10px 0;
	display:none;
	text-align: center;
}
.detail_img_block .item_img span {
	display:block;
}
.item_tmb li {
	float:left;
	margin-bottom:7px;
	margin-right:7px;
}
.item_tmb li a {
	display:block;
	border:1px #d2c9c1 solid;
}
.item_tmb li a:hover,
.item_tmb li.select a {
	border:1px #008ec9 solid;
}

.detail_info_block {
	width:420px;
	float:left;
}
.detail_info_block .box {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px #ccc dotted;
}
.detail_info_block h1 {
	font-size:18px;
}
.detail_info_block .price {
	font-size:20px;
}
.mark_icon {
	clear:both;
}
.cart_in_btn {
	padding:10px 0;
}
.cart_in_btn span {
	padding:3px 10px;
	display:inline-block;
	color:#fff;
	font-size:11px;
	border-radius:5px;
}
.cart_in_btn span.stock {
	background-color:#55534f;
}
.cart_in_btn span.pre {
	background-color:#a20003;
}
.item_select {
	padding-top:5px;
}
.item_icon {
	padding-bottom:15px;
}
.item_icon li {
	display:inline-block;
	padding:0 8px;
	font-size:10px;
	line-height:18px;
	border-radius:5px;
	vertical-align:bottom;
}
.item_icon li.icon_maker { background-color:#fff; font-size:15px; padding-left:0; } /*メーカー名*/
.icon_new { background-color:#ec2b2e; color:#fff; } /*NEW*/
.icon_only { background-color:#2875a3; color:#fff; } /*限定品*/
.icon_reco { background-color:#ef4d7e; color:#fff; } /*オススメ*/
.icon_limit { background-color:#d3a40c; color:#fff; } /*残りわずか*/
.icon_reserve { background-color:#43aa2b; color:#fff; } /*予約商品*/
.icon_stock { background-color:#55534f; color:#fff; } /*在庫なし*/
.item_icon li.icon_cosme { background-color:#709235; color:#fff; } /*化粧品*/
.item_icon li.icon_food { background-color:#b07e30; color:#fff; } /*食品*/

.item_outline {
	margin-bottom:20px;
}
.item_outline .txt_box {
	width:520px;
	float:left;
	margin-right:20px;
	padding-bottom:10px;
}

.allergen_icon li {
	display:inline-block;
	padding:0 5px;
	margin:2px 0;
	min-width:30px;
	font-size:10px;
	color:#fff;
	text-align:center;
	line-height:18px;
	border-radius:5px;
	vertical-align:bottom;
}
.allergen_icon .icon_duty { background-color:#d93939; } /*義務品目*/
.allergen_icon .icon_reco { background-color:#5169a0; } /*推奨品目*/

.allergen_popup {
	width:420px;
	/*height:280px;
	min-height:350px;*/
	padding:0 30px 20px;
	position: fixed;
	left:50%;
	top:50%;
	z-index:1000;
	background: #fff;
	border:1px #ccc solid;
	box-shadow:0 0 5px rgba(0,0,0,0.1);
}
.allergen_popup .box {
	padding-bottom:10px;
}
.allergen_popup table {
	border:1px #d2c9c1 solid;
}
.allergen_popup table th {
	width:6em;
	padding:5px;
	vertical-align:top;
}
.allergen_popup table td {
	padding:5px;
}

/*キャンペーン*/
.campaign_box {}
.campaign_box .catch {
	padding:15px 0 10px;
	font-size:18px;
}

/*オーブリーキャンペーン用 旧サイト*/

.pkg:after {
	content: " ";
	display: block;
	clear: both;
}

.pkg { display: block; }

.l-block {
	float: left;
}

.block-01 {
	width: 726px;
}

.block-01 .inner-01 {
	width: 726px;
	margin-bottom:30px;
	padding-top: 27px;
}
.block-01 .inner-01 .l-block {
	width: 314px;
}
.block-01 .inner-01 .r-block {
	width: 400px;
	float: left;
}


.block-01 .inner-02 {
	width: 726px;
	margin-bottom:10px;
	padding-top: 10px;
}
.block-01 .inner-02 .l-block {
	width: 84px;
	padding-left:20px;
}
.block-01 .inner-02 .r-block {
	width:580px;
	float: left;
	padding-right:20px;
}
.block-01 .inner-02 .r-block h4 {
	color:#6e6e6e;
	font-size:120%;
	padding-top:10px;
}


/*よくある質問*/
.faq_navi {
	width:100%;
	padding-bottom:32px;
	display:table;
	position:relative;
	border-right:1px #e8e7e5 solid;
	box-sizing:border-box;
}
.faq_navi li {
	box-sizing:border-box;
}
.faq_navi li a {
	color:#574328 !important;
}
.faq_navi > li {
	width:20%;
	display:table-cell;
	border:1px #e8e7e5 solid;
	border-right:none;
	text-align:center;
}
.faq_navi > li > a {
	display:block;
	padding:5px 0;
}
.faq_navi > li.current {
	font-weight:bold;
	background-color:#f5f3e8;
	border-bottom:1px #f5f3e8 solid;
}
.faq_navi li ul {
	display:none;
	text-align:left;
	border:1px #e8e7e5 solid;
	border-top:none;
	border-right:none;
	box-sizing:border-box;
}
.faq_navi > li.current ul {
	display:block;
	width:100%;
	height:32px;
	position:absolute;
	top:35px;
	left:0;
	background-color:#f5f3e8;
}
.faq_navi li li {
	display:inline-block;
	margin-left:15px;
	padding:6px 0 0;
	font-weight:normal;
}
.faq_navi li li a {
	font-size:12px;
	padding-left:12px;
	background:url(../images/p03.png) no-repeat left center;
}
.faq_box {
	padding-bottom:40px;
}
.faq_box h3 {
	font-size:16px;
	margin:0;
}
.faq_box p.bg_box {
	/*margin-bottom:10px;*/
	padding:3px 10px;
	background-color:#f6f3e6;
}
.faq_box .shadeContents{
	min-height:50px;
	margin-bottom:15px;
	padding:15px 15px 15px 40px;
	font-size:12px;
	background:url(../images/icon_a.png) no-repeat 5px 15px;
	/*background-color:#f1f6fa;*/
}
.faq_box .shadeClose {
	background:url(../images/faq_close.png) no-repeat right 11px;
}
.faq_box .shadeOpen {
	background:url(../images/faq_open.png) no-repeat right 10px;
}
.faq_box .shadeClose .shadeContents{}
.faq_box .shadeBtn {
	cursor:pointer;
	margin:0;
	padding:12px 10px 10px 35px;
	font-size:14px;
	border-bottom:1px #d2c9c1 solid;
	background:url(../images/icon_q.png) no-repeat 5px center;
	font-weight:normal;
	/*background-color:#f1f6fa;*/
}
.faq_box .btxt {
	font-size:20px;
}

/*成分辞典*/
.dictionary_navi {
	width:100%;
	border-left:1px #e8e7e5 solid;
	box-sizing:border-box;
	position:relative;
	z-index:99;
}
.dictionary_navi li {
	box-sizing:border-box;
	width:180px;
	display:table-cell;
	text-align:center;
}
.dictionary_navi li a {
	display:block;
	padding:5px 0;
	border-top:1px #e8e7e5 solid;
	border-right:1px #e8e7e5 solid;
	color:#574328 !important;
}
.dictionary_navi li.current {
	font-weight:bold;
	background-color:#f5f3e8;
}
.dictionary_navi_anchor {
	display:block;
	width:100%;
	height:32px;
	margin-top:-1px;
	border:1px #e8e7e5 solid;
	background-color:#f5f3e8;
}
.dictionary_navi_anchor li {
	display:inline-block;
	margin-left:15px;
	padding:6px 0 0;
	font-weight:normal;
}
.dictionary_navi_anchor li a {
	font-size:12px;
	padding-left:12px;
	color:#574328 !important;
	background:url(../images/p03.png) no-repeat left center;
}
.dictionary_box {
	margin-bottom:20px;
}
.dictionary_box h3 {
	font-weight:normal;
	border-bottom:1px #d2c9c1 solid;
}

/*メディア掲載*/
.publicity_list {}
.publicity_list h2 {
	font-size:18px;
	font-weight:normal;
	padding:2px 8px;
	margin-bottom:20px;
	background-color:#f5f3e8;
}
.publicity_box {
	margin-bottom:20px;
	border-bottom:1px #574328 dotted;
}
.publicity_box .photo_r {
	text-align:right;
}

/*ご利用ガイド*/
#guide .content_block {
	font-size:12px;
	margin-bottom:40px;
}
#guide .content_block:first-child {
	margin-bottom:20px;
}
#guide .content_block h2 {
	margin-bottom:25px;
}
#guide .content_block h2.title-lv2 {
	font-size:22px;
}
#guide .content_block h3 {
	margin-bottom:5px;
}
#guide .content_block a {
	font-size:13px;
}
#guide .content_2col {
	margin-left:-54px;
}
#guide .content_2col .box {
	width:343px;
	padding:0 0 30px 54px;
	float:left;
}
.madara_block {
	margin-bottom:30px;
	padding:20px 20px 5px;
	background-color:#e9ecd2;
}
#guide .madara_block h3 {
	color:#556300;
	margin-bottom:10px;
	border-bottom:1px #556300 solid;
}
.madara_block .cell2 {
	width:340px;
	display:table-cell;
}
.guide_list {}
.guide_list .box > ul {
	padding-top:15px;
	border-top:1px #574328 solid;
}
.guide_list .box .noborder {
	border-top:0px;
}
.guide_list li {
	margin-top:6px;
}
.guide_list li li {
	margin-left:14px;
}
.beginner_block {
	margin-left:-19px;
}
.beginner_box {
	float:left;
	width:210px;
	margin:0 0 20px 19px;
	padding:20px 12px;
	cursor:pointer;
	background-color:#f8f7ef;
}
.beginner_box h3 {
	text-align:center;
}
.beginner_box img {
	vertical-align:top;
	display:block;
	margin:0 auto 5px;
}
.line_box.cell2 p {
	width:50%;
	display:table-cell;
	vertical-align:middle;
}

.pegelink_box {
	width:100%;
	display:table;
	margin-bottom:30px;
	padding:20px 15px;
	box-sizing:border-box;
	background-color:#f5f3e8;
}
.pegelink_box p {
	padding:0 14px;
	display:table-cell;
	text-align:center;
}
.textLink {
	display:inline-block;
	padding:10px 25px;
	border:#cfc9c9 1px solid;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
	background:url(../images/btn_link_arrow.gif) no-repeat 10px 18px;
}

#guide .agreement_block h2 {
	margin:0 0 5px;
	font-size: 16px;
}
.agreement_block ol {
	margin:0 0 0 20px;
	padding:0;
}
.agreement_block ol li {
	padding-bottom:5px;
}
.agreement_block ol li ol {
	margin:5px 0 0;
}
.agreement_block ol li ol li {
	list-style:none;
	text-indent:-3.5em;
	margin-left:3.5em;
}
.agreement_block ol li ol li span {
	display:inline-block;
	margin-left:3.5em;
}

.step_arrow {
	padding-bottom:30px;
	background:url(../images/guide/step_arrow.png) no-repeat center bottom;
}

/*あなたのキレイに役立つ情報*/
.topics_list {
	margin-left:-20px;
}
.topics_list ul li {
	width:233px;
	padding:0 0 20px 20px;
	float:left;
	text-align: center;
}
.topics_list ul li a {
	min-height:72px;
	padding:10px 15px 0;
	display:block;
	font-size:13px;
	font-weight: bold;
	line-height:1.5;
	color:#da4345;
	border:1px #fab3b6 solid;
	background-color:#fefbfb;
}
.topics_list ul li a:hover {
	text-decoration: none;
	background-color:#fff4f4;
	border:1px #da4345 solid;
}
.topics_list ul li a b {
	display:block;
	padding-bottom:5px;
	font-size: 10px;
	font-weight: normal;
	color:#333;
}
.main_content .topics_list ul li a {
	color:#f7505a;
}

/*マイページ*/
#mypage {
	font-size:12px;
}
#mypage h2 {
	/*font-weight:normal;
	border-bottom:1px #574328 solid;*/
}
#mypage h2 a {
	/*padding-left:14px;
	color:#574328;
	background:url(../images/p04.png) no-repeat left center;*/
}
#mypage h2 a:hover {
	text-decoration:none;
}
#mypage .content_2col {
	margin-left:-52px;
}
#mypage .content_2col .box {
	width:344px;
	padding:0 0 30px 52px;
	float:left;
}

/* リスト */
.next_link {
	padding:5px 0 0;
	text-align:right;
}
.next_link_l,
.back_link {
	padding:5px 0 0;
}
.next_link_l a,
.next_link a,
.back_link a {
	padding:0 0 0 12px;
	background:url(/images/link_list_arrow.png) no-repeat left center;
}

.list_link {
	padding:5px 0 0;
	text-align:right;
}
.list_link a {
	padding:0 0 0 16px;
	background:url(/images/list_link_icon.png) no-repeat left center;
}
.link_list_2col {}
.link_list_2col li {
	width:50%;
	float:left;
	padding:5px 0
}
.link_list_2col a {
	padding:0 0 0 12px;
	background:url(/images/link_list_arrow.png) no-repeat left center;
}

.pdf_link {
	padding: 5px 0 0;
}
.pdf_link a {
	padding:2px 0 0 20px;
	background:url(/images/icon_pdf.png) no-repeat left center;
}
.pdf_link_list {
	margin-left:10px;
}
.pdf_link_list li {
	padding:0 0 5px 15px;
	background:url(/images/link_icon_01.png) no-repeat left 3px;
}
.ol_list {
	padding-left:22px;
}
.ol_list li {
	padding-left:0px;
	padding-bottom:10px;
}
.ol_list li li {
	padding-bottom:5px;
	padding-left:10px;
}

/* 表組み */
table.tb_style1 {
	border: 1px solid #d2c9c1;
	margin-bottom:5px;
}
table.tb_style1 th {
	padding:10px;
	font-weight:bold;
	border: 1px solid #d2c9c1;
	background-color:#f5f7f3;
}
table.tb_style1 td {
	padding:10px;
	background-color:#fff;
	border: 1px solid #d2c9c1;
}

table.tb_style2 {
	border: 1px solid #cccccc;
	margin-bottom:5px;
}
table.tb_style2 th {
	width:150px;
	padding:10px;
	font-weight:bold;
	border: 1px solid #cccccc;
	background-color:#eee;
}
table.tb_style2 td {
	padding:10px;
	background-color:#fff;
	border: 1px solid #cccccc;
}


/* ------ side ------ */
.side_nav {}
.side_nav h3 {
	margin-bottom:10px;
}
.side_banner li {
	margin-bottom:10px;
}
.side_banner a {
	color: #1194b0;
}
.cosme_nav,
.food_nav {
	margin-bottom:15px;
}
.side_nav ul li {
	padding:0 0 5px;
}
.side_nav ul li a {
	display:block;
	padding:2px 0 0 15px;
	background:url(../images/p01.png) no-repeat 3px 7px;
}
.cosme_nav > ul > li.ui-state-focus > a,
.cosme_nav > ul > li.ui-state-active > a {
	/*background:url(../images/p01.png) no-repeat 3px 7px;*/
	background-color:#ecf6dc;
	text-decoration:none;
	/*font-weight:bold;	*/
}

.cosme_nav > ul > ul > li.ui-state-focus > a,
.cosme_nav > ul > li.ui-state-active > a {
	/*background:url(../images/p01.png) no-repeat 3px 7px;*/
	background-color:#ecf6dc;
	text-decoration:none;
	/*font-weight:bold;	*/
}

.food_nav > ul > li.ui-state-focus > a,
.food_nav > ul > li.ui-state-active > a {
	/*background:url(../images/p01.png) no-repeat 3px 7px;*/
	background-color:#e7dfd2;
	text-decoration:none;
	/*font-weight:bold;	*/
}

.food_nav > ul > li > ul > li.ui-state-focus > a,
.food_nav > ul > li > ul > li.ui-state-active > a {
	/*background:url(../images/p01.png) no-repeat 3px 7px;*/
	background-color:#e7dfd2;
	text-decoration:none;
	/*font-weight:bold;*/
}

.food_nav > ul > ul > li.ui-state-focus > a,
.food_nav > ul > li > ul > li.ui-state-active > a {
	/*background:url(../images/p01.png) no-repeat 3px 7px;*/
	background-color:#e7dfd2;
	text-decoration:none;
	/*font-weight:bold;*/
}

.side_nav ul ul {
	margin:0;
	padding:6px 0 0;
}
.side_nav ul ul li {
	margin:0;
	padding:0 0 6px;
}
.side_nav ul ul li a {
	margin:0;
	padding:0 0 0 15px;
	background:url(../images/p02.png) no-repeat 3px 5px;
}

.side_nav ul ul li ul li {
	font-size: 12px;
	margin:0;
	padding:2px 0 0 5px;
}
.side_nav ul ul li ul li a {
	margin:0;
	padding:0 0 0 15px;
	background:url(../images/p02.png) no-repeat 3px 5px;
}

.guide_nav {
	padding:15px 8px;
	background-color:#f5f3e8;
}
.guide_nav h3 {
	margin-bottom:18px;
	padding-bottom:8px;
	font-weight:normal;
	border-bottom:1px #e8d6c5 solid;
}
.guide_nav ul {
	margin-bottom:8px;
}
.guide_nav ul li {
	padding-bottom:8px;
}
.guide_nav ul li a {
	margin:0;
	padding:0 0 0 14px;
	background:url(../images/p02.png) no-repeat 3px 5px;
}
.guide_nav ul li ul li {
	margin:0;
	padding:0 0 6px 10px;
}

.ui-menu {
	list-style: none;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
	z-index:99;
}
.ui-menu .ui-menu-item {
	position: relative;
}
.ui-menu .ui-menu-divider {
	/*margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;*/
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	/*margin: -1px;*/
}
.side_nav ul ul.ui-front {
	width:200px;
	padding:10px 10px 10px;
	border:1px #ccc solid;
	background-color:#fff;
	box-shadow:0 0 2px rgba(0,0,0,0.1);
}
ul.ui-front:after,
ul.ui-front:before {
	top: 0px;
	left: -20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
ul ul.ui-front:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 10px;
}
ul ul.ui-front:before {
	border-color: rgba(194, 225, 245, 0);
	border-right-color:#bbb;
	border-width: 10px;
	left: -21px;
}
.side_nav ul ul.brand_btn li a {
	/*height:36px;*/
	padding:0 0 2px;
	display:block;
	background:none;
}

.search_form {
	margin-bottom:10px;
	padding:8px 6px;
	background-color:#f5f3e8;
}
.search_form select {
	width:120px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 5px;
  border: 0;
  margin: 0 0 5px;
  padding:3px 5px;
	background:#ddc8b3 url(../images/select_arrow.png) no-repeat 115px center;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}
.search_form select option {
	background-color:#fff;
	font-size:13px;
}
.search_form select::-ms-expand {
  display: none;
}
#searchBtn {
	width: 28px;
	height:28px;
	/*position: absolute;
	top: 0;
	_top: 1px;
	left: 160px;*/
	float:left;
	background:url(/images/search_btn.png) no-repeat center center;
	border:0px;
	border-radius:0 5px 5px 0;
	cursor:pointer;
	background-color:#574328;
}
.searchform #keywords {
	width: 150px;
	height:18px;
	border:0px;
	padding:4px;
	float:left;
	background-color:#fff;
	outline:none;
	border:1px #574328 solid;
	border-radius:5px 0 0 5px;
}

*:first-child + html #searchBtn	{
	top: 1px;
}
.search-hidden {
	display:none;
}
.side_banner p {
	margin-bottom:10px;
}

/* ------ Footer ------ */

#footer {
	width: 100%;
	clear:both;
	font-size:12px;
}
.footer_inner {
	width: 980px;
	margin: 0 auto;
	padding:0;
	position:relative;
	clear:both;
}

@media only screen and (max-width: 760px) {
	.footer_inner {
		width: 98%;
	}
}

.footer_col1 {
	padding-bottom:15px;
}
.footer_col2 {
	width:50%;
	padding-bottom:15px;
	float:left;
}
.footer_col4 {
	width:25%;
	padding-bottom:15px;
	float:left;
}
.footer_col5 {
	width:50%;
	padding-bottom:15px;
	float:left;
}

#footer_guide {
	background:url(../images/footer_guide_bg.jpg) repeat-x left top;
	background-color:#f5f3e8;
}
#footer_guide .title {
	padding:10px 0 20px;
	font-weight:bold;
	font-size:15px;
}
#footer_guide .sub_title {
	padding-bottom:5px;
}
.inline_list {
	padding:10px 0 0;
}
.inline_list li {
	display:inline-block;
	margin-right:10px;
	padding:0 0 0 12px;
	background:url(../images/p02.png) no-repeat left center;
}
#footer_nav {
	padding-top:15px;
}
#footer_nav .title {
	margin-bottom:10px;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px #ccc solid;
	clear:both;
}
#footer_nav .title span {
	padding:10px 40px 5px 0;
}
.icon_cosme {
	background:url(../images/icon_cosme.png) no-repeat top right;
}
.icon_food {
	background:url(../images/icon_food.png) no-repeat center right;
}
#footer_nav .title {
	margin-bottom:10px;
	padding-bottom:5px;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px #ccc solid;
}
#footer_nav .sub_title {
	font-size:14px;
	font-weight:bold;
	margin-bottom: 5px;
}
#footer_nav .footer_nav_l {
	width:750px;
	margin-right:30px;
	float:left;
}
#footer_nav .footer_nav_r {
	width:200px;
	float:left;
}
#footer_nav ul li {
	padding:0 0 2px 12px;
	background:url(../images/p02.png) no-repeat left 5px;
}
#footer_nav ul ul {
	margin:0;
	padding:0;
}
#footer_nav ul ul li {
	margin:0;
	padding:0 0 2px 12px;
}
#footer_nav ul.inline li {
	display:inline-block;
	padding-right:12px;
}
#footer_bottom {
	clear:both;
	padding:5px 0;
	background-color:#564228;
}


.pc-switcher {
	display: none;
	clear: both;
	text-align: center;
	margin: 1.4em auto;
}
.pc-switcher a,
.pc-switcher span {
	padding: 0.4em 8%;
	text-align: center;
	border: 1px solid #D5AD9C;
	border-left: none;
	color: #802929 !important;
	font-weight: bold;
	text-decoration: none;
}
.pc-switcher a {
	background-color: #0074DA;
	background-image: -moz-linear-gradient(#FFFDF1, #EBD2AA);
	background-image: -o-linear-gradient(#FFFDF1, #EBD2AA);
	background-image: -ms-linear-gradient(#FFFDF1, #EBD2AA);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFDF1), to(#EBD2AA));
	background-image: -webkit-linear-gradient(#FFFDF1, #EBD2AA);
	background-image: linear-gradient(#FFFDF1, #EBD2AA);
}
.pc-switcher a:hover {
	background-color: #0059A8;
	background-image: -moz-linear-gradient(#FFFDF1, #EBD2AA);
	background-image: -o-linear-gradient(#FFFDF1, #EBD2AA);
	background-image: -ms-linear-gradient(#FFFDF1, #EBD2AA);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFDF1), to(#EBD2AA));
	background-image: -webkit-linear-gradient(#FFFDF1, #EBD2AA);
	background-image: linear-gradient(#FFFDF1, #EBD2AA);
}
.pc-switcher span.active {
	background-color: #F5F3E8;
}
.pc-switcher a:first-child,
.pc-switcher span:first-child {
	border-left: 1px solid #D5AD9C;
	-webkit-border-radius: 0.4em 0 0 0.4em;
	-moz-border-radius: 0.4em 0 0 0.4em;
	border-radius: 0.4em 0 0 0.4em;
}
.pc-switcher a:last-child,
.pc-switcher span:last-child {
	-webkit-border-radius: 0 0.4em 0.4em 0;
	-moz-border-radius: 0 0.4em 0.4em 0;
	border-radius: 0 0.4em 0.4em 0;
}

.footer_inner ul {
	text-align: center;
}

.footer_inner li {
	display: inline-block;
	margin: 0 10px;
	color: #fff;
	text-align: center;
}

.footer_inner li a {
	color:#fff;
}


#contents a[target="_blank"] span,
.disclaimer a[target="_blank"],
#footer a[target="_blank"],
.sitemap_box a[target="_blank"] {
	background:url(../images/icon_external.png) no-repeat right center;
	padding-right:15px;
}
option:disabled {
  background: #ddd;
}

#pageTop {
	position:fixed;
	right:10px;
	bottom:30px;
	display:none;
}

#pageTop a {
	display: table-cell;
	width: 60px;
	height: 60px;
	align-items: center;
	color: #fff;
	background: #d71718;
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
}

.icon-mid {
	vertical-align:middle;
}
#external a[target="_blank"] {
	background:url(../images/icon_external.png) no-repeat right center;
	padding-right:15px;
}
.uline {
	text-decoration:underline !important;
}

.rows {
	width: 380px;
	list-style: none outside;
}

.rows li{
	padding: 0;
	float: left;
	width: 176px;
}


/*---------------------------------------------
	WP WYSIWYG
  ---------------------------------------------*/
.alignleft {
	float: left
}

.alignright {
	float: right
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* 商品一覧ボタン */
#guide .content_block p.item_list_btn{
text-align: right;
margin: 15px 0;
}
#guide .content_block p.item_list_btn a{
display: inline-block;
position: relative;
background: #f5f3e8;
border: #E9E9E9 solid 1px;
border-radius: 2px;
overflow: hidden;
padding: 10px 10px 10px 25px;
font-size: 15px;
font-weight: bold;
color: #574328;
text-decoration: none;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
#guide .content_block p.item_list_btn a:after{
content: "";
border-right: 6px solid transparent;
border-left: 8px solid #574328;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
position: absolute;
top: 50%;
left: 10px;
margin-top: -4px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
#guide .content_block p.item_list_btn a:hover{
background: #BB0003;
color: #ffffff;
}
#guide .content_block p.item_list_btn a:hover:after{
border-left: 8px solid #ffffff;
}

/* ------ brand pages ------ */
.brand {
	font-size: 1.2em;
	line-height: 1.6;
}
.brand #contents{
	width: 1100px;
	color: #333 !important;
}

.brand a:hover {
	text-decoration: none;
  text-decoration:none;
  -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;
  opacity: 0.5;
}

.brand #gv_nav.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

#gv_nav {
	width: 100%;
	background-color: #fff;
	 box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.4);
}

#gv_nav .innr {
	width: 1100px;
	margin: 0 auto;
	padding: 15px 0 10px;
	overflow: hidden;
}

#btn_menu {
	display: none;
}

#gv_nav h1 {
	float: left;
	width: 200px;
}

#gv_nav h1 img {
	width: 100%;
	height: auto;
}

#gv_nav ul {
	float: left;
	margin-left: 50px;
}

#gv_nav li {
	display: inline-block;
	width: 145px;
	margin-left: 20px;
	letter-spacing: 1px;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
#gv_nav li:first-child {
	margin-left: 0;
}

#gv_nav li a {
	display: block;
	color: #333;
} 

#gv_nav li span {
	display: block;
	font-size: 0.7em;
	letter-spacing: normal;
}

#gv_nav .link_mitokuos {
	width: auto;
	background-color: #f2eadf;
	border-radius: 4px;
}

#gv_nav .link_mitokuos a {
	display: block;
	padding: 10px 15px;
	color: #333;
	font-weight: bold;
}

#gv_nav .link_mitokuos span {
	font-size: 0.8em;
}

#gv_nav .link_mitokuos span:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	background: url("/images/icon_cart.png") no-repeat;
	background-size: 20px;
	vertical-align: sub;
}

.mainImg {
	display: table;
	width: 100%;
	height: 350px;
	margin-bottom: 30px;
	background: url("/images/ecolips/img_ecolips01.jpg") no-repeat 50% 32%;
	background-size: cover;
}

.mainImg p {
	display: table-cell;
	vertical-align: middle;
	font-size: 2.5rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	text-shadow: 0 3px 5px #333;
}

.mainImg p br {
	display: none;
}

.brand section {
	margin: 80px 0;
}
.brand section h2 {
	margin: -140px 0 20px;
	padding-top: 140px;
	color: #f82e56;
	font-size: 2em;
	text-align: center;
	font-weight: bold;
}

.brand section h2 span {
	display: block;
	font-size: 0.5em;
}

.brand section h3 {
	display: flex;
	align-items: center;
	margin: 30px 0 20px;
	color: #333745;
	font-size: 1.2em;
	text-align: center;
}

.brand section h3:before, .brand section h3:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #333745;
}
.brand section h3:before {
	margin: 0 10px 0 0;
}

.brand section h3:after {
	margin: 0 0 0 10px;
}

.brand section.about {
	margin-top: 0;
}
.brand .textarea {
	overflow: hidden;
	padding: 0 10px;
	line-height: 1.8;
}

.brand .textarea p {
	margin-bottom: 10px;
}

.brand .textarea .imgL,
.brand .textarea .imgR {
	display: flex;
	justify-content: center;
	align-items: center;
}

.brand .textarea .imgL img {
	width: 350px;
	height: auto;
	margin-right: 20px;
}

.brand .textarea .imgR img {
	width: 350px;
	height: auto;
	margin-left: 20px;
}

.about_mark li {
	display: inline-block;
	width: 49.5%;
	margin: 30px 0 0;
	vertical-align: top;
}

.about_mark img {
	display: inline-block;
	width: 15%;
	height: auto;
	margin-right: 15px;
	vertical-align: top;
}

.about_mark div {
	display: inline-block;
	width: 70%;
	font-size: 0.8rem;
	line-height: 1.4;
}

.about_mark h4 {
	margin-bottom: 10px;
	font-size: 1rem;
}

.ecosystem {
	overflow: hidden;
}

.ecosystem .imgBl {
	float: left;
	width: 400px;
	margin: 20px 20px 0 0;
}

.ecosystem .imgBl img {
	width: 100%;
	height: auto;
}

.ecosystem p {
	margin-top: 20px;
}

.ecosystem .address {
	display: inline-block;
	margin-top: 10px;
	padding: 15px;
	border: 1px solid #bfc400;
	border-radius: 4px;
}

.ecosystem .tdU {
	border-bottom: 1px solid #333745;
}


.lineup ul {
	display: flex;
	justify-content: space-between;
	margin: 10px 0 50px;
	text-align: center;
}
.lineup li {
	width: calc(100% / 4);
}
.lineup li a {
	display: block;
	color: #333;
}
.lineup li img {
	width: 100%;
	height: auto;
}
.lineup li p {
	display: inline-block;
}
.item_price {
	margin-left: 10px;
	font-weight: bold;
}
.item_price span {
	font-size: 0.8em;
	font-weight: normal;
}
.shop_list {
	display: flex;
	margin: 15px 0;
	font-size: 1.1em;
}
.shop_list li {
	width: calc(100% / 2);
	margin-left: 20px;
}
.shop_list li:first-child {
	margin-left: 0;
}
.shop_list p {
	margin-bottom: 0;
	font-size: 0.8em;
}
.shop_list .shop_name {
	display: inline-block;
	font-weight: bold;
}
.shop_list .shop_name:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 5px;
	background: url("/images/ecolips/icon_arR.png") no-repeat 50% 50%;
	background-size: contain;
}

/* Cigale Bio */
.cigalebio #contents_body {
	background-color: rgba(255,198,41,0.2);	
}
.cigalebio a:hover {
	text-decoration: none;
  text-decoration:none;
  -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;
  opacity: 0.5;
}
.cigalebio #gv_nav.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.cigalebio #gv_nav {
	background-color: rgba(255,198,41,0.5);	
	box-shadow: none;
	text-align: center;
}

.cigalebio #gv_nav h1 {
	width: 100px;
	float: none;
	display: inline-block;
	vertical-align: middle;
}

.cigalebio #gv_nav .catch {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.8em;
	margin-left: 10px;
}

.cigalebio #gv_nav ul {
	display: inline-block;
	float: none;
	vertical-align: middle;
}

.cigalebio #gv_nav li {

	min-width: 165px;
	background-color: #3dae2b;
	border-radius: 5px;
}

.cigalebio #gv_nav li a {
	padding: 5px 10px;
	color: #fff;
}

.cigalebio #gv_nav .link_mitokuos {
	padding: 4px 0;
}

.cigalebio section h2 {
	margin: -200px 0 20px;
	padding: 200px 0 100px;
	color: #006934;
	font-size: 2em;
	text-align: center;
	font-weight: bold;
	width: 1100px;
	background: url("/images/cigalebio/line_cigalebio.png") repeat-x 0 100%;
	background-size: contain;
}

.cigalebio section h3 {
	color: #31ad37;
}
.cigalebio section h3:before, .cigalebio section h3:after {
	background: #31ad37;
}

.cigalebio .lineup ul {
	padding: 15px 10px 20px;
	flex-wrap: wrap;
	justify-content: center;
	background-color: #fff;
	border-radius: 30px;
}
.cigalebio .lineup li {
	width: calc(100% / 3);
}
.cigalebio .lineup li img {
	max-width: 15vw;
}


/*.cigalebio .lineup .item_set {
	margin: 5px 0 10px;
	padding: 10px;
	border: 1px solid #ababab;
	border-radius: 4px;
	font-size: 0.7em; 
}*/


@media screen and (max-width: 760px)  {

	.brand {
		font-size: 1em;
	}

	.brand #contents_body { 
		padding-top: 16.7vw;
	}

	.brand #contents{
		width: 96%;
	}

	.brand #header {
		display: none;
	}

	#gv_nav {
		position: fixed;
		top: 0;
		width: 100%;
		margin-top: 0;
		background-color: #fff;
	}
	#gv_nav h1 {
		float: left;
		width: 200px;
		padding: 3vw;
	}

	#gv_nav li:first-child {
		border-top: 1px solid #333745;;
	}
	#gv_nav #btn_menu {
		display: block;
		float: right;
		width: 8vw;
		height: 8vw;
		padding: 4vw 5vw;
		background: url("/images/btn_menu.png") no-repeat 50% 50%;
	}
	#gv_nav #btn_menu.open {
		background: url("/images/btn_close.png") no-repeat 50% 50%;
	}
	#gv_nav .innr {
		position: relative;
		width:100%;
		padding: 0;
		overflow: visible;
	}

	#gv_nav .link_mitokuos {
		border-bottom: 1px solid #333745;
		text-align: center;
	}

	#gv_nav ul {
		display: none;
		width: 100%;
		margin-left: 0;
	}

	#gv_nav li {
		display: block;
		width: 100%;
		margin-left: 0;
		background-color: #fff;
		border-bottom: 1px solid #333745;
	}

	#gv_nav li a {
		padding: 15px 0;
	}

	#gv_nav li span {
		display: inline-block;
		margin-left: 10px;
	}

	#gv_nav .link_mitokuos {
		float: none;
		padding: 0;
		border-radius: unset;
	}

	#gv_nav .link_mitokuos a {
		padding: 15px 0;
	}

	.mainImg {
		width: 100%;
		height: 58vw;
	}

	.mainImg p {
		font-size: 1.5rem;
		line-height: 1.5em;
	}

	.mainImg p br {
		display: block;
	}

	.brand section {
		margin: 40px 0;
	}
	.brand section h2 {
		margin: -70px 0 15px;
		padding-top: 70px;
		font-size: 1.6em;
	}

	.brand section h3 {
		font-size: 1.2em;
	}

	.brand .textarea .imgL, .brand .textarea .imgR {
		display: block;
	}

	.brand .textarea .imgL img,
	.brand .textarea .imgR img {
		display: block;
		width: 80%;
		margin: 0 auto 15px;
	}

	.about_mark li {
		display: flex;
		justify-content: center;
		align-items: end;
		width: 100%;
		margin: 20px 0 0;
	}
	.about_mark img {
		flex: 0.5;
	}
	.about_mark div {
		flex: 2;
		margin-top: 0;
	}

	.about_mark h4 {
		font-size: inherit;
	}

	.ecosystem .imgBl {
		float: none;
		width: 100%;
		margin: 0;
	}

	.ecosystem .address {
		display: block;
		padding: 10px;
	}

	.lineup ul {
	 flex-wrap: wrap;
	}
	.lineup li {
		width: calc(100% / 2);
	}

	.shop_list {
		display: block;
		margin: 10px 0;
		text-align: left;
	}

	.shop_list li {
		width: 100%;
		margin: 20px 0;
	}

	/* cigalebio */
	.cigalebio #contents_body {
		padding-top: 18vw;
	}
	.cigalebio #gv_nav {
		background-color: #fff;
	}
	.cigalebio #gv_nav h1 {
		width: 15vw;
		padding: 2vw;
	}
	.cigalebio #gv_nav ul {
		display: none;
		float: left;
	}
	.cigalebio #gv_nav li {
		border-radius: unset;
	}
	.cigalebio #gv_nav li a {
		padding: 15px 0;
	}
	.cigalebio .textarea .imgL img, .cigalebio .textarea .imgR img {
		width: 100%;
	}
	.cigalebio section h2 {
		width: 100%;
		padding: 70px 0 30px;
	}
	.cigalebio .lineup ul {
		padding: 15px 10px 0px;
		border-radius: 10px;
		justify-content:left;
	}
	.cigalebio .lineup li {
		width: calc(100% / 2);
		margin-bottom: 20px;
	}
	.cigalebio .lineup li img {
		width: 100%;
		max-width: unset;
	}




}
















