/* line 17, ../../../../../Program Files (x86)/Scout/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../Program Files (x86)/Scout/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../Program Files (x86)/Scout/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../Program Files (x86)/Scout/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../Program Files (x86)/Scout/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../Program Files (x86)/Scout/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../Program Files (x86)/Scout/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../Program Files (x86)/Scout/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../Program Files (x86)/Scout/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*=============================================
0.LPページ全体共通
=============================================*/
/* line 23, scss/style.scss */
body {
  color: #333333;
  font-family: Myriad, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo","メイリオ",  sans-serif;
  font-size: 13px;
  line-height: 1.6;
  word-break: break-all;
}

/* line 30, scss/style.scss */
img {
  vertical-align: bottom;
}

/* line 33, scss/style.scss */
a {
  color: #333333;
  outline: none;
  text-decoration: none;
}

/* line 34, scss/style.scss */
a:link, a:visited {
  text-decoration: none;
}

/* line 35, scss/style.scss */
a:hover, a:active {
  text-decoration: none;
}

/* line 36, scss/style.scss */
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

/*=============================================
1.LPページ共通パーツ
=============================================*/
/*-------------------
変数
-------------------*/
/*-------------------
ヘッダー
-------------------*/
/* line 76, scss/style.scss */
header {
  background: url(../images/common/bg_header.png) repeat-x left 14px;
	background-color: #FFF;
  padding: 15px 0;
}
/* line 80, scss/style.scss */
header .inner {
  margin: 0 auto 0 auto;
  width: 970px;
  overflow: hidden;
}
/* line 83, scss/style.scss */
header h1 {
  float: left;
  width: 206px;
  margin-top: 2px;
}
/* line 87, scss/style.scss */
/*header h1 a {
  background: url(../images/common/logo.png) no-repeat left top;
  padding-top: 41px;
}*/
/* line 94, scss/style.scss */
header .rightArea {
  float: left;
  /*width: 657px;*/
}
/* line 97, scss/style.scss */
header .rightArea ul {
  overflow: hidden;
}
/* line 99, scss/style.scss */
header .rightArea ul li,
footer .innerFoot #footLogo {
    
}
/* line 105, scss/style.scss */
header .rightArea ul .headLogo,
footer .innerFoot #footLogo {
    background: url(../images/common/head_logo2.png) no-repeat left top;
    padding-top: 41px;
	margin-right: 60px;
	width: 424px;
    height: 0;
}
footer .innerFoot #footLogo {
    float: left;
    height: 0;
    overflow: hidden;
}
/* line 110, scss/style.scss */
header .rightArea ul .machida {
  background: url(../images/common/bg_head_machida.png) no-repeat left top;
  padding-top: 51px;
  visibility: hidden;
	width: 254px;
}
header .rightArea ul .machibi {
  background: url(../images/common/bg_head_machida.png) no-repeat left top !important;
  padding-top: 51px;
}
/* line 114, scss/style.scss */
/*header span.btnMail {
	overflow: hidden;
  height: 0;
	display:block;
  width: 199px;
  margin-left: 46px;
}*/
/* line 118, scss/style.scss */
header span.btnMail a {
	display:block;
	float:right;
	overflow: hidden;
  height: 0;  width: 199px;
  background: url(../images/common/btn_mail.png) no-repeat left top;
  padding-top: 48px;
    margin-top: 6px;
}
footer span.btnMail a {
display: block;
float: right;
overflow: hidden;
height: 0;
width: 199px;
background: url(../images/common/btn_mail.png) no-repeat left top;
padding-top: 48px;
margin-top: -5px;
}

/* line 127, scss/style.scss */
header a {
  display: block;
  overflow: hidden;
  height: 0;
}

/*-------------------
キービジュアル
-------------------*/
/* line 139, scss/style.scss */
#keyVisual {
  width: 100%;
  text-align: center;
  background-color: #FFF;
}

#sakamatsu #keyVisual {
	margin-bottom: -14px;
	position: relative;
	z-index: -1;
}

/*-------------------
グローバルナビ
-------------------*/
/* line 150, scss/style.scss */
#glovalNav {
  height: 60px;
}
/* line 152, scss/style.scss */
#glovalNav li {
  float: left;
  display: inline;
}
/* line 155, scss/style.scss */
#glovalNav li a {
  display: block;
  height: 0;
  overflow: hidden;
}

/*-------------------
コンテンツ
-------------------*/
/* line 168, scss/style.scss */
#contents {
  background: url(../images/ganken/bg_contents.png) repeat-y left top;
  width: 970px;
  margin: 0 auto;
  padding: 45px 2px 60px 3px;
}

/*-------------------
hタグ
-------------------*/
/* line 179, scss/style.scss */
h2, h3, h4, h5 {
  overflow: hidden;
  height: 0;
}

/*-------------------
フッター
-------------------*/
/* line 188, scss/style.scss */
footer {
  background-color: #edecea;
  z-index: 1;
}
/* line 191, scss/style.scss */
footer .innerFoot {
  width: 975px;
  margin: 0 auto;
  position: relative;
  padding: 38px 0;
  z-index: 1;
}
/* line 197, scss/style.scss */
footer .innerFoot #pageTop {
  background: url(../images/common/backtop.png) no-repeat right top;
  height: 0;
  width: 146px;
  overflow: hidden;
  padding-top: 30px;
  position: absolute;
  top: -30px;
  right: 10px;
  cursor: pointer;
}
/* line 208, scss/style.scss */
/*footer .innerFoot #footLogo {
  background: url(../images/common/foot_logo.png) no-repeat left top;
  float: left;
  width: 217px;
  overflow: hidden;
  height: 0;
  padding-top: 41px;
}*/
/* line 216, scss/style.scss */
footer .innerFoot ul {
  float: right;
  width: 670px;
  background-color: #dddcd9;
  padding: 10px;
  border: 1px solid #dddcd9;
}
/* line 222, scss/style.scss */
footer .innerFoot ul li {
  width: 329px;
  background-color: #FFF;
}
/* line 225, scss/style.scss */
footer .innerFoot ul li .title {
  padding: 10px 7px 10px;
  overflow: hidden;
  margin-bottom: 2px;
}
/* line 229, scss/style.scss */
footer .innerFoot ul li .title p {
  overflow: hidden;
  height: 0;
  padding-top: 19px;
  float: left;
}
/* line 235, scss/style.scss */
footer .innerFoot ul li .title a {
  float: right;
}
/* line 239, scss/style.scss */
footer .innerFoot ul li div.tel {
  border-top: 1px solid #f5f5f4;
  padding: 8px;
}
/* line 244, scss/style.scss */
footer .innerFoot ul .tsukimino {
  float: left;
}
/* line 246, scss/style.scss */
footer .innerFoot ul .tsukimino .title {
  background-color: #53ada3;
}
/* line 248, scss/style.scss */
footer .innerFoot ul .tsukimino .title p {
  background: url(../images/common/txt_foot_tsukimino.png) no-repeat left top;
  width: 140px;
}
/* line 254, scss/style.scss */
footer .innerFoot ul .machida {
  float: right;
}
footer .innerFoot ul .machida .tel img {
  visibility: hidden;
}

/* line 256, scss/style.scss */
footer .innerFoot ul .machida .title {
  background-color: #124e8c;
}
/* line 258, scss/style.scss */
footer .innerFoot ul .machida .title p {
  background: url(../images/common/txt_foot_machida.png) no-repeat left top;
  width: 215px;
}
/* line 266, scss/style.scss */
footer #footBottom {
  background-color: #b5b5b5;
  text-align: center;
  color: #FFF;
  padding: 10px 0;
  font-size: 85%;
}

