@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Noto+Sans);

@import url(https://fonts.googleapis.com/css?family=Noto+Serif:400italic);

/* @group common */

body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.6;
	color: #ffffff;
	text-align: center;
	font-family: "游ゴシック", YuGothic, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	-webkit-font-smoothing: antialiased;
}

body::before {
  background:url("../img/common/background.jpg") no-repeat left top;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  content: "";
  z-index: -1;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	background: #333333;
	text-decoration: underline;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}

::-moz-selection {
  background: #b9a8af;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #b9a8af;
  color: #fff;
  text-shadow: none;
}


/* @end */

/* @group load */

#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: url("../img/common/background.jpg") no-repeat fixed;
	z-index: 100000;
}

#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	text-align: center;
	color: #fff;
	z-index: 100001;
}

/* @end */

/* @group index */

#index_wrapper{
	position: relative;
	display: none;
}

#logoarea{
	position: absolute;
	top: 100px;
	right: 100px;
	width: 97px;
	text-align: center;
}

#index_nav{
	position: absolute;
	top: 220px;
	left: 100px;
	font-family: 'Noto Sans', sans-serif;
	font-size: 13px;
	text-align: left;
}

#Stage{
	margin: 0 auto;
}

#index_wrapper h1{
	margin-top: 30px;
	opacity: 0;
}

#index_nav li {
	letter-spacing: 1px;
	padding: 8px 0;
}

#index_nav li a {
	display: inline-block;
	background-position: center center;
}

.index_news{
	margin-top: 30px;
	font-size: 12px;
}

.index_news dt {
	float: left;
	width: 7em;
	padding: 6px 0;
	font-weight: normal;
	line-height: 2;
}

.index_news dd {
	padding: 6px 0 6px 7em;
	line-height: 2;
}

/* @end */




/* @group contents */

#contents_wrapper {
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	z-index: 2;
	position: relative;
	display: none;
}

/* @end */

/* @group header */

header {
	width: 150px;
	float: left;
	text-align: right;
	font-size: 13px;
}

#logo {
	padding: 50px 0 30px 0;
}

#btn_home {
	padding-bottom: 30px;
}

#btn_home a {
	display: inline-block;
	background: url("../img/common/icon_home.png") no-repeat left center;
	padding: 0 0 0 18px;
	font-size: 12px;
}

header ul {
	margin-bottom: 50px;
}

.level1 p {
	display: none;
}

.level2 p {
	display: block;
}

header ul li {
	margin-bottom: 10px;
}

#contents_inner {
	width: 1000px;
	float: right;
}

/* @end */

/* @group nav */

nav {
	text-align: right;
	font-family: 'Noto Sans', sans-serif;
	font-size: 11px;
	padding: 50px 0 70px 0;
}

nav li {
	display: inline-block;
	letter-spacing: 1px;
}

nav li a {
	display: inline-block;
	padding: 13px 10px;
	background-position: center center;
}

nav li a:hover,
nav li a.active {
	background: url("../img/common/link_active.png") no-repeat center center;
}

.breadcrumb {
	padding: 0;
}

.breadcrumb div {
	display: inline-block;
}

.breadcrumb div {
	font-size: 10px;
}

.breadcrumb div a {
	display: inline-block;
	font-weight: bold;
	letter-spacing: 1px;
}

.breadcrumb a {
	display: inline-block;
	font-weight: normal;
}

.breadcrumb div:after {
	content: " ";
	width: 5px;
	height: 8px;
	background: url("../img/common/breadcrumbs_icon.png") no-repeat;
	background-size: 5px 8px;
	display: inline-block;
	padding: 0;
	margin: 0 5px;
	font-weight: normal;
}

.breadcrumb div:last-child::after {
	display: none;
}

/* @end */

/* @group headline */

