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

@import url(http://fonts.googleapis.com/css?family=Lato);
@import url(http://fonts.googleapis.com/css?family=Crimson+Text);

body {
	font-size: small;
	*font-size:small;
	*font:x-small;
	-webkit-text-size-adjust: none;
	background: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	line-height: 2;
}

select, input, button, textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}


/*
**:::::::  common style   :::::::
*/

#pagetop {
	position: fixed;
	right: 8px;
	bottom: -50px;
	width: 41px;
	height: 38px;
	background: url(/yatsuhashiseikotsu_assets/wp-content/themes/ys2015/images/common/img_pagetop.png) 0 0 no-repeat;
}

#pagetop a {
	background: url(/yatsuhashiseikotsu_assets/wp-content/themes/ys2015/images/common/img_pagetop_arrow.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	height: 35px;
	margin-top: 3px;
	text-indent: -9999px;
	-webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	width: 41px;
}

#pagetop a:hover {
	background-position: 0 100%;
}

#pagetop a img {
	display: block;
}


a:link,a:visited {
	color: #009;
	text-decoration: none;
	font-weight: bold;
}

a.trans:link,a.trans:visited {
	color: #5F8925;
	text-decoration: none;
	font-weight: bold;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}


a:hover {
	color: #F90;
}

.wrap {
	width: 960px;
	margin: 0 auto;
}

.wrap:after,
.topVoice li:after,
.arcVoice li:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

#header {
	height: 168px;
}

#header .wrap {
	position: relative;
}

h1 {
	position: absolute;
	right: 0;
	text-align: right;
}

#header #logo {
	float: left;
	padding-top: 10px;
}

#header .head_table {
	float: left;
	width: 267px;
	padding-top: 45px;
	margin-left: 30px;
}

nav {
	background: #FFF;
	box-shadow: 0px 4px 3px -3px #999;
	-webkit-box-shadow: 0px 4px 3px -3px #999;
	-moz-box-shadow: 0px 4px 3px -3px #999;
	height: 50px;
	position: relative;
	z-index: 10;
}

#nav li {
	float: left;
	display: inline;
	width: 20%;
	height: 50px;
	text-align: center;
	font-size: 14px;
	line-height: 45px;
}

#nav li a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(/yatsuhashiseikotsu_assets/wp-content/themes/ys2015/images/common/nav_bg.png) no-repeat 0 0;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	color: #444;
	border-right: 1px #DDD solid;
	border-left: 1px #DDD solid;
	outline: none;
}

#nav li a:hover {
	background-position: 0 -51px;
	line-height: 41px;
}

#header .head_info {
	float: right;
	padding-top: 45px;
}

#leftColumn {
	width: 220px;
	float: left;
	padding-bottom: 50px;
}

#rightColumn {
	width: 690px;
	float: right;
	font-size: 15px;
}

.leftTitle {
	background: url(/yatsuhashiseikotsu_assets/wp-content/themes/ys2015/images/common/side_title.png) no-repeat;
	width: 220px;
	height: 50px;
	font-weight: bold;
	color: #FFF;
	line-height: 50px;
	text-indent: 15px;
}

.snav {
	margin-bottom: 20px;
}

.snav li a {
	background: url(/yatsuhashiseikotsu_assets/wp-content/themes/ys2015/images/common/arrow7.png) no-repeat 5px;
	padding-left: 18px;
	line-height: 34px;
	display: block;
	border-bottom: 1px #DDD dashed;
}

.snav li a:link,.snav li a:visited {
	color: #333;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.snav li a:hover,
.snav li a.active {
	color: #666;
	background: url(/yatsuhashiseikotsu_assets/wp-content/themes/ys2015/images/common/arrow7.png) no-repeat 5px #F7F7F7;
}

.snav li a.active {
	cursor: default;
}

#footer {
	 background: url(/yatsuhashiseikotsu_assets/wp-content/themes/ys2015/images/common/bg_foot.png);
	 padding: 30px 0 60px;
}

.footColumn {
	float: left;
	display: inline;
}

.foot1 {
	width: 168px;
}

