@charset "utf-8";
/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/


* {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
    margin: 0;
    padding: 0;
}

html, body {
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	color: #613400;
	-webkit-text-size-adjust: none;
	line-height: 2;
	font-size: 14px;
	text-align: left;
	background-attachment: scroll;
	background-color: #f5ffdb;
	background-image: url(image/bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
}

h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	margin: 0 auto;
	padding: 0;
	border: 0;
}

table, caption, th, td {
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	margin: 0;
	padding: 0;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
    margin: 0;
    padding: 0px;
    border: 0px;
}

.left {
	text-align: left;	
}

/* ------------------------
clearfix
------------------------ */
.clearfix:after {
  content: ".";  
  display: block; 
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear {
    clear:both; 
}


/* ------------------------
main
------------------------ */
body {

}

a:link {
	color: #5f3104;
	text-decoration: none;
}

a:visited {
	color: #df7f21;
	text-decoration: none;
}

.timetable a:link {
	color: #000000;
}

.timetable a:visited {
	color: #000000;
}



a:focus
,a:hover
,a:active {color: #fccc9c;
text-decoration: none;
}

strong { font-weight:bold; }

ul li{
    list-style-type:none;
    margin: 0;
    padding: 0;
}

a {
/*\*/
	overflow: hidden;
/**/
}

a:focus { outline:none;}

img {vertical-align:bottom;}


hr {
	border-top:1px solid #f7a873;
	height:1px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

.mini {
	font-size: 11px;
	color: #5b8c2a;
}

.margin20 {
	margin-right: 20px;
}
.margin78 {
	margin-right: 78px;
}

.margin50 {
	margin-top: 50px;
}
.margin30 {
	padding-top: 30px;
}

.margin_b10 {
	margin-bottom: 10px;
}

.margin_b30 {
	margin-bottom: 30px;
	margin-top: 30px;
}
.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb50{
	margin-bottom: 50px;
}
.ml10{
	margin-left: 10px;
}
.ml20{
	margin-left: 20px;
}

.ml220{
	margin-left: 220px;
}
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
.mt25{
	margin-top: 25px;
}
.mt50{
	margin-top: 50px;
}
.mr10{
	margin-right: 10px;
}
.mr40{
	margin-right: 40px;
}
.mr70{
	margin-right: 70px;
}
.mr40{
	margin-right: 40px;
}
.pdlrb20{
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}


h2 {
	padding-top: 10px;
	padding-bottom: 10px;
}


h2.title {
	margin: 0px;
}

h3.timetable {
	font-size: 14px;
	font-weight: normal;
	margin-left: 30px;
	padding-left: 0px;
}

h3.subtitle {
	color: #573d2a;
	font-size: 14px;
	font-weight: bold;
	border-left: 4px solid #c2ab8f;
	border-bottom: 1px solid #c2ab8f;
	background-color: #FFF9F1;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
}


* {
font-style:normal;
}

.day1 {
	color: #1a5bb4;
}

.day2 {
	color: #eb0646;
} 

.remedy {
	background-color: #FFF4E6;
	margin: 0 10px 30px 10px;
	padding: 10px 10px 10px 0;
}

.remedy2 {
	background-color: #FFF4E6;
	padding-left: 20px;
}

.txt {
	margin: 0 10px 20px 20px;
}

.txt2 {
	margin-right: 10px;
	margin-left: 20px;
}

.txt img {
	float: right;
	clear: both;
	margin-left: 10px;

}

.photo {
	border: 1px solid #DFD2C4;
	margin-left: 10px;
	margin-right: 10px;
	float: right;
}

ul.list {
	list-style-image: url(image/list3.gif);
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
 }
 
 ul.list2 {
	list-style-image: url(image/list5.gif);
	margin: 0 10px 10px 40px;
 }
 
.h330 { height: 330px;
  }
  
.h450 { height: 450px;
  }
/* ------------------------
装飾
------------------------ */
.green {
	color: #82B93E;
}
.green2 {
	font-size: 18px;
	color: #82B93E;
	background: url(image/list6.gif) no-repeat 10px;
	padding-left: 30px;
}
.pink {
	font-size: 12px;
	color: #E97CAD;
	font-weight: bold;
}

.pink2 {
	color: #E97CAD;
}

.red {
	color: #FF0000;
}

.orange {
	color: #ff8900;
}

.bold {
	font-weight: bold;
}

.setsumei2 {
	font-size: 11px;
	list-style: url(image/list4.gif) inside;
	padding-right: 15px;
	padding-left: 15px;
	vertical-align: top;
}

#preparation {
	border: 1px solid #DFD2C4;
	text-align: center;
	background-color:#fff;
	line-height: 200%;
	padding: 200px 0 200px 0;
}
.center{
	text-align: center;
 }
 
 .font14{
	font-size: 14px;
 }

.font20{
	font-size: 20px;
 }
 .flatl{
	float: left;
 }
 
  .flatr{
	float: right;
 }

/* ------------------------
#wrapper
------------------------ */
#wrapper {
	margin: 0 auto 0 auto;
}

