@charset "utf-8";
/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

body {
	background: #FFFFFF;
	color: #333333;
	font-size: 16px;/* 文字サイズ計算＝【基本サイズ ÷ 表示したいサイズ * 100 （小数点以下切り上げ） */
	line-height: 1.6;
    -webkit-text-size-adjust: 100%;
}


/*リンク表示方法*/

a:link {
	color: #0000FF;
	text-decoration: underline;

}

a:visited {
	color: #0000FF;
	text-decoration: underline;
}

a:active {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #993300;
	text-decoration: none;
}


a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/*-----------------------------------------------------------
#wrapper
-----------------------------------------------------------*/

#wrapper {
}


/*-----------------------------------------------------------
#container
-----------------------------------------------------------*/

#container {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}


/*-----------------------------------------------------------
#header
-----------------------------------------------------------*/

#header {
	width: 1000px;
	min-height: 120px;
	overflow: hidden;
	margin: 38px auto 22px;
}

#header h1 {
	float: left;
	width: 325px;
	margin: 29px 0 0;
	font-weight: normal;
	font-size: 13px;
	text-align: left;
	color: #735034;
	line-height: 1.4;
}

.hn {
	float: right;
	width: 265px;
	margin: 10px 10px 10px 0;
}

#header .hn li {
	float: left;
	padding-left: 10px;
}

#header .logo {
	float: left;
	width: 545px;
	margin: 0 0 0 10px;
}

#header .hAddress {
	float: right;
	width: 260px;
	margin: 10px 10px 0px 0;
	padding: 10px;
	background: #ebebeb;
	line-height: 1.1;
}

#header .hAddress .address {
	line-height: 1.5;
	font-size: 12px;
	text-align: right;
}

.header_in {
	margin: 0;
}

.header_in li {
	float: left;
	width: 320px;
}

.header_in li:first-child {
	width: 330px
}

.h_logo {
	margin: 0 0 0 14px;
}

.h_logo a img:hover {
	opacity: 1;
}

.tb_none {
	margin: 32px 0 0 65px;
	font-size: 13px;
	color: #603813;
	width: 270px !important;
}

.tb_none dd {
	margin: 5px 0 0;
	color: #603813;
}

.tb_none span {
	font-size: 11px;
}

/*-----------------------------------------------------------
#cover
-----------------------------------------------------------*/

#cover {
	width: 960px;
	margin: 0 auto;
}

.slider_bg01 {
    background: url(../img/slider1_bg.jpg) no-repeat;
    background-position: center top;
    height: 600px;
}

.slider_bg02 {
    background: url(../img/slider2_bg.jpg) no-repeat;
    background-position: center top;
    height: 600px;
}

.slider_bg03 {
    background: url(../img/slider3_bg.jpg) no-repeat;
    background-position: center top;
    height: 600px;
}


.in_cover01 {
	width: 1000px;
	margin: 0 auto;
	background: url(../img/cover_bg01.jpg) no-repeat;
}

.in_cover02 {
	width: 1000px;
	margin: 0 auto;
	background: url(../img/cover_bg02.jpg) no-repeat;
}

.in_cover03 {
	width: 1000px;
	margin: 0 auto;
	background: url(../img/cover_bg03.jpg) no-repeat;
}

.in_cover04 {
	width: 1000px;
	margin: 0 auto;
	background: url(../img/cover_bg04.jpg) no-repeat;
}

.in_cover05 {
	width: 1000px;
	margin: 0 auto;
	background: url(../img/cover_bg05.jpg) no-repeat;
}

.in_cover06 {
	width: 1000px;
	margin: 0 auto;
	background: url(../img/cover_bg06.jpg) no-repeat;
}

.in_cover07 {
	width: 1000px;
	margin: 0 auto;
	background: url(../img/cover_bg07.jpg) no-repeat;
}


/*-----------------------------------------------------------
#navi
-----------------------------------------------------------*/

#navi {
	width: 1000px;
	margin: 0 auto;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	z-index: 999;
}

#navi li {
	float: left;
	width: 166px;
}

#navi li a {
	display: block;
}

#in_navi {
	width: 1000px;
	margin: 0 auto;
}

#in_navi li {
	float: left;
	width: 166px;
}

#in_navi li a {
	display: block;
}