/*=============================================
2.眼瞼下垂ページ
=============================================*/
/* line 278, scss/style.scss */
#ganken {
  background-color: #fdf7f7;
  /*------------------------
  眼瞼下垂とは？
  ------------------------*/
  /*------------------------
  原因と治療法
  ------------------------*/
  /*------------------------
  おおたけ眼科の特徴
  ------------------------*/
  /*------------------------
  治療の流れ
  ------------------------*/
  /*------------------------
  費用について
  ------------------------*/
  /*------------------------
  よくあるご質問
  ------------------------*/
}
/* line 281, scss/style.scss */
#ganken #glovalNav {
  background: url(../images/ganken/bg_gnavi.png) repeat-x left top;
}
/* line 283, scss/style.scss */
#ganken #glovalNav nav {
  margin: 0 auto 0 auto;
  width: 970px;
  overflow: hidden;
}
/* line 286, scss/style.scss */
#ganken #glovalNav nav li a {
  background: url(../images/ganken/gnavi_sprite2.png) repeat-x left top;
  padding-top: 60px;
}
/* line 291, scss/style.scss */
#ganken #glovalNav nav #nav01 a {
  width: 150px;
}
/* line 294, scss/style.scss */
#ganken #glovalNav nav #nav02 a {
  width: 105px;
  background-position: -150px 0;
}
/* line 298, scss/style.scss */
#ganken #glovalNav nav #nav03 a {
  width: 130px;
  background-position: -255px 0;
}
/* line 302, scss/style.scss */
#ganken #glovalNav nav #nav04 a {
  width: 133px;
  background-position: -385px 0;
}
/* line 306, scss/style.scss */
#ganken #glovalNav nav #nav05 a {
  width: 151px;
  background-position: -518px 0;
}
/* line 310, scss/style.scss */
#ganken #glovalNav nav #nav06 a {
  width: 105px;
  background-position: -669px 0;
}
/* line 314, scss/style.scss */
#ganken #glovalNav nav #nav07 a {
  width: 196px;
  background-position: -765px 0;
}
/* line 324, scss/style.scss */
#ganken #glovalNav nav #nav01 a:hover {
  background-position: 0 -60px;
}
/* line 327, scss/style.scss */
#ganken #glovalNav nav #nav02 a:hover {
  background-position: -150px -60px;
}
/* line 330, scss/style.scss */
#ganken #glovalNav nav #nav03 a:hover {
  width: 130px;
  background-position: -255px -60px;
}
/* line 334, scss/style.scss */
#ganken #glovalNav nav #nav04 a:hover {
  width: 133px;
  background-position: -385px -60px;
}
/* line 338, scss/style.scss */
#ganken #glovalNav nav #nav05 a:hover {
  width: 151px;
  background-position: -518px -60px;
}
/* line 342, scss/style.scss */
#ganken #glovalNav nav #nav06 a:hover {
  width: 105px;
  background-position: -669px -60px;
}
/* line 346, scss/style.scss */
#ganken #glovalNav nav #nav07 a:hover {
  width: 196px;
  background-position: -765px -60px;
}
/* line 360, scss/style.scss */
#ganken #aboutGanken, #ganken section.about, #ganken #feature, #ganken #flow, #ganken #cost, #ganken #faq {
  margin: 0 auto 0 auto;
  width: 850px;
  overflow: hidden;
}
/* line 363, scss/style.scss */
#ganken h2 {
  margin-bottom: 30px;
}
/* line 367, scss/style.scss */
#ganken #aboutGanken p,
#ganken #aboutGanken div {
  padding: 0 5px;
}
/* line 374, scss/style.scss */
#ganken #aboutGanken {
  margin-bottom: 83px;
}
/* line 376, scss/style.scss */
#ganken #aboutGanken h2 {
  background: url(../images/ganken/h2_01_2.png) no-repeat left top;
  padding-top: 54px;
}
/* line 380, scss/style.scss */
#ganken #aboutGanken p {
  margin-bottom: 30px;
}
/* line 383, scss/style.scss */
#ganken #aboutGanken h3 {
  background: url(../images/ganken/h3_01.png) no-repeat left top;
  padding-top: 27px;
  margin: 0 5px 15px;
}
/* line 396, scss/style.scss */
#ganken #treatment h2 {
  background: url(../images/ganken/h2_02_2.png) no-repeat left top;
  padding-top: 43px;
  margin-left: 60px;
}
/* line 401, scss/style.scss */
#ganken #treatment .bgArea {
  background-color: #d6e8f3;
  margin: 20px 0 40px 0;
  padding: 35px 0 17px;
}
/* line 405, scss/style.scss */
#ganken #treatment .bgArea .innerBox {
  margin: 0 auto 0 auto;
  width: 850px;
  overflow: hidden;
  background: url(../images/ganken/bg_treatment.png) no-repeat bottom center;
  margin: 0 auto 0 auto;
  width: 830px;
  overflow: hidden;
  overflow: visible;
  padding-bottom: 30px;
}
/* line 411, scss/style.scss */
#ganken #treatment .bgArea .innerBox .wrap {
  background-color: #FFF;
  padding: 30px 30px 40px;
  position: relative;
}
/* line 415, scss/style.scss */
#ganken #treatment .bgArea .innerBox .wrap h3 {
  position: absolute;
  padding-top: 65px;
  left: -10px;
  width: 190px;
}
/* line 422, scss/style.scss */
#ganken #treatment .bgArea .innerBox .wrap section p {
  border-bottom: 1px dotted #d3d3d3;
  height: 38px;
  padding: 14px 60px 24px 170px;
  margin-bottom: 15px;
}
/* line 428, scss/style.scss */
#ganken #treatment .bgArea .innerBox .wrap section .txt1 {
  padding-top: 22px;
  height: 28px;
}
/* line 432, scss/style.scss */
#ganken #treatment .bgArea .innerBox .wrap section .txt2 {
  padding-top: 0;
  height: 50px;
}
/* line 437, scss/style.scss */
#ganken #treatment .bgArea .innerBox .wrap ul {
  margin: 40px 0 0;
  overflow: hidden;
}
/* line 440, scss/style.scss */
#ganken #treatment .bgArea .innerBox .wrap ul li {
  float: left;
}
/* line 444, scss/style.scss */
#ganken #treatment .bgArea .innerBox .wrap .emphasis {
  background: url(../images/ganken/bg_arrow_txt.gif) no-repeat center top;
  padding-top: 196px;
  height: 0;
  overflow: hidden;
}
/* line 453, scss/style.scss */
#ganken #treatment .heading1 {
  background: url(../images/ganken/h3_02_2.png) no-repeat left top;
}
/* line 456, scss/style.scss */
#ganken #treatment .heading2 {
  background: url(../images/ganken/h3_03_2.png) no-repeat left top;
}
/* line 459, scss/style.scss */
#ganken #treatment .heading3 {
  background: url(../images/ganken/h3_04.png) no-repeat left top;
}
/* line 462, scss/style.scss */
#ganken #treatment .heading4 {
  background: url(../images/ganken/h3_05_2.png) no-repeat left top;
}
/* line 466, scss/style.scss */
#ganken #treatment section.about {
  padding: 0 6px;
  margin-bottom: 68px;
  width: 838px;
}
/* line 470, scss/style.scss */
#ganken #treatment section.about h3 {
  background: url(../images/ganken/h3_06.png) no-repeat left top;
  width: 830px;
  padding-top: 48px;
  margin-bottom: 20px;
}
/* line 476, scss/style.scss */
#ganken #treatment section.about h4 {
  padding-top: 18px;
  margin-bottom: 18px;
}
/* line 480, scss/style.scss */
#ganken #treatment section.about p {
  margin-bottom: 45px;
}
/* line 483, scss/style.scss */
#ganken #treatment section.about h4.first {
  background: url(../images/ganken/title_about_h4_01.png) no-repeat left top;
}
/* line 486, scss/style.scss */
#ganken #treatment section.about h4.second {
  background: url(../images/ganken/title_about_h4_02.png) no-repeat left top;
}
/* line 489, scss/style.scss */
#ganken #treatment section.about h4.third {
  background: url(../images/ganken/title_about_h4_03.png) no-repeat left top;
}
/* line 492, scss/style.scss */
#ganken #treatment section.about h4.fourth {
  background: url(../images/ganken/title_about_h4_04.png) no-repeat left top;
}
/* line 497, scss/style.scss */
#ganken #treatment .sampleImg {
  text-align: center;
  margin-top: 40px;
}
/* line 507, scss/style.scss */
#ganken #feature {
  margin-bottom: 75px;
}
/* line 509, scss/style.scss */
#ganken #feature h2 {
  background: url(../images/ganken/h2_03_2.png) no-repeat left top;
  padding-top: 43px;
}
/* line 513, scss/style.scss */
#ganken #feature .inner {
  background-color: #fff8f8;
  position: relative;
  width: 830px;
  margin: 0 auto;
  padding: 80px 0 40px;
}
/* line 520, scss/style.scss */
#ganken #feature h3 {
  background: url(../images/ganken/title_feature_h3_01.png) no-repeat left top;
  position: absolute;
  top: 0;
  left: -8px;
  width: 850px;
  padding-top: 58px;
  margin-bottom: 25px;
}
/* line 529, scss/style.scss */
#ganken #feature section.first {
  background: url(../images/ganken/bg_feature_01.png) no-repeat 15px top;
  padding: 15px 0 0 120px;
  margin-bottom: 55px;
}
/* line 533, scss/style.scss */
#ganken #feature section.first h4 {
  background: url(../images/ganken/title_feature_h4_01.png) no-repeat left top;
  padding-top: 28px;
  margin-bottom: 30px;
}
/* line 539, scss/style.scss */
#ganken #feature section.second {
  background: url(../images/ganken/bg_feature_02.png) no-repeat 15px top;
  padding: 15px 0 0 120px;
}
/* line 542, scss/style.scss */
#ganken #feature section.second h4 {
  background: url(../images/ganken/title_feature_h4_02.png) no-repeat left top;
  padding-top: 29px;
  margin-bottom: 30px;
}
/* line 555, scss/style.scss */
#ganken #flow {
  margin-bottom: 110px;
}
/* line 557, scss/style.scss */
#ganken #flow h2 {
  background: url(../images/ganken/h2_04_2.png) no-repeat left top;
  padding-top: 43px;
  margin-bottom: 52px;
}
/* line 562, scss/style.scss */
#ganken #flow .box {
  background: url(../images/ganken/bg_flowbox.png) no-repeat center bottom;
  width: 830px;
  margin: 0 auto 20px;
  padding-bottom: 50px;
}
/* line 567, scss/style.scss */
#ganken #flow .box .inner {
  width: 830px;
  overflow: hidden;
}
/* line 570, scss/style.scss */
#ganken #flow .box .inner .left {
  background-color: #f2ad4a;
  padding: 72px 27px;
  width: 96px;
  float: left;
}
/* line 575, scss/style.scss */
#ganken #flow .box .inner .left span {
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 94px;
}
/* line 582, scss/style.scss */
#ganken #flow .box .inner .right {
  float: right;
  background-color: #fef6ea;
  width: 620px;
  padding: 26px 30px 21px;
	min-height: 191px;
}
/* line 587, scss/style.scss */
#ganken #flow .box .inner .right .img {
  float: left;
  width: 214px;
  margin-right: 20px;
}
/* line 592, scss/style.scss */
#ganken #flow .box .inner .right .txt {
  padding-top: 10px;
}
/* line 596, scss/style.scss */
#ganken #flow .box .inner h3 {
  padding-top: 33px;
  margin-bottom: 15px;
}
/* line 604, scss/style.scss */
#ganken #flow .list1 span {
  background: url(../images/ganken/bg_nolist1.png) no-repeat center center;
}
/* line 607, scss/style.scss */
#ganken #flow .list1 h3 {
  background: url(../images/ganken/title_flow_h3_01.png) no-repeat left top;
  padding-top: 33px;
}
/* line 613, scss/style.scss */
#ganken #flow .list2 span {
  background: url(../images/ganken/bg_nolist2.png) no-repeat center center;
}
/* line 616, scss/style.scss */
#ganken #flow .list2 h3 {
  background: url(../images/ganken/title_flow_h3_02.png) no-repeat left top;
  padding-top: 32px;
}
/* line 622, scss/style.scss */
#ganken #flow .list3 span {
  background: url(../images/ganken/bg_nolist3.png) no-repeat center center;
}
/* line 625, scss/style.scss */
#ganken #flow .list3 h3 {
  background: url(../images/ganken/title_flow_h3_03.png) no-repeat left top;
  padding-top: 32px;
}
/* line 630, scss/style.scss */
#ganken #flow .list4 {
  background: none !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
