@charset "UTF-8";


/* 768px以下 */


/*==============================================================
レイアウト
==============================================================*/


html {
	height:100%;
	font-size: 14px;
}


body { 
position:relative;
margin-left:auto; margin-right:auto; width:auto; height:auto; 
}


/* 画像 */
img	{max-width: 100%;height: auto;}
video {max-width: 100%;height: auto;}






/*==============================================================
ハンバーガーナビ
==============================================================*/



.hb-navigation {

display:block;
position:fixed;
top:10px;
right:10px;
width:40px;
height:40px;

	z-index:9999;
	background:rgba(0,0,0,0.8);
	
	-moz-border-radius: 4px;    /* Firefox */
	-webkit-border-radius: 4px; /* Safari,Chrome */
	border-radius: 4px;

	cursor:pointer;

}


.hb-navigation .button {

position: absolute;

top:19px;

margin-left:5px;

width:30px;
height:2px;
background:#fff;

transition:all .3s;
-webkit-transition:all .3s;


display:block;
cursor:pointer;

}


.hb-navigation .button::before, .hb-navigation .button::after {

position:absolute;
width:30px;
height:2px;
background:#fff;
transition:all .3s;
-webkit-transition:all .3s;
transition-delay:.3s;

cursor:pointer;

}

.hb-navigation .button::before {
content:'';
top:-12px;
}
.hb-navigation .button::after {
content:'';
top:12px;
}

/**/

.hb-navigation .action.button {
position: absolute;

width:30px;
height:2px;

background:none;
transform:rotate(90deg);
-webkit-transform:rotate(90deg);
}


.hb-navigation  .action.button::before {
	display:block;

position:absolute;
top:0;
width:30px;
height:2px;
background:#fff;
transform:rotate(45deg);
-webkit-transform:rotate(45deg);
}

.hb-navigation  .action.button::after {
	display:block;

position:absolute;
top:0;
width:30px;
height:2px;
background:#fff;
transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);
}

/**/


.navigation-contents {
	display:block;
position:relative;
top:0;
left:0;
background:rgba(0,0,0,.75);
width:100%;
margin:auto;
text-align:center;
opacity:0;
transition:all .5s;
-webkit-transition:all .5s;
transform:translateY(-100%);
-webkit-transform:translateY(-100%);
z-index:9998;
}



.navigation-contents.open {
display: block;
position:relative;
position:fixed;
opacity:1;
transform:translateY(0);
-webkit-transform:translateY(0);

}


/**/



.section {
position:absolute;
background:rgba(0,0,0,.75);
}

.section.menu ul {
	width:80%;
	margin-left:auto;
	margin-right:auto;
	padding-top:3em;
}

.section.menu ul li+ li {
	border-top:solid 1px rgba(255,255,255,0.5);
}

.section.menu ul a {
	display:block;
	padding-top:0.8em;
	padding-bottom:0.8em;
	font-size:1.2em;
	color:#fff;
	text-decoration:none;

}


/*
@media (max-width:767px){
.section.menu p {
font-size:36px;
padding:15px 0 ;
}
.section.menu p a {
color:#fff;
padding:15px 0 ;
border-bottom:dotted 1px #fff;
}
}


section {
	transition:all 1s;
	-webkit-transition:all 1s;
	}

section.close{
	font-weight:100;
	transform:scale(.85,.85);
	-webkit-transform:scale(.85,.85);
}

*/

/*==============================================================
スクロール時表示
==============================================================*/


#change { display:none!Important;}



/*==============================================================
ヘッダー
==============================================================*/


header{
	position:relative;
	padding-bottom:15px;
	padding-top:15px;
	background:#000;

}


/*==============================================================
ヘッダーナビ
==============================================================*/


.header-menu {
	display:none;

}

/*トップページ　ヘッダーロゴ*/

.header-logo {

	margin-bottom:15px;
	text-align:center;
}

.header-logo img{ width:50%;}

/**/