/* ------------------------
#header
------------------------ */
#header {
	height: 100px;
	width: 960px;
	margin: 0 auto 10px auto;
}

#header ul{
    display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

#header ul li{
	background: url(image/list1.gif) no-repeat left;
	padding-bottom: 0px;
	display: block;
}

#header .header_info {
    display: flex;
	align-items: flex-end;
}

#header h1 {
	width:480px;
	display: inline-block;
}
#header .htel {
	/* margin-top: 20px; */
	display: inline-block;
	margin-left: 16px;
}

/* WEB予約ボタン */
.btn_reserve a {
	width: 100%;
	transition: all 0.3s;
}
.btn_reserve a:hover {opacity: 0.7;}

#header .btn_reserve img {padding-bottom: 4px;}


/* ------------------------
sidemenu
------------------------ */
/*   navi2 setup  */
#navigation2 {
	background: url(image/menu-side_bg.gif) no-repeat;
	width: 200px;
	height: 430px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 50px;
	margin-bottom: 20px;
}
 
#navigation2 ul {
	list-style-type:none;
}
 
#navigation2 li{
	text-indent: -9999px;
}
 
#navigation2 li a{
	display: block;
	overflow: hidden;
	background-image: url(image/menu-side.gif) ;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

/*   off  */
#nav2_01 a{
	width: 200px;
	height: 70px;
	background-position: 0px 0px;
}

#nav2_02 a{
	background-position: 0px -70px;
	width: 200px;
	height: 70px;
}

#nav2_03 a{
	background-position: 0px -140px;
	width: 200px;
	height: 70px;
}

#nav2_04 a{
	background-position: 0px -210px;
	width: 200px;
	height: 70px;
}

#nav2_05 a{
	background-position: 0px -280px;
	width: 200px;
	height: 70px;
}

#nav2_06 a{
	background-position: 0px -350px;
	width: 200px;
	height: 70px;
}

/*   on  */
#nav2_01 a:hover{
	background-position: -200px 0px;
	width: 200px;
	height: 70px;
}

#nav2_02 a:hover{
	background-position: -200px -70px;
}

#nav2_03 a:hover{
	background-position: -200px -140px;
}

#nav2_04 a:hover{
	background-position: -200px -210px;
}

#nav2_05 a:hover{
	background-position: -200px -280px;
}

#nav2_06 a:hover{
	background-position: -200px -350px;
}
/* ------------------------
.pankuzu
------------------------ */
.pankuzu{
	margin-left: 10px;
	padding: 0px 0px 24px 0px;
}

.pankuzu ul li{
    display: inline;
    float: left;
    font-size: 92%;
}

.pankuzu li a{
	margin-right: 7px;
	padding-right: 12px;
	background: url(image/list2.gif) no-repeat right center;
}

#box{
	background-color: #FFFFFF;
	padding: 5px 0 ;
}

.txtbox{
	background-color: #FFFFFF;
	padding: 10px;
	line-height: 1.5;
}
/* ------------------------
#f_top
------------------------ */
#f_top_img {
	height: 230px;
	width: 700px;
	overflow: hidden;
	margin-bottom: 10px;
}

#f_top2_img {
	width: 700px;
}