/* line 634, scss/style.scss */
#ganken #flow .list4 span {
  background: url(../images/ganken/bg_nolist4.png) no-repeat center center;
}
/* line 637, scss/style.scss */
#ganken #flow .list4 h3 {
  background: url(../images/ganken/title_flow_h3_04.png) no-repeat left top;
  padding-top: 32px;
}
/* line 649, scss/style.scss */
#ganken #cost {
  margin-bottom: 110px;
}
/* line 651, scss/style.scss */
#ganken #cost h2 {
  background: url(../images/ganken/h2_05_2.png) no-repeat left top;
  padding-top: 43px;
  margin-bottom: 55px;
}
/* line 656, scss/style.scss */
#ganken #cost .inner {
  width: 830px;
  margin: 0 auto;
}
/* line 659, scss/style.scss */
#ganken #cost .inner #priceBox {
  background: url(../images/ganken/bg_cost.png) no-repeat left top;
  width: 799px;
  padding: 45px 0 37px 45px;
  margin-bottom: 25px;
}
/* line 665, scss/style.scss */
#ganken #cost .inner p {
  padding: 0 15px;
}
/* line 676, scss/style.scss */
/*#ganken #faq {
  margin-bottom: 57px;
}*/
/* line 678, scss/style.scss */
#ganken #faq h2 {
  background: url(../images/ganken/h2_06_2.png) no-repeat left top;
  padding-top: 43px;
  margin-bottom: 40px;
}
/* line 683, scss/style.scss */
#ganken #faq .inner {
  width: 830px;
  margin: 0 auto;
}
/* line 687, scss/style.scss */
#ganken #faq dl {
  background-color: #f4f2eb;
  padding: 10px 3px 3px;
  margin-bottom: 20px;
}
/* line 691, scss/style.scss */
#ganken #faq dl dt {
  background: url(../images/ganken/bg_q.png) no-repeat 10px top #f4f2eb;
  padding: 0 0 15px 60px;
  font-weight: bold;
  font-size: 139%;
  color: #47240f;
}
/* line 698, scss/style.scss */
#ganken #faq dl dd {
  background: url(../images/ganken/bg_a.png) no-repeat 13px 12px white;
  padding: 17px 0 20px 60px;
}




