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

/* =============================================================================
 Reset
============================================================================= */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, 
hgroup, menu, nav, section, menu,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}
article, aside, dialog, figure, footer, header, 
hgroup, nav, section { 
	display:block;
}
ul,li {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
img{
	vertical-align:bottom;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}

/* =============================================================================
 Fonts
============================================================================= */
html {
	font-size: 62.5%;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
}

/* =============================================================================
 Base
============================================================================= */

.clearfix:before, .clearfix:after {
	content: " ";
	display: block;
}
.clearfix:after {
	clear: both;
}

/* =============================================================================
 Elements
============================================================================= */

html {
	min-width: 960px;
}
body {
	color: #595757;
	line-height: 1.5;
}
a {
	color: #595757;
	text-decoration: none;
}
a:hover {
	color: #707031;
	text-decoration: underline;
}
img {
	vertical-align: top;
}

/* =============================================================================
 Common Class
============================================================================= */

.on a:hover img,
a:hover img.on,
onTxt a {
	opacity: 0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,opacity=80);
}
.alignleft { text-align: left;}
.aligncenter { text-align: center;}
.alignright { text-align: right;}

.bold {
	font-weight: bold;
}
.mb0 {
	margin-bottom: 0 !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.show_sp{
	display: none !important;
}
.show_pctb{
	display: block !important;
}

/* =============================================================================
 Site Styles
============================================================================= */

#commonHeader {
	background-color: #707031;
}
#commonHeader .headerInner {
	margin: 0 auto;
	position: relative;
	width: 960px;
}
#commonHeader h1 {
	padding: 29px 0 28px 0;
}
#commonHeader p.h1 {
	padding: 29px 0 28px 0;
	text-align: left;
}
#commonHeader nav {
	position: absolute;
	top: 34px;
	right: 0;
}
#commonHeader nav ul li {
	margin-left: 34px;
	float: left;
}

#commonFooter {
	background-color: #707031;
}
#commonFooter .footerInner {
	margin: 0 auto;
	padding: 28px 0;
	position: relative;
	width: 960px;
}
#commonFooter nav ul {
	margin-bottom: 5px;
	text-align: center;
}
#commonFooter nav ul:last-child {
	margin-bottom: 0;
}
#commonFooter nav ul li {
	display: inline-block;
	color: #fff;
}
#commonFooter nav ul li:after {
	padding: 0 0.5em;
	content: "｜";
}
#commonFooter nav ul li:last-child:after {
	padding: 0 0.5em;
	content: "";
}
#commonFooter nav ul li a {
	color: #fff;
}
#commonFooter nav ul li a:hover {
	text-decoration: none;
	opacity: 0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,opacity=80);
}
#commonFooter .snsArea {
	display: none;
}
#commonFooter .snsArea ul {
	position: absolute;
	top: 23px;
	right: 0;
}
#commonFooter .snsArea ul li {
	margin-left: 9px;
	float: left;
}
#commonFooter .copyright {
	margin-top: 10px;
	height: 10px;
	text-align: center;

/*
	position: absolute;
	bottom: 28px;
	right: 0;
	line-height: 1;
*/
}

/* フッター下部固定
html, body{
	width: 100%;
	height: 100%;
}
#contents {
	position: relative;
	min-height: 100%;
}

footer {
	width:100%;
	position: absolute;
	bottom: 0px;
}
*/


/* =============================================================================
 Common Block Styles
============================================================================= */

#topicPath {
	margin: 25px auto 35px auto;
	width: 960px;
}
#topicPath p,
#topicPath p a {
	font-size: 10px;
	font-size: 1rem;
}
#topicPath p a {
	color: #707031;
}
#pagetop {
	margin: 0 auto;
	width: 960px;
	text-align: right;
}
/*
#footpagetop {
	right: 10%;
	bottom: 15%;
	width: 57px;
	height: 57px;
	z-index:100;
}
*/
#footpagetop {
	display:none;
	position:relative;
	width:100%;
/*
	max-width:900px;
*/
	height:0;
	margin:0 auto;
}
#footpagetop a {
	position: fixed;
	bottom: 0px;
	left:auto;
	display: block;
	width: 57px;
	height:57px;

	margin-left:1000px;

	padding:1em 0 1em 2px;
	text-align:center;
	outline:none;
	text-decoration: none;
	z-index:9999;
}
#footpagetop a:before,
#footpagetop a:after {
	position:absolute;
	left:50%;
	content:"";
	width:0px;
	height:0px;
	margin-left:-10px;
}
#footpagetop a:before {
	top:50%;
	margin-top:-13px;
}
#footpagetop a:after {
	top:50%;
	margin-top:-15px;
	z-index:-1;
}


/* =============================================================================
 Page Styles
============================================================================= */
/* -----------------------------------------------------------------------------
 top
----------------------------------------------------------------------------- */

/* slider */

#slideArea {
	margin-bottom: 55px;
	height: 420px;
	background-color: #ffffff;
}
#slideArea ul li {
	position: relative;
	height: 420px;
	background-color: #ffffff;
	text-align: center;
	z-index: 10;
}
#slideArea ul li.active-slide {
	z-index: 100;
}
#slideArea ul li img {
	margin: 0 auto;
}
#slideArea ul li .slideImg {
	position: absolute;
	top: 0;
	left: 50%;
	max-width: inherit !important;
}
#slideArea ul li .banners {
	margin: 0 auto;
	position: relative;
	width: 960px;
}
#slideArea ul li .banners img {
	display: block;
}
#slideArea ul li .banner {
	position: absolute;
}
#slideArea ul li:nth-child(1) .banner01 {
	/*top: -205px;*/
	top: 340px;
	right: 0px;
	z-index: 100;
}
#slideArea ul li .banner02 {
	/*top: -205px;*/
	top: 340px;
	right: 180px;
	z-index: 100;
}
#slideArea ul li:nth-child(1) {
}
#slideArea ul li:nth-child(2) .banner01 {
	/*top: -205px;*/
	top: 340px;
	right: 0px;
	z-index: 100;
}
#slideArea ul li:nth-child(3) .banner01 {
	/*top: -118px;*/
	top: 341px;
	right: 1px;
	z-index: 100;
}
#slideArea ul li:nth-child(4) .banner01 {
	/*top: -205px;*/
	top: 341px;
	right: 1px;
	z-index: 100;
}
#slideArea ul li:nth-child(5) .banner01 {
	/*top: -118px;*/
	top: 340px;
	right: 0px;
	z-index: 100;
}