/* GLOVAL NAV */

nav.header-nav {
	display:none;

}


/*SNS NAVI*/


ul.header-sns-nav {
	position: relative;
	right:0px;
	top:0px;
	width:25%;
	margin-left:auto;
	margin-right:auto;

	
}

ul.header-sns-nav li{
	float:left;
	width:33.33%;
	text-align:center;
	margin-left:0px;
}

ul.header-sns-nav li:first-child{
	margin-left:0px;
	
}



/*==============================================================
トップページ
==============================================================*/

/*==============================================================
トップ　タイトル
==============================================================*/

body.toppage h2{
	color:#333;
	font-size:1.6em;
	font-family:Raleway;
	font-weight:800;
	letter-spacing:0.1em;
	margin-bottom:20px;
	line-height:0.7em;
	text-align:center;
	clear:both;
}


body.toppage h2:after{

}


/*==============================================================
ヘッダー　お知らせ
==============================================================*/

.head-info {
	background:#eee;
	padding:0.75em;
	text-align:center;
	font-size:0.85em;
}


/*==============================================================
トップ　ARRIVAL
==============================================================*/

.top-arrival {

	padding-top:30px;
	padding-bottom:20px;
	width:100%;
}


ul.top-arrival-list {
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

ul.top-arrival-list li{
	float:left;
	width:50%;
	margin-bottom:2em;
	text-align:center;
	padding-left:1em;
	padding-right:1em;
}


/* １つ目を除いた奇数番目をクリア */
ul.top-arrival-list li:nth-child(odd){
	clear:left;
}

ul.top-arrival-list li:first-child{
	clear:none;
}


ul.top-arrival-list li a{
	display:block;
	text-decoration:none;
	color:#111;
}

ul.top-arrival-list li a:hover{
	text-decoration:underline;
}

ul.top-arrival-list li p.pic {

}

ul.top-arrival-list li p.title {
	margin-top:10px;
	font-size:0.8em;
	line-height:1.5;
}


/*==============================================================
トップ　BRANDS
==============================================================*/

.top-brands {
	background:#F0F0F0;
	padding-top:30px;
	padding-bottom:0px;
	width:100%;
}

ul.top-brands-list {
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

ul.top-brands-list li {
	float:left;
	text-align:center;
	width:33.33%;
	border:rgba(240,240,240,1.00) solid 1px;
}

ul.top-brands-list li a{
	display:block;
	color:#111;
	background:#fff;

}


/*==============================================================
トップ　CATEGORY
==============================================================*/

.top-category {
	background:#F0F0F0;
	padding-top:30px;
	padding-bottom:30px;
	width:100%;
}

ul.top-category-list {
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

ul.top-category-list li {
	float:left;
	text-align:center;
	width:33.33%;
	border:rgba(240,240,240,1.00) solid 1px;
}

ul.top-category-list li a{
	display:block;
	background:#fff;
	text-decoration:none;
	color:#333;
	letter-spacing:0em;
	font-weight:bold;
	padding-bottom:1.2em;
	padding-top:1.2em;
	font-size:0.9em;
}

ul.top-category-list li a:hover{
	background:#DDDDDD;
}


/*==============================================================
トップ　STYLE
==============================================================*/

.top-style {

	padding-top:30px;
	padding-bottom:30px;
	width:100%;
}


ul.top-style-list {
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

ul.top-style-list li{
	float:left;
	width:50%;
	text-align:center;
	padding-left:1em;
	padding-right:1em;
	margin-bottom:1em;
}


/* １つ目を除いた奇数番目をクリア */
ul.top-style-list li:nth-child(odd){
	clear:left;
}

ul.top-style-list li:first-child{
	clear:none;
}


ul.top-style-list li a{
	display:block;
	text-decoration:none;
	color:#111;
}

ul.top-style-list li a:hover{
	text-decoration:underline;
}

ul.top-style-list li p.pic {

}

ul.top-style-list li p.title {
	margin-top:10px;
	font-size:0.8em;
	line-height:1.5;
}



/*==============================================================
トップ　メインメニュー
==============================================================*/


.cont-box-strng {
	text-align:center;
	padding-top:30px;
	padding-bottom:30px;
}


.cont-box-strng ul {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	list-style:none;

}

.cont-box-strng ul li {
	float:left;
	height:auto;
	margin-left:5%;
	list-style:none;
	position:relative;
	overflow: hidden;
	width:47.5%;

}

.cont-box-strng ul li:first-child {
	margin-left:0;
}

.cont-box-strng ul li:last-child {
	margin-left:0;
	margin-top:5%;
}

.cont-box-strng ul li .box {
   position:absolute;
   top:0px;
   left:0px;
   right:0px;
   bottom:0px;
   margin: auto;
   width:85%;
  	height:2em;
	color:#fff;
	border:#fff solid 1px;
	padding-top:0.5em;
	padding-bottom:0.5em;
	font-size:1.1em;
	letter-spacing:0em;
	

}


/*==============================================================
トップ　ITEM
==============================================================*/

.top-item {
	padding-top:50px;
	padding-bottom:50px;
	width:100%;
	background:url(../img/toppage/item_bg.jpg) no-repeat top;
	background-size:auto 100%;
}

.top-item h2{
	text-align:center;
	color:#fff!Important ;
}

.top-item h2:after{
	content:url(../img/body/title_bg_w.png)!Important ;
	display:block;

}


.top-item ul {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	border-bottom:#fff solid 1px;
	
}

/*
.top-item ul li {
	float:left;
	width:50%;
	
}

.top-item ul li a {
	padding-top:2em;
	padding-bottom:2em;
}


.top-item ul li:nth-child(odd) a {
	border-right:none;
	padding-top:2em;
	padding-bottom:2em;
}
*/


/*==============================================================
トップ　NEWS
==============================================================*/

.top-news {

	padding-top:50px;
	padding-bottom:50px;
	width:100%;
}


dl.top-info-list {
	width:90%;
	margin-left: auto;
	margin-right: auto;
	margin-top:-20px;
	background: #fff;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
}


body.sub-page dl.top-info-list {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;	
}



dl.top-info-list dt {
	float: none;
	clear:both;
	color: #0072BD;
	font-size: 0.9em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	


}

dl.top-info-list dd {

	border-bottom: #ccc solid 1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
}

dl.top-info-list dd:last-child {
	border-bottom: none;
	padding-bottom: 0px;
}


dl.top-info-list dd  a {
	text-decoration:none;
	color:#111111;
}

dl.top-info-list dd  a:hover {
	text-decoration:underline;
	color:#1B73A3;
}


/*==============================================================
トップ　ついて
==============================================================*/

.about-button {
	background:#F0F0F0;
	padding-top:30px;
	padding-bottom:30px;
	width:100%;
}


.about-btn-list {
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

.about-btn-list ul {
	margin-left:0%;
}

.about-btn-list ul li {
	width:100%;
	margin-left:0%;
	margin-bottom:20px;
	text-align:center;
	float:none;
}

.about-btn-list ul li:last-child {
	margin-bottom:0px;
}


.about-btn-list ul li a {
	display:block;
	padding-top:15px;
	padding-bottom:15px;
}

/*==============================================================
トップ　バナー
==============================================================*/


.banner-area {
	background:#E9E9E9;
	padding-top:30px;
	padding-bottom:30px;
	width:100%;
}


.banner-list {
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

.banner-list ul {
	margin-left:0%;
}

.banner-list ul li {
	margin-left:0%;
	margin-bottom:20px;
	text-align:center;
	float:none;
}

.banner-list ul li:last-child {
	margin-bottom:0px;
}



/*==============================================================
トップ　インスタグラム
==============================================================*/

.top-instagram {
	text-align:center;
	padding-top:30px;
	padding-bottom:30px;
	width:100%;

}

.top-instagram h3{
	color:#333;
	font-size:1.6em;
	font-family:Raleway;
	font-weight:800;
	letter-spacing:0.1em;
	margin-bottom:60px;
	line-height:0.7em;

}


.top-instagram h3:before{
	content:url(../img/toppage/icon_instagram.png) ;
	display:block;
	margin-bottom:12px;
}


.top-instagram h3 span{
	padding-bottom:10px;
	border-bottom:#333 solid 3px;
}



/*インスタグラム リスト表示*/


ul#instafeed {
	width:90%;
	margin-left:auto;
	margin-right:auto;

}

ul#instafeed li {
	float:left;
	width:33.33%;

	overflow:hidden;
	

}

ul#instafeed li img{
	width:100%;
}



/*==============================================================
フッター
==============================================================*/

footer {
	border-top:#333 solid 1px;
	padding-top:20px;
	padding-bottom:20px;
}

footer .inner {
	width:90%;
	margin-left:auto;
	margin-right:auto;
}



footer .logo{
	float:none;
	text-align:center;
	margin-bottom:20px;
}

footer .logo img{
	width:50%;
}


/**/


footer ul.sns-list  {
	clear:left;
	float:none;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-top:10px;
	
}

footer ul.sns-list li {
	float:none;
	display:inline;
	margin-right:20px;
}

footer ul.sns-list li.last-child {
	margin-right:0;
}


/**/

footer ul.fm-list {
	clear:left;
	float:none;
	width:100%;
	margin-top:30px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

footer ul.fm-list li {
	float:left;
	text-align:center;
	width:33.33%;
}

footer ul.fm-list li a {
	display:block;
	font-size:1em;
	text-decoration:underline;
	padding-left:0em;
	padding-right:0em;
	margin-bottom:20px;
	border-left:none;
	line-height:1.3;
}

footer ul.fm-list li:last-child a {
	border-right:none;
}

footer ul.fm-list li a:hover {
	text-decoration:underline;
}


/**/

/**/

footer address {
	clear: both;
	float: none;
	margin-top:1em;
	font-style:normal;
	font-size:1em;
	line-height:1.6;
	text-align:center;
	padding-top:20px;
}

footer address a:link {
	color:#fff;
}

footer address br.sp { display:block;}

/**/

footer small{
	display:block;
	clear: both;
	float: none;
	font-size: 0.7em;
	color: #ccc;
	margin-top: 20px;
	text-align:center;
}


/*==============================================================
タイトル
==============================================================*/

body.Next-hierarchy h2{
	position:relative;
	color:#333;
	font-size:2.5em;
	font-family:Raleway;
	font-weight:800;
	letter-spacing:0.1em;
	margin-bottom:40px;
	margin-top:30px;
	line-height:0.7em;
	text-align:center;
	padding-top:0px;
	padding-bottom:0px;
}


body.Next-hierarchy h2:after{

}

body.Next-hierarchy header h3{
	color:#333;
	font-weight:bold;
	font-size:1.5em;
	letter-spacing:0.3em;
	text-align:center;
}


/**/

body.Next-hierarchy #wrapper h3 {


}


body.Next-hierarchy #wrapper h3 span {


}

/**/

body.Next-hierarchy #wrapper h4 {

	
}


/*==============================================================
==============================================================*/

.inner-box {
	position:relative;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}


/*==============================================================
ぱんくず
==============================================================*/
.breadlist {
	font-size: 0.9em;
	color: #333333;
	clear: both;
	width: 100%;


}

.breadlist ul {
	list-style: none;
	width:90%;
	margin-right: auto;
	margin-left: auto;
}



/*==============================================================
2nd コンテンツエリア
==============================================================*/
.next-content {
	background:#fff;
	width:90%;
	padding-top:30px;
	padding-bottom:30px;
	margin-left:auto;
	margin-right:auto;
}

.next-content h3 {
	font-size:1.3em;
	letter-spacing:0.05em;
	margin-bottom:1em;
	line-height:1.5;

}


.next-content p{
	margin-bottom:1em;
	line-height:1.6;

}



/*==============================================================
2nd BRAND
==============================================================*/



ul.brand-description {
	margin-bottom:50px;
}

ul.brand-description li{
	float:none;
}

ul.brand-description li.pic{
	width:100%;
	text-align:center;
	margin-bottom:0px;
	
}

ul.brand-description li.txt{
	width:100%;
}

ul.brand-description li h3 {
	font-size:1.4em;
	line-height:1.3;
	text-align:center;
	margin-bottom:2em;
}

ul.brand-description li h4 {
	font-size:1.3em;
	line-height:0.5;
	text-align:center;
	margin-bottom:1.8em;
}



/*==============================================================
ブログ
==============================================================*/


.wrapper-blog {  
	text-align: left;  
	width: 95%;  
	margin: 0 auto;  
}  



.contant-blog {
	width: 100%;  
	float: left;  
	margin-right: 0px; 

}



.blog-entry {
	position:relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 50px;

}



.blog-entry article.entry .title{
	line-height:1.3;
	font-size:1.3em;
	margin-bottom: 1em;
}


/* サイドナビ */
.blog-side-nav {
	 float:none;
	width:100%;

}




/*-------------------------------------------------- */
/*Google map レスポンシブ対応
---------------------------------------------------- */

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin: 0 3% 0 3%; /* marginで調整 */
}
 