/*-----------------------------------------------------------
#side
-----------------------------------------------------------*/

#side {
	clear: both;
	float: left;
	width: 180px;
	margin: 0 20px 70px 0;
}

.ln{
	width: 180px;
	margin-bottom: 30px;
}

.ln dd a {
	display: block;
}

.ln dd.shadow{
	padding-bottom: 10px;
	background: url(../img/ln_shadow.gif) no-repeat 0% 100%;
}

.lnAddress {
	width: 160px;
	margin: 20px auto 10px;
	padding: 5px;
	background: #FFFFFF;
}

.lnAddress .address {
	width: 160px;
	margin: 10px auto;
	font-size: 12px;
}


/*-----------------------------------------------------------
#main
-----------------------------------------------------------*/

#main {
	width: 100%;
}


/*-----------------------------------------------------------
#footer
-----------------------------------------------------------*/

#footer {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background: url(./../img/footer_bg.png) no-repeat center top;
}

#footer .inner {
	width: 1000px;
	min-height: 160px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	text-align: center;
	font-size: 12px;
}

.inner {
	color: #603813;
}

.inner p {
	margin: 21px 0 0;
	line-height: 2.0;
	color: #603813;
}

.fn {
	clear: both;
	padding: 34px 0 34px;
}

.fn li {
	display: inline-block;
	*
	display: inline;
	*
	zoom: 1;
	padding: 0px 1.75px 0 6px;
	border-left: 1px solid #F15A24;
	line-height: 1.2;
	vertical-align: middle;
	 */
}

.fn li:first-child {border: none;}

.fn li.first-child{ /*IE-expression (first-child) */
		border-left: 1px solid #666666;
}

.fn li{ /* IE-expression (first-child) */
}

.fn li a {
	zoom: 1;
	color: #F15A24;
	font-size: 12px;
	text-decoration: none;
}

.fn li a:hover {
	text-decoration: underline;
}

.inner address {
	padding: 42px 0 0 0;
}

#footer p.fCopyright{
	font-size: 14px;
	text-align: center;
	background-color: #974032;
	color: #fff;
	padding: 15px 0 13px;
	font-weight: normal;
}

#footer p.fCopyright small {
	white-space: nowrap;
}

#footer p.ext {
	float:right;
	margin: 0 10px 8px 0;
	font-size: 12px;
}

#footer p.ext a {
	padding: 0 5px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	text-decoration: none;
}


/* 全ページ共通クラス
----------------------------------------------------------- */

/*--- テキスト関係 ---*/