#slideArea .bx-default-pager {
	margin-top: 14px;
	position: relative;
	bottom: auto;
	height: 10px;
}
#slideArea .bx-pager-item {
}
#slideArea .bx-pager-item a {
	margin: 0 3px;
	width: 10px;
	height: 10px;
	background: transparent url(../img/top/btn_slide.gif) 0 0 no-repeat;
}
#slideArea .bx-pager-item a:hover,
#slideArea .bx-pager-item a.active {
	background-position: 0 -10px;
}
#slideArea .bx-controls-direction {
	margin: 0 auto;
	position: relative;
	width: 960px;
}
#slideArea .bx-controls-direction .bx-prev:hover,
#slideArea .bx-controls-direction .bx-next:hover {
	opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,opacity=70);
}


/* コンテンツ部 */
#top .bx-viewport{height: 420px;}

.topColumn {
	margin: 0 auto;
	width: 960px;
}
.topColumn h2 {
	text-align: center;
}
.topColumn .btn {
	text-align: center;
}
.topColumn .btn a {
	display: inline-block;
	text-indent: -10000px;
	font-size: 0px;
	vertical-align: top;
}
.topColumn .btn a:hover {
	background-position: 0 -25px !important;
}



/*-----------------------------------------------
0831改修 ↓
-----------------------------------------------*/
#topBlock01 .disnon {
	display: none;
}
#topBlock01 .information {
	width: 960px;
}
#topBlock01 .information h2 {
	padding-top: 38px;
}
#topBlock01 #tab {
	border-bottom: 1px solid #707031;
	position: relative;
	margin-bottom: 5px;
}
#topBlock01 #tab li:first-child {
	margin-left: 0;
}
#topBlock01 #tab li {
	border-radius: 6px 16px 0 0 / 6px 16px 0 0;
	width: 237px;
	height: 40px;
	float: left;
	position: relative;
	margin-left: 4px;
	cursor: pointer;
}
#topBlock01 #tab li:first-child:before {
	content: "";
	display: none;
}
#topBlock01 #tab li:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border-bottom: 25px solid #fff;
	border-right: 15px solid transparent;
}
#topBlock01 #tab li:first-child {
	background: url(../img/top/tab_top_01.png) no-repeat center 4px;
	position: relative;
	z-index: 4;
}
#topBlock01 #tab li:first-child + * {
	background: url(../img/top/tab_top_02.png) no-repeat center 4px;
	position: relative;
	z-index: 3;
}
#topBlock01 #tab li:first-child + * + * {
	background: url(../img/top/tab_top_03.png) no-repeat center 4px;
	position: relative;
	z-index: 2;
}
#topBlock01 #tab li:first-child + * + * + * {
	background:  url(../img/top/tab_top_04.png) no-repeat center 4px;
	position: relative;
	z-index: 1;
}
#topBlock01 #tab li.select:after {
	content: "";
	position: absolute;
	bottom: -4px;
	width: 237px;
	height: 2px;
	border-bottom: 7px solid #707031;
	z-index: 9999;
}

#topBlock01 .tab_content {
	border-bottom: 1px solid #707031;
}
#topBlock01 .tab_content li {
	padding: 7px 28px 7px 28px;
	position: relative;
}
#topBlock01 .tab_content li:first-child:before {
	content: "";
	background: none;
}
#topBlock01 .tab_content li:before {
	content: "";
	width: 960px;
	height: 1px;
	background: url(../img/top/info_bor.png) no-repeat center;
	position: absolute;
	top: 0;
	left: 0;
}
#topBlock01 .tab_content span {
	display: inline-block;
	vertical-align: middle;
}
#topBlock01 .tab_content .date {
	font-size: 14px;
	color: #707031;
	line-height: 1em;
}
#topBlock01 .tab_content .date img{
	margin-bottom: 4px;
}
#topBlock01 .tab_content .info_category {
	margin-left: 28px;
}
#topBlock01 .tab_content .ttl {
	width: 626px;
	margin-left: 30px;
	line-height: 1.6;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#topBlock01 .btn a {
	width: 186px;
	height: 25px;
	margin: 30px 0 70px 0;
	background: url(../img/top/btn_news.png) top left no-repeat;
}
/*-----------------------------------------------
0831改修 ↑
-----------------------------------------------*/
#topBlock02 {
	margin-bottom: 65px;
	width: 100%;
	min-height: 300px;
	background: #fdf7e0 url(../img/top/img_about.jpg) top center no-repeat;
}
#topBlock02 .consultation {
	margin: 0 auto;
	width: 960px;
}
#topBlock02 .consultation h2 {
	padding-top: 53px;
	width: 544px;
}
#topBlock02 .consultation p {
	padding: 24px 0 30px 0;
}
#topBlock02 .consultation .btn {
	width: 544px;
}
#topBlock02 .consultation .btn a {
	width: 170px;
	height: 35px;
	background: url(../img/top/btn_toabout.gif) top left no-repeat;
}
#topBlock02 .consultation .btn a:hover {
	background-position: 0 -35px !important;
}
#topBlock03 {
	margin-bottom: 65px;
}
#topBlock03 h2 {
	margin-bottom: 38px;
}
#topBlock03 .shopList {
}
#topBlock03 .shopList ul {
}
#topBlock03 .shopList ul li {
	margin: 0 0 0 75px;
	float: left;
	width: 270px;
}
#topBlock03 .shopList ul li:first-child {
	margin: 0 0 0 0;
}
#topBlock03 .shopList ul li .image {
	margin-bottom: 20px;
}
#topBlock03 .shopList ul li h3 {
	margin-bottom: 15px;
	text-align: center;
}
#topBlock03 .shopList ul li h4 {
	margin-bottom: 10px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}
#topBlock03 .shopList ul li p {
	margin-bottom: 30px;
	color: #706e6e;
	text-align: center;
}
#topBlock03 .shopList ul li .btnDetail a {
	width: 170px;
	height: 25px;
	background: url(../img/top/btn_todetail.gif) top left no-repeat;
}
#topBlock03 .shopList ul li .btnBrand a {
	width: 170px;
	height: 25px;
	background: url(../img/top/btn_tobrand.gif) top left no-repeat;
}
#topBlock04 {
	margin-bottom: 55px;
	width: 100%;
	background-color: #f3f3e3;
}
#topBlock04 .columnList {
	margin: 0 auto;
	padding: 55px 0 45px 0;
	width: 960px;
}
#topBlock04 .columnList ul {
	padding-left: 16px;
}
#topBlock04 .columnList ul li {
	margin: 0 0 0 70px;
	float: left;
	width: 215px;
}
#topBlock04 .columnList ul li h2 {
	margin-bottom: 29px;
}
#topBlock04 .columnList ul li h3 {
	margin-bottom: 15px;
	text-align: center;
}
#topBlock04 .columnList ul li h4 {
	margin-bottom: 10px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}