.title {
	text-align: center;
	font-size: 24px;
	color: #292422;
	margin: 30px 0;
	padding: 0 0 10px;
	background: url("../img/common/line.png") no-repeat bottom center;
	font-family: 'Noto Serif', serif;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 1px;
}

.title.productlisttitle {
	background: none;
	margin: 30px 0 10px;
	padding: 0;
}

.title_small {
	font-size: 19px;
	font-family: 'Noto Serif', serif;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 1px;
}

.title_small span {
	font-size: 14px;
	display: inline-block;
	margin-left: 1em;
}

/* @end */

/* @group onlineshop */

#ecslide {
	margin: 30px 0;
	position: relative;
	text-align: center;
}

.cycle-pager {
	text-align: center;
	width: 100%;
	z-index: 500;
	position: absolute;
	overflow: hidden;
}

.cycle-pager span {
	display: inline-block;
	width: 10px;
	height: 10px;
	cursor: pointer;
	background: url("../img/topslider/white.png") no-repeat;
	text-indent: -9999px;
	margin: 0 5px;
}

.cycle-pager span.cycle-pager-active {
	background: url("../img/topslider/black.png") no-repeat;
}

#categoryfreearea {
	text-align: center;
	background: url("../img/common/line.png") no-repeat top center;
	padding-top: 30px;
	margin-bottom: 30px;
}

#categoryfreearea a{
	text-decoration: underline;
}

#ec_btn{
	position: fixed;
	top: 20px;
	right: 20px;
	text-align: center;
}

#ec_btn div{
	margin-bottom: 20px;
}

#ec_btn a:hover img{
	opacity: 0.8;
}

.title_section{
	font-family: 'Noto Serif', serif;
	font-weight: normal;
	font-style: italic;
	font-size: 19px;
	margin: 50px 0 20px;
	letter-spacing: 1px;
}

/* @end */

/* @group product list */

.product_list{
	margin-right: -50px;
}

.pagenumber_area{
	text-align: center;
}

figure, figure:after, figure:before,
figure *, figure *:after, figure *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }

figure.poefu_item {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0 50px 50px 0;
	width: 300px;
	height: 300px;
	text-align: center;
	cursor: pointer;
}

figure.poefu_item .poefu_list_img {
	position: relative;
	display: block;
	width: 300px;
	height: 300px;
    overflow:hidden;
}

figure.poefu_item .poefu_list_img img{
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
    margin: auto;
    width: auto;
    min-height: 300px;
    min-width: 300px;
    height: auto;
}

figure.poefu_item figcaption {
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.poefu_item figcaption::before,
figure figcaption::after {
	pointer-events: none;
}

figure.poefu_item figcaption,
figure.poefu_item figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure.poefu_item figcaption > a {
	z-index: 1000;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

figure.poefu_item h2,
figure.poefu_item p,
figure.poefu_item .pricebox,
figure.poefu_item .cartbtn {
	font-family: 'Noto Serif', serif;
	font-weight: normal;
	font-style: italic;
}

figure.poefu_item h2 {
	font-size: 19px;
	margin: 65px 0 5px 0;
	letter-spacing: 1px;
}

figure.poefu_item .pricebox{
	font-size: 15px;
	margin-bottom: 20px;
}

figure.poefu_item p {
	font-size: 13px;
}

figure.poefu_item .cartbtn{
	font-size: 13px;
}

figure.poefu_item {
	background: #000000;
}

figure.poefu_item img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.poefu_item figcaption {
	padding: 3em;
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

figure.poefu_item figcaption::before {
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	content: '';
}

figure.poefu_item h3 {
	margin: 35% 0 10px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.poefu_item figcaption::before,
figure.poefu_item h2,
figure.poefu_item .pricebox,
figure.poefu_item p,
figure.poefu_item .cartbtn {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

figure.poefu_item:hover h3 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.poefu_item:hover figcaption::before,
figure.poefu_item:hover h2,
figure.poefu_item:hover .pricebox,
figure.poefu_item:hover p,
figure.poefu_item:hover .cartbtn {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.poefu_item:hover figcaption {
	background-color: rgba(255,255,255,0);
}

figure.poefu_item:hover img {
	opacity: 0.6;
}

/* @end */




/* @group product */

#product_mainimage {
	width: 999px;
	position: relative;
	border-left: 1px solid #ffffff;
	-webkit-box-sizing: border-box;
}

#product_mainimage:after{
	visibility: hidden;
	display: block;
	font-size:0;
	content: " "; 
	clear: both; 
	height: 0; 
}

#product_mainimage ul{
	margin: 0;
	padding: 0;
	background: #ffffff;
	border-top: 1px solid #ffffff;
}

#product_mainimage ul:after{
	visibility: hidden;
	display: block;
	font-size:0;
	content: " "; 
	clear: both; 
	height: 0;
}

#product_mainimage ul li img{
	height: auto;
	width: 331px;
}

#product_mainimage_yoko {
	width: 998px;
	position: relative;
	border: 1px solid #ffffff;
	-webkit-box-sizing: border-box;
}