.attention { color: #FF0000; } /* 注意色(基本赤) */
.text4L { font-size: 200%; }
.text3L { font-size: 160%; }
.text2L { font-size: 140%; }
.textL { font-size: 120%; }
.textS { font-size: 80%; }
.text2S { font-size: 60%; }
.bold {	font-weight: bold; }


/* テキスト位置設定 */

.center { margin: auto;	text-align: center;}
.textCenter { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.indent { text-indent: -1em; padding-left: 1em;}


/*--- マージン関係 ---*/

.m0 {margin: 0;}
.mT10 {	margin-top: 10px; }
.mB5 { margin-bottom: 5px; }
.mB10 {	margin-bottom: 10px; }
.mB20 {	margin-bottom: 20px; }
.mB30 {	margin-bottom: 30px; }
.mR10 {	margin-right: 10px; }
.mR20 {	margin-right: 20px; }
.mL5 { margin-left: 5px; }
.mL10 {	margin-left: 10px; }
.mL20 {	margin-left: 20px; }
.mRL10 {margin: auto 10px; }


/*--- パッディング関係 ---*/

.p0 { padding: 0; }
.p10 { padding: 10px; }
.pT5 { padding-top: 5px; }
.pT10 {	padding-top: 10px; }
.pB10 {	padding-bottom: 10px; }
.pR10 {	padding-right: 10px; }
.pL10 {	padding-left: 10px; }
.pB20 {	padding-bottom: 20px; }
.pRL10 { padding: 0 10px; }


/*--- フロート関係 ---*/

.floatLeftBox li { float: left; } /* リストをフロート左へ */
.floatLeft { float: left; }
.floatRightBox li { float: right; } /* リストをフロート右へ */
.floatRight { float: right; }
.clearBoth { clear: both; }


/*-- 画像関係 --*/

.figLeft { float: left; margin: 10px 10px 10px 0;}
.figRight {	float: right; margin: 10px 0 10px 10px;}


/* 全ページ共通クラス(要調整)
----------------------------------------------------------- */

/*--- 記事枠 ---*/

.contentBox {
	width: 1000px;
	margin: 0 auto;
}
.contentBox p {
}

.contentBox > h2 {
	background: url(./../img/title_bg.png) no-repeat center top;
	color: #974032;
	font-size: 26px;
	text-align: center;
	padding: 8px 0 18px;
}

.content_wrap {
	background: url(./../img/content_bg.jpg) no-repeat center top;
	width: 100%;
	margin: 0 auto 50px;
	padding: 30px 0 4px;
}

h3 {
    border-left: 8px solid #974032;
    border-radius: 0 5px 0 0;
    padding: 6px 0 3px 10px;
    margin: 0 0 10px 0;
    font-size: 20px;
    color: #974032;
    background-color: #f5ebe9;
    width: 982px;
}


/*--- パンくずリスト ---*/

.pankuzu_wrap {
    height: 40px;
    line-height: 40px;
    font-size: 85.714%;
}

.pankuzu {
    margin: 20px auto 30px;
    width: 1000px;
    font-size: 12px;
}

.pankuzu li {
    display: inline;
    padding: 0 7px 0 4px;
}

.pankuzu li:first-child {
    background: none;
    padding-left: 0;
}

.pankuzu li a {
    display: inline-block;
    margin-right: 12px;
    color: #974032;
}

/*--- ページトップ ---*/
#pageTop {
    position: fixed;
    bottom: 285px;
    right: 20px;
    z-index: 9999;
}


/* TOP
----------------------------------------------------------- */

/*-- メインヴィジュアル スライダー --*/

.slider_wrapper {
	width: 1200px;
	margin: 0 auto 50px;
	position: relative;
}

.bx-wrapper {
	position: relative;
	margin: 0 auto;
}

.bx-controls-direction {
	position: absolute;
	top: 50%;
	width: 100%;
}

.bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-prev {
	left: 1% !important;
	background: url(./../img/prev.png) no-repeat 0 0;
	background-size: contain;
}

.bx-next {
	right: 1% !important;
	background: url(./../img/next.png) no-repeat 100% 0;
	background-size: contain;
}

.cover_btn {
	position: absolute;
	/* top: 380px; */
	left: 100px;
	bottom: 0px;
	z-index: 999;
	width: 1000px;
	margin: 0 auto;
}

.cover_btn div {
	position: relative;
	top: -90px;
}

.question_btn {
	margin: 0 0 10px;
}

/*-- スクロールバーデザイン --*/

.jspContainer {
	overflow: hidden;
	position: relative;
	width: 940px !important;
}

.jScrollPaneDrag {
	height: 204px;
}

.scroll-pane {
	width: 950px !important;
	height: 150px;
	outline: 0;
	margin: 2%;
	overflow-y: auto;
}

.scroll-pane li {
	margin: 10px 0 0;
}

.scroll-pane dt {
	font-size: 12px;
	color: #FF6A06;
	margin: 0 0 -3px;
}

.scroll-pane dd {
	padding: 0 0 4px;
	margin: 0 20px 0 0;
	font-size: 13px;
	color: #4D4D4D;
}

.jspPane {
	position: absolute;
	width: 910px !important;
	margin: 12px 0 0;
}

.jspVerticalBar {
	height: 200px;
	position: absolute;
	top: -3px;
	right: -4px;
	width: 20px;
	overflow: visible;
}

.jspHorizontalBar {
	display: none;
}

.jspCap {
	background-color: #FFF;
	position: relative;
}

.jspHorizontalBar .jspCap {
	display: none;
}

.jspTrack {
	background: url(./../img/scroll_bg1.png) repeat-y center;
	position: relative;
}

.jspDrag {
	margin: 0 auto;
	width: 4px;
	height: 40%;
	background: #E0724A;
	position: relative;
	left: 0;
	cursor: pointer;
	border-radius: 10px;
}

.jspCapRight {
	display: none;
}

.jspDragLeft,
.jspDragRight {
	display: none;
}

.jspArrow.jspDisabled {
	cursor: default;
}

.jspVerticalBar .jspArrow {
	height: 20px;
}

.jspHorizontalBar .jspArrow {
	width: 20px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}

.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}