#topBlock04 .columnList ul li .image {
	margin-bottom: 20px;
}
#topBlock04 .columnList ul li p {
	color: #706e6e;
	text-align: center;
}
#topBlock05 {
	margin-bottom: 50px;
	width: 711px;
}
#topBlock05 h2 {
	margin-bottom: 30px;
}
#topBlock05 .linkList {
}
#topBlock05 .linkList ul {
}
#topBlock05 .linkList ul li {
	margin-left: 33px;
	float: left;
	width: 215px;
}
#topBlock05 .linkList ul li:first-child {
	margin-left: 0;
}
#topBlock05 .linkList ul li .image {
	margin-bottom: 20px;
}
#topBlock05 .linkList ul li .title {
	text-align: center;
}
#topBlock05 .linkList ul li .title a {
	padding-left: 20px;
	display: inline-block;
	line-height: 14px;
	background: url(../img/common/icon_carrow.png) 0 0 no-repeat;
	font-weight: bold;
}
#topBlock05 .linkList ul li .title a:hover {
	color: #595757;
	text-decoration: none;
	opacity: 0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,opacity=80);
}
#topBlock05 #pagetop {
	margin-top: 50px;
}


/* -----------------------------------------------------------------------------
 shop
----------------------------------------------------------------------------- */

#shopPage {
	margin: 0 auto 120px auto;
	width: 960px;
}
#shopPage h1 {
	margin-bottom: 43px;
}
#shopPage h2 {
	margin-bottom: 43px;
}

#shopPage .newsBox {
	margin-bottom: 55px;
}
#shopPage .newsBox dl {
	width: 960px;
	display: table;
}
#shopPage .newsBox dl dt {
	border-left: 1px #595757 solid;
	border-top: 1px #707031 solid;
	border-bottom: 1px #707031 solid;
	display: table-cell;
	width: 143px;
	color: #fff;
	background-color: #707031;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
	vertical-align: middle;
}
#shopPage .newsBox dl dd {
	border-right: 1px #595757 solid;
	border-top: 1px #595757 solid;
	border-bottom: 1px #595757 solid;
	display: block;
	overflow:hidden;
	height: 100px;
}
#shopPage .newsBox dl dd ul {
	padding: 15px 10px 10px 15px;
}
#shopPage .newsBox dl dd ul li {
	margin-bottom: 5px;
	padding-left: 7em;
	position: relative;
}
#shopPage .newsBox dl dd ul li .date {
	position: absolute;
	top: 0;
	left: 0;
	color: #707031;
}
#shopPage .newsBox dl dd ul li a {
}
#shopPage .newsBox .mCSB_dragger_bar {
	border-radius: 5px;
	background-color: #707031;
}
#shopPage .shopSearch {
	margin-bottom: 45px;
}
#shopPage .shopSearch ul {
	margin: 10px 0 0 0;
	width: 960px;
}
#shopPage .shopSearch ul li {
	margin-left: 5px;
	float: left;
	width: 188px;
}
#shopPage .shopSearch ul li:first-child {
	margin-left: 0;
}
#shopPage .shopList {
	margin-bottom: 15px;
}
#shopPage .shopList h3 {
	margin-bottom: 25px;
	padding: 10px;
	border: 1px #707031 solid;
}
#shopPage .shopList h4 {
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 18px;
	font-size: 1.8rem;
}
#shopPage .shopList .labelArea {
	padding-bottom: 5px;
	border-bottom: 1px #595757 solid;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
}
#shopPage .shopList .labelArea > div {
	float: left;
}
#shopPage .shopList .labelArea .label01 {
	width: 145px;
}
#shopPage .shopList .labelArea .label02 {
	width: 160px;
}
#shopPage .shopList .labelArea .label03 {
	width: 305px;
}
#shopPage .shopList .labelArea .label04 {
	width: 350px;
}
#shopPage .shopList ul {
}
#shopPage .shopList ul li {
	padding-bottom: 1px;
	background: url(../img/shop/search/bdr_dotted.gif) bottom left no-repeat;
}
#shopPage .shopList ul li a {
	padding: 22px 25px 22px 7px;
	display: table;
	width: 928px;
	color: #595757;
	background: url(../img/shop/search/icon_arrow.png) 940px 50% no-repeat;
	font-size: 12px;
	font-size: 1.2rem;
	text-decoration: none;
	vertical-align: middle;
}
#shopPage .shopList ul li a:hover {
	color: #fff;
/*	background-color: #707031;*/
	background-image: url(../img/shop/search/icon_arrow.png);
}
#shopPage .shopList ul li a span {
	display: inline-block;
	vertical-align: middle;
}
#shopPage .shopList ul li a .brand {
	margin-right: 32px;
	padding: 5px 0;
	color: #707031;
	width: 100px;
	background-color: #d3d0b5;
	font-size: 10px;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
}
#shopPage .shopList ul li a:hover .brand {
	color: #707031;
}
#shopPage .shopList ul li a .brand.pharmacy {
	color: #595757;
	background-color: #e4ccb1;
}
#shopPage .shopList ul li a .brand.boutique {
	color: #595757;
	background-color: #e7ebc3;
}
#shopPage .shopList ul li a .brand.kagae {
	color: #595757;
	background-color: #fae8c3;
}


#shopPage .shopList ul li a .name {
	padding-right: 15px;
	width: 140px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	vertical-align: middle;
}
#shopPage .shopList ul li a:hover .name {
	color: #707031;
	text-decoration:underline;
}
#shopPage .shopList ul li a .address {
	padding-right: 15px;
	width: 290px;
}
#shopPage .shopList ul li a:hover .address {
	color: #707031;
}

#shopPage .shopList ul li a .info {
	width: 300px;
}
#shopPage .shopList ul li a:hover .info {
	color: #707031;
}

#shopPage #pagetop {
	margin-bottom: 80px;
}

/* shopdetail */

#shopPage.shopDetail,
#shopPage.shopDetail .newsBox dl,
#shopPage.shopDetail #pagetop {
	width: 760px;
}
#shopPage .shopLead {
	margin: 50px 0 40px 0;
	text-align: center;
}

#shopPage .shopLead h2 {
	margin-bottom: 25px;
}
#shopPage .shopLead .intro .btn{
	background:url(../img/shop/details/shop_detail_intro_off.png) no-repeat center top;
	width: 128px;
	height: 25px;
	display: inline-block;
	text-indent: -10000px;
	font-size: 0px;
	vertical-align: top;
	cursor:pointer;
}
#shopPage .shopLead .intro .btn.on{
	background:url(../img/shop/details/shop_detail_intro_on.png) no-repeat center top;
}
#shopPage .shopLead .intro p{display:none;margin-top: 20px;}
#shopPage .shopLead p {
	line-height: 2;
	color: #707031;
}
#shopPage .shopBox {
	margin: -20px 0 0 0;
}
#shopPage .shopBox .label {
	margin-bottom: 35px;
}
#shopPage .shopBox .label .area {
	margin-right: 5px;
	border: 1px #707031 solid;
	display: inline-block;
	width: 173px;
	line-height: 28px;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}