.ggmap iframe,
.ggmapr object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}







/*==============================================================
カラーミーショップ用
==============================================================*/


h2.shop {
	position:relative;
	color:#333;
	font-size:2.5em;
	font-family:Raleway;
	font-weight:800;
	letter-spacing:0.1em;
	margin-bottom:40px;
	margin-top:30px;
	line-height:0.7em;
	text-align:center;
	padding-top:0px;
	padding-bottom:0px;
}


/* アカウント　カートボタン */

div.header_link {
  float: none;
  margin-bottom: 30px;
  margin-top:1em;
  margin-right:0em;
  font-size:0.9em;
  }



/* スライダー */
.bxslider-box {
	position:relative;
	margin-bottom:30px;
	width:100%;
	max-width:100%;
	margin-top:0px;
}


ul.bxslider {
}

ul.bxslider li {
	
}





/* フリースペース */

#box_free {
	position:absolute;
	width:100%;
	z-index:100;
/*
	border:#E3E3E3 solid 2px;
	padding:1.2em;
	margin-bottom:2em;
	font-size:0.9em;
	color:#333;
	line-height:1.5;
*/
}

.box_free-inner {
	position:relative;
	text-align:center;
	color:#fff;
	font-size:1.1em;
	text-shadow: 1px 1px 2px #000; 
	
	padding-top:1em;
	padding-left:1em;
	padding-right:1em;
}