.jspArrowUp {
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
	background: url(../img/scroll_top.png) no-repeat center;
}

.jspArrowDown {
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
	background: url(../img/scroll_bottom.png) no-repeat center;
}


/*-- TOPコンテンツ --*/

.news {
	margin: 12px 30px 51px;
	padding: 0 0 5px;
}

.news li {
	padding: 5px 0 10px;
	margin: 10px 0 0;
	height: 23px;
	border-bottom: 1px solid #E9E0D6;
}

.news li:first-child {
	margin: 0;
}

.news dt {
	float: left;
	width: 100px;
	text-align: center;
	background-color: #974032;
	color: #fff;
	font-size: 12px;
	padding: 1px 0 0;
	margin: 0 12px 0 0;
}

.news dd {
	color: #603813;
	font-size: 14px;
	width: 700px;
	float: left;
}

.subjectBox {
	margin: 13px auto 0;
	width: 940px;
	background: url(./../img/subject.png) no-repeat center top;
}

.subjectBox li {
	float: left;
	width: 300px;
	margin: 0 0 0 235px;
}

.subjectBox li:first-child {
	margin: 0;
	width: 400px;
}

.subjectBox > li > p {
	margin: 0 0 25px;
}

.subject_voice {
	margin: 0 auto 45px;
	width: 940px;
}

.subject_voice li:first-child {
	background: url(./../img/director_voice.png) no-repeat left top;
	margin: 0;
	width: 609px;
	padding: 15px 20px 20px 25px;
}

.subject_voice li {
	float: left;
	margin: 0 0 0 6px;
	width: 280px;
}

.subject_voice p {
	font-size: 20px;
	color: #974032;
	font-weight: bold;
	line-height: 1.2;
	margin: 10px 0 24px;
}

.bg_brown {
	background: url(./../img/title_bg02.png) no-repeat center top !important;
	color: #fff !important;
	margin: 20px 0 18px !important;
}

.listStyle {
    margin: 23px auto 0;
    padding: 0 0 16px;
    width: 942px;
    letter-spacing: 54px;
}

.listStyle > li {
    width: 440px;
    margin: 0 0 30px 0;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
}

.listStyle > li dl dd {
	border-radius: 0 0 3px 3px;
	margin: 26px 0 0;
	padding: 0 0 0px;
	color: #603813;
	font-size: 14px;
	line-height: 1.75;
}

.but_pokipoki {
    color: #F15A24!important;
}

.listStyle > li dl dd + dd {
	margin: 24px 0 0;
}

.listStyle h3 {
	margin: 0 0 30px;
	border-left: none;
	border-radius: 0;
	padding: 0;
	color: #974032;
	background: none;
	width: 440px;
}

.charaBox span {
	font-size: 12px;
	color: #F15A24;
}

.voiceBox {
	margin: 0 0 68px;
}

.voiceBox > li:first-child {
	margin: 0;
	width: 470px;
}

.voiceBox > li {
	float: left;
	margin: 0 0 0 30px;
	width: 470px;
}


.voiceBox ul {
	margin: 12px 0 0 30px;
}

.voiceBox ul > li:first-child {
	margin: 0;
	width: 100px;
}

.voiceBox ul > li {
	float: left;
	margin: 3px 0 0 39px;
	width: 290px;
	font-size: 14px;
	line-height: 2.2;
	color: #603813;
}

.voiceBox ul dd {
	margin: 20px 0 0;
	font-size: 12px;
	color: #E0724A;
	line-height: 1.5;
}

.border_bg {
    background: url(./../img/voice_bg.png) no-repeat center 7px;
    padding: 0 0 0 10px;
}

.content_btn {
	background-color: #E0724A;
	border-radius: 10px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin: 0 auto 50px;
	width: 440px;
	box-shadow: 0px 5px 3px #e2e2e2;
	-moz-box-shadow:0px 5px 3px #aedaf2;
	-webkit-box-shadow: 0px 5px 0px #e2e2e2;
}

.content_btn a {
	text-decoration: none;
	color: #fff;
	width: 440px;
	display: block;
	padding: 15px 0 10px;
	border-radius: 10px;
	background: url(./../img/content_btn_off.png) no-repeat center top;
}