#shopPage .shopBox .label .category {
	padding: 0 13px;
	border: 1px #d3d0b5 solid;
	display: inline-block;
	color: #707031;
	background-color: #d3d0b5;
	line-height: 28px;
	font-weight: bold;
}

#shopPage .shopBox .label .category.pharmacy {
	color: #595757;
	background-color: #e4ccb1;
	border: 1px #e4ccb1 solid;
}
#shopPage .shopBox .label .category.boutique {
	color: #595757;
	background-color: #e7ebc3;
	border: 1px #e7ebc3 solid;
}
#shopPage .shopBox .label .category.kagae {
	color: #595757;
	background-color: #fae8c3;
	border: 1px #fae8c3 solid;
}

#shopPage .shopBox .shopInfo {
	margin-bottom: 55px;
	width: 760px;
}
#shopPage .shopBox .infoTxt {
	float: left;
	width: 420px;
}
#shopPage .shopBox .infoTxt h1 {
	margin-bottom: 12px;
	padding: 0 0 7px 7px;
	border-bottom: 1px #595757 solid;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
#shopPage .shopBox .infoTxt .shoptext {
	padding-left: 7px;
}
#shopPage .shopBox .infoTxt .shoptext p {
	margin-bottom: 20px;
	line-height: 1.8;
}
#shopPage .shopBox .infoDetail {
	margin-top: 6px;
	float: right;
	width: 305px;
}
#shopPage .shopBox .infoDetail dt {
	margin-bottom: 7px;
	padding: 0 0 7px 7px;
	border-bottom: 1px #595757 solid;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}
#shopPage .shopBox .infoDetail dt:first-child {
	margin-bottom: 12px;
}
#shopPage .shopBox .infoDetail dd {
	margin-bottom: 20px;
	padding-left: 7px;
}
#shopPage .shopBox .infoDetail dt:last-child {
	margin-top: 0;
}
#shopPage .shopBox .infoDetail dd table {
	margin-top: -7px;
	border-collapse: collapse;
	width: 295px;
}
#shopPage .shopBox .infoDetail dd table th {
	padding: 10px 0 10px 5px;
	width: 80px;
	background: url(../img/shop/search/bdr_dotted.gif) bottom left no-repeat;
	font-weight: normal;
	text-align: left;
}
#shopPage .shopBox .infoDetail dd table td {
	padding: 10px 0;
	background: url(../img/shop/search/bdr_dotted.gif) bottom left no-repeat;
	vertical-align: middle;
	word-break: break-all;
}
#shopPage .gmap {
	margin-bottom: 25px;
}
#shopPage .bottomNav {
	margin-bottom: 20px;
	position: relative;
}
#shopPage .bottomNav .backList {
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
}
#shopPage .bottomNav #pagetop {
	margin: 0 !important;
}
#shopPage .btnPrint {
	text-align: right;
}

#shopPage .shop_photo li{
	float:left;
	width: 240px;
	margin: 0px 20px 60px 0px;
}
#shopPage .shop_photo li:last-child{
	margin-right: 0px;
}
#shopPage .shop_photo li .photo{
	margin-bottom: 10px;
}

#shopPage .shop_photo li .text{
	font-size: 14px;
}

/* -----------------------------------------------------------------------------
 information0901改修
----------------------------------------------------------------------------- */
#information {
	margin: 0 auto 55px auto;
	width: 960px;
}
#information h1 {
	margin-bottom: 60px;
}
#information h2 {
	margin-bottom: 60px;
}
#information .infoArea {
	margin-left: 100px;
	width: 860px;
}
#information .infoList {
	width: 694px;
	float: right;
}
/* 0908追記 */
#information .tablink {
	height: 30px;
	border-bottom: 1px solid #707031;
	position: relative;
}

#information .tablink li:first-child {
	margin-left: 0;
}
#information .tablink li {
	border-radius: 4px 16px 0 0 / 4px 16px 0 0;
	width: 169px;
	height: 30px;
	float: left;
	position: relative;
	margin-left: 2px;
	cursor: pointer;
}
#information .tablink li a{
	display: block;
	text-align: center;
}
#information .tablink li:first-child:before {
	content: "";
	display: none;
}
#information .tablink li:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border-bottom: 20px solid #fff;
	border-right: 12px solid transparent;
}
#information .tablink li.select:after {
	border-bottom-color: #707031;
}
/*#information .tablink li:first-child {
	background: url(../img/info/tab_info_01.png) no-repeat center 4px;
	position: relative;
	z-index: 4;
}
#information .tablink li:first-child + * {
	background: url(../img/info/tab_info_02.png) no-repeat center 4px;
	position: relative;
	z-index: 3;
}
#information .tablink li:first-child + * + * {
	background: url(../img/info/tab_info_03.png) no-repeat center 4px;
	position: relative;
	z-index: 2;
}
#information .tablink li:first-child + * + * + * {
	background: url(../img/info/tab_info_04.png) no-repeat center 4px;
	position: relative;
	z-index: 1;
}*/
#information .tablink li.select:after {
	content: "";
	position: absolute;
	bottom: -4px;
	width: 180px;
	height: 2px;
	border-bottom: 7px solid #707031;
	z-index: 9999;
}
#information #tab {
	border-bottom: 1px solid #707031;
	position: relative;
}
#information .disnon {
	display: none;
}
#information #tab li:first-child {
	margin-left: 0;
}
#information #tab li {
	border-radius: 4px 16px 0 0 / 4px 16px 0 0;
	width: 169px;
	height: 30px;
	float: left;
	position: relative;
	margin-left: 2px;
	cursor: pointer;
}
#information #tab li:first-child:before {
	content: "";
	display: none;
}
#information #tab li:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border-bottom: 20px solid #fff;
	border-right: 12px solid transparent;
}
#information #tab li.select:after {
	border-bottom-color: #707031;
}
#information #tab li:first-child {
	background: url(../img/info/tab_info_01.png) no-repeat center 4px;
	position: relative;
	z-index: 4;
}
#information #tab li:first-child + * {
	background: url(../img/info/tab_info_02.png) no-repeat center 4px;
	position: relative;
	z-index: 3;
}
#information #tab li:first-child + * + * {
	background: url(../img/info/tab_info_03.png) no-repeat center 4px;
	position: relative;
	z-index: 2;
}
#information #tab li:first-child + * + * + * {
	background: url(../img/info/tab_info_04.png) no-repeat center 4px;
	position: relative;
	z-index: 1;
}
#information #tab li.select:after {
	content: "";
	position: absolute;
	bottom: -2px;
	width: 180px;
	height: 2px;
	border-bottom: 3px solid #707031;
	z-index: 9999;
}
#information .tab_content li {
	margin-top: 105px;
}
#information .tab_content li:first-child {
	margin-top: 64px;
}
#information .tab_content h3 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px #595757 solid;
	font-size: 20px;
	font-size: 1.6rem;
	font-weight: bold;
}
#information .tab_content h3 .info_category img {
	width: 120px;
}
#information .tab_content h3 .ttl {
	display: inline-block;
	vertical-align: middle;
	width: 564px;
	margin-left: 4px;
}
#information .tab_content .date {
	margin-bottom: 34px;
}
#information .tab_content .text {
	line-height: 1.8;
}
#information .tab_content .image {
	margin-bottom: 20px;
}
#information .tab_content .content {
	margin-bottom: 10px;
	font-size:12px;
}
#information .tab_content .content p{
	margin-bottom:0px;
}
#information .tab_content .news-detail {
	font-size:12px;
}
#information .tab_content .sns {
	text-align: right;
	margin-top: 24px;
}
#information .tab_content .sns .snsBox {
	margin-left: 10px;
	display: inline-block;
	vertical-align: top;
	width: 90px;
}
#information .tab_content .sns #twitter {
	width: 84px;
}
#information .tab_content .sns #facebook {
	width: 90px;
}
#information .tab_content .sns #gplus {
	width: 60px;
}
#information .tab_content .sns #line {
	width: 80px;
}
#information .tab_content #pagetop {
	text-align: right;
	margin-top: 34px;
	width: auto !important;
}
/* -----------------------------------------------------------------------------
 information0901改修
----------------------------------------------------------------------------- */



