@charset "utf-8";

/*=========================================*/
/* トップページ */
/*=========================================*/
/*-- MAIN SLIDER --*/
.container {
    position: relative;
    margin:10px auto 10px auto;
    max-width:1300px;
}
 
.swiper-container{
    text-align: center;
    cursor: grab;
}
.swiper-container:active{
    cursor: grabbing;
}
.swiper-container .swiper-slide img {
    max-width:100%;
    width: 100%;
    height: auto;
	z-index: 0;
}
         
#thumbs {
    height: 10%;
    box-sizing: border-box;
    padding: 10px 0;
}
#thumbs .swiper-slide {
    width: 16%;
    height: auto;
    opacity: 0.3;
    cursor: grab;
}
#thumbs .swiper-slide:active {
    cursor: grabbing;
}
#thumbs .swiper-slide-active {
    opacity: 1;
}
         
 
.swiper-blind-left,
.swiper-blind-right {
    position: absolute;
    width: 23.70%;
    height: 100%;
    display: block;
    top: 0;
    background: rgba(255,255,255,.7);
    z-index: 5;
}
.swiper-blind-left {
    left: 0;
}
.swiper-blind-right {
    right: 0;
}
@media (max-width: 600px) {
	.container {
    margin:30px auto 0px auto;
}
 
    .swiper-blind-left,.swiper-blind-right {
    display: none;
    }
}





/*-- MAIN SLIDER --*/

#main_slider2{
	width:1300px;
	
	}

#main_slider_area2{
	width:100%;
	height: 50vw;
	margin:20px auto 20px auto;
}


 
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
 
.gallery {
  background: #ffffff;
}
 
.gallery-cell {
  width:52%;
  height:400px;
  background: #ffffff;
  counter-increment: gallery-cell;
}
 


@media screen and (max-width:1360px){
	
	
#main_slider2{
	width:100%;
	float:left;
	}

#main_slider_area2{
	width:100%;
	margin:30px auto auto auto;
}


.gallery-cell {
  width:70%;
  height:auto;
  background: #ffffff;
  counter-increment: gallery-cell;
}
 
.gallery-cell img{
	 width:100%;
		
	
}

}

@media screen and (max-width:640px){
	
	
#main_slider2{
	width:100%;
	float:left;
	}

#main_slider_area2{
	width:100%;
	margin:10% auto auto auto;
}


.gallery-cell {
  width:100%;
  height:auto;
  background: #ffffff;
  counter-increment: gallery-cell;
}
 
.gallery-cell img{
	 width:100%;
		
	
}
	
	
	
	
}

/*-- 新着情報 --*/

	
#top_news{
    width:100%;
    max-width:1300px;
	margin:50px auto auto auto;
	padding:0px 50px 0px 50px;
	}
	
.top_news_area{
	width:100%;
	margin:20px auto auto auto;
	padding:15px;
	background-image:url(../images/common/bk_beige.jpg);
	display:flex;
	vertical-align:middle;
	 border-radius:500px;
	}
	
.top_news_left{
	margin:15px auto;
	float:left;
	border-radius:500px;
	width:30%;
	vertical-align:middle;
		}
		
.top_news_left a{
	text-decoration:none;
	}
	
.top_news_left a:hover {
  text-decoration: none;
}
	
p.top_news_left_title{
	color:#665c52;
	font-weight:bold;
	margin:10px;
	text-decoration:none;
	}
	


	
.top_news_img{
	margin:20px;
	}
	
.top_news_right{
	float:right;
	margin:20px auto;
	width:70%;
	vertical-align:middle;
	}
	
ul.top_news_list{
	margin:15px auto;
	text-align:left;
	vertical-align:middle;
	list-style:none;
	}

ul.top_news_list li{ 
　　margin:10px auto;
	font-size:90%;
	line-height:120%;
    padding:5px 0px 5px 10px; 
	color:#333333;
}

ul.top_news_list a:link{
	margin:0px auto;
	color:#333333;	
	}
	