#product_mainimage_yoko:after{
	visibility: hidden;
	display: block;
	font-size:0;
	content: " "; 
	clear: both; 
	height: 0; 
}

#product_mainimage_yoko ul{
	margin: 0;
	padding: 0;
	background: #ffffff;
}

#product_mainimage_yoko ul:after{
	visibility: hidden;
	display: block;
	font-size:0;
	content: " "; 
	clear: both; 
	height: 0;
}

#product_mainimage_yoko ul li img{
	height: auto;
	width: 998px;
}


.flex-direction-nav li.flex-nav-prev{
	position: absolute;
	top: 50%;
	left: 0px;
	list-style: none;
	margin-top: -35px;
}

.flex-direction-nav li.flex-nav-next{
	position: absolute;
	top: 50%;
	right: -0;
	list-style: none;
	margin-top: -35px;
}

.flex-direction-nav li a{
	outline: none;
}

.flex-direction-nav li.flex-nav-prev a{
	display: block;
	width: 23px;
	height: 70px;
	background: url("../img/common/arrow_left.png") no-repeat;
	text-indent: -9999px;
}

.flex-direction-nav li.flex-nav-next a{
	display: block;
	width: 23px;
	height: 70px;
	background: url("../img/common/arrow_right.png") no-repeat;
	text-indent: -9999px;
}

.flex-direction-nav li a:hover{
	opacity: 0.8;
}

.product_description {
	text-align: center;
	padding: 50px 0;
	line-height: 2;
}

.product_spec {
	background: url("../img/common/line.png") no-repeat top center;
	padding: 30px 0 0;
	margin-bottom: 30px;
}

.product_spec:after {
	display: block;
	content: " ";
	width: 1000px;
	height: 1px;
	padding: 30px 0 0;
	background: url("../img/common/line.png") no-repeat bottom center;
}

.product_spec dl:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.product_spec dl {
	width: 270px;
	margin: 0 auto;
	font-family: 'Noto Serif', serif;
	font-weight: normal;
	font-style: italic;
	font-size: 13px;
}

.product_spec dt {
	float: left;
	width: 7em;
	padding: 6px 0;
	font-weight: normal;
	line-height: 2;
}

.product_spec dd {
	padding: 6px 0 6px 7em;
	line-height: 2;
}

.product_cart {
	background: rgba(255,255,255,0.5);
	color: #292422;
	padding: 40px;
	font-family: 'Noto Serif', serif;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 1px;
	font-size: 13px;
}

.product_cart a {
	color: #292422;
	text-decoration: underline;
}

.product_cart a:hover {
	color: #ffffff;
	background: none;
}

.stock{
	width: 100px;
	float: left;
	padding: 20px 0 0 0;
}

.size {
	width: 170px;
	float: left;
}