.box_free-inner p{
	margin-bottom:1em;
	line-height:1.5;
}

.box_free-inner p strong {
	font-size:1.2em;
}


/* contents部分 */


.wrapper-shop {  
	text-align: left;  
	width: 90%;  
	margin: 0 auto;  
}  



.contant-shop {
	width: 100%;  
	float: left;  
	margin-right: 0px; 

}



.shop-entry {
	position:relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
}

.shop-entry h2{
	margin-top:1em;
	margin-bottom:0.7em;
	padding-bottom:0.2em;
	border-bottom:#ccc solid 1px;
	font-size:1.4em;
	line-height:1.3;
	font-weight:normal;
	}


/* 商品一覧 */

ul.item-box-list {
	margin-left:-5%;
}

ul.item-box-list li {
	float:left;
	width: 44.5%;
	margin-left:5%;
	margin-bottom:7%;
}

/* 3個目をクリア */

ul.item-box-list li:nth-child(3n+1){
	clear:none;
}

ul.item-box-list li:nth-child(2n+1){
	clear:left;
}

ul.item-box-list li:first-child {
	clear:none;
}

/* 商品詳細 */

.item-main-pic {
	float:none;
	width:100%;

}

.item-main-pic img {
	width:100%;
}

.item-main-box {
	float:none;
	width:100%;
}