.content_btn a:hover {
	background-color: #F7931E;
}

.greetingBox {
	margin: 0 0 27px;
}

.greetingBox > li:first-child {
	margin: 0;
	width: 560px;
}

.greetingBox > li {
	float: left;
	margin: 13px 0 0 9px;
	width: 400px;
}

.greetingBox > li dt {
	margin: 0 0 10px;
	font-size: 16px;
	color: #974032;
}

.greetingBox > li dd {
	font-size: 14px;
}

.greeting_lead {
	margin: 8px 0 0 30px;
	font-size: 14px;
}

.greeting_lead li {
	margin: 24px 0 0;
	line-height: 1.75;
}

.greeting_lead li:first-child {
	margin: 0;
}

.greeting_text01 {
	color: #F15A24;
	font-size: 23px;
	font-weight: bold;
	margin: 22px 0 0 30px;
	line-height: 1.4;
}

.greeting_text01 span {
	display: inline-block;
	position: relative;
	left: -12px;
}

.greeting_text02 {
	color: #8DA508;
	font-size: 14px;
	margin: 10px 0 0 30px;
}



.access_box {
	margin: 13px auto 44px;
	width: 943px;
}

.access_box > li:first-child {
	margin: 0;
	width: 470px;
}

.access_box > li:first-child > dl dt {
	margin: 25px 0 0;
	font-size: 18px;
}

.access_box > li:first-child > dl dd {
	margin: 12px 0 0;
	line-height: 1.75;
}

.access_box > li {
	float: left;
	margin: 0 0 0 30px;
	width: 400px;
}

.access_box dt {
	font-weight: bold;
	color: #603813;
}

.access_box dd {
	font-size: 14px;
	color: #603813;
	margin: 22px 0 0;
}

.a_banner {
	padding: 36px 0 30px 0px;
	width: 441px;
	text-align: center;
	background: url(./../img/banner_bg.png) no-repeat center top;
}

.a_banner > ul > li {
	margin: 1px 0 6px;
}

.a_banner > ul > li:first-child {
	margin: 0;
}


.access_box dd span {
	color: #8DA508;
	font-size: 12px;
}

/* 当院について
----------------------------------------------------------- */

.aboutBox {
	margin: 0 0 80px;
}

.aboutBox li {
	margin: 15px 0 0 10px;
	float: left;
	width: 400px;
	font-size: 14px;
}

.aboutBox li:first-child {
	width: 580px;
	padding: 15px 0 0 10px;
	margin: 0;
}

.aboutBox p {
	margin: 15px 0 0;
}

.text_top {
	margin: 0 !important;
}

/* 院長のご挨拶
----------------------------------------------------------- */

.aboutBox_02 {
	margin: 0 0 80px;
}

.aboutBox_02 li {
	margin: 0 0 0 20px;
	float: left;
	width: 680px;
	font-size: 14px;
}

.aboutBox_02 li:first-child {
	width: 300px;
	margin: 0;
}

.aboutBox_02 dd {
	text-align: right;
	margin: 30px 0 0;
}


/* 料金メニュー
----------------------------------------------------------- */

.treatmentBox {
	margin: 0 0 80px;
	font-size: 14px;
}

.treatmentBox li {
    float: left;
    width: 400px;
    text-align: right;
    margin: 30px 0 0 0;
}

.treatmentBox li:first-child {
    width: 600px;
    text-align: left;
    margin: 0;
}

.treatmentBox li:first-child p {
	padding: 15px 0 30px 10px;
}

.treatmentBox h3 {
	width: 582px !important;
}

.price_tb {
	width: 100%;
	margin: 30px 0 20px;
	font-size: 16px;
}

.price_tb tr th {
	background: #98f3f3;
	width: 30%;
	border: 1px solid #ccc;
	padding: 10px 0 6px;
	color: #666;
	text-align: center;
}

.price_tb tr td {
	text-align: center;
	border: 1px solid #ccc;
	padding: 10px 0;
	font-weight: bold;
	color: #ef5a24;
}


/* 症状・施術の流れ
----------------------------------------------------------- */

.symptomBox {
	margin: 0 0 30px;
	font-size: 14px;
	color: #534741;
}