.foot2 {
	width: 288px;
}

#footer a:link,#footer a:visited {
	color: #FFF;
}

#footer a:hover {
	color: #67B2F8;
}

.fnav {
	padding-top: 10px;
}

.fnav li {
	margin-top: 10px;
}

.fnav li a {
	display: block;
	background: url(/yatsuhashiseikotsu_assets/wp-content/themes/ys2015/images/common/arrow2.png) no-repeat left;
	padding-left: 18px;
}

#footBottom {
	padding: 15px 0;
	position: relative;
}

#footLogo {
	position: absolute;
	right: 0;
	top: -30px;
}

#copyright {
	font-family: 'lato', Arial, Helvetica, sans-serif;
	line-height: 1;
	display: block;
	vertical-align: bottom;
	padding: 10px 5px 0 0;
	position: absolute;
	bottom: 10px;
	left: 0;
}

.bottomNav {
	float: left;
}

.bottomNav li {
	float: left;
	margin-right: 20px;
}

.bottomNav li a {
	background: url(/yatsuhashiseikotsu_assets/wp-content/themes/ys2015/images/common/arrow1.png) no-repeat left 4px;
	padding-left: 20px;
	line-height: 24px;
	display: block;
}

.bottomNav li a:link,.bottomNav li a:visited {
	color: #333;
}

.bottomNav li a:hover {
	color: #777;
}

.footInfo {
	float: right;
	margin-right: 250px;
}



/*
**:::::::  top page style   :::::::
*/

#main {
	text-align: center;
	position: relative;
	z-index: 1;
	height: 444px;
}

#main img {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -600px;
}

.newsWrap {
	height: 150px;
	margin-bottom: 40px;
}

.newsWrap h2 {
	float: left;
	width: 118px;
}

.newsTable {
	width: 550px;
	float: right;
	border-top: 1px #FEE5CC solid;
	border-bottom: 1px #FEE5CC solid;
	margin-top: 5px;
	height: 140px;
	padding: 0 5px;
	font-size: 14px;
	line-height: 1.6;
	overflow-y: auto;
}

.newsTable table {
	width: 100%;
}

.newsTable th {
	width: 26%;
	padding: 10px 0;
	text-align: left;
	border-bottom: 1px #FAFAFA solid;
}

.newsTable td {
	padding: 10px 0;
	border-bottom: 1px #FAFAFA solid;
}

.topMessage {
	width: 561px;
	margin: 0 auto 30px;
}

.pains li {
	float: left;
	display: inline;
	width: 212px;
	margin-right: 25px;
}

.pains li:last-child {
	margin-right: 0;
}

.topList {
	margin: 30px 0;
}

.reasons {
	background: url(/yatsuhashiseikotsu_assets/wp-content/themes/ys2015/images/top/top_reason.png) no-repeat #FFF5E0;
	width: 648px;
	padding: 21px;
	height: 658px;
	position: relative;
}

.reason1 {
	position: absolute;
	top: 70px;
	right: 30px;
	width: 380px;
}

.reason2 {
	position: absolute;
	top: 280px;
	left: 36px;
	width: 380px;
}

.reason3 {
	position: absolute;
	top: 480px;
	right: 30px;
	width: 370px;
}

.reasons dt {
	margin-bottom: 20px;
}

.reasons dd {
	font-size: 16px;
	padding-left: 10px;
}

.reasons dd:last-child {
	margin-bottom: 0;
}

.topContainer {
	padding: 50px 0;
	border-bottom: 2px #DDD dotted;
}

.topContainer:last-child {
	border-bottom: 0;
}

.topContainer h2 {
	float: left;
}

.cRight {
	width: 605px;
	float: right;
}

.yMessage {
	font-size: 15px;
	line-height: 1.7;
}

.yName {
	margin: 28px 0 15px;
	font-size: 20px;
	font-weight: bold;
}

.yName span {
	font-size: 15px;
}

.topsLeft {
	width: 340px;
	float: left;
}

.topsLeft h3 {
	font-size: 16px;
}