/* 商品説明 */
.product_description {
	width:100%;
	clear:both;
	color:#333;
	font-size:0.9em;
	margin-top:1em;
	margin-bottom:20px;
	line-height:1.5;

}


.product_description h3 {
	clear:both;
	font-weight:bold;
	font-size:1.5em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align:center;
	color:#000;
	margin-top:10px;
	margin-bottom:20px;
	line-height:1.4;
}

.product_description h3:first-child {
	margin-top:10px;
	padding-top:20px;
	border-top:#ccc solid 1px;
}

.product_description h3 br{ display:none;}


.product_description p{
	margin-bottom:1em;
}

.product_description table{
	margin-bottom:30px;
	width:100%;
}

.product_description table th{
	border:#ccc solid 1px;
	background:#F0F0F0;
	padding:0.5em;
	white-space:normal;
}

.product_description table td{
	border:#ccc solid 1px;
	background:#fff;
	padding:0.5em;
}


/* 商品説明 テーブル */

table.table-item {
	margin-top:10px;
	margin-bottom:10px;
	border-top:none;
	border-bottom:#ccc solid 1px;
}

table.table-item th{
	display:block;
	border-bottom:none;
	background:#F0F0F0;
	padding:0.5em;
	white-space:nowrap;
}

table.table-item td{
	display:block;
	border-bottom:none;
	border-top:none;
	background:#fff;
	padding:1em;
}