.size select,
.color select,
.quantity select{
	vertical-align:middle;
	width: 80%;
	padding: 6px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #b5b5b5;
	background: #ffffff;
	background: url(../img/common/select_arrow.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#ffffff 100%);
	background: url(../img/common/select_arrow.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#ffffff 100%);
	background-size: 15px 9px;
}
.size select::-ms-expand,
.color select::-ms-expand,
.quantity select::-ms-expand {
	display: none;
}

.color {
	width: 170px;
	float: left;
}

.quantity {
	width: 100px;
	float: left;
}

.quantity input{
	width: 20px;
	padding: 6px 0;
	text-align: center;
}

.product_btn {
	float: right;
}

.product_btn_sold{
	float: none;
}

.product_btn .btn_base {
	margin-right: 20px;
}

a.btn_base {
	background: url("../img/common/btn_back.png") no-repeat;
	width: 205px;
	height: 53px;
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	padding: 17px 0 0 0;
}

a.btn_base_small {
	background: url("../img/common/btn_back.png") no-repeat;
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	padding: 5px 20px;
}

a.btn_base.subbtn{
	background: url("../img/common/btn_back_sub.png") no-repeat;
}

a.btn_base:hover {
	background: url("../img/common/btn_back.png") no-repeat;
	opacity: 0.8;
}

a.btn_base.subbtn:hover {
	background: url("../img/common/btn_back_sub.png") no-repeat;
	opacity: 0.8;
}

.btn_base_input {
	background: url("../img/common/btn_back.png") no-repeat;
	width: 205px;
	height: 53px;
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	padding: 0;
	border: 0;
	line-height: 1;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    font-size: 13px;
    font-style: italic;
}

.btn_base_input:hover {
	background: url("../img/common/btn_back.png") no-repeat;
	opacity: 0.8;
}

.btn_cart {
	display: inline-block;
	background: url("../img/common/icon_cart.png") no-repeat left center;
	padding: 0 0 0 30px;
}

.btn_contact {
	display: inline-block;
	background: url("../img/common/icon_mail.png") no-repeat left center;
	padding: 0 0 0 30px;
}

.itemStockList{
	float: left;
}

.itemStockList table{
	width: 220px;
	border: 1px solid #999999;
	margin-bottom: 3px;
}

.itemStockList th{
	padding: 3px 10px;
	text-align: left;
}

.itemStockList td{
	padding: 3px 10px;
	text-align: center;
}

.stock_description{
	font-size: 12px;
	font-style: normal;
}

.product_cart_link {
	float: right;
	margin-right: 20px;
}

.attention{
}

.size .attention,
.color .attention{
	color: #bd7373;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	margin: 5px 0 10px;
	display: inline-block;
}

.sub_area{
	margin: 50px -50px 0 0;
}

.sub_area_box{
	width: 300px;
	float: left;
	margin: 0 50px 50px 0;
	font-size: 12px;
	line-height: 1.8;
}

.subphotoimg{
	margin-bottom: 10px;
}

.subphotoimg img{
	width: 300px;
	height: auto;
}

.sub_area_box h3{
	margin-bottom: 30px;
}

.subtext{
	font-size: 12px;
}

.list_zero{
	padding: 100px 0;
	text-align: center;
}

.favorite_btn{
	margin: 0 0 10px;
	padding: 10px 0 0;
}

/* @end */

/* @group mypage */

.login_area .inputbox {
	background: rgba(255,255,255,0.5);
	color: #292422;
	padding: 20px;
	letter-spacing: 1px;
	font-size: 13px;
	margin: 10px 0;
}

.login_area dl.formlist dt {
    width: 10em;
    float: left;
	padding: 10px 0 10px 5px;
	text-align: right;
}

.login_area dl.formlist dd {
	padding: 10px 0 10px 10em;
}

.login_area input[type=text],
.login_area input[type=password],
#forgot input[type=text],
#forgot input[type=password]{
	height: 20px;
	font-size: 14px;
}

.login_area .btn_area{
	margin-top: 15px;
}

.underline{
	text-decoration: underline;
}

.box40 {
    width: 40px;
}
.box60 {
    width: 60px;
}
.box100 {
    width: 100px;
}
.box120 {
    width: 120px;
}
.box140 {
    width: 140px;
}
.box145 {
    width: 145px;
}
.box150 {
    width: 150px;
}
.box240 {
    width: 240px;
}
.box300 {
    width: 300px;
}
.box320 {
    width: 320px;
}
.box350 {
    width: 350px;
}
.box380 {
    width: 380px;
}

.kiyaku_text{
	width: 800px;
	margin: 20px auto;
	padding: 20px;
}

#undercolumn_entry form{
	text-align: center;
}