.yBox {
	background: url(/yatsuhashiseikotsu_assets/wp-content/themes/ys2015/images/common/bg_01.png);
	padding: 15px;
}

.yBox h3 {
	float: left;
}

.yBox .topY {
	width: 85%;
	float: right;
	font-size: 12px;
	line-height: 1.8;
}

.yBox table th {
	width: 30%;
}

.yBox table th,
.yBox table td {
	padding: 3px 0;
}

.poliList li {
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.6;
}

.poliList li span {
	display: inline-block;
	float: left;
	margin-right: 10px;
	height: 30px;
	padding-top: 3px;
}

.sq1 {
	background: url(/yatsuhashiseikotsu_assets/wp-content/themes/ys2015/images/common/square1.png) no-repeat left 4px;
	font-size: 15px;
	padding-left: 18px;
	margin-bottom: 12px;
	line-height: 1.5;
}

.timeR {
	float: left;
	margin-left: 20px;
}

.timeR li,
.receiption li {
	background: url(/yatsuhashiseikotsu_assets/wp-content/themes/ys2015/images/common/square2.png) no-repeat left 4px;
	padding-left: 14px;
	margin-bottom: 3px;
	line-height: 1.35;
}

.mapL {
	float: left;
}

.arrow1 {
	background: url(/yatsuhashiseikotsu_assets/wp-content/themes/ys2015/images/common/arrow3.png) no-repeat left;
	padding-left: 10px;
}

.mapR {
	width: 180px;
	float: right;
}

.mapR dl {
	width: 148px;
	padding: 0 16px 15px;
}

.map1 {
	background: url(/yatsuhashiseikotsu_assets/wp-content/themes/ys2015/images/top/map_bg1.png) no-repeat;
}

.map2 {
	background: url(/yatsuhashiseikotsu_assets/wp-content/themes/ys2015/images/top/map_bg2.png) no-repeat #D0EDFD;
	margin-top: 15px;
}

.mapR dt {
	padding: 20px 0 20px 37px;
	font-weight: bold;
	font-size: 13px;
}

.mapR dd {
	font-size: 12px;
	line-height: 1.8;
}

.mapR .map1 dt {
	padding-top: 15px;
	padding-bottom: 16px;
}

#voice {
	background: url(/yatsuhashiseikotsu_assets/wp-content/themes/ys2015/images/common/bg_01.png);
	padding: 65px 0;
}

.topVoice {
	padding-top: 20px;
}

.topVoice li {
	width: 460px;
	float: left;
	position: relative;
	padding: 15px 0;
	margin-top: 10px;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.topVoice li:hover {
	color: #3B88EB;
	background: rgba(255,255,255,0.6);
}

.topVoice li:nth-child(odd) {
	margin-right: 40px;
}

.topVoice li .voice-img {
	width: 150px;
	display: block;
	float: left;
}

.topVoice li .voice-right {
	width: 280px;
	float: right;
}

.topVoice li .voice-right h3 {
	font-size: 16px;
	line-height: 1.7;
}

.topVoice li .voice-right .votag,
.arcVoice li .voice-right .votag {
	padding-top: 15px;
	margin-bottom: 8px;
}

.topVoice li .voice-right .votag p,
.arcVoice li .voice-right .votag p {
	background: #EE6C00;
	color: #FFF;
	font-size: 12px;
	padding: 1px 15px;
	float: left;
	margin-right: 10px;
	line-height: 1.5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 0.5em;
}

.topVoice li a,
.arcVoice li a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -9999px;
	outline: none;
}

#voice a.btn-s1 {
	margin: 50px auto 0;
}

a.btn-s1 {
	text-align: center;
	padding: 15px 120px;
	font-size: 16px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	display: block;
}

a.btn-s1 i {
	position: absolute;
	right: 20px;
	top: 18px;
	font-size: 20px;
}

a.btn-s1:link,a.btn-s1:visited {
	background: #222;
	color: #FFF;
	font-weight: normal;
	border: 1px #222 solid;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

a.btn-s1:active,a.btn-s1:hover {
	background: #FFF;
	color: #222;
	border: 1px #222 solid;
}



#pageTitle {
	background: #FFE6B0;
	padding: 36px 0;
}