#information .sideNav {
	float: left;
	width: 116px;
}
.sideNav h4{
	font-weight: normal;
	margin-bottom: 10px;
	cursor:pointer
}
.sideNav ul.accordion {
	margin-bottom: 30px;
}
.sideNav ul li {
	margin-bottom: 5px;
	font-size:11px;
	margin-left: 20px;
}

#information .sideNav .categoryList {
	margin-top: 5px;
	margin-bottom: 40px;
	border-top: 1px #d3d3d3 solid;
}
#information .sideNav .categoryList li {
	border-bottom: 1px #d3d3d3 solid;
}
#information .sideNav .archive {
}
#information .sideNav .archive li {
	margin: 0 0 10px 15px;
}
#information .sideNav .archive li span {
	color: #595757;
	font-size: 11px;
	font-size: 1.1rem;
}
#information .sideNav .archive li a {
	color: #595757;
	font-size: 11px;
	font-size: 1.1rem;
}
#information .sideNav .archive li a:hover {
	color: #414143;
	text-decoration: underline;
}

#information .pager {
	margin: 60px 0 0 0;
	text-align: center;
}
#information .pager .prev {
	margin-right: 60px;
	display: inline-block;
}
#information .pager .next {
	margin-left: 60px;
	display: inline-block;
}
#information .pager ul {
	display: inline-block;
}
#information .pager ul li {
	display: inline-block;
	color: #595757;
	font-size: 11px;
	font-size: 1.1rem;
}
#information .pager a {
	color: #595757;
	font-size: 11px;
	font-size: 1.1rem;
}
#information .pager a:hover {
	color: #414143;
	text-decoration: underline;
}
/*#information .pager ul li:after {
	margin-left: 5px;
	content: "｜"
}
#information .pager ul li:after:last-child {
	content: ""
}*/
#information .pager .page-numbers{
	padding: 0 12px;
	border-right: 1px solid #595757;
}
#information .pager .prev,
#information .pager .next{
	padding: 0;
	border-right: 0;
}
#information .pager .current{
	font-weight: bold;
}
#information .news-detail a {
}
#information .news-detail a:hover {
	opacity: 0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,opacity=80);
}


/* -----------------------------------------------------------------------------
 news
----------------------------------------------------------------------------- */

#newsPage {
	margin: 0 auto 55px auto;
	width: 960px;
}
#newsPage h1 {
	margin-bottom: 60px;
}
#newsPage h2 {
	margin-bottom: 60px;
}
#newsPage .newsArea {
	margin: 0 auto;
	width: 760px;
}
#newsPage .sideNav {
	float: left;
	width: 116px;
}
.sideNav h4{
	font-weight: normal;
	margin-bottom: 10px;
	cursor:pointer
}
.sideNav ul.accordion {
	margin-bottom: 30px;
}
.sideNav ul li {
	margin-bottom: 5px;
	font-size:11px;
	margin-left: 20px;
}

#newsPage .sideNav .categoryList {
	margin-top: 5px;
	margin-bottom: 40px;
	border-top: 1px #d3d3d3 solid;
}
#newsPage .sideNav .categoryList li {
	border-bottom: 1px #d3d3d3 solid;
}
#newsPage .sideNav .archive {
}
#newsPage .sideNav .archive li {
	margin: 0 0 10px 15px;
}
#newsPage .sideNav .archive li span {
	color: #595757;
	font-size: 11px;
	font-size: 1.1rem;
}
#newsPage .sideNav .archive li a {
	color: #595757;
	font-size: 11px;
	font-size: 1.1rem;
}
#newsPage .sideNav .archive li a:hover {
	color: #414143;
	text-decoration: underline;
}
#newsPage .newsList {
	float: right;
	width: 594px;
}
#newsPage .newsList li {
	margin-top: 105px;
}
#newsPage .newsList li:first-child {
	margin-top: 0;
}
#newsPage .newsList h3 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px #d3d3d3 solid;
	font-size: 20px;
	font-size: 1.6rem;
	font-weight: bold;
}
#newsPage .newsList .date {
	margin-bottom: 40px;
}
#newsPage .newsList p {
	margin-bottom: 30px;
	line-height: 28px;
}
#newsPage .newsList .image {
	margin-bottom: 20px;
}
#newsPage .newsList .content {
	margin-bottom: 10px;
	font-size:12px;
}
#newsPage .newsList .content p{
	margin-bottom:0px;
}
#newsPage .newsList .news-detail {
	margin-bottom: 20px;
	font-size:12px;
}
#newsPage .newsList .sns {
	text-align: right;
}
#newsPage .newsList .sns .snsBox {
	margin-left: 10px;
	display: inline-block;
	vertical-align: top;
	width: 90px;
}
#newsPage .newsList .sns #twitter {
	width: 84px;
}
#newsPage .newsList .sns #facebook {
	width: 90px;
}
#newsPage .newsList .sns #gplus {
	width: 60px;
}
#newsPage .newsList #pagetop {
	margin: 35px 0 0 0;
	width: 594px;
}
#newsPage .pager {
	margin: 60px 0 0 0;
	text-align: center;
}
#newsPage .pager .prev {
	margin-right: 60px;
	display: inline-block;
}
#newsPage .pager .next {
	margin-left: 60px;
	display: inline-block;
}
#newsPage .pager ul {
	display: inline-block;
}
#newsPage .pager ul li {
	display: inline-block;
	color: #595757;
	font-size: 11px;
	font-size: 1.1rem;
}
#newsPage .pager a {
	color: #595757;
	font-size: 11px;
	font-size: 1.1rem;
}
#newsPage .pager a:hover {
	color: #414143;
	text-decoration: underline;
}
#newsPage .pager ul li:after {
	margin-left: 5px;
	content: "｜"
}
#newsPage .pager ul li:after:last-child {
	content: ""
}
#newsPage .news-detail a {
}
#newsPage .news-detail a:hover {
	opacity: 0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,opacity=80);
}