ul.top_news_list a:visited{
	color:#c97a2b;	
}

ul.top_news_list a:hover,active{
	color:#c97a2b;	
}


ul.top_news_list li:before {
    content: "・ ";
    color:#c97a2b;
	padding:5px 0px 5px 10px; 
}

ul.top_news_list li span{
	padding:0px 0px 0px 5px;
	color:#c97a2b;

}

#top_news_sp{
	display: none;
	}
	
@media screen and (max-width:1360px){

#top_news{
    width:100%;
    max-width:none;
	margin:50px auto auto auto;
	padding:0px 30px 0px 30px;
	}
	
.top_news_area{
	width:100%;
	margin:20px auto auto auto;
	padding:15px;
	background-image:url(../images/common/bk_beige.jpg);
	display:flex;
	vertical-align:middle;
	 border-radius:5px;
	}
	
.top_news_left{
	margin:15px auto;
	float:none;
	border-radius:none;
	width:30%;
	vertical-align:middle;
		}
		 
.top_news_left a{
	text-decoration:none;
	}
	
.top_news_left a:hover {
  text-decoration: none;
}

p.top_news_left_title{
	color:#665c52;
	font-weight:bold;
	margin:10px;
	text-decoration:none;
	}
		
.top_news_img{
	margin:20px;
	}
	
.top_news_right{
	float:right;
	margin:15px auto;
	width:70%;
	vertical-align:middle;
	border-radius:0px;
	}
	
ul.top_news_list{
	margin:15px auto;
	text-align:left;
	vertical-align:middle;
	list-style:none;
	}

ul.top_news_list li{ 
　　margin:10px auto;
	font-size:90%;
	line-height:120%;
    padding:5px 0px 5px 10px; 
	color:#333333;
}

ul.top_news_list a:link{
	margin:0px auto;
	color:#333333;	
	}
	
ul.top_news_list a:visited{
	color:#c97a2b;	
}

ul.top_news_list a:hover,active{
	color:#c97a2b;	
}


ul.top_news_list li:before {
    content: "・ ";
    color:#c97a2b;
	padding:5px 0px 5px 10px; 
}

ul.top_news_list li span{
	padding:0px 0px 0px 5px;
	color:#c97a2b;

}

	

}

@media screen and (max-width:740px){
	
	
#top_news{
	display: none;
	}
	
#top_news_sp{
	display: block;
    width:100%;
    max-width:none;
	margin:50px auto auto auto;
	padding:0px 30px 0px 30px;
	text-align:left;
	}
	
.top_news_area{
	width:100%;
	margin:20px auto auto auto;
	border-radius:0px;
	display:block;
	}
	
.top_news_left{
	float:left;
	clear:both;
	width:100%;
	margin:10px auto 10px 0px;
	background-image:url(../images/common/bk_beige.jpg);
	vertical-align:middle;
		}
	
.top_news_left a{
	text-decoration:none;
	}
	
.top_news_left a:hover {
  text-decoration: none;
}


p.top_news_left_title{
	color:#665c52;
	margin:20px 20px auto auto;
    text-align:left;
    vertical-align: middle;
	}
	
.top_news_img{
	margin:10px 0px 0px 30px;
    float: left;
    }

    
.top_news_img img{
    width: 35%;
    }
	
.top_news_right{
	width:100%;
	float:none;
	margin:0px auto;
	vertical-align:middle;
	}
	
}



/*-- ピックアップ商品 --*/
	
#top_pickup{
	width:1300px;
	margin:0px auto 0px auto;
	padding:30px 0px 30px 0px;
	}


.top_pickup_area{
	margin:0px auto 0px auto;
	padding:0px 50px 0px 50px;
	overflow:hidden;
	}


ul.banner_type01{
	margin:20px auto 10px auto;
	width:1200px;
	
	}
	
ul.banner_type01 li{
	width:100%;
	max-width:1200px;
	margin:5px auto;
	padding:1px;
	border-image: url("../images/common/bk_border.png") 5 round;
	border-style:solid;
	border-width:1px;
}