/*=============================================
3.逆さまつげページ
=============================================*/
/* line 278, scss/style.scss */
#sakamatsu {
  background-color: #ffeede;
  /*------------------------
  逆さまつげとは？
  ------------------------*/
  /*------------------------
  原因と治療法
  ------------------------*/
  /*------------------------
  おおたけ眼科の特徴
  ------------------------*/
  /*------------------------
  治療の流れ
  ------------------------*/
  /*------------------------
  費用について
  ------------------------*/
  /*------------------------
  よくあるご質問
  ------------------------*/
}
/* line 281, scss/style.scss */
#sakamatsu #glovalNav {
  background: url(../images/sakamatsu/bg_gnavi.png) repeat-x left top;
	height: 74px;
}
/* line 283, scss/style.scss */
#sakamatsu #glovalNav nav {
  margin: 0 auto 0 auto;
  width: 970px;
  overflow: hidden;
}
/* line 286, scss/style.scss */
#sakamatsu #glovalNav nav li a {
  background: url(../images/sakamatsu/gnavi_sprite2.png) repeat-x left top;
  padding-top: 74px;
}
/* line 291, scss/style.scss */
#sakamatsu #glovalNav nav #nav01 a {
  width: 187px;
}
/* line 294, scss/style.scss */
#sakamatsu #glovalNav nav #nav02 a {
  width: 123px;
  background-position: -187px 0;
}
/* line 298, scss/style.scss */
#sakamatsu #glovalNav nav #nav03 a {
  width: 152px;
  background-position: -310px 0;
}
/* line 302, scss/style.scss */
#sakamatsu #glovalNav nav #nav04 a {
  width: 157px;
  background-position: -462px 0;
}
/* line 310, scss/style.scss */
#sakamatsu #glovalNav nav #nav06 a {
  width: 125px;
  background-position: -619px 0;
}
/* line 314, scss/style.scss */
#sakamatsu #glovalNav nav #nav07 a {
  width: 226px;
  background-position: -744px 0;
}

/* line 324, scss/style.scss */
#sakamatsu #glovalNav nav #nav01 a:hover {
  background-position: 0 -74px;
}
/* line 327, scss/style.scss */
#sakamatsu #glovalNav nav #nav02 a:hover {
  background-position: -187px -74px;
}
/* line 330, scss/style.scss */
#sakamatsu #glovalNav nav #nav03 a:hover {
  width: 152px;
  background-position: -310px -74px;
}
/* line 334, scss/style.scss */
#sakamatsu #glovalNav nav #nav04 a:hover {
  width: 157px;
  background-position: -462px -74px;
}
/* line 342, scss/style.scss */
#sakamatsu #glovalNav nav #nav06 a:hover {
  width: 125px;
  background-position: -619px -74px;
}
/* line 346, scss/style.scss */
#sakamatsu #glovalNav nav #nav07 a:hover {
  width: 226px;
  background-position: -744px -74px;
}
/* line 360, scss/style.scss */
#sakamatsu #aboutSakamatsu, #sakamatsu section.about, #sakamatsu #feature, #sakamatsu #flow, #sakamatsu #cost, #sakamatsu #faq {
  margin: 0 auto 0 auto;
  width: 850px;
  overflow: hidden;
}
/* line 363, scss/style.scss */
#sakamatsu h2 {
  margin-bottom: 30px;
}
/* line 367, scss/style.scss */
#sakamatsu #aboutSakamatsu p,
#sakamatsu #aboutSakamatsu div {
  padding: 0 5px;
}
/* line 374, scss/style.scss */
#sakamatsu #aboutSakamatsu {
  margin-bottom: 83px;
}
/* line 376, scss/style.scss */
#sakamatsu #aboutSakamatsu h2 {
  background: url(../images/sakamatsu/h2_01_2.png) no-repeat left top;
  padding-top: 54px;
}
/* line 380, scss/style.scss */
#sakamatsu #aboutSakamatsu p {
  margin-bottom: 30px;
}
/* line 380, scss/style.scss */
#sakamatsu #aboutSakamatsu .aboutBox {
	position: relative;
	margin-bottom: 20px;
}
/* line 380, scss/style.scss */
#sakamatsu #aboutSakamatsu .aboutBox .aboutBoxmin {
	position: absolute;
	top: 8px;
	left: 220px;
}
/* line 383, scss/style.scss */
#sakamatsu #aboutSakamatsu h3 {
  background: url(../images/sakamatsu/h3_01.png) no-repeat left top;
  padding-top: 28px;
  margin: 45px 5px 15px;
}

.txtChiryou {
	text-align: center;
	margin-top: 52px;
    padding: 0 !important;
}

.txtChiryou p {
	background: url(../images/sakamatsu/txt_chiryou2.png) no-repeat center top;
	padding-top: 131px !important;
	overflow: hidden;
	height: 0px;
	margin-top: 32px;
}

/* line 396, scss/style.scss */
#sakamatsu #treatment h2 {
  background: url(../images/sakamatsu/h2_02_2.png) no-repeat left top;
  padding-top: 43px;
  margin-left: 60px;
}
/* line 401, scss/style.scss */
#sakamatsu #treatment .bgArea {
  background-color: #d6e8f3;
  margin: 20px 0 40px 0;
  padding: 35px 0 17px;
}
/* line 405, scss/style.scss */
#sakamatsu #treatment .bgArea .innerBox {
  margin: 0 auto 0 auto;
  width: 850px;
  overflow: hidden;
  background: url(../images/sakamatsu/bg_treatment.png) no-repeat bottom center;
  margin: 0 auto 0 auto;
  width: 830px;
  overflow: hidden;
  overflow: visible;
  padding-bottom: 30px;
}
/* line 411, scss/style.scss */
#sakamatsu #treatment .bgArea .innerBox .wrap {
  background-color: #FFF;
  padding: 30px 30px 40px;
  position: relative;
}
/* line 415, scss/style.scss */
#sakamatsu #treatment .bgArea .innerBox .wrap h3 {
  position: absolute;
  padding-top: 65px;
  left: -10px;
  width: 190px;
}
/* line 422, scss/style.scss */
#sakamatsu #treatment .bgArea .innerBox .wrap section p {
  border-bottom: 1px dotted #d3d3d3;
  height: 38px;
  padding: 14px 60px 24px 170px;
  margin-bottom: 15px;
}
/* line 428, scss/style.scss */
#sakamatsu #treatment .bgArea .innerBox .wrap section .txt1 {
  padding-top: 22px;
  height: 28px;
}
/* line 432, scss/style.scss */
#sakamatsu #treatment .bgArea .innerBox .wrap section .txt2 {
  padding-top: 0;
  height: 50px;
}
/* line 437, scss/style.scss */
#sakamatsu #treatment .bgArea .innerBox .wrap ul {
  margin: 40px 0 0;
  overflow: hidden;
}
/* line 440, scss/style.scss */
#sakamatsun #treatment .bgArea .innerBox .wrap ul li {
  float: left;
}
/* line 444, scss/style.scss */
#sakamatsu #treatment .bgArea .innerBox .wrap .emphasis {
  background: url(../images/sakamatsu/bg_arrow_txt.gif) no-repeat center top;
  padding-top: 196px;
  height: 0;
  overflow: hidden;
}
/* line 453, scss/style.scss */
#sakamatsu #treatment .heading1 {
  background: url(../images/sakamatsu/h3_02.png) no-repeat left top;
}
/* line 456, scss/style.scss */
#sakamatsu #treatment .heading2 {
  background: url(../images/sakamatsu/h3_03.png) no-repeat left top;
}
/* line 459, scss/style.scss */
#sakamatsu #treatment .heading3 {
  background: url(../images/sakamatsu/h3_04.png) no-repeat left top;
}
/* line 462, scss/style.scss */
#sakamatsu #treatment .heading4 {
  background: url(../images/sakamatsu/h3_05.png) no-repeat left top;
}
/* line 466, scss/style.scss */
#sakamatsu #treatment section.about {
  padding: 0 6px;
  margin-bottom: 68px;
  width: 838px;
}

/* line 470, scss/style.scss 
#sakamatsu #treatment section.about h3 {
  background: url(../images/ganken/h3_06.png) no-repeat left top;
  width: 830px;
  padding-top: 48px;
  margin-bottom: 20px;
}*/