/* -----------------------------------------------------------------------------
 museum
----------------------------------------------------------------------------- */

#museumPage {
	margin: 0 auto;
	width: 960px;
}
#museumPage .pageTitle {
	margin-bottom: 33px;
	position: relative;
}
#museumPage .pageTitle h1 {
	padding-top: 16px;
}
#museumPage .pageTitle h2 {
	padding-top: 16px;
}
#museumPage .pageTitle ul {
	position: absolute;
	top: 0;
	right: 0;
}
#museumPage .pageTitle ul li {
	margin-right: 14px;
	position: relative;
	float: left;
}
#museumPage .pageTitle ul li .fukidashi {
	display: none;
	position: absolute;
	top: -32px;
	left: 0;
}
#museumPage .pageTitle ul li:hover .fukidashi {
	display: block;
}
#museumPage .mainVisual {
	margin-bottom: 50px;
}
#museumPage .museumContent {
	margin: 0 auto;
	width: 760px;
}
#museumPage .museumLead {
	margin-bottom: 60px;
	text-align: center;
}
#museumPage .museumLead h3 {
	margin-bottom: 50px;
}
#museumPage .museumLead dl {
}
#museumPage .museumLead dl dt {
	margin-bottom: 30px;
}
#museumPage .museumLead dl dd {
	line-height: 26px;
}
#museumPage .floorGuide {
}
#museumPage .floorGuide .guideLead {
	margin-bottom: 50px;
}
#museumPage .floorGuide .guideLead h3 {
	margin-bottom: 40px;
}
#museumPage .floorGuide .guideLead ul {
	margin-bottom: 45px;
}
#museumPage .floorGuide .guideLead ul li {
	margin-left: 18px;
	float: left;
}
#museumPage .floorGuide .guideLead .selectArea {
	margin-bottom: 60px;
}
#museumPage .floorGuide .guideLead .selectArea .label {
	margin-bottom: 40px;
}
#museumPage .floorGuide .guideLead .selectArea .clickableMap {
}
#museumPage .floorGuide .guideLead .museumInfo {
	width: 760px;
}
#museumPage .floorGuide .guideLead .museumInfo dl {
	float: left;
	width: 370px;
}
#museumPage .floorGuide .guideLead .museumInfo dl dt {
	margin-bottom: 5px;
	padding-left: 8px;
	border-bottom: 1px #595757 solid;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}
#museumPage .floorGuide .guideLead .museumInfo dl dd {
	margin-bottom: 20px;
	padding-left: 8px;
}
#museumPage .floorGuide .guideLead .museumInfo .forPress {
	float: right;
	width: 360px;
}
#museumPage .floorGuide .guideLead .museumInfo .forPress h4 {
	margin-bottom: 10px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}
#museumPage .floorGuide .guideLead .museumInfo .forPress p {
}
#museumPage .floorGuide .floorBox {
	margin-bottom: 80px;
}
#museumPage .floorGuide .floorBox h4 {
	margin-bottom: 30px;
}
#museumPage .floorGuide .floorBox .image {
	margin-bottom: 30px;
}
#museumPage .floorGuide .floorBox .floorArticle {
	width: 760px;
}
#museumPage .floorGuide .floorBox .floorLead {
	float: left;
	width: 365px;
}
#museumPage .floorGuide .floorBox .floorLead h5 {
	margin-bottom: 15px;
}
#museumPage .floorGuide .floorBox .floorLead p {
}
#museumPage .floorGuide .floorBox .floorInfo {
	float: right;
	width: 370px;
}
#museumPage .floorGuide .floorBox .floorInfo dl {
}
#museumPage .floorGuide .floorBox .floorInfo dl dt {
	margin-bottom: 7px;
	padding: 0 0 7px 7px;
	border-bottom: 1px #595757 solid;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}
#museumPage .floorGuide .floorBox .floorInfo dl dd {
	margin-bottom: 20px;
	padding-left: 7px;
}
#museumPage .floorGuide .floorBox .floorInfo dl dd .notice {
	padding-left: 1em;
	display: block;
	text-indent: -1em;
}
#museumPage .floorGuide .floorBox .floorInfo dl dd table {
	border-collapse: collapse;
	width: 363px;
}
#museumPage .floorGuide .floorBox .floorInfo dl dd table th {
	padding: 10px 0 10px 5px;
	width: 80px;
	background: url(../img/shop/search/bdr_dotted.gif) bottom left no-repeat;
	font-weight: normal;
	text-align: left;
}
#museumPage .floorGuide .floorBox .floorInfo dl dd table td {
	padding: 10px 0;
	background: url(../img/shop/search/bdr_dotted.gif) bottom left no-repeat;
	vertical-align: middle;
}
#museumPage .floorGuide .floorBox .floorInfo .linkSchool {
	text-align: right;
}
#museumPage .floorGuide .floorBox #pagetop {
	margin-top: 10px;
	width: 760px;
}
#museumPage .floorGuide #floor01 .floorLead ul {
}
#museumPage .floorGuide #floor01 .floorLead ul li {
	margin-top: 20px;
}
#museumPage .floorGuide #floor03 .galleryImg {
	margin-bottom: 30px;
}
#museumPage .floorGuide #floor03 .galleryImg ul {
}
#museumPage .floorGuide #floor03 .galleryImg ul li {
	float: right;
	width: 360px;
	background-color: #eeeeee;
}
#museumPage .floorGuide #floor03 .galleryImg ul li:first-child {
	float: left;
}
#museumPage .floorGuide #floor03 .galleryImg ul li .image {
	margin-bottom: 20px;
}
#museumPage .floorGuide #floor03 .galleryImg ul li h5 {
	margin: 0 10px 15px 10px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
#museumPage .floorGuide #floor03 .galleryImg ul li p {
	padding: 0 10px 10px 10px;
}
#museumPage .floorGuide #floor04 .floorLead ul {
	margin-top: 10px;
}
#museumPage .floorGuide #floor04 .floorLead ul li {
	margin-right: 5px;
	float: left;
}


/* -----------------------------------------------------------------------------
 kampo sodan
----------------------------------------------------------------------------- */