ul.banner_type01 img{
	width:100%;
}

ul.banner_type02{
	width:100%;
	max-width:1200px;
	margin:0px auto;
	display:flex;
	}
	
ul.banner_type02 li{
	float:left;
	width:49%;
	max-width:590px;
	margin:5px 5px 5px auto;
	padding:1px;
	border-image: url("../images/common/bk_border.png") 5 round;
	border-style:solid;
	border-width:1px;
	line-height:150%;
}


ul.banner_type02 img{
	width:100%;
	max-width:590px;
}


ul.banner_type02 li.banner_type02_end{
	float:right;
	margin:5px auto 5px 5px;
	}
	
p.banner_type02_comment {
	position: relative;
	margin:40px 100px 20px 100px;
	padding:0 20px;
	text-align: center;
	font-size:120%;
	font-weight: bold;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
p.banner_type02_comment:before, p.banner_type02_comment:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 25px;
	height: 1px;
	background-color: #333333;
}
p.banner_type02_comment:before {
	left:0;
	transform: rotate(60deg);
}
p.banner_type02_comment:after {
	right:0;
	transform: rotate(-60deg);
}

p.banner_type02_title{
	margin:20px 15px 10px 15px;
	color:#c97a2b;
	}
	
p.banner_type02_text{
	margin:10px 5px 20px 5px;
	padding:0px 15px 0px 15px;
	font-size:85%;
	font-weight:bold;
	line-height:150%;
	color:#333333;
	
}

ul.banner_type03{
	width:1200px;
	margin:0px auto;
	display:flex;
	}
	
ul.banner_type03 li{
	float:left;
	width:33%;
	max-width:386px;
	margin:5px 10px 5px auto;
	padding:1px;
	border-image: url("../images/common/bk_border.png") 5 round;
	border-style:solid;
	border-width:1px;
	line-height:130%;
}


ul.banner_type03 img{
	width:100%;
	max-width:386px;
}

li.banner_type03_end{
	float:right;
	margin:5px auto 5px 10px;
	}	
	
p.banner_type03_comment {
	position: relative;
	margin:30px 30px 10px 30px;
	padding:0 20px;
	text-align: center;
	font-size:120%;
	font-weight: bold;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
p.banner_type03_comment:before, p.banner_type03_comment:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 25px;
	height: 1px;
	background-color: #333333;
}
p.banner_type03_comment:before {
	left:0;
	transform: rotate(60deg);
}
p.banner_type03_comment:after {
	right:0;
	transform: rotate(-60deg);
}

p.banner_type03_title{
	margin:20px 20px 10px 20px;
	color:#c97a2b;
	}
	
p.banner_type03_text{
	margin:10px 25px 20px 25px;
	text-align:left;
	font-size:80%;
	font-weight:bold;
	line-height:130%;
	color:#333333;
	
}
	

/*-- 新しい商品 --*/


#new_item{
	width:1300px;
	margin:30px auto 0px auto;
	padding:0px 0px 30px 0px;
	}

.new_item_area{
	margin:0px auto 0px auto;
	padding:0px 50px 0px 50px;
	overflow:hidden;
	}
	

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

#top_pickup{
	width:100%;
	margin:0px auto 0px auto;
	padding:30px 0px 30px 0px;
	}


.top_pickup_area{
	margin:0px auto 0px auto;
	padding:0px 30px 0px 30px;
	overflow:hidden;
	}


ul.banner_type01{
	margin:20px auto 10px auto;
	width:100%;
	
	}
	
ul.banner_type01 li{
	width:100%;
	max-width:none;
	margin:5px auto;
	padding:1px;
	border-image: url("../images/common/bk_border.png") 5 round;
	border-style:solid;
	border-width:1px;
}

ul.banner_type01 img{
	width:100%;
}

ul.banner_type02{
	width:100%;
	margin:0px auto;
	display:flex;
	}
	