#pageTitle h2 {
	font-size: 24px;
	line-height: 1;
}

.breadcrumbs {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	line-height: 1;
	font-size: 11px;
}

.title1 {
	background: url(/yatsuhashiseikotsu_assets/wp-content/themes/ys2015/images/title/title1.png) no-repeat;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	font-size: 16px;
}

.sect1 {
	padding: 35px 0 50px;
}

.pinkBox {
	background: #FFF5E0;
	padding: 20px;
	font-size: 14px;
	line-height: 1.7;
	position: relative;
}

.pinkBox .yatsu {
	position: absolute;
	bottom: 0;
	right: 30px;
}

.float-img-left {
	float: left;
	margin: 0 20px 20px 0;
}

.float-img-right {
	float: right;
	margin: 0 0 20px 20px;
}




.table-s1 {
	width: 100%;
}

.table-s1 th {
	padding: 10px;
	border: 1px #DDD solid;
}

.table-s1 td {
	padding: 10px 2px;
	border: 1px #DDD solid;
	text-align: center;
}

.table-s1 thead th {
	background: #32BBE9;
}

.table-s1 tbody th {
	background: #E0F5FC;
}

.table-s1 th.w30 {
	width: 30%;
}



.feeBox {
	padding: 20px;
	font-size: 15px;
	height: 160px;
}

.bg-usagi {
	background: url(/yatsuhashiseikotsu_assets/wp-content/themes/ys2015/treatment/images/bg_usagi.png) no-repeat;
}

.bg-kuma {
	background: url(/yatsuhashiseikotsu_assets/wp-content/themes/ys2015/treatment/images/bg_kuma.png) no-repeat;
}

.feeBox table {
	width: 70%;
	margin-top: 10px;
}

.feeBox table th {
	width: 50%;
	border: 1px #DDD solid;
	background: #EFB771;
	padding: 3px;
	font-weight: normal;
}

.feeBox table td {
	width: 50%;
	border: 1px #DDD solid;
	background: #FFF;
	padding: 3px;
	text-align: center;
}

.bg-reds {
	background: url(/yatsuhashiseikotsu_assets/wp-content/themes/ys2015/images/common/bg_reds.png);
	padding: 20px 30px;
	position: relative;
}

.syoshin {
	font-size: 105%;
	margin-bottom: 50px;
}

.syoshin p {
	line-height: 1.5;
}

.syoshin .text2 {
	font-size: 30px;
}

.bg-reds .usachan {
	position: absolute;
	right: 30px;
	bottom: -15px;
}

.title2 {
	background: url(/yatsuhashiseikotsu_assets/wp-content/themes/ys2015/images/common/square3.png) no-repeat left;
	font-size: 30px;
	padding-left: 40px;
	line-height: 1.5;
}

.service {
	background: url(/yatsuhashiseikotsu_assets/wp-content/themes/ys2015/images/common/bg_paper.png);
	width: 640px;
	padding: 25px;
}

.service1 {
	font-size: 21px;
	margin-top: 20px;
}

.service2 {
	margin: 50px auto 28px;
}

.service3 {
	font-size: 20px;
	margin: 30px 0;
}

.servicein {
	padding: 0 10px;
}

.hptel {
	margin: 20px auto;
	text-align: center;
}

.hptel1 {
	font-size: 20px;
	line-height: 2;
}

.hptel1 span {
	font-size: 50px;
	font-weight: bold;
	color: #E90307;
	display: inline-block;
	margin-left: 8px;
}

.hptel {
	line-height: 1.6;
	color: #5C5253;
}


.flowBox {
	padding-bottom: 30px;
}

.flowL {
	width: 380px;
	height: 187px;
	float: left;
	border-bottom: 1px #EEE solid;
}

.flow-img {
	width: 280px;
	float: right;
}

.flowBox h4 {
	background: #FF7A4D;
	display: inline-block;
	padding: 8px 15px;
	line-height: 1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	color: #FFF;
	margin-bottom: 20px;
}



.greet {
	font-size: 15px;
}