#consultationPage {
	margin: 0 auto;
	width: 960px;
}
#consultationPage h1 {
	margin-bottom: 45px;
}
#consultationPage h2 {
	margin-bottom: 45px;
}
#consultationPage .leadTxt {
	text-align: center;
}
#consultationPage .leadTxt h4 {
	margin-bottom: 35px;
}
#consultationPage .leadTxt p {
	line-height: 1.6;
}
#consultationPage #consultationFlow {
	margin-bottom: 90px;
	position:relative;
}
#consultationPage #consultationFlow .lpBanner{
	position:absolute;
	top: -116px;
	right: 0px;
	height: 100px;
}
#consultationPage #consultationFlow h3 {
	margin-bottom: 50px;
}
#consultationPage #consultationFlow .leadTxt {
	margin-bottom: 65px;
}
#consultationPage #consultationFlow ul {
	margin-bottom: 95px;
}
#consultationPage #consultationFlow ul li {
	margin-top: 40px;
	padding-top: 60px;
	background: url(../img/philosophy/consultation/icon_flow.gif) top center no-repeat;
}
#consultationPage #consultationFlow ul li:first-child {
	margin-top: 0;
	padding-top: 0;
	background: none;
}
#consultationPage #consultationFlow ul li .flowBox {
	padding: 18px 20px;
	border-radius: 15px;
	display: table;
	width: 920px;
	background-color: #fef5e0;
}
#consultationPage #consultationFlow ul li .flowBox .image {
	display: table-cell;
	vertical-align: middle;
}
#consultationPage #consultationFlow ul li .flowBox .number {
	padding: 0 33px;
	display: table-cell;
	vertical-align: middle;
}
#consultationPage #consultationFlow ul li .flowBox dl {
	display: table-cell;
	width: 610px;
	vertical-align: middle;
}
#consultationPage #consultationFlow ul li .flowBox dl dt {
	margin-bottom: 20px;
}
#consultationPage #consultationFlow ul li .flowBox dl dd {
	line-height: 1.6;
	font-size: 14px;
	font-size: 1.4rem;
}
#consultationPage #consultationFlow .supportInfo {
	margin-bottom: 35px;
}
#consultationPage #consultationFlow .supportBox {
	float: right;
	width: 454px;
}
#consultationPage #consultationFlow .supportBox:first-child {
	float: left;
	width: 440px;
}
#consultationPage #consultationFlow .supportBox h4 {
	margin-bottom: 20px;
}
#consultationPage #consultationFlow .supportBox p {
	line-height: 1.6;
}
#consultationPage #consultationFlow .kampoInfo01 {
	margin: 80px 0;
	text-align: center;
}
#consultationPage #consultationFlow .kampoInfo02 {
	margin-bottom: 35px;
	text-align: center;
}
#consultationPage #kampoQA {
	margin-bottom: 90px;
}
#consultationPage #kampoQA h3 {
	margin-bottom: 50px;
}
#consultationPage #kampoQA .leadTxt {
	margin-bottom: 35px;
}
#consultationPage #kampoQA .qaArea {
	margin-bottom: 35px;
	padding: 20px;
	border-radius: 15px;
	background-color: #fef5e0;
}
#consultationPage #kampoQA .qaArea p {
	margin: 15px 0 25px 0;
	line-height: 1.75;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
}
#consultationPage #kampoQA .qaArea ul {
	padding: 40px 40px 5px 40px;
	border-radius: 15px;
	background-color: #fff;
}
#consultationPage #kampoQA .qaArea ul li {
	margin-bottom: 35px;
	float: left;
	width: 400px;
}
#consultationPage #kampoQA .qaArea ul li:nth-child(2n) {
	float: right;
}
#consultationPage #kampoQA .qaArea ul li:nth-child(2n+1) {
	clear: left;
}
#consultationPage #kampoQA .qaArea ul li .question {
	margin-bottom: 5px;
}
#consultationPage #kampoQA .qaArea ul li .answer {
	margin-bottom: 10px;
}
#consultationPage #kampoQA .qaArea ul li p {
	margin: 0;
	line-height: 1.6;
	color: #251e1c;
	text-align: left;
	font-size: 13px;
	font-size: 1.3rem;
}
#consultationPage #kampoType {
	margin-bottom: 90px;
}
#consultationPage #kampoType h3 {
	margin-bottom: 45px;
}
#consultationPage #kampoType .leadTxt {
	margin-bottom: 60px;
}
#consultationPage #kampoType ul {
	margin-bottom: 85px;
	width: 960px;
}
#consultationPage #kampoType ul li {
	float: left;
	width: 280px;
}
#consultationPage #kampoType ul li:nth-child(2) {
	margin: 0 40px;
	width: 320px;
}
#consultationPage #kampoType ul li .product {
	margin-bottom: 12px;
}
#consultationPage #kampoType ul li p {
	line-height: 1.6;
}
#consultationPage #kampoType .typeInfo {
	margin-bottom: 65px;
}
#consultationPage #kampoType .typeInfo .infoBox {
	position: relative;
	float: right;
}
#consultationPage #kampoType .typeInfo .infoBox:first-child {
	float: left;
}
#consultationPage #kampoType .typeInfo .infoBox a {
	position: absolute;
	top: 133px;
	left: 241px;
}
#consultationPage #kampoType .btnShoplist {
	margin-bottom: 65px;
	text-align: center;
}
#consultationPage #kampoType .leadTxt02 {
	margin-bottom: 30px;
	text-align: center;
}
#consultationPage #kampoType .leadTxt02 h4 {
	margin-bottom: 30px;
}
#consultationPage #kampoType .leadTxt02 p {
	line-height: 2;
	color: #6a3906;
}
#consultationPage #otherConsultation {
	margin-bottom: 90px;
}
#consultationPage #otherConsultation h3 {
	margin-bottom: 50px;
}
#consultationPage #otherConsultation .leadTxt {
	margin-bottom: 60px;
}
#consultationPage #otherConsultation .originalProduct {
}
#consultationPage #otherConsultation .originalProduct h4 {
	margin-bottom: 30px;
	text-align: center;
}
#consultationPage #otherConsultation .originalProduct ul {
	margin-bottom: 50px;
}
#consultationPage #otherConsultation .originalProduct ul li {
	margin-left: 27px;
	float: left;
	width: 170px;
}
#consultationPage #otherConsultation .originalProduct ul li:first-child {
	margin-left: 0;
}
#consultationPage #otherConsultation .originalProduct ul li .image {
	margin-bottom: 10px;
}
#consultationPage #otherConsultation .originalProduct ul li .name {
	margin-bottom: 5px;
}
#consultationPage #otherConsultation .originalProduct ul li p {
	line-height: 1.6;
	text-align: center;
}
#consultationPage #otherConsultation .originalProduct .notice {
	margin-bottom: 50px;
	text-align: center;
}


/* -----------------------------------------------------------------------------
 fair
----------------------------------------------------------------------------- */