ul.banner_type02 li{
	float:left;
	width:49%;
	max-width:none;
	margin:5px 5px 5px auto;
	padding:1px;
	border-image: url("../images/common/bk_border.png") 5 round;
	border-style:solid;
	border-width:1px;
	line-height:150%;
}


ul.banner_type02 img{
	width:100%;
	max-width:590px;
}


ul.banner_type02 li.banner_type02_end{
	float:right;
	margin:5px auto 5px 5px;
	}
	
p.banner_type02_comment {
	position: relative;
	margin:40px 100px 20px 100px;
	padding:0 20px;
	text-align: center;
	font-size:120%;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
p.banner_type02_comment:before, p.banner_type02_comment:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 25px;
	height: 1px;
	background-color: #333333;
}
p.banner_type02_comment:before {
	left:0;
	transform: rotate(60deg);
}
p.banner_type02_comment:after {
	right:0;
	transform: rotate(-60deg);
}

p.banner_type02_title{
	margin:20px 15px 10px 15px;
	color:#c97a2b;
	}
	
p.banner_type02_text{
	margin:10px 5px 20px 5px;
	padding:0px 15px 0px 15px;
	font-size:85%;
	font-weight:bold;
	line-height:150%;
	color:#333333;
	
}


ul.banner_type03{
	width:100%;
	margin:0px auto;
	display:flex;
	}
	
ul.banner_type03 li{
	float:left;
	width:33%;
	max-width:none;
	margin:5px 10px 5px auto;
	padding:1px;
	border-image: url("../images/common/bk_border.png") 5 round;
	border-style:solid;
	border-width:1px;
	line-height:130%;
}


ul.banner_type03 img{
	width:100%;
	max-width:386px;
}

li.banner_type03_end{
	float:right;
	margin:5px auto 5px 10px;
	}	
	
p.banner_type03_comment {
	position: relative;
	margin:30px 30px 10px 30px;
	padding:0 20px;
	text-align: center;
	font-size:120%;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
p.banner_type03_comment:before, p.banner_type03_comment:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 25px;
	height: 1px;
	background-color: #333333;
}
p.banner_type03_comment:before {
	left:0;
	transform: rotate(60deg);
}
p.banner_type03_comment:after {
	right:0;
	transform: rotate(-60deg);
}

p.banner_type03_title{
	margin:20px 20px 10px 20px;
	color:#c97a2b;
	}
	
p.banner_type03_text{
	margin:10px 25px 20px 25px;
	text-align:left;
	font-size:80%;
	font-weight:bold;
	line-height:130%;
	color:#333333;
	
}


}

@media screen and (max-width:960px){
	
.top_pickup_area{
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	overflow:hidden;
	}
	
	
ul.banner_type02{
	width:100%;
	margin:0px auto;
	display:flex;
	}
	
ul.banner_type02 li{
	float:left;
	width:48%;
	max-width:none;
	margin:5px 5px 5px auto;
	padding:1px;
	border-image: url("../images/common/bk_border.png") 5 round;
	border-style:solid;
	border-width:1px;
	line-height:150%;
}

ul.banner_type02 img{
	width:100%;
	max-width:none;
}


ul.banner_type02 li.banner_type02_end{
	float:left;
	margin:5px auto 5px 5px;
	}
	
	
p.banner_type02_comment {
	position: relative;
	margin:20px 10px 20px 10px;
	padding:0px 15px;
	text-align: center;
	font-size:105%;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}


ul.banner_type03{
	width:100%;
	margin:0px auto;
	display:flex;
	}
	
ul.banner_type03 li{
	float:left;
	width:50%;
	max-width:none;
	margin:5px 5px 5px auto;
	padding:1px;
	border-image: url("../images/common/bk_border.png") 5 round;
	border-style:solid;
	border-width:1px;
	line-height:150%;
}

ul.banner_type03 img{
	width:100%;
	max-width:none;
}

li.banner_type03_end{
	float:none;
	margin:5px auto 5px auto;
	}	
	
p.banner_type03_comment {
	position: relative;
	margin:30px 10px 10px 10px;
	padding:0 20px;
	text-align: center;
	font-size:105%;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}


}



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

	
ul.banner_type03{
	width:100%;
	margin:0px auto;
      overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 12px 8px;
  display: -ms-flexbox;
  display: flex; 
	}
	