/* ------------------------
index
------------------------ */
#content {
	width: 960px;
	padding: 10px 10px 0 10px;
	/* 角丸 */
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; /* FF lt 1.5, Netscape */
	-o-border-radius: 5px;
	-khtml-border-radius: 5px; /* Safari 1.x */
f
	-ms-border-radius: 5px; /* ie 8 */
	background-color: rgba(255,255,255,0.5);


	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7fffffff,endcolorstr=#7fffffff,gradienttype=0); /* IE6-9 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#82ffffff,endColorstr=#82ffffff)";
}

#content:not(:target) {
    filter: none;
    -ms-filter: none;
}

#main {


}

#left {
	width: 240px;
	float: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#right {
	width: 700px;
	float: right;
		margin-bottom: 0px;
	padding-bottom: 0px;
}

#right .timetable table{
	width: 640px;
	text-align: center;
	margin: 0 30px 5px 30px;

}
        
#right .timetable tr td {
	height: 45px;
	text-align: center;
	border-left: 1px solid #d8c4a2;
	border-top: 1px solid #d8c4a2;
	padding:5px;
}

#right .timetable tr th {
	width: 66px;
	font-size: 15px;
	font-weight:bold;
	text-align:center;
	background-color:#f4fbd7;
	border-left: 1px solid #d8c4a2;
	border-top: 1px solid #d8c4a2;
}

#right .timetable td.time {
	background-color:#f4fbd7;
	width: 168px;
	text-align:center;
}


#right .timetable .border {
	border-right: 1px solid #d8c4a2;
}

#right .timetable .border2 {
	border-bottom: 1px double #d8c4a2;
}

#right .timetable .note {
	font-size: 12px;
	padding: 20px 30px 30px 30px;
	display: flex;
	justify-content: space-between;
    align-items: center;
}
#right .timetable .note p {
	line-height: 1.6;
}
#right .timetable .note p span {
	font-size: 16px;
}


#right .timetable .help {
	text-decoration: none;
	cursor: pointer;
	font-size: 18px;
}

#right .timetable .hour {
	text-decoration: none;
	cursor: pointer;
	font-size: 90%;
	line-height:1.3;
}

#right .info-txt {
	width: 450px;
	float: left;
	margin: 0 10px 0 20px;
}

#right .info img {
	float: left;
	border: 1px solid #DFD2C4;
}

.entry{
	margin-bottom: 20px;
}

.banner img{
	margin-bottom: 20px;
}

/* ------------------------
facility
------------------------ */
.facility {
	float: left;
	background-color: #FFFFFF;
	margin-bottom: 30px;
}

.facility ul{
	display: inline;
	width: 700px;
}

.facility ul li {
	float: left;
	width: 330px;
	margin: 10px;
	height: 300px;
}

.facility ul li img{
	border: 1px solid #DFD2C4;
}

.facility ul li .name{
	font-weight: bold;
	color: #82B93E;
	background-image: url(image/list4.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	padding-left: 30px;
}

.facility ul li .setsumei {
	font-size: 12px;
	vertical-align: top;
	width: 300px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	line-height: 1.5;
}

/* ------------------------
treatment
------------------------ */
.treatment {
	float: left;
	width: 680px;
	background-color: #FFFFFF;
	margin-bottom: 30px;
	padding: 10px;
}

.treatment ul{
	display: inline;
}

.treatment ul li {
	float: left;
	width: 300px;
	margin-bottom: 30px;
}

.treatment ul li img{
	border: 1px solid #DFD2C4;
	margin-top: 10px;
}

.treatment ul li .name2{
	font-size: 18px;
	color: #82B93E;
	background-image: url(image/list6.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	padding-left: 30px;
}

.treatment ul li .setsumei2 {
	font-size: 11px;
	list-style-image: url(image/list4.gif);
	list-style-position: inside;
	padding-right: 15px;
	padding-left: 15px;
	vertical-align: top;
}

/* ------------------------
#flow
------------------------ */

.flow {
	float: left;
	width: 680px;
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 30px;
}


.flow ol {


}

.flow li {
	list-style-type: none;
	height: 270px;
}

.flow ol li img {
	float: left;
	border: 1px solid #DFD2C4;
	margin-right: 10px;
	margin-top: 10px;

}


.flow ol li#step1 {
	background: url(image/flow_no1.gif) no-repeat;
	border-bottom: 2px dotted #d8c4a2;
	margin-bottom: 10px;
	height: 100%;
}

.flow ol li#step2 {
	background: url(image/flow_no2.gif) no-repeat;
	border-bottom: 2px dotted #d8c4a2;
	margin-bottom: 10px;
	height: 100%;
}