/* line 476, scss/style.scss */
#sakamatsu #treatment section.about h4 {
  padding-top: 18px;
  margin-bottom: 18px;
}
/* line 480, scss/style.scss */
#sakamatsu #treatment section.about p {
  margin-bottom: 45px;
}
/* line 483, scss/style.scss */
#sakamatsu #treatment section.about h4.first {
  background: url(../images/sakamatsu/title_about_h4_01.png) no-repeat left top;
	padding-top: 18px;
	overflow: hidden; 
	margin-bottom: 20px; 
}
/* line 486, scss/style.scss */
#sakamatsu #treatment section.about h4.second {
  background: url(../images/sakamatsu/title_about_h4_02.png) no-repeat left top;
	padding-top: 18px;
	overflow: hidden;
	margin-bottom: 20px;
}
/* line 489, scss/style.scss */
#sakamatsu #treatment section.about h4.third {
  background: url(../images/sakamatsu/title_about_h4_03.png) no-repeat left top;
}
/* line 492, scss/style.scss */
#sakamatsu #treatment section.about h4.fourth {
  background: url(../images/sakamatsu/title_about_h4_04.png) no-repeat left top;
}
/* line 497, scss/style.scss */
#ganken #treatment .sampleImg {
  text-align: center;
  margin-top: 40px;
}
/* line 507, scss/style.scss */
#sakamatsu #feature {
  margin-bottom: 75px;
}
/* line 509, scss/style.scss */
#sakamatsu #feature h2 {
  background: url(../images/sakamatsu/h2_03_2.png) no-repeat left top;
  padding-top: 43px;
}
/* line 513, scss/style.scss */
#sakamatsu #feature .inner {
  background-color: #f6f9fb;
  position: relative;
  width: 830px;
  margin: 0 auto;
  padding: 80px 0 40px;
}
/* line 520, scss/style.scss */
#sakamatsu #feature h3 {
  background: url(../images/sakamatsu/title_feature_h3_01.png) no-repeat left top;
  position: absolute;
  top: 0;
  left: -8px;
  width: 850px;
  padding-top: 58px;
  margin-bottom: 25px;
}
/* line 529, scss/style.scss */
#sakamatsu #feature section.first {
  background: url(../images/sakamatsu/bg_feature_01.png) no-repeat 15px top;
  padding: 15px 0 0 120px;
  margin-bottom: 55px;
}
/* line 533, scss/style.scss */
#sakamatsu #feature section.first h4 {
  background: url(../images/sakamatsu/title_feature_h4_01.png) no-repeat left top;
  padding-top: 28px;
  margin-bottom: 30px;
}
/* line 539, scss/style.scss */
#sakamatsu #feature section.second {
  background: url(../images/sakamatsu/bg_feature_02.png) no-repeat 15px top;
  padding: 15px 0 0 120px;
}
/* line 542, scss/style.scss */
#sakamatsu #feature section.second h4 {
  background: url(../images/sakamatsu/title_feature_h4_02.png) no-repeat left top;
  padding-top: 29px;
  margin-bottom: 30px;
}
/* line 555, scss/style.scss */
#sakamatsu #flow {
  margin-bottom: 110px;
}
/* line 557, scss/style.scss */
#sakamatsu #flow h2 {
  background: url(../images/sakamatsu/h2_04_2.png) no-repeat left top;
  padding-top: 43px;
  margin-bottom: 52px;
}
/* line 562, scss/style.scss */
#sakamatsu #flow .box {
  background: url(../images/ganken/bg_flowbox.png) no-repeat center bottom;
  width: 830px;
  margin: 0 auto 20px;
  padding-bottom: 50px;
}
/* line 567, scss/style.scss */
#sakamatsu #flow .box .inner {
  width: 830px;
  overflow: hidden;
}
/* line 570, scss/style.scss */
#sakamatsu #flow .box .inner .left {
  background-color: #f2ad4a;
  padding: 72px 27px;
  width: 96px;
  float: left;
}
/* line 575, scss/style.scss */
#sakamatsu #flow .box .inner .left span {
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 94px;
}
/* line 582, scss/style.scss */
#sakamatsu #flow .box .inner .right {
  float: right;
  background-color: #fef6ea;
  width: 620px;
  padding: 26px 30px 21px;
	min-height: 191px;
}
/* line 587, scss/style.scss */
#sakamatsu #flow .box .inner .right .img {
  float: left;
  width: 214px;
  margin-right: 20px;
}
/* line 592, scss/style.scss */
#sakamatsu #flow .box .inner .right .txt {
  padding-top: 10px;
}
/* line 596, scss/style.scss */
#sakamatsu #flow .box .inner h3 {
  padding-top: 33px;
  margin-bottom: 15px;
}
/* line 604, scss/style.scss */
#sakamatsu #flow .list1 span {
  background: url(../images/ganken/bg_nolist1.png) no-repeat center center;
}
/* line 607, scss/style.scss */
#sakamatsu #flow .list1 h3 {
  background: url(../images/sakamatsu/title_flow_h3_01.png) no-repeat left top;
  padding-top: 33px;
}
/* line 613, scss/style.scss */
#sakamatsu #flow .list2 span {
  background: url(../images/ganken/bg_nolist2.png) no-repeat center center;
}
/* line 616, scss/style.scss */
#sakamatsu #flow .list2 h3 {
  background: url(../images/sakamatsu/title_flow_h3_02.png) no-repeat left top;
  padding-top: 32px;
}
/* line 622, scss/style.scss */
#sakamatsu #flow .list3 span {
  background: url(../images/ganken/bg_nolist3.png) no-repeat center center;
}
/* line 625, scss/style.scss */
#sakamatsu #flow .list3 h3 {
  background: url(../images/sakamatsu/title_flow_h3_03.png) no-repeat left top;
  padding-top: 32px;
}
/* line 630, scss/style.scss */
#sakamatsu #flow .list4 {
  background: none !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
/* line 634, scss/style.scss */
#sakamatsu #flow .list4 span {
  background: url(../images/ganken/bg_nolist4.png) no-repeat center center;
}
/* line 637, scss/style.scss */
#sakamatsu #flow .list4 h3 {
  background: url(../images/ganken/title_flow_h3_04.png) no-repeat left top;
  padding-top: 32px;
}
/* line 649, scss/style.scss */
#sakamatsu #cost {
  margin-bottom: 110px;
}
/* line 651, scss/style.scss */
#sakamatsu #cost h2 {
  background: url(../images/sakamatsu/h2_05.png) no-repeat left top;
  padding-top: 43px;
  margin-bottom: 55px;
}
/* line 656, scss/style.scss */
#sakamatsu #cost .inner {
  width: 830px;
  margin: 0 auto;
}
/* line 659, scss/style.scss */
#sakamatsu #cost .inner #priceBox {
  background: url(../images/ganken/bg_cost.png) no-repeat left top;
  width: 799px;
  padding: 45px 0 37px 45px;
  margin-bottom: 25px;
}
/* line 665, scss/style.scss */
#sakamatsu #cost .inner p {
  padding: 0 15px;
}
/* line 676, scss/style.scss */
#sakamatsu #faq {
  margin-bottom: 57px;
}
/* line 678, scss/style.scss */
#sakamatsu #faq h2 {
  background: url(../images/sakamatsu/h2_06_2.png) no-repeat left top;
  padding-top: 43px;
  margin-bottom: 40px;
}
/* line 683, scss/style.scss */
#sakamatsu #faq .inner {
  width: 830px;
  margin: 0 auto;
}
/* line 687, scss/style.scss */
#sakamatsu #faq dl {
  background-color: #f4f2eb;
  padding: 10px 3px 3px;
  margin-bottom: 20px;
}
/* line 691, scss/style.scss */
#sakamatsu #faq dl dt {
  background: url(../images/ganken/bg_q.png) no-repeat 10px top #f4f2eb;
  padding: 0 0 15px 60px;
  font-weight: bold;
  font-size: 139%;
  color: #47240f;
}
/* line 698, scss/style.scss */
#sakamatsu #faq dl dd {
  background: url(../images/ganken/bg_a.png) no-repeat 13px 12px white;
  padding: 17px 0 20px 60px;
}