.mynavi_list{
	text-align: center;
}

.mynavi_list li{
	display: inline-block;
}

.mynavi_list li a{
	background: url("../img/common/btn_back.png") no-repeat;
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	padding: 5px 20px;
	margin: 0 10px;
}

#mycontents_area{
	padding-bottom: 100px;
}

/* @end */

/* @group window area */


#window_area{
	text-align: left;
}

#window_area .information{
	padding: 0 20px;
}

#window_area .attention{
}

#forgot .contents{
	width: 90%;
	margin: 20px auto;
}

#forgot .mailaddres{
	margin-bottom: 15px;
}

.forgot_name{
	display: inline-block;
	width: 120px;
	text-align: right;
	margin-right: 15px;
}

#forgot .attention{
	background: #bd7373;
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
	display: inline-block;
	margin: 0 0 10px;
}

/* @end */



/* @group cart */

.form_area table,
.poefu_table2{
	width: 100%;
	margin: 20px 0;
	border: 1px solid #cccccc;
	border-collapse: collapse;
}

.form_area table th,
.form_area table td,
.poefu_table2 th,
.poefu_table2 td{
	border-collapse: collapse;
	border: 1px solid #cccccc;
	padding: 6px;
	vertical-align: top;
}

div#undercolumn ul#quantity_level {
    display: block;
    text-align: center;
    margin: 0;
}

div#undercolumn ul#quantity_level li {
    padding: 3px;
    display: inline;
}

div.form_area {
    margin-bottom: 30px;
}

.btn_area{
	text-align: center;
	margin-top: 30px;
}

.btn_area ul li{
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
}

.empty{
	padding: 10px;
	text-align: center;
	border: 1px solid #cccccc;
}

.flow_area{
	text-align: center;
	margin-bottom: 30px;
}

.flow_area li{
	display: inline-block;
}

.flow_area li span{
	display: inline-block;
	background: rgba(0,0,0,0.2);
	padding: 5px 20px;
	text-align: center;
	margin: 0 20px;
	border-radius: 3px;
	font-size: 12px;
}

.flow_area li span.active{
	background: rgba(0,0,0,0.4);
}

.flow_area li:after{
	content: " ";
	width: 5px;
	height: 8px;
	background: url("../img/common/breadcrumbs_icon.png") no-repeat;
	background-size: 5px 8px;
	display: inline-block;
	padding: 0;
	margin: 0 5px;
	font-weight: normal;
}

.flow_area li:last-child::after{
	display: none;
}

.pay_area02 .delivdate{
	width: 780px;
	margin: 20px auto;
	border: 1px solid #cccccc;
	padding: 10px;
}

.pay_area02 .delivdate textarea{
	width: 99%;
	margin: 0 auto;
}

.pay_area .attention{
	background: #bd7373;
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
	display: inline-block;
	margin: 0 0 10px;
}

.table_title{
	width: 800px;
	margin: 0 auto;
}

/* @end */

/* @group table */

table.poefu_table{
	width: 800px;
	margin: 20px auto;
	border: 1px solid #cccccc;
	border-collapse: collapse;
}