.flow ol li#step3 {
	background: url(image/flow_no3.gif) no-repeat;
	border-bottom: 2px dotted #d8c4a2;
	margin-bottom: 10px;

}

.flow ol li#step4 {
	background: url(image/flow_no4.gif) no-repeat;
	border-bottom: 2px dotted #d8c4a2;
	margin-bottom: 10px;

}

.flow ol li#step5 {
	background: url(image/flow_no5.gif) no-repeat;
	border-bottom: 2px dotted #d8c4a2;
	margin-bottom: 10px;

}

.flow ol li#step6 {
	background: url(image/flow_no6.gif) no-repeat;
	border-bottom: 2px dotted #d8c4a2;
	margin-bottom: 10px;

}

.flow ol li#step7 {
	background: url(image/flow_no7.gif) no-repeat;
	margin-bottom: 10px;


}

.flow ol li .txt {
	width: 450px;
	margin-left: 220px;
	padding-top: 10px;

}

.flow h3.h3txt {
	font-size: 20px;
	font-weight: bold;
	padding-left: 70px;
	color: #573d2a;
	padding-top: 25px;
	margin-bottom: 10px;
}

.flow h3.h3txt span {
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
}

/* ------------------------
#access
------------------------ */

.access{
	width: 680px;
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 30px;
	float: left;

}

.access em{
	color: #009966;
	font-weight: bold;
	margin-bottom: 30px;
}

.access iframe {
	border: 1px solid #DFD2C4;
	padding: 8px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 30px;
	width: 660px;
}
.access .img {
	border: 1px solid #DFD2C4;
	margin-bottom: 30px;
	float: right;
	clear: both;
}

.access table{
	margin-bottom: 30px;
	margin-right: 10px;
	width: 400px;
}
        
.access tr td {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d8c4a2;
	padding-left: 10px;
	padding-top: 9px;
	padding-bottom: 9px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d8c4a2;
}
.access tr th {
	background-color: #f7f3dd;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d8c4a2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d8c4a2;
}
.access .item {
	background-image: url(image/list5.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-right: 5px;
	font-weight: bold;
	color: #573d2a;
	background-position: 8px center;
}

.access .border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d8c4a2;
}

.access .border2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d8c4a2;
}

.access .note {
	font-size: 12px;
	margin-left: 30px;
	margin-bottom: 30px;
}

.car {
	margin-top: 10px;
	margin-left: 20px;
	float: left;
	height: 220px;
	width: 660px;
	background-image: url(image/acsess-car.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

/* ------------------------
#recruit
------------------------ */

#recruit{
	width: 680px;
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 30px;

}

#recruit em{
	color: #009966;
	font-weight: bold;

}

#recruit .img {
	margin-right: 10px;
	margin-left: 10px;
}


#recruit iframe {
	border: 1px solid #DFD2C4;
	padding: 10px;
}

#recruit table{
	width: 660px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 30px;

}
        
#recruit tr td {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d8c4a2;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d8c4a2;
}

#recruit tr th {
	background-color:#f7f3dd;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d8c4a2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d8c4a2;
}

#recruit .item {
	text-align:left;
	background-image: url(image/list5.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: 0.5em;
	padding-right: 5px;
	font-weight: bold;
	color: #573d2a;
}

#recruit .border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d8c4a2;
}

#recruit .border2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d8c4a2;
}

#recruit .note {
	font-size: 12px;
	margin-left: 30px;
	margin-bottom: 30px;
}

/* ------------------------
#privacy
------------------------ */

#privacy {
	width: 680px;
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 30px;
}

#privacy h3.h3txt{
	font-size: 15px;
	margin-top: 20px;
	color: #573d2a;
	margin-left: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

#privacy h3.h3txt span{
	font-size: 18px;
	font-weight: bold;
	color: #71A621;
}