ul.banner_type03 li{
	float:left;
	width:50%;
	min-width:47%;
	margin:5px 5px 5px auto;
	padding:1px;
	border-image: url("../images/common/bk_border.png") 5 round;
	border-style:solid;
	border-width:1px;
	line-height:150%;
}


ul.banner_type03 img{
	width:100%;
	max-width:none;
}
    
p.banner_type03_title{
	margin:20px 10px 10px 10px;
	color:#c97a2b;
	}
	
p.banner_type03_text{
	margin:10px 15px 20px 15px;
	text-align:left;
	font-size:80%;
	font-weight:bold;
	line-height:130%;
	color:#333333;
	
}

li.banner_type03_end{
	width:100%;
	display: block;
	clear:both;
	float:none;
	margin:5px auto 5px auto;
	}	
	
	
p.banner_type03_comment {
	position: relative;
	margin:20px 5px 20px 5px;
	padding:0px 15px;
	text-align: center;
	font-size:95%;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

	
	
}

/*-- ランキング商品 --*/

p.ranking_period{
	text-align: center;
	color: #945141;
	margin: 10px auto;
	font-size: 80%;
}

p.ribbon_ranking_1{
   position: relative;
  display: inline-block;
  margin:0px auto -15px auto;
  padding:15px 10px;
  width: 100%;
  color: #333333;
  font-size:85%;
  background: #eabe3b;

}

p.ribbon_ranking_1:after{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 5px solid transparent;
  border-top: 5px solid #eabe3b;
	
}

p.ribbon_ranking_1 span{
	font-size: 125%;
	font-weight: bold;	
}

p.ribbon_ranking_2{
   position: relative;
  display: inline-block;
  margin:0px auto -15px auto;
  padding:15px 10px;
  width: 100%;
  color: #ffffff;
  font-size:85%;
  background: #7fa934;

}

p.ribbon_ranking_2:after{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 5px solid transparent;
  border-top: 5px solid #7fa934;
	
}

p.ribbon_ranking_2 span{
	font-size: 125%;
	font-weight: bold;	
}

p.ribbon_ranking_3{
   position: relative;
  display: inline-block;
  margin:0px auto -15px auto;
  padding:15px 10px;
  width: 100%;
  color: #ffffff;
  font-size:85%;
  background: #188982;

}

p.ribbon_ranking_3:after{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 5px solid transparent;
  border-top: 5px solid #188982;
	
}

p.ribbon_ranking_3 span{
	font-size: 125%;
	font-weight: bold;	
}

p.ribbon_ranking_lo{
   position: relative;
  display: inline-block;
  margin:0px auto -15px auto;
  padding:15px 10px;
  width: 100%;
  color: #333333;
  font-size:85%;
  background: #e6d9b9;

}

p.ribbon_ranking_lo:after{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 5px solid transparent;
  border-top: 5px solid #e6d9b9;
	
}

p.ribbon_ranking_lo span{
	font-size: 125%;
	font-weight: bold;	
}
/*-- スタッフおすすめ商品 --*/

@media all and (min-width:1361px), print{
	
#staff_item{
	width:1200px;
	margin:30px 50px 30px 50px;
	padding:0px 0px 0px 0px;
	}

.staff_item_area{
	margin:0px auto 0px auto;
	padding:50px 50px 50px 50px;
	background-image:url(../images/common/bk_beige.jpg);
	overflow:hidden;
	}

.staff_list{
	margin:30px auto 30px auto;
	display:flex;
	}
	