#fairBody {
	background-color: #fffdef;
}
#fairPage {
	margin: 0 auto;
	width: 960px;
}
#fairPage #forCustomer {
	margin-bottom: 60px;
	padding-bottom: 25px;
	background-color: #fcefb4;
}
#fairPage #forCustomer h1 {
	padding: 60px 0 25px 0;
	text-align: center;
}
#fairPage #forCustomer h2 {
	padding: 60px 0 25px 0;
	text-align: center;
}
#fairPage #forCustomer p {
	margin-bottom: 20px;
	line-height: 1.75;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}
#fairPage #forCustomer .privilege {
	margin-left: 30px;
	width: 900px;
	min-height: 171px;
	background: url(../img/fair/img_prime.jpg) top right no-repeat;
}
#fairPage #forCustomer .privilege h3 {
	padding: 33px 0 12px 0;
}
#fairPage #forCustomer .privilege p {
	width: 741px;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: left;
}
#fairPage #presentBanner {
	margin-bottom: 60px;
}
#fairPage #seriesIntro {
	margin-bottom: 60px;
	padding: 30px;
	background-color: #fff;
}
#fairPage #seriesIntro h3 {
	margin-bottom: 30px;
}
#fairPage #seriesIntro dl {
}
#fairPage #seriesIntro dl dt {
	margin-top: 50px;
	margin-bottom: 15px;
}
#fairPage #seriesIntro dl dt:first-child {
	margin-top: 0;
}
#fairPage #seriesIntro dl dd {
	color: #514f4f;
}
#fairPage #seriesIntro dl dd p {
	margin-bottom: 30px;
	font-size: 14px;
	font-size: 1.4rem;
}
#fairPage #seriesIntro dl dd .image {
	float: left;
}
#fairPage #seriesIntro dl dd .priceOnce {
	margin-top: 4px;
	padding: 3px 0;
	float: right;
	width: 590px;
	text-align: center;
	background-color: #ededed;
}
#fairPage #seriesIntro dl dd ul {
	float: right;
	width: 590px;
}
#fairPage #seriesIntro dl dd ul li {
	margin-top: 30px;
	padding-bottom: 8px;
	display: table;
	width: 590px;
	background: url(../img/shop/search/bdr_dotted.gif) bottom left repeat-x;
}
#fairPage #seriesIntro dl dd ul li .number {
	padding-right: 1em;
	display: table-cell;
	width: 2.5em;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	text-align: right;
}
#fairPage #seriesIntro dl dd ul li .price {
	display: table-cell;
	width: 14.5em;
	font-size: 17px;
	font-size: 1.7rem;
	text-align: right;
	font-weight: bold;
}
#fairPage #seriesIntro dl dd ul li .price .notax {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
}
#fairPage #seriesIntro dl dd ul li .priceperonce {
	display: table-cell;
	text-align: right;
}
#fairPage #presentIntro {
	margin-bottom: 60px;
	padding: 35px 30px;
	background-color: #fff;
}
#fairPage #presentIntro h3 {
	margin-bottom: 30px;
}
#fairPage #presentIntro ul {
}
#fairPage #presentIntro ul li {
	margin-left: 30px;
	float: left;
	width: 280px;
}
#fairPage #presentIntro ul li:first-child {
	margin-left: 0;
}
#fairPage #presentIntro ul li .name {
	margin-bottom: 10px;
}
#fairPage #presentIntro ul li .image {
	margin-bottom: 15px;
}
#fairPage #presentIntro ul li p {
	color: #514f4f;
}
#fairPage .btnShoplist {
	margin-bottom: 30px;
	text-align: center;
}
#fairPage .notice {
	margin-bottom: 35px;
	text-align: center;
}

.bx-wrapper .bx-pager{padding-top:0 !important}
.tile-height{margin-bottom:20px;}


/* -----------------------------------------------------------------------------
 boutique & pharmacy
----------------------------------------------------------------------------- */

.infoLabel {
	margin: 0 0 20px 10px;
	font-size: 18px;
	font-size: 1.8rem;
}
#boutiquePage,
#pharmacyPage {
	margin: 0 auto;
	width: 960px;
}
#boutiquePage .pageTitle,
#pharmacyPage .pageTitle {
	margin-bottom: 30px;
}
#boutiquePage .brandIntro,
#pharmacyPage .brandIntro {
	margin-bottom: 40px;
	text-align: center;
}
#boutiquePage .brandIntro .mv,
#pharmacyPage .brandIntro .mv {
	margin-bottom: 50px;
}
#boutiquePage .brandIntro .infoTxt,
#pharmacyPage .brandIntro .infoTxt {
}
#boutiquePage .brandIntro .logo,
#pharmacyPage .brandIntro .logo {
	margin-bottom: 50px;
}
#boutiquePage .brandIntro h3,
#pharmacyPage .brandIntro h3 {
	margin-bottom: 40px;
}
#boutiquePage .brandIntro p,
#pharmacyPage .brandIntro p {
	line-height: 2;
	font-size: 13px;
	font-size: 1.3rem;
}
#boutiquePage .otherPages,
#pharmacyPage .otherPages {
	margin-bottom: 65px;
}
#boutiquePage .otherPages ul,
#pharmacyPage .otherPages ul {
}
#boutiquePage .otherPages ul li,
#pharmacyPage .otherPages ul li {
	float: right;
}
#boutiquePage .otherPages ul li:first-child,
#pharmacyPage .otherPages ul li:first-child {
	float: left;
}

.pc-switcher{
	background: #707031;
}

.pc-switcher{
	background: #707031;
	margin: 0 !important;
	padding: 1.4em 0 !important;
}

.pc-switcher span.active{
	background:#dfdfdf !important;
	color:#545454 !important;
}
.pc-switcher a{
	background-color: #a3a3a3 !important;
    background-image: linear-gradient(#a6a5aa, #8d8d8d) !important;
	color:#ffffff !important;
}
.pc-switcher a, .pc-switcher span{
	border: 1px solid #5d5855 !important;
}

.commonToTop{
	text-align: left;
	width: 960px;
    	margin: 0 auto 15px auto;
}
.single-shop .commonToTop {
	width: 760px;
}
.commonToTop li{
	display: inline-block;
	padding-left:1.5em;
	background: #ffffff url(../img/common/ico-arr-top.gif) no-repeat left center;
}

.commonToTop li a{
	font-size: 12px;
	font-weight: bold;
	color:#707032;
}

.commonToTop li+li{

}
.commonToTop li span{
	padding:0 5px;
	color:#707032;
	font-weight: bold;
}

.neighbor h4 {
	margin-top: 20px;
	font-size: 14px;
	line-height: 2.14;
	border-bottom: 1px solid #595757;
	margin-bottom: 20px;
}
.neighbor li {
	display: inline-block;
	background: #f3f3f3 url(../img/common/ico-arr-right.png) no-repeat 10px center;
	margin-right: 20px;
	margin-bottom: 20px;
}
.neighbor li:nth-child(3n) {
	margin-right: 0;
}
.neighbor li a {
	display: block;
	width: 240px;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
}