#privacy p.txt {
	margin-right: 10px;
}

#privacy ul .inner{
	padding-bottom: 20px;
}

#privacy li{
	list-style-type: decimal;
	margin-left: 45px;
	list-style-position: outside;
}



/* ------------------------
#pagetop
------------------------ */
#pagetop{
}


/* ------------------------
#footer
------------------------ */
#footer {
	height: 230px;
	font-size: 12px;
}

#footer .fnavi {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;

}

#footer ul li {
	list-style-type:none;
	border-left: 1px solid #5f3104;
	padding-right: 10px;
	padding-left: 10px;
	display: inline;
}

#footer ul .top {
	border-left: 1px solid #5f3104;
	margin-left: 20px;
}

#footer ul .last {
	border-right: 1px solid #5f3104;
	margin-right: 20px;
}

#footer .map{
	width: 500px;
	float: left;
	position: relative;
	top: 45px;
	margin: 0px;
	padding: 0px;
	left: 0px;
}

#footer .info{
	width: 400px;
	float: right;
}


#footer table{
	text-align: center;
	background-color: #FFFFFF;
	width: 400px;
}
        
#footer tr td {
	text-align: center;
	border-left: 1px solid #d8c4a2;
	border-top: 1px solid #d8c4a2;
	padding:5px;
}

#footer tr th {
	text-align:center;
	font-weight:bold;
	background-color:#f4fbd7;
	font-size: 13px;
	border-left: 1px solid #d8c4a2;
	border-top: 1px solid #d8c4a2;
	width:11%;
}

#footer .border {
	border-right: 1px solid #d8c4a2;
}

#footer .border2 {
	border-bottom: 1px double #d8c4a2;
}

#footer td.time {
	text-align:center;
	background-color:#f4fbd7;
	width: 20%;
}
#footer .help2 {
	text-decoration: none;
	cursor: pointer;
}

#footer .hour2 {
	text-decoration: none;
	cursor: pointer;
	font-size:90%;
	line-height:1.2;
}

#footer h3 {
	font-size: 12px;
	font-weight: bold;
	float: left;
}

#footer th {
	padding: 2px;
}

#footer td {
	padding: 2px;
}

#footer ul.info-ul {
	margin-left: 100px;
	margin-top: 15px;
	margin-bottom: 0px;
}

#footer ul.info-ul li {
	padding-left: 10px;
	border-left: none;
	padding-right: 0px;
	float: left;
	padding-bottom: 0px;
}




/* ------------------------
#copyright
------------------------ */
#copyright {
	text-align: right;
	clear: both;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
/*ページトップへボタン
-----------------------------------*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	height: 60px;
	width: 60px;
}
#page-top a {
	background: #aaa;
	text-decoration: none;
	color: #fff;
	width: 60px;
	padding: 4px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #ccc;
}

/*QA
-----------------------------------*/

dl.faq{
	margin-left: 10px;
	margin-right: 10px;
}

dl.faq dt{
	padding-left: 40px;
	background: url(image/q.gif) no-repeat 0 5px;
}

dl.faq dd{
	background: url(image/a.gif) no-repeat 0 5px;
	padding-left: 40px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 30px;
}

/*arrow_box
-----------------------------------*/
.arrow_box {
	position: relative;
	background: #ffffff;
	font-size: 20px;
	margin-bottom: 30px;
	margin-left: 150px;
	padding: 10px;
	line-height: 1.5;
	width: 520px;
	border: 4px solid #afd559;
	/* 角丸 */
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; /* FF lt 1.5, Netscape */
	-o-border-radius: 10px;
	-khtml-border-radius: 10px; /* Safari 1.x */
}

.arrow_box:after {
	content: '';
	position: absolute;
	top: 30%;
	left: -23px;
	border-top: 10px solid transparent;
	border-right: 30px solid #ffffff;
	border-bottom: 10px solid transparent;
}

.arrow_box:before {
 	content: '';
	position: absolute;
	top: 30%;
 	left: -30px;
 	border-top: 10px solid transparent;
 	border-right: 30px solid #afd559;
 	border-bottom: 10px solid transparent;
}