/*=============================================
3.二重まぶたページ
=============================================*/
/* line 278, scss/style.scss */
#futaemabuta {
  background-color: #eefefe;
  /*------------------------
  二重まぶたとは？
  ------------------------*/
  /*------------------------
  原因と治療法
  ------------------------*/
  /*------------------------
  おおたけ眼科の特徴
  ------------------------*/
  /*------------------------
  治療の流れ
  ------------------------*/
  /*------------------------
  費用について
  ------------------------*/
  /*------------------------
  よくあるご質問
  ------------------------*/
}

/* line 278, scss/style.scss */
#futaemabuta #contents {
  background: url(../images/futaemabuta/bg_contents.png) repeat-y left top;
  width: 970px;
  margin: 0 auto;
  padding: 45px 2px 0 3px;
}

/* line 281, scss/style.scss */
#futaemabuta #glovalNav {
  background: url(../images/futaemabuta/bg_gnavi.png) repeat-x left top;
	height: 60px;
}
/* line 283, scss/style.scss */
#futaemabuta #glovalNav nav {
  margin: 0 auto 0 auto;
  width: 970px;
  overflow: hidden;
}
/* line 286, scss/style.scss */
#futaemabuta #glovalNav nav li a {
  background: url(../images/futaemabuta/gnavi_sprite.png) repeat-x left top;
  padding-top: 60px;
}
/* line 291, scss/style.scss */
#futaemabuta #glovalNav nav #nav01 a {
  width: 255px;
}
/* line 294, scss/style.scss */
#futaemabuta #glovalNav nav #nav02 a {
  width: 117px;
  background-position: -255px 0;
}
/* line 298, scss/style.scss */
#futaemabuta #glovalNav nav #nav03 a {
  width: 140px;
  background-position: -372px 0;
}
/* line 302, scss/style.scss */
#futaemabuta #glovalNav nav #nav04 a {
  width: 95px;
  background-position: -512px 0;
}
/* line 306, scss/style.scss */
#futaemabuta #glovalNav nav #nav05 a {
  width: 105px;
  background-position: -607px 0;
}
/* line 310, scss/style.scss */
#futaemabuta #glovalNav nav #nav06 a {
  width: 116px;
  background-position: -712px 0;
}
/* line 314, scss/style.scss */
#futaemabuta #glovalNav nav #nav07 a {
  width: 137px;
  background-position: -828px 0;
}
/* line 318, scss/style.scss */
#futaemabuta #glovalNav nav #nav08 a {
  width: 138px;
  background-position: -832px 0;
}
/* line 324, scss/style.scss */
#futaemabuta #glovalNav nav #nav01 a:hover {
  background-position: 0 -60px;
}
/* line 327, scss/style.scss */
#futaemabuta #glovalNav nav #nav02 a:hover {
  background-position: -255px -60px;
}
/* line 330, scss/style.scss */
#futaemabuta #glovalNav nav #nav03 a:hover {
  width: 140px;
  background-position: -372px -60px;
}
/* line 334, scss/style.scss */
#futaemabuta #glovalNav nav #nav04 a:hover {
  width: 95px;
  background-position: -512px -60px;
}
/* line 338, scss/style.scss */
#futaemabuta #glovalNav nav #nav05 a:hover {
  width: 105px;
  background-position: -607px -60px;
}
/* line 342, scss/style.scss */
#futaemabuta #glovalNav nav #nav06 a:hover {
  width: 116px;
  background-position: -712px -60px;
}
/* line 346, scss/style.scss */
#futaemabuta #glovalNav nav #nav07 a:hover {
   width: 137px;
  background-position: -828px -60px;
}
/* line 350, scss/style.scss */
#futaemabuta #glovalNav nav #nav08 a:hover {
  width: 138px;
  background-position: -832px -60px;
}
/* line 360, scss/style.scss */
#futaemabuta #aboutSakamatsu, #futaemabuta section.about, #futaemabuta #feature, #futaemabuta #flow, #futaemabuta #cost, #futaemabuta #faq {
  margin: 0 auto 0 auto;
  width: 850px;
  overflow: hidden;
}

#futaemabuta #aboutFutaemabuta h2 {
	background: url(../images/futaemabuta/h2_01.png) no-repeat left top;
	width: 822px;
	margin: 0 auto;
	padding-top: 102px;
	margin-bottom: 42px;
}

#aboutFutaemabuta .aboutBox {
	background: url(../images/futaemabuta/aboutMabuta_image.png) no-repeat left top;
	width: 425px;
	padding-left: 425px;
	margin: 0 auto 106px auto;
}

#aboutFutaemabuta .aboutBox p {
	background: url(../images/futaemabuta/aboutMabuta_text.png) no-repeat left top;
	height: 0;
	overflow: hidden;
	width: 422px;
	padding-top: 187px;
}

.treatInfo {
	text-align: center;
	width: 954px;
	margin: 20px 0 0 5px;
}
.infoText {
	background: url(../images/futaemabuta/futaeope_img.png) no-repeat 580px 30px;
	background-color: #fcfaed;
	padding: 40px;
	margin-top: -20px;	
}
.infoText p {
	background:url(../images/futaemabuta/futaeope_text.png) no-repeat left top;
	height: 0;
	width: 518px;
	padding: 234px 412px 0 0;
	overflow: hidden;
}

.treatInfo .infoAccses {
	background-color: #ece9d9;
	padding: 18px 71px;
	margin-bottom: 70px;
}

.treatInfo .infoAccses .mail {
	background: url(../images/futaemabuta/btn_toiawase.png) no-repeat left top;
	height: 0px;
	width: 406px;
	padding-top: 62px;
	overflow: hidden;
	display: block;
	float: left;
}

.treatInfo .infoAccses .accces {
	background: url(../images/futaemabuta/btn_accses.png) no-repeat left top;
	height: 0px;
	width: 406px;
	padding-top: 62px;
	overflow: hidden;
	display: block;
}

/* line 396, scss/style.scss */
#futaemabuta #treatment h2 {
  background: url(../images/futaemabuta/h2_02.png) no-repeat left top;
  padding-top: 43px;
  margin-left: 60px;
}
/* line 453, scss/style.scss */
#sakamatsu #treatment .heading1 {
  background: url(../images/sakamatsu/h3_02.png) no-repeat left top;
}
/* line 456, scss/style.scss */
#sakamatsu #treatment .heading2 {
  background: url(../images/sakamatsu/h3_03.png) no-repeat left top;
}
/* line 459, scss/style.scss */
#sakamatsu #treatment .heading3 {
  background: url(../images/sakamatsu/h3_04.png) no-repeat left top;
}
/* line 462, scss/style.scss */
#sakamatsu #treatment .heading4 {
  background: url(../images/sakamatsu/h3_05.png) no-repeat left top;
}
/* line 466, scss/style.scss */
#sakamatsu #treatment section.about {
  padding: 0 6px;
  margin-bottom: 68px;
  width: 838px;
}

/* line 476, scss/style.scss */
#futaemabuta #treatment section.about h4 {
  padding-top: 18px;
  margin-bottom: 18px;
}
/* line 480, scss/style.scss */
#futaemabuta #treatment section.about p {
  margin: 30px 0;
}
/* line 483, scss/style.scss */
#futaemabuta #treatment section.about h4.first {
  background: url(../images/futaemabuta/title_about_h4_01.png) no-repeat left top;
	padding-top: 41px;
	overflow: hidden; 
	margin-bottom: 20px; 
}

#futaemabuta #treatment .about .underSection01 {
	background: url(../images/futaemabuta/treatment_img01.png) no-repeat left top;
	width: 503px;
	height: 250px;
	padding-left: 347px;
	margin-bottom: 28px;
}

#futaemabuta #treatment .about .meritBox {
	width: 850px;
	height: 173px;
	margin-bottom: 35px;
}

#futaemabuta #treatment .about .merit {
	background: url(../images/futaemabuta/bg_merit.png) no-repeat left top;
	width: 391px;
	height: 153px;
	padding: 10px;
	float: left;
}

#futaemabuta #treatment .about .demerit {
	background: url(../images/futaemabuta/bg_demerit.png) no-repeat left top;
	width: 391px;
	height: 153px;
	padding: 10px;
	float:right;
}