table.poefu_table th,
table.poefu_table td{
	border-collapse: collapse;
	border: 1px solid #cccccc;
	padding: 10px;
	vertical-align: top;
	text-align: left;
}

table.poefu_table td input[type=text],
table.poefu_table td input[type=password]{
	height: 20px;
	font-size: 14px;
}

.poefu_table select{
	vertical-align:middle;
	padding: 6px 30px 6px 10px;
	margin-bottom: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #b5b5b5;
	background: #ffffff;
	background: url(../img/common/select_arrow.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#ffffff 100%);
	background: url(../img/common/select_arrow.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#ffffff 100%);
	background-size: 15px 9px;
}
.size select::-ms-expand,
.color select::-ms-expand,
.quantity select::-ms-expand {
	display: none;
}

/* @end */

/* @group news */

.news_sidebar{
	width: 200px;
	float: right;
}

.side_box{
	margin-bottom: 50px;
	font-size: 12px;
}

.side_box h3{
	font-weight: normal;
	color: #cccccc;
	font-family: 'Noto Sans', sans-serif;
	margin-bottom: 10px;
}

#wp-calendar{
	width: 100%;
	font-family: 'Noto Sans', sans-serif;
	text-align: center;
}

#wp-calendar a{
	text-decoration: underline;
}

.news_main{
	width: 750px;
	float: left;
}

.news_box{
	padding: 50px 20px;
	margin-bottom: 50px;
	text-align: center;
	background: rgba(255,255,255,0.1);
}

.news_box h2,
.news_box h2 a{
	font-size: 16px;
	font-weight: normal;
}

.news_date{
	font-size: 12px;
	color: #cccccc;
	font-family: 'Noto Sans', sans-serif;
	margin-bottom: 30px;
}

.news_date a{
	font-size: 12px;
	color: #cccccc;
	font-family: 'Noto Sans', sans-serif;
}

.news_body{
	font-size: 14px;
}

.news_body img{
	max-width: 100%;
	height: auto;
}

.news_body p{
	margin-bottom: 1.5em;
}

.wp-pagenavi {
	clear: both;
	text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #999999 !important;
	background: rgba(255,255,255,0.1);
}

/* @end */

/* @group brand */

.brand_container{
	
}

.brand_container ul li{
	width: 33.33333%;
	text-align: center;
	padding: 25px 0;
	float: left;
}

.brand_container ul li a{
	display: inline-block;
}

.brand_container h2.brand_title{
	text-align: center;
	font-size: 16px;
	margin-bottom: 30px;
}

.brand_container .brand_body img{
	margin-bottom: 30px;
}

.brand_container .brand_body{
	width: 652px;
	margin: 0 auto 60px;
	text-align: center;
	line-height: 2;
}


/* @end */



/* @group footer */

footer {
	padding: 30px 0;
	font-size: 12px;
}

.footer_name {
	width: 500px;
	float: left;
}

footer h4 {
	margin-bottom: 10px;
}

footer ul {
	width: 500px;
	float: left;
	text-align: right;
}

footer ul li {
	display: inline-block;
	padding: 0 0 0 10px;
}

#pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	opacity: 0.8;
}

#pagetop a {
	display: inline-block;
}

#pagetop a:hover {
	opacity: 0.5;
	background: none;
}

/* @end */

/* @group shopinfo */

#shopinfo_area{
	text-align: center;
	padding: 20px 0 200px 0;
	background: url("../img/page/map.png") no-repeat 0 100px;
	line-height: 2.5;
}

#shopinfo_area h2{
	margin-bottom: 2em;
	font-size: 14px;
}

#shopinfo_area p{
	margin-bottom: 2em;
	font-size: 14px;
}

#view_gmap{
	margin-top: 370px;
}


/* @end */



/* @group clear */

#header_container:after,
#sitelink:after,
#header_subarea:after,
nav:after,
.inner:after,
.whitebox:after,
.column_container:after,
.cover_thumb:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/* @end */