li.staff_left{
	width:33%;
	max-width:340px;
	margin:0px 10px 0px 15px;
	background-color:#eabe3b;
	float:left;
	}	
	
li.staff_center{
	width:33%;
	margin:0px 10px;
	max-width:340px;
	background-color:#945141;
	float:left;
	}	
	
li.staff_right{
	width:33%;
	margin:0px 10px 0px 10px;
	max-width:340px;
	background-color:#c97a2b;
	float:right;
	}	
	
	
p.staff_item_title{
	margin:10px auto;
	padding:10px;
	text-align:center;
	font-size:95%;
	font-weight:bold;
	color:#ffffff;
	}	
	
.staff_item_img img{
	width:100%;
	}
	
p.staff_text_left{
	width:50%;
	max-width:180px;
	max-height:180px;
	padding:10px 5px 10px 10px;
	float:left;
	color:#ffffff;
	line-height:150%;
	font-size:85%;
	}	
.staff_text_right{
	width:47%;
	max-width:180px;
	max-height:180px;
	float:right;
	}
.staff_text_right img{
	width:100%;
}
		
	
}

@media screen and (max-width:1360px){
	
	
#staff_item{
	width:100%;
	margin:30px 0px 30px 0px;
	padding:0px 0px 0px 0px;
	}

.staff_item_area{
	margin:0px auto 0px auto;
	padding:50px 50px 50px 50px;
	background-image:url(../images/common/bk_beige.jpg);
	overflow:hidden;
	}
	
.staff_list{
	margin:30px auto 30px auto;
	display:flex;
	}
	
li.staff_left{
	width:46%;
	max-width:none;
	margin:0px 10px 0px 10px;
	background-color:#eabe3b;
	float:left;
	}	
	
li.staff_center{
	width:46%;
	margin:0px 10px;
	max-width:none;
	background-color:#945141;
	float:right;
	}	
	
li.staff_right{
	width:46%;
	margin:30px 10px 0px 10px;
	max-width:none;
	background-color:#c97a2b;
	float:left;
	}	
	
	
p.staff_item_title{
	margin:10px auto;
	padding:10px;
	text-align:center;
	font-size:95%;
	font-weight:bold;
	color:#ffffff;
	}	
	
.staff_item_img img{
	width:100%;
	}
	
p.staff_text_left{
	width:70%;
	max-width:none;
	max-height:none;
	padding:10px 5px 10px 10px;
	float:left;
	color:#ffffff;
	line-height:150%;
	font-size:85%;
	text-align:left;
	
}
 .staff_text_right{
	width:30%;
	max-width:180px;
	max-height:180px;
	float:right;
	}
.staff_text_right img{
	width:100%;
	float:right;
}
	
}



@media screen and (max-width:640px){
	
.staff_item_area{
	margin:0px auto 0px auto;
	padding:30px 20px 30px 20px;
	background-image:url(../images/common/bk_beige.jpg);
	overflow:hidden;
	}

	
li.staff_left{
	width:100%;
	max-width:none;
	margin:15px 10px 0px 10px;
	background-color:#eabe3b;
	float:left;
	}	
	
li.staff_center{
	width:100%;
	margin:15px 10px 0px 10px;
	max-width:none;
	background-color:#945141;
	float:left;
	}	
	
li.staff_right{
	width:100%;
	margin:15px 10px 0px 10px;
	max-width:none;
	background-color:#c97a2b;
	float:left;
	}	


p.staff_item_title{
	margin:10px auto;
	padding:10px;
	text-align:center;
	font-size:95%;
	font-weight:bold;
	color:#ffffff;
	}	
	
.staff_item_img img{
	width:100%;
	}
	
p.staff_text_left{
	width:70%;
	max-width:none;
	padding:10px 5px 10px 10px;
	float:left;
	color:#ffffff;
	line-height:150%;
	font-size:85%;
	}	
.staff_text_right{
	width:30%;
	max-width:180px;
	max-height:180px;
	float:right;
	}
.staff_text_right img{
	width:100%;
}

}