.symptomBox li {
    float: left;
    width: 300px;
    margin: 15px 0 0 0px;
    font-weight: bold;
}

.symptomBox li:first-child {
    width: 700px;
    text-align: left;
    margin: 6px 0 0;
}

.symptomBox li:first-child p {
	padding: 15px 0 0 10px;
}


.symptomBox02 {
	margin: 0 0 80px;
	font-size: 14px;
	font-weight: bold;
	color: #534741;
}

.symptomBox02 li {
    float: left;
    width: 650px;
    margin: 0px 0 0 80px;
}

.symptomBox02 li:first-child {
    width: 200px;
    text-align: left;
    margin: 0;
}

.symptomBox02 li:first-child p {
	padding: 15px 0 0 10px;
}

.symptomBox02 li > ul > li {
	margin: 20px 0 0;
}

.symptomBox02 li > ul > li:first-child {
	margin: 0 !important;
}

.symptomList_01 {
	width: 400px !important;
	padding: 20px 0 17px 60px;
	border-radius: 0 5px 5px 0;
	background: url(./../img/flow_icon01.png) no-repeat 10px center;
	background-color: #e8e0de;
}

.symptomList_02 {
    background: url(./../img/flow_icon02.png) no-repeat 10px center;
    background-color: #e6cfca;
    width: 400px !important;
    padding: 20px 0 17px 60px;
    border-radius: 0 5px 5px 0;
    margin: 30px 0 0 70px !important;
}

.symptomList_03 {
    background: url(./../img/flow_icon03.png) no-repeat 10px center;
    background-color: #e2beb6;
    width: 400px !important;
    padding: 20px 0 17px 60px;
    border-radius: 0 5px 5px 0;
    margin: 30px 0 0 140px !important;
}

.symptomList_04 {
    background: url(./../img/flow_icon04.png) no-repeat 10px center;
    background-color: #e0b2a7;
    width: 400px !important;
    padding: 20px 0 17px 60px;
    border-radius: 0 5px 5px 0;
    margin: 30px 0 0 210px !important;
}

.symptomList_05 {
    background: url(./../img/flow_icon05.png) no-repeat 10px center;
    background-color: #e0a89b;
    width: 400px !important;
    padding: 20px 0 17px 60px;
    border-radius: 0 5px 5px 0;
    margin: 30px 0 0 280px !important;
}

.symptomList_06 {
	background: url(./../img/flow_icon06.png) no-repeat 10px center;
	background-color: #dc9787;
	width: 400px !important;
	padding: 20px 0 17px 60px;
	border-radius: 0 5px 5px 0;
	margin: 30px 0 0 70px !important;
}

.symptomList_07 {
    background: url(./../img/flow_icon07.png) no-repeat 10px center;
    background-color: #d8816d;
    width: 400px !important;
    padding: 20px 0 17px 60px;
    border-radius: 0 5px 5px 0;
    margin: 30px 0 0 140px !important;
}

.symptomList_08 {
    background: url(./../img/flow_icon08.png) no-repeat 10px center;
    background-color: #d46a51;
    width: 440px !important;
    padding: 10px 0 7px 60px;
    border-radius: 0 5px 5px 0;
    margin: 30px 0 0 210px !important;
}

.flowBox {
	margin: 20px 0 0px;
	padding: 10px 0 35px;
	font-size: 14px;
	background: url(./../img/flow_bg01.png) no-repeat 10px center;
}

.flowBox > li {
    float: left;
    width: 300px;
    margin: 0 0 0 39px;
    padding: 0;
    text-align: center;
}

.flowBox > li:first-child {
    width: 400px;
    text-align: left;
    margin: 0 0 0 250px;
    padding: 0;
    background: none;
    color: #666;
}

.flowBox li:first-child p {
	padding: 15px 0 0 10px;
}

.flowBox li dt {
	margin: 5px 0 5px;
	font-size: 21px;
	font-weight: bold;
}



.flowBox02 {
	margin: 20px 0 0;
	padding: 10px 0 35px;
	font-size: 14px;
	background: url(./../img/flow_bg02.png) no-repeat 10px center;
}

.flowBox02 > li {
    float: left;
    width: 300px;
    margin: 0 0 0 39px;
    padding: 0;
    text-align: center;
}