.greet p {
	padding-bottom: 35px;
}

.greetBottom {
	text-align: center;
}

.greetBottom p {
	font-size: 22px;
	padding-bottom: 0;
	line-height: 1.5
}

.greetBottom p.bigfont {
	font-size: 30px;
	font-weight: bold;
}

.pName {
	text-align: right;
	margin-top: 50px;
	padding-bottom: 0;
}

.prof {
	float: left;
}

.prof h4 {
	font-size: 16px;
	border-bottom: 1px #EEE solid;
}

.prof dt {
	background: url(/yatsuhashiseikotsu_assets/wp-content/themes/ys2015/images/common/square1.png) no-repeat;
	padding-left: 18px;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 12px;
	font-size: 14px;
	margin-top: 20px;
}

.borders {
	background: #FF7A4D;
	padding: 8px 15px;
	line-height: 1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	color: #FFF;
}

.treat {
	font-size: 16px;
	margin-top: 30px;
}




.privacy h4 {
	margin-bottom: 12px;
	margin-top: 30px;
	font-size: 15px;
}

.privacy p,.privacy ul {
	padding-left: 20px;
}

.privacy ul {
	margin-top: 15px;
}

.privacy li {
	background: url(/yatsuhashiseikotsu_assets/wp-content/themes/ys2015/images/common/arrow2.png) no-repeat left;
	padding-left: 18px;
}

.sitemap p {
	background: #FFC;
	padding: 3px 10px;
	margin-bottom: 10px;
}

.sitemap ul {
	margin: 0 0 10px 20px;
}

.sitemap ul li {
	background: url(/yatsuhashiseikotsu_assets/wp-content/themes/ys2015/images/common/arrow3.png) no-repeat left;
	padding-left: 10px;
}

.sitemap ul li.nav2 {
	background: none;
}

.sitemap ul li.nav2 .navHead {
	font-weight: bold;
	padding: 5px 0;
	display: block;
	border-bottom: 1px #DDD dashed;
	margin-bottom: 8px;
}


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

.cure1 {
	font-size: 20px;
	margin-top: 56px;
	margin-bottom: 25px;
	border-bottom: 1px #DDD solid;
}

.cure1.fs15 {
	font-size: 15px;
	padding-bottom: 5px;
	vertical-align: middle;
}

.cure1 i {
	color: #FCAC15;
	font-size: 30px;
	display: inline-block;
	margin-right: 8px;
}

.hospital div {
	padding-bottom: 10px;
}

.hospital div .sq1 {
	margin-top: 4px;
}

.caseWrap {
	font-size: 14px;
	line-height: 1.7;
}

.caseWrap .sq1 {
	line-height: 1.5;
}