#futaemabuta #treatment .about .merit dt,
#futaemabuta #treatment .about .demerit dt {
	font: 16px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	color: #fff;
	padding-left:20px;
	margin-bottom: 20px;
}

#futaemabuta #treatment .about .merit dd,
#futaemabuta #treatment .about .demerit dd {
	padding: 5px;
}

/* line 486, scss/style.scss */
#futaemabuta #treatment section.about h4.second {
  background: url(../images/futaemabuta/title_about_h4_02.png) no-repeat left top;
	padding-top: 41px;
	overflow: hidden;
	margin-bottom: 20px;
}

#futaemabuta #treatment .about .underSection02 {
	background: url(../images/futaemabuta/treatment_img02.png) no-repeat left top;
	width: 503px;
	padding-left: 347px;
	margin-bottom: 28px;
}

#futaemabuta #treatment .about .underSection01 ul li,
#futaemabuta #treatment .about .underSection02 ul li {
	background: url(../images/futaemabuta/icon_check.png) no-repeat left top;
	height: 22px;
	margin: 15px 0 15px 5px;
	padding: 2px 0 0 25px;
}

/* line 507, scss/style.scss */
#futaemabuta #feature {
  margin-bottom: 75px;
}
/* line 509, scss/style.scss */
#futaemabuta #feature h2 {
  background: url(../images/futaemabuta/h2_03.png) no-repeat left top;
  padding-top: 43px;
	margin-bottom: 30px;
}
/* line 513, scss/style.scss */
#futaemabuta #feature .inner {
  background-color: #f6f9fb;
  position: relative;
  width: 830px;
  margin: 0 auto;
  padding: 80px 0 40px;
}
/* line 520, scss/style.scss */
#futaemabuta #feature h3 {
  background: url(../images/futaemabuta/title_feature_h3_01.png) no-repeat left top;
  position: absolute;
  top: 0;
  left: -8px;
  width: 850px;
  padding-top: 58px;
  margin-bottom: 25px;
}
/* line 529, scss/style.scss */
#futaemabuta #feature section.first {
  background: url(../images/futaemabuta/bg_feature_01.png) no-repeat 15px top;
  padding: 15px 0 0 120px;
  margin-bottom: 55px;
}
/* line 533, scss/style.scss */
#futaemabuta #feature section.first h4 {
  background: url(../images/futaemabuta/title_feature_h4_01.png) no-repeat left top;
  padding-top: 28px;
  margin-bottom: 30px;
}
/* line 539, scss/style.scss */
#futaemabuta #feature section.second {
  background: url(../images/futaemabuta/bg_feature_02.png) no-repeat 15px top;
  padding: 15px 0 0 120px;
}
/* line 542, scss/style.scss */
#futaemabuta #feature section.second h4 {
  background: url(../images/futaemabuta/title_feature_h4_02.png) no-repeat left top;
  padding-top: 29px;
  margin-bottom: 30px;
}
/* line 555, scss/style.scss */
#futaemabuta #flow {
  margin-bottom: 110px;
}
/* line 557, scss/style.scss */
#futaemabuta #flow h2 {
  background: url(../images/futaemabuta/h2_04.png) no-repeat left top;
  padding-top: 43px;
  margin-bottom: 52px;
}
/* line 562, scss/style.scss */
#futaemabuta #flow .box {
  background: url(../images/futaemabuta/bg_flowbox.png) no-repeat center bottom;
  width: 830px;
  margin: 0 auto 20px;
  padding-bottom: 50px;
}
/* line 567, scss/style.scss */
#futaemabuta #flow .box .inner {
  width: 830px;
  overflow: hidden;
}
/* line 570, scss/style.scss */
#futaemabuta #flow .box .inner .left {
  background-color: #67bfc9;
  padding: 72px 27px;
	/padding-bottom: 52px; 
  width: 96px;
  float: left;
	height: 100%;
}
/* line 575, scss/style.scss */
#futaemabuta #flow .box .inner .left span {
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 94px;
	/padding-top: 115px;
}
/* line 582, scss/style.scss */
#futaemabuta #flow .box .inner .right {
	float: left;
	background-color: #f0fdfe;
	width: 650px;
	padding: 26px 0px 21px 30px;

  /*float: right;
  background-color: #f0fdfe;
  width: 620px;
  padding: 26px 30px 21px;*/
}

/* line 587, scss/style.scss */
#futaemabuta #flow .box .inner .right .img {
  float: left;
  width: 214px;
  margin-right: 20px;
}
/* line 592, scss/style.scss */
#futaemabuta #flow .box .inner .right .txt {
  padding: 10px 30px 0 0;
}
/* line 596, scss/style.scss */
#futaemabuta #flow .box .inner h3 {
  padding-top: 33px;
  margin-bottom: 15px;
}
/* line 604, scss/style.scss */
#futaemabuta #flow .list1 span {
  background: url(../images/futaemabuta/bg_nolist1.png) no-repeat center center;
}
/* line 607, scss/style.scss */
#futaemabuta #flow .list1 h3 {
  background: url(../images/futaemabuta/title_flow_h3_01.png) no-repeat left top;
  padding-top: 33px;
}

#futaemabuta #flow .list1 .hospInfo {
	margin-top: 46px;
	padding-left: 250px;
}

#futaemabuta #flow .list1 .hospInfo .tsukiminoInfo {
	background: url(../images/futaemabuta/bg_tsukimino_info.png) no-repeat left top;
	height: 0;
	width: 380px;
	overflow: hidden;
	padding-top: 42px;
	margin-top: 20px;
}

#futaemabuta #flow .list1 .hospInfo .machidaInfo {
	background: url(../images/futaemabuta/bg_machida_info.png) no-repeat left top;
	height: 0;
	width: 380px;
	overflow: hidden;
	padding-top: 42px;
	margin-top: 20px;
}

#futaemabuta #flow .list1 .hospInfo a {
	background: url(../images/futaemabuta/btn_toiawase.png) no-repeat left 13px;
	display: block;
	height: 0;
	width: 386px;
	padding-top: 75px;
	overflow: hidden;
	margin-top: 13px;
	border-top: #c2bfbf dotted 1px ;
}

/* line 613, scss/style.scss */
#futaemabuta #flow .list2 span {
  background: url(../images/futaemabuta/bg_nolist2.png) no-repeat center center;
}
/* line 616, scss/style.scss */
#futaemabuta #flow .list2 h3 {
  background: url(../images/futaemabuta/title_flow_h3_02.png) no-repeat left top;
  padding-top: 32px;
}
#futaemabuta #flow .list3 {
  background: none !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
/* line 622, scss/style.scss */
#futaemabuta #flow .list3 span {
  background: url(../images/futaemabuta/bg_nolist3.png) no-repeat center center;
}
/* line 625, scss/style.scss */
#futaemabuta #flow .list3 h3 {
  background: url(../images/futaemabuta/title_flow_h3_03.png) no-repeat left top;
  padding-top: 32px;
}
/* line 649, scss/style.scss */
#futaemabuta #cost {
  margin-bottom: 110px;
}
/* line 651, scss/style.scss */
#futaemabuta #cost h2 {
  background: url(../images/futaemabuta/h2_05.png) no-repeat left top;
  padding-top: 43px;
  margin-bottom: 55px;
}
/* line 656, scss/style.scss */
#futaemabuta #cost .inner {
  width: 830px;
  margin: 0 auto;
}
/* line 659, scss/style.scss */
#futaemabuta #cost .inner #priceBox {
  background: url(../images/futaemabuta/bg_cost.png) no-repeat left top;
  width: 799px;
  padding: 45px 0 37px 45px;
  margin-bottom: 25px;
}
/* line 665, scss/style.scss */
#futaemabuta #cost .inner p {
  padding: 0 15px;
}
/* line 676, scss/style.scss */
#futaemabuta #faq {
  margin-bottom: 57px;
}
/* line 678, scss/style.scss */
#futaemabuta #faq h2 {
  background: url(../images/futaemabuta/h2_06.png) no-repeat left top;
  padding-top: 43px;
  margin-bottom: 40px;
}
/* line 683, scss/style.scss */
#futaemabuta #faq .inner {
  width: 830px;
  margin: 0 auto;
}
/* line 687, scss/style.scss */
#futaemabuta #faq dl {
  background-color: #f4f2eb;
  padding: 10px 3px 3px;
  margin-bottom: 20px;
}
/* line 691, scss/style.scss */
#futaemabuta #faq dl dt {
  background: url(../images/ganken/bg_q.png) no-repeat 10px top #f4f2eb;
  padding: 0 0 15px 60px;
  font-weight: bold;
  font-size: 139%;
  color: #47240f;
}
/* line 698, scss/style.scss */
#futaemabuta #faq dl dd {
  background: url(../images/ganken/bg_a.png) no-repeat 13px 12px white;
  padding: 17px 0 20px 60px;
}