.flowBox02 > li:first-child {
    width: 400px;
    text-align: left;
    margin: 0 0 0 250px;
    padding: 0;
    background: none;
    color: #666;
}

.flowBox02 li:first-child p {
	padding: 15px 0 0 10px;
}

.flowBox02 li dt {
	margin: 5px 0 5px;
	font-size: 21px;
	font-weight: bold;
}


.flowBox03 {
	margin: 20px 0 0;
	padding: 10px 0 35px;
	font-size: 14px;
	background: url(./../img/flow_bg03.png) no-repeat 10px center;
}

.flowBox03 > li {
    float: left;
    width: 300px;
    margin: 0 0 0 39px;
    padding: 0;
    text-align: center;
}

.flowBox03 > li:first-child {
    width: 400px;
    text-align: left;
    margin: 0 0 0 250px;
    padding: 0;
    background: none;
    color: #666;
}

.flowBox03 li:first-child p {
	padding: 15px 0 0 10px;
}

.flowBox03 li dt {
	margin: 5px 0 5px;
	font-size: 21px;
	font-weight: bold;
}


.flowBox04 {
	margin: 20px 0 0;
	padding: 10px 0 35px;
	font-size: 14px;
	background: url(./../img/flow_bg04.png) no-repeat 10px center;
}

.flowBox04 > li {
    float: left;
    width: 300px;
    margin: 0 0 0 39px;
    padding: 0;
    text-align: center;
}

.flowBox04 > li:first-child {
    width: 400px;
    text-align: left;
    margin: 0 0 0 250px;
    padding: 0;
    background: none;
    color: #666;
}

.flowBox04 li:first-child p {
	padding: 15px 0 0 10px;
}

.flowBox04 li dt {
	margin: 5px 0 5px;
	font-size: 21px;
	font-weight: bold;
}


.flowBox05 {
	margin: 20px 0 0;
	padding: 10px 0 35px;
	font-size: 14px;
	background: url(./../img/flow_bg05.png) no-repeat 10px center;
}

.flowBox05 > li {
    float: left;
    width: 300px;
    margin: 0 0 0 39px;
    padding: 0;
    text-align: center;
}

.flowBox05 > li:first-child {
    width: 400px;
    text-align: left;
    margin: 0 0 0 250px;
    padding: 0;
    background: none;
    color: #666;
}

.flowBox05 li:first-child p {
	padding: 15px 0 0 10px;
}

.flowBox05 li dt {
	margin: 5px 0 5px;
	font-size: 21px;
	font-weight: bold;
}

.flow_fifth {
	text-align: center;
}

.flow_fifth li {
	margin: 0;
	padding: 23px 0 0px;
	background: url(./../img/flow05_next.png) no-repeat center 5px;
}

.flow_fifth li:first-child {
	margin: 0;
	padding: 0;
	background: none;
}

.flow_fifth span {
	padding: 2px 10px;
	margin: 0 10px 0 0;
	background: #ea9816;
	border: 2px solid #df8800;
	border-radius: 3px;
	color: #fff;
}


.flowBox06 {
	margin: 20px 0 60px;
	padding: 10px 0 35px;
	font-size: 14px;
	background: url(./../img/flow_bg06.png) no-repeat 10px center;
}

.flowBox06 > li {
    float: left;
    width: 300px;
    margin: 0 0 0 39px;
    padding: 0;
    text-align: center;
}

.flowBox06 > li:first-child {
    width: 400px;
    text-align: left;
    margin: 0 0 0 250px;
    padding: 0;
    background: none;
    color: #666;
}

.flowBox06 li:first-child p {
	padding: 15px 0 0 10px;
}

.flowBox06 li dt {
	margin: 5px 0 5px;
	font-size: 21px;
	font-weight: bold;
}


/* 当院の概要・アクセス
----------------------------------------------------------- */

.company_table {
	width: 1000px;
	font-size: 14px;
	margin: 20px 0 20px;
	color: #534741;
}

.company_table th {
	width: 200px;
	padding: 10px 0;
	color: #fff;
	background: #974032;
	border: 1px solid #c5897f;
}

.company_table td {
	width: 575px;
	padding: 10px;
	border: 1px solid #c5897f;
	background: #fff;
}

.g_map {
	margin: 0 0 20px;
}

.access_text {
	margin: 30px 0 20px;
	text-align: center;
}