.bg1 {
	background: url(/yatsuhashiseikotsu_assets/wp-content/themes/ys2015/images/common/bg_01.png);
	padding: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.pinkWhite {
	background: #FFF;
	padding: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.mapimg li {
	float: left;
	display: inline;
	width: 220px;
	height: 380px;
	margin-right: 15px;
	font-size: 14px;
	line-height: 1.5;
}

.mapimg li p {
	padding-top: 3px;
}

.mapimg li:nth-child(3n) {
	margin-right: 0;
}

.caseBox {
	float: left;
	width: 180px;
	height: 160px;
	position: relative;
	margin-bottom: 30px;
	padding: 20px 20px 20px 130px;
	line-height: 1.5;
	font-size: 14px;
}

.caseBox h4 {
	background: url(/yatsuhashiseikotsu_assets/wp-content/themes/ys2015/images/common/arrow1.png) no-repeat left 4px;
	padding-left: 20px;
	font-size: 16px;
	padding-bottom: 15px;
}

.caseBox1 {
	background: url(/yatsuhashiseikotsu_assets/wp-content/themes/ys2015/images/case/case_box1.png) no-repeat;
}

.caseBox2 {
	background: url(/yatsuhashiseikotsu_assets/wp-content/themes/ys2015/images/case/case_box2.png) no-repeat;
}

.caseBox3 {
	background: url(/yatsuhashiseikotsu_assets/wp-content/themes/ys2015/images/case/case_box3.png) no-repeat;
}

.caseBox4 {
	background: url(/yatsuhashiseikotsu_assets/wp-content/themes/ys2015/images/case/case_box4.png) no-repeat;
}

.caseBox:nth-child(odd) {
	margin-right: 30px;
}

.caseBox a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	outline: none;
	display: block;
	z-index: 100;
}


.beginner {
	font-size: 14px;
	line-height: 1.6;
}

.child {
	width: 400px;
	float: left;
}



.arcVoice li {
	width: 300px;
	float: left;
	display: block;
	position: relative;
	padding: 15px;
	margin-bottom: 15px;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	background: #F3F3F3;
	border: 1px #DDD solid;
}

.arcVoice li:hover {
	color: #3B88EB;
	background: rgba(188,237,234,0.60);
}

.arcVoice li:nth-child(odd) {
	margin-right: 20px;
}

.arcVoice li .voice-img {
	width: 100px;
	display: block;
	float: left;
	background: #FFF;
}

.arcVoice li .voice-right {
	width: 180px;
	float: right;
}

.arcVoice li h3 {
	line-height: 1.5;
}

.voiceTitle {
	font-size: 2rem;
	margin-bottom: 25px;
	line-height: 1.5;
}

.voice-table {
	width: 100%;
}

.voice-table th {
	padding: 10px;
	border: 1px #DDD solid;
	width: 30%;
	background: #EEE;
}

.voice-table td {
	padding: 10px;
	border: 1px #DDD solid;
}

.voiceList {
	padding-bottom: 30px;
}

.voiceList dt {
	background: #FCE8D7;
	padding: 0 15px;
	height: 45px;
	line-height: 45px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	margin-top: 40px;
	font-size: 18px;
}

.voiceList dd {
	padding-top: 10px;
}

.voice-img2 {
	margin: 50px 0 80px;
	display: block;
	max-width: 100%;
	border: 1px #DDD solid;
}

.voice-customer {
	display: block;
	float: right;
	width: 180px;
}

.wp-pagenavi {
	padding: 10px;
	background: #F3F3F3;
	margin-bottom: 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.wp-pagenavi a,
.wp-pagenavi span {
	background: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.wp-pagenavi span.current a {
	background: #89CFF1;
}

.blog-dates {
	background: #2B86F1;
	font-size: 12px;
	color: #FFF;
	display: inline-block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 2px 10px;
}

.makidume {
	width: 100%;
}

#nail {
	border-left: 8px #FBAFB1 solid;
	border-right: 1px #EEE solid;
	border-top: 1px #EEE solid;
	border-bottom: 1px #EEE solid;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 7px;
}

.nail-main {
	margin: 40px auto 0;
	display: block;
}

.main-sub {
	width: 100%;
	display: block;
	margin-top: 40px;
}

.phone-btn {
	display: block;
	width: 100%;
}

.pari {
	display: block;
	width: 200px;
	margin-top: 10px;
}

.table-s2 {
	width: 100%;
}

.table-s2 {
	width: 100%;
	text-align: left;
}

.table-s2 th {
	background: #C0A4A4;
	color: #FFF;
	padding: 10px;
	border: 1px #CCC solid;
	vertical-align: middle;
	width: 20%;
}

.table-s2 td {
	background: #FFF;
	padding: 10px;
	border: 1px #CCC solid;
}

.listBox {
	background: #FFF;
	padding: 25px;
	border: #9C8A8A solid 5px;
	margin: 0 auto;
}

.listBox li {
	background: url(/yatsuhashiseikotsu_assets/wp-content/themes/ys2015/images/makidume/arrow1.png) no-repeat left 5px;
	padding-left: 24px;
	font-size: 15px;
	margin-bottom: 4px;
}

.nail-title {
	padding: 10px 0 20px;
	text-align: center;
}

.nail-case {
	float: left;
	border: 3px #F4B300 solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 15px;
	height: 130px;
	margin-right: 15px;
}

.nail-case dt {
	font-weight: bold;
}

.nail-imgList li {
	float: left;
	display: inline;
	margin-right: 20px;
}

.nail-imgRight {
	float: right;
	margin: 0 0 20px 20px;
}

.merits li {
	padding-top: 12px;
	display: table;
	font-size: 14px;
}

.merits li span {
	display: inline-block;
	width: 30px;
	float: left;
	margin-right: 8px;
}

.merits li span img {
	width: 100%;
	display: block;
}

.img-block {
	display: block;
	width: 100%;
}

.fee {
	width: 100%;
}

.fee th {
	background: #E8C1C2;
	border: 1px #FFF solid;
	padding: 8px;
}

.fee td {
	border: 1px #CCC solid;
	text-align: center;
	padding: 8px;
}

.meyasu th {
	background: #1B7DED;
	color: #FFF;
	padding: 2px 10px;
	display: table-cell;
}

.meyasu td {
	padding: 6px 10px;
	border: 1px #DDD solid;
	background: #FFF;
}

.chui {
	background: #F3F3F3;
	font-size: 14px;
	line-height: 1.5;
	padding: 20px;
}

.meyasu-title {
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 1px #CCC solid;
	padding-bottom: 5px;
}

.makidume .mapL {
	float: left;
	display: inline;
	width: 270px;
}

.nail-map {
	float: right;
}

.pcnone,
.nail-tel-btn {
	display: none;
}

.merit-title {
	margin: 40px 0 15px;
}

.spange {
	margin-top: 40px;
}

.mana {
	margin-top: 20px;
}

.mana a,
.book_btn a {
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	outline: none;
}

.mana a:hover,
.book_btn a:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}

.newsContents {
	padding: 25px 0;
}

.reviewTop {
	padding-bottom: 30px;
}

.up-date {
	float: left;
	font-size: 1.3rem;
	font-family: 'Lato', Arial, Helvetica, sans-serif "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}

.up-date i {
	color: #FCAC15;
	font-size: 30px;
	display: inline-block;
	margin-right: 8px;
}

.cat-tag {
	background: #EE6C00;
	color: #FFF;
	padding: 5px 15px;
	float: right;
	margin-right: 10px;
	line-height: 1.5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.review-img {
	display: block;
	width: 100%;
	border: 1px #CCC solid;
	margin-bottom: 30px;
}


.page-arrow {
	margin: 30px 0 50px;
}

.page-arrow a {
	background: #FFF;
	display: inline-block;
	padding: 0 40px;
	height: 45px;
	line-height: 45px;
	border: 1px #F78F15 solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #F78F15;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.page-arrow .arrow-previous {
	float: left;
}

.page-arrow .arrow-next {
	float: right;
}

.page-arrow a:hover {
	background: #F78F15;
	color: #FFF;
}

.fb-like {
	margin-top: 30px;
}


.comment2 {
	width: 100%;
	border: 1px #DDD solid;
	background: url(/yatsuhashiseikotsu_assets/wp-content/themes/ys2015/images/common/white_tiles.png);
}

.comment2 th {
	width: 130px;
	text-align: center;
	vertical-align: middle;
}

.comment2 td {
	padding: 20px;
}

.comment2 td h4.comet {
	font-size: 120%;
	margin-bottom: 10px;
}

.fromt-circle {
  -webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	-webkit-box-shadow: 0 0 0 5px #e7da00;
	-moz-box-shadow: 0 0 0 5px #e7da00;
  box-shadow: 0 0 0 5px #e7da00;
  height: 90px;
  overflow: hidden;
  width: 90px;
	margin-left: 30px;
	background: #FFF;
}

.fromt-img {
	display: block;
  height: auto;
  width: 117px;
	margin-top: 6px;
	margin-left: -6px;
}

.fromt {
	background: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 1.6;
	font-size: 14px;
	padding: 20px;
}

.book_btn {
	line-height: 1;
	position: fixed;
	right: -150px;
	text-align: center;
	top: 124px;
	z-index: 9999;
	box-shadow: -1px 1px 3px rgba(70,70,70,0.5);
}

.booklink {
	display: none;
}



@media (max-width: 960px) {
}