/*------------------------
おおたけ眼科について
------------------------*/
/* line 714, scss/style.scss */
#introduction {
  width: 830px;
  margin: 0 auto;
  padding: 140px 0;
  position: relative;
}
/* line 719, scss/style.scss */
#introduction h2 {
  background: url(../images/common/title_intro_h2.png) no-repeat left top;
  width: 420px;
  padding-top: 154px;
  position: absolute;
  top: 0;
  left: -55px;
}
/* line 727, scss/style.scss */
#introduction .wrap {
  width: 830px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 50px;
}
/* line 733, scss/style.scss */
#introduction .wrap .otake, #introduction .wrap .ikemoto {
  float: left;
  width: 185px;
  margin-right: 28px;
  display: inline;
}
/* line 740, scss/style.scss */
#introduction .accessInfo {
  border-right: 1px solid #e3e5e5;
  border-bottom: 1px solid #e3e5e5;
  border-left: 1px solid #e3e5e5;
}
/* line 745, scss/style.scss */
#introduction .tsukimino, #introduction .machida {
  width: 404px;
}
/* line 747, scss/style.scss */
#introduction .tsukimino h3, #introduction .machida h3 {
  padding: 10px 0 10px 10px;
  height: auto;
}
/* line 750, scss/style.scss */
#introduction .tsukimino h3 span, #introduction .machida h3 span {
  height: 0;
  overflow: hidden;
  display: block;
  padding-top: 23px;
}
/* line 757, scss/style.scss */
#introduction .tsukimino ul, #introduction .machida ul {
  margin: 0 8px 12px;
  padding: 20px 0;
  border-bottom: 1px solid #e3e5e5;
}
/* line 761, scss/style.scss */
#introduction .tsukimino ul li, #introduction .machida ul li {
  padding: 0 0 0 7px;
}
/* line 765, scss/style.scss */
#introduction .tsukimino p, #introduction .machida p {
  height: 0;
  overflow: hidden;
  padding-top: 37px;
  margin: 0 0 14px 13px;
}
/* line 772, scss/style.scss */
#introduction .tsukimino {
  float: left;
}
/* line 774, scss/style.scss */
#introduction .tsukimino h3 {
  background-color: #53ada3;
}
/* line 776, scss/style.scss */
#introduction .tsukimino h3 span {
  background: url(../images/common/title_tsukimino.png) no-repeat left top;
}
/* line 780, scss/style.scss */
#introduction .tsukimino p {
  background: url(../images/common/bg_tel_tsukimino.png) no-repeat left top;
}
/* line 784, scss/style.scss */
#introduction .machida {
  float: right;
}
/* line 786, scss/style.scss */
#introduction .machida h3 {
  background-color: #124e8c;
}
/* line 788, scss/style.scss */
#introduction .machida h3 span {
  background: url(../images/common/title_machida.png) no-repeat left top;
}
/* line 792, scss/style.scss */
#introduction .machida p {
  background: url(../images/common/bg_tel_machida.png) no-repeat left top;
  visibility: hidden;
}
#introduction .machida p.machibi {
  background: url(../images/common/bg_tel_machida.png) no-repeat left top;
}

/* line 796, scss/style.scss */
#introduction .btnMailLarge {
  width: 540px;
  margin: 0 auto;
}
/* line 799, scss/style.scss */
#introduction .btnMailLarge a {
  display: block;
  background: url(../images/common/btn_mail_large.png) no-repeat left top;
  height: 0;
  overflow: hidden;
  padding-top: 82px;
}

/*------------------------
無料説明会
------------------------*/
/* line 814, scss/style.scss */
#briefing {
  width: 830px;
  margin: 0 auto;
  padding-top: 140px;
  position: relative;
}
/* line 819, scss/style.scss */
#briefing h2 {
  background: url(../images/common/title_briefing_h2.png) no-repeat left top;
  width: 553px;
  padding-top: 154px;
  position: absolute;
  top: 0;
  left: -55px;
}
/* line 827, scss/style.scss */
#briefing .wrap {
  width: 830px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 50px;
}
/* line 833, scss/style.scss */
#briefing .wrap .img {
  float: left;
  display: inline;
  width: 286px;
}
/* line 838, scss/style.scss */
#briefing .wrap .right {
  float: right;
  width: 510px;
}
/* line 842, scss/style.scss */
#briefing .wrap .right ul li {
  background: url(../images/common/icon_briefing.png) no-repeat left center;
  float: left;
  padding-left: 15px;
  margin-right: 18px;
  display: inline;
  font-size: 93%;
  line-height: 2.5;
}
/* line 853, scss/style.scss */
#briefing .wrap .bgTxt {
  background: url(../images/common/txt_briefing.png) no-repeat left top;
  padding-top: 21px;
  height: 0;
  overflow: hidden;
  margin: 37px 0 10px;
}
/* line 861, scss/style.scss */
#briefing h3 {
  background: url(../images/common/title_briefing_h3.png) no-repeat left top;
  padding-top: 48px;
}
/* line 865, scss/style.scss */
#briefing table {
  width: 100%;
}
/* line 868, scss/style.scss */
#briefing table tr.bg th, #briefing table tr.bg td {
  background-color: #faf8f0;
}
/* line 872, scss/style.scss */
#briefing table .column2 {
  width: 330px;
  padding: 15px 0 15px 23px;
}
/* line 876, scss/style.scss */
#briefing table .column3 {
  padding: 15px 0;
}
/* line 879, scss/style.scss */
#briefing table th {
  width: 227px;
  padding: 15px 0;
  text-align: center;
  font-size: 124%;
}
/* line 884, scss/style.scss */
#briefing table th p {
  border-right: 1px solid #d2d4d5;
  padding: 15px 0;
}
/* line 889, scss/style.scss */
#briefing table a {
  background: url(../images/common/btn_reservation.png) no-repeat left top;
  padding-top: 48px;
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 897, scss/style.scss */
#briefing section {
  padding-bottom: 105px;
}

/*=============================================
99.共通セレクタ
=============================================*/
/* line 908, scss/style.scss */
.mgr30 {
  margin-right: 30px;
}

/* line 909, scss/style.scss */
.mgl60 {
  margin-left: 60px;
}

/* line 910, scss/style.scss */
.mgl65 {
  margin-left: 65px;
}

.pdb100 {
  padding-bottom: 100px !important;
}

.pdb400 {
	padding-bottom: 398px !important;
}

.txtRed {
	color: #f8774f;
}

/* line 911, scss/style.scss */
.transImg {
  cursor: pointer;
  transition: opacity 0.3s linear 0s;
}

/* line 915, scss/style.scss */
.transImg:hover {
  opacity: 0.5;
}

.zindex {
	z-index: 1;
}

.fs11 {
	font-size: 11px;
}

.bdrb {
	border-bottom: 1px dotted #bba5ab;
}