.table-item-img {
	width:100%;
	margin-bottom:20px!Important;
}



/* 商品詳細　一覧画像 */
.zoom-desc {
	margin-top:20px;
}

.zoom-desc ul {
	width:105%;
	margin-left:-6%;
}

.zoom-desc ul li{
	float:left;
	width: 44%;
	margin-left:6%;
	margin-bottom:6%;
	
}



/* 送料 テーブル */

table.table-postage {
	margin-top:10px;
	margin-bottom:10px;
	border-top:none;
	border:#ccc solid 1px;
	display:table!Important;
}

table.table-postage tr{
	display:table-row!Important;
}

table.table-postage th{
	display:table-cell!Important;
	border:#ccc solid 1px;
	border-bottom:none;
	background:#F0F0F0;
	padding:0.3em;
	white-space:nowrap;
}

table.table-postage td{
	display:table-cell!Important;
	text-align:center;
	border:#ccc solid 1px;
	border-bottom:none;
	background:#fff;
	padding:0.3em;
	white-space:nowrap;
	
}








/* サイドナビ */
.shop-side-nav {
	 float:none;
	width:100%;
	margin-right:0;

}


/* プライバシーポリシー 特定商取引法に基づく表記 */

#policy table {
	margin-bottom:30px;
}

#policy table th {
	font-size:1.3em;
	font-weight:bold;
	display:block;
	white-space:nowrap;
	text-align:left;
	padding:0.5em
}

#policy table td {
	display: block;
	padding-top: 0em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	padding-bottom: 1em
}





/*==============================================================
スマホ表示専用
==============================================================*/

/*テーブルスクロール*/
.sp-table-overflow {
	overflow:scroll;

	margin-bottom:20px;
}


/* brに適用 スマホのみ改行*/
.sp-br {clear:both;display:block;}

.sp-clear {clear:both!important;float:none!important;}

.sp-center {text-align:center!important;}

.sp-mgn0 {margin:0!important;}

.sp-mgnb20 {margin-bottom:20px!important;}

.sp-display-non {display:none!important;}

.pc-display-non {display:block;}


.sp-img-w40p { width:40%!important;}
.sp-img-w50p { width:50%!important;}



.frtR-pic, .frtL-pic {
	float: none;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:20px;
	text-align:center;
}

.imgwaku-doctor{
	margin-bottom:15px;}