/* よくある質問
----------------------------------------------------------- */

.question_top {
	margin: 30px 0 0;
	text-align: center;
	border: 3px solid #8da508;
	border-radius: 3px;
	padding: 18px 0 10px;
}

.question_top dt {
	font-size: 15px;
	font-weight: bold;
	color: #666;
}

.question_top dd {
	font-size: 26px;
	margin: 0px 0 0;
	font-weight: bold;
	color: #f7931e;
}


.question_list {
	margin: 0 0 50px;
}

.question_list li {
	margin: 15px 0 0;
}

.question_list li:first-child {
	margin: 0;
}

.question_list li dt {
	font-size: 18px;
	color: #666;
	background: url(./../img/news_border.png) repeat-x bottom;
	border-left: 6px solid #8da508;
	padding-left: 8px;
	margin: 25px 0 10px;
}

.question_list li dd {
	width: 95%;
	margin: 0 auto;
	font-size: 14px;
}

.question_list li dd span {
	font-weight: bold;
	font-size: 16px;
	color: #999;
}


/* お客様の声
----------------------------------------------------------- */

.voiceBox_2 {
	margin: 30px 0;
}

.voiceBox_2 > li:first-child {
	margin: 0;
	width: 400px;
}

.voiceBox_2 > li {
	float: left;
	margin: 0px 0 0 50px;
	width: 400px;
}

.voiceBox_2 > li dt {
	margin: 0 0 10px;
	font-size: 16px;
	color: #974032;
}

.voiceBox_2 > li dd {
	font-size: 14px;
}


/* お問い合わせ
----------------------------------------------------------- */

input[type="checkbox"],
input[type="radio"] {
	vertical-align: middle;
}

/*--- フォームテーブル ---*/

.contact_tb {
	width: 100%;
	margin: 0 0 30px 0;
}

.contact_tb tr th {
	width: 280px;
	text-align: left;
	padding: 10px 12px 10px 12px;
	position: relative;
}

.contact_tb tr td {
	padding: 10px 12px 10px 12px;
}

.contact_tbl th label {
	cursor: pointer;
	display: block;
	padding: 10px 0 0 20px;
}

input[type="text"], textarea {
	border: 4px solid #E7E7E7;
	outline: none;
	padding: 5px;
}

input[type="text"]:focus, textarea:focus {
	border: 4px solid #FAB27F;
	background: #FFECCD;
}

input[type="text"] {
	height: 30px;
}

input[type="radio"] {
	vertical-align: middle;
}

textarea {
	vertical-align: middle;
	padding: 10px 5px;
}

button, input[type="submit"], input[type="button"] {
	cursor: pointer;
}

.error_style {
	color: #FF0000;
	display: block;
}

#name, #kana {
	width: 380px;
}

#tel,#fax, #addr {
	width: 200px;
}

#pref, #zip {
	width: 120px;
}

#add_detail {
	width: 590px;
}

#address3 {
	width: 590px;
}

#title,#mail,#mail_confirm, textarea {
	width: 590px;
}

button {
	border: none;
	outline: none;
	background: none;
}

.form_notice1 {
	font-size: 87.5%;
}

.choose_list1 {
	margin: 0 auto 50px auto;
	width: 450px;
}

.choose_list1 li {
	text-align: center;
	float: left;
	margin: 0 0 0 10px;
}

.choose_list1 li:first-child {
	margin: 0 0 0 0;
}

.choose_list1 li input, .confirm_bt, .toHome {
	border: 0;
	outline: 0;
	background: none;
	color: #FFFFFF;
	padding: 20px 10px;
	width: 218px;
	background-color: #4CAF50;
	font-size: 18px;
}

.choose_list1 li input:hover, button:hover, .toHome:hover {
	background-color: #E87474;
}

.send_bt {
	width: 218px;
	float: right;
	margin: 0 263px 0 0;
}

.modification {
	width: 218px;
	float: left;
	margin: 0 0 0 250px;
}

.contact_tb th em {
	background: #D14758;
	width: 3em;
	text-align: center;
	position: absolute;
	right: 10px;
	color: #FFFFFF;
}

.toHome {
	display: block;
	margin: 0 auto;
	width: 218px;
	text-align: center;
	text-decoration: none;
}

.f_rogo a img {
    opacity: 1;
}