@charset "utf-8";
/*
Theme Name: theme_nanba2401
Description: theme_nanba2401
Version: 1.0
Tags: simple

*/

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
* { padding: 0;	margin: 0;}
html {overflow-y: scroll;}
h1, h2, h3, h4, h5, h6 {font-size: 1.0em;	font-weight: normal;}
table {	border-collapse: collapse;}
img { border: none; vertical-align: bottom;}
ol, ul, li { list-style-type: none;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
font: 15px/1.8 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#634a3f;
-webkit-text-size-adjust: 100%;
background: url(images/body_bg.jpg) repeat-x left 202px;
}

/* link
----------------------------------------------- */

a { color: #5F8FBF; text-decoration: underline; }

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

.link01 {
	background: url(images/common/icon_arrow01.png) no-repeat left 6px;
	padding-left: 13px;
	cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.link02 {
	background: url(images/common/icon_arrow03.png) no-repeat left 4px;
	padding-left: 16px;
	cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.link03 {
	background: url(images/common/icon_arrow04.png) no-repeat left 4px;
	padding-left: 17px;
	cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/* clearfix
----------------------------------------------- */

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

.clearfix { display: inline-block; }
/* Hides from IE-mac \*/

* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.clear { clear: both; }


/* フォーム
------------------------------------------------------------*/

/* form-style
----------------------------------------------- */
input,select {
margin-right: 3px;
font-size: 1em;
padding: 1px;
}

input[type="text"],input[type="email"],input[type="tel"] {
border: 1px solid #ccc;
padding: 2px;
background: url(images/common/form_shadow.png) repeat-x left top;
}
textarea {
border: 1px solid #ccc;
background: url(images/common/form_shadow.png) repeat-x left top;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background: #878787;
background: -moz-linear-gradient(top, #878787 0%, #6f6f6f 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#878787), color-stop(100%,#6f6f6f));
background: -webkit-linear-gradient(top, #878787 0%,#6f6f6f 100%);
background: -o-linear-gradient(top, #878787 0%,#6f6f6f 100%);
background: linear-gradient(to bottom, #878787 0%,#6f6f6f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#878787', endColorstr='#6f6f6f',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:120%;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #878787;
background: -moz-linear-gradient(top, #6f6f6f 0%, #878787 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6f6f6f), color-stop(100%,#878787));
background: -webkit-linear-gradient(top, #6f6f6f 0%,#878787 100%);
background: -o-linear-gradient(top, #6f6f6f 0%,#878787 100%);
background: linear-gradient(to bottom, #6f6f6f 0%,#878787 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f6f6f', endColorstr='#878787',GradientType=0 );
cursor:pointer;
}

*:first-child+html input[type="submit"]{padding:3px;}

form table th span {font-size: 12px;}
form table th span.required {font-size: 10px; color: #d00; margin-left: 5px;}

form table label {margin-right: 1em; cursor: pointer;}

form table .block span {display: block; line-height: 1.7;}

form .inline p{display: inline;}

.post form table p {margin-bottom: 10px}

/* switcher-style
----------------------------------------------- */
.pc-switcher {
clear: both;
margin: 1.2em auto;
text-align: center;
}
.pc-switcher a, .pc-switcher span {
color: #fff !important;
font-weight: bold;
padding: 0.4em 8%;
text-align: center;
text-decoration: none;
}
.pc-switcher a {
background-color: #999;
}
.pc-switcher a:hover {
background-color: #bababa;
}
.pc-switcher span.active {
background-color: #ccc;
}
.pc-switcher a:first-child, .pc-switcher span:first-child {
border-radius: 2.4em 0 0 2.4em;
}
.pc-switcher a:last-child, .pc-switcher span:last-child {
border-radius: 0 2.4em 2.4em 0;
}


/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner{
margin:0 auto;
width:960px;
}

#header{
overflow:hidden;
height: 140px;
background: url(images/header_bg.jpg) repeat-x left top #fff;
}

#content{
float:left;
width:680px;
padding:0 0 20px;
margin-top: 25px;
}

#sidebar{
float:right;
width:250px;
padding:25px 0 50px;
}

#footer{
clear:both;
}


/* ヘッダー
*****************************************************/

/* サイト説明文
----------------------------------*/
#header h1{
padding:3px 0;
font-size:11px;
font-weight:normal;
}

/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
clear:both;
float:left;
padding:20px 5px 0;
font-size:160%;
font-weight:bold;
}

/* コンタクト
----------------------------------*/
#header .contact {
float: right;
text-align: right;
margin: 15px 0 0;
line-height: 1.5;
}
#header .contact p {
font-size: 12px;
}
#header .contact .tel{
font-size:44px;
font-family:"Arial", Sans-Serif;
font-weight: bold;
line-height:1;
padding-bottom:7px;
color: #01b3b7;
}
#header .contact .tel span{
font-size:80%;
padding:0;
}
#header .contact .tel a{ color:#01b3b7;}


/* メインメニュー
------------------------------------------------------------*/
nav#mainNav{
clear:both;
position:relative;
z-index:200;
width:100%;
background:#f4ad49;
height: 60px;
border-bottom: 3px solid #d59131;
}

nav#mainNav .inner{
padding:0;
border-left:1px dotted #f0dec0;
height: 60px;
}

nav#mainNav ul li{
float: left;
position: relative;
border-right:1px dotted #f0dec0;
}

nav#mainNav ul li a{
display: block;
text-align: center;
_float:left;
color: #fff;
height:35px;
line-height:60px;
padding:25px 0 0;
width: 159px;
font-size:100%;
font-weight:normal;
text-decoration: none;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}

nav#mainNav ul li a strong{
display:block;
font-size:13px;
font-weight: normal;
line-height:1;
margin-bottom:5px;
}

nav#mainNav ul li a span{
font-size:70%;
color: #efbfbf;
font-weight:normal;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}

nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li.current-menu-item a, nav#mainNav ul li.current-menu-item a span{
background:#f1b96b;
}

nav#mainNav ul ul{
width:160px;
border-top:0;
}

nav#mainNav ul li ul{display: none;}

nav#mainNav ul li:hover ul{
display: block;
position: absolute;
top:45px;
left:-1px;
z-index:500;
}

nav#mainNav ul li li{
margin:0;
float: none;
height:40px;
line-height:40px;
width:160px;
background:#f4ad49;
border-bottom:1px dotted #fff;
color: #fff;
}

nav#mainNav ul li li:last-child{border:0;}

nav#mainNav ul li li a{
width:100%;
height:40px;
padding:0 0 0 10px;
line-height:40px;
font-size:95%;
text-align:left;
color: #fff;

}

nav#mainNav ul li li.current-menu-item a,nav#mainNav ul li li a:hover{color:#fff;
background:#efabab;}


/* トップページ　メイン画像
----------------------------------*/
#mainImg{
clear:both;
line-height:0;
text-align:center;
z-index:0;
background: url(images/mainImg_bg.jpg) no-repeat center top;
padding-top: 45px;
}
#mainImg img{
max-width: 100%;
height: auto;
}

.post{
margin:0 0 20px 0;
padding:20px;
background: #fff;
}

.toppage{padding:0 20px 20px;}

/* アイキャッチ */
#eyecatch {
margin: 0 auto 30px;
text-align: center;
}
#eyecatch img{
margin: 0 auto 0;
}

/* 記事ループ
*****************************************************/
.list{
padding:15px 0 0;
margin-bottom: 5px;
border-bottom:1px dashed #dcdcdc;
}

.list:last-child{border:0;}

.post .list p{padding:0;}

.list span{
	background: url(images/common/icon_arrow04.png) no-repeat left 3px;
	padding-left: 20px;
}
/* ループ */
.post-list {
margin: 0 0 20px;
border-bottom: 1px dashed #ddd;
background-color: #fff;
}
.post-list a {
display: block;
text-decoration: none;
color: #57504c;
padding: 15px;
}
.post-list a:after {
display: block;
clear: both;
content: '';
}
.post-list a:hover {
background-color: #f6f6f6;
}
.post-list img {
float: left;
width: 220px;
padding: 0 15px 0 0;
}
.post-list .text {
width: auto;
margin-left: 230px;
}
.post .post-list h3 {
font-size: 1.2em;
padding: 0;
line-height: 1.5;
margin-top: 0;
margin-bottom: 5px;
background: none;
border: none;
clear: none;
}
.post-date {
font-size: .8em;
margin-bottom: 8px;
color: #666;
}
.cat-data {
font-size: .6em;
padding: 3px 5px;
text-align: center;
white-space: nowrap;
color: #fff;
border-radius: 3px;
background-color: #464646;
}
.post .post-list p {
font-size: .9em;
margin: 10px 0 0;
clear: none;
}

/* ページャー */
.pagination {
display: flex;
align-items: center;
justify-content: center;
margin: 40px 0;
position: relative;
font-size: 13px;
}

.pagination span, .pagination a {
display: block;
width: auto;
margin: 4px;
padding: 8px;
border: 1px solid #aaa;
background-color: #fff;
text-decoration: none;
text-align: center;
line-height: 16px;
color: #aaa;
}

.pagination .pager{
width: 32px;
}

.pagination a:hover,
.pagination .current  {
color: #fff;
border-color: #aaa;
background-color: #aaa;
}

.pagination a.prev {
margin-right: 16px;
}
.pagination a.next {
margin-left: 16px;
}
.pagination a.first {}
.pagination a.last {}
.pagination span.page_num {
display: none;
}

/* サイドバー　ウィジェット
*****************************************************/
#sidebar section{
margin-bottom: 20px;
font-size: 12px;
}

section.widget ul, .widget_search, #calendar_wrap, .textwidget{
margin:0 0 20px 0;
padding:10px 10px 5px;
border:1px solid #d4c5b4;
background: #fff;
}

section.widget ul ul{
border:0;
margin:0;
padding:0 0 0 10px;
}

#sidebar p {margin-bottom: 10px;}

#sidebar p.banner{margin-bottom:20px;}

#sidebar p.banner img{
max-width:100%;
height:auto;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}

#sidebar p.banner img:hover{
cursor:pointer;
opacity:.7;
}

#sidebar img.alignleft {
	float: left;
	margin: 0 10px 5px 0;
	display: inline-block;
}
#sidebar img.alignright {
	float: right;
	margin: 0 0 5px 5px;
	display: inline-block;
}

section.widget h3{
clear:both;
margin:0;
padding:10px 10px 8px 10px;
font-size:110%;
border:1px solid #d4c5b4;
border-bottom:3px solid #f4ad49;
background: #faf7ef;
}

section.widget li a{
display:block;
padding:10px 0 7px 12px;
background:url(images/common/icon_arrow02.png) no-repeat 0 17px;
border-bottom:1px dashed #dcdcdc;
text-decoration: none;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}

section.widget li:last-child a{border:0;}

section.widget li a:hover{
text-decoration: underline;
background:url(images/common/icon_arrow02.png) no-repeat 2px 17px;
}

#searchform input[type="text"]{
line-height:1.7;
height:24px;
width:90px;
vertical-align:bottom;
}

/* カレンダー */
#calendar_wrap table{margin:0 auto;width:90%;}
#calendar_wrap table caption{padding:10px 0;text-align:center;font-weight:bold;}
#calendar_wrap table th, #calendar_wrap table td{padding:3px;text-align:center;}
#calendar_wrap table th:nth-child(6),#calendar_wrap table td:nth-child(6){color:#0034af;}
#calendar_wrap table th:nth-child(7),#calendar_wrap table td:nth-child(7){color:#950000;}
#calendar_wrap table td#prev{text-align:left;}
#calendar_wrap table td#next{text-align:right;}
#calendar_wrap a{font-weight:bold;}


/* 症例別
-------------*/
section.widget .columntitle {
position: relative;
}
section.widget .columntitle p {
position: absolute;
top: 10px;
right: 10px;
}
section.widget .columntitle p a {
text-decoration: none;
color:#444;
background:url(images/common/icon_arrow02.png) no-repeat 0 5px;
padding-left: 10px;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
section.widget .columntitle p a:hover{
color:#999;
background:url(images/common/icon_arrow02.png) no-repeat 2px 5px;
}

section.widget h4.widget_title {
  border-bottom: 1px dotted #d4c5b4;
  padding: 10px 3px 3px;
  margin-bottom: 3px;
}

/* エキテン */
#side_ekiten{
background:#FAEBE8;
border-radius: 10px;
padding: 10px;
}
#side_ekiten p{
margin-bottom: 15px;
font-size: 14px;
}


/* レスポンスデバイス
*****************************************************/
#content .response {
margin: 30px auto 50px;
position: relative;
background: url(images/common/bnr_response2401.png) no-repeat center top;
height: 340px;
}
#content .response .tel {
position: absolute;
top:55px;
left:35px;
}
#content .response .btn {
position: absolute;
top:195px;
right:40px;
}


/* フッター
*****************************************************/
#pagetop {position: fixed; right: 20px; bottom: 20px;}
#pagetop a img {vertical-align: bottom;}

#footer {
background:#fbf7f1;
font-size:12px;
}

#footer ul{
padding:25px 0 25px;
text-align:center;
}

#footer li{
display:inline-block;
padding: 5px 16px;
border-left:1px dotted #ccc;
}
*:first-child+html #footer li{display:inline;}

#footer li:first-child{border:0;}

#footer li a{
text-decoration:none;
color:#795f46;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}

#footer li a:hover{color:#A3928C;text-decoration: underline;}

#footer ul ul{display:none;}

#copyright{
clear:both;
padding:10px 0 37px;
text-align:center;
color:#795f46;
font-size:10px;
}
#copyright a{ color:#795f46; text-decoration: none;}
#copyright a:hover{ text-decoration: underline;}


/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
height: 30px;
margin: 5px 0 20px;
padding: 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
color:#4f4d4d;
text-align:center;
}


/* タイポグラフィ
*****************************************************/
h2.title,.post h2{
clear:both;
margin:2em 0 1.5em;
padding:12px 5px 10px 15px;
font-size:1.3em;
color:#fff;
border-bottom:3px solid #d59131;
background:#f4ad49;
}
h2.first{
margin:0;
}

.dateLabel{
text-align:right;
font-weight:bold;
color:#858585;
}

.post p{margin-bottom:20px;}

.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}

.post h2{
margin:30px 0;
}

.post h3{
clear: both;
margin:2em 0 1.5em;
padding:15px 5px 11px 15px;
font-size:128%;
background: #fbf7f1;
font-weight:bold;
border-left: 8px solid #f4ad49;
}
.post h2.imgtitle,.post h3.imgtitle,.post h4.imgtitle{
margin:2em 0 1.5em;
padding:0;
background:none;
border: none;
}

.post h4{
clear: both;
margin:30px 0 20px;
padding:6px 0 4px 12px;
font-size:120%;
font-weight: bold;
border-left:7px solid #f4ad49;
}

.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 20px;
border-left:5px solid #CEBEAB;
}

.post blockquote p{padding:5px 0;}

.post .caption {
display: inline-block;
margin: 5px 0;
border-bottom: 1px solid #e8dac2;
}

/* image-style
----------------------------------------------------------- */

.post img{max-width:100%;height:auto;}

img.border {
	border: 1px solid #ddd;
	padding: 4px;
}
img.frame {
	border: 5px solid #fff;
	box-shadow: 0px 1px 4px #ccc;
	-moz-box-shadow: 0px 1px 4px #ccc;
	-webkit-box-shadow: 0px 1px 4px #ccc;
}
img.aligncenter,img.center {
	display: block;
	margin: auto;
}
img.alignright {
	float: right;
	margin: 0 0 10px 15px;
	display: inline-block;
}
img.alignleft {
	float: left;
	margin: 0 15px 10px 0;
	display: inline-block;
}

/* box-style
----------------------------------------------- */
.box01 {
margin: 0 0px 30px;
padding: 1px ;
border: 1px solid #dadada;
}
.box01In{
padding: 20px 20px 5px;
background: #fff;
border: 1px solid #eee;
}
.box01 .p50{
padding: 50px 50px 45px;
}
.box02 {
background: #fff;
padding: 20px 20px 5px;
margin: 0 0px 30px;
box-shadow: 0px 1px 3px #bababa;
-moz-box-shadow: 0px 1px 3px #bababa;
-webkit-box-shadow: 0px 1px 3px #bababa;
}
.box03 {
margin: 0 0px 30px;
padding: 20px 20px 5px;
border: 3px solid #e8dac2;
}
.box_note {
margin: 0 0px 20px;
padding: 20px 20px 5px;
background: url(images/common/notebg.png) repeat left top;
box-shadow: 0px 1px 2px #cccccc;
-moz-box-shadow: 0px 1px 2px #cccccc;
-webkit-box-shadow: 0px 1px 2px #cccccc;
}


/* title-box-style
----------------------------------------------- */
.t-box01,.titlebox{
clear: both;
margin: 0 0px 20px;
}
.t-box01 .title,.titlebox .title{
margin:0;
padding:12px 5px 10px 17px;
font-size:113%;
font-weight:bold;
background: #fbf7f1;
border: 1px solid #e8dac2;
border-bottom: none;
border-radius: 4px 4px 0 0;
}
.t-box01 .t-box01In,.titlebox .titleboxIn{
padding: 20px 20px 5px;
border: 1px solid #e8dac2;
border-radius: 0px 0px 4px 4px;
}

/* color-box-style
----------------------------------------------- */
.box-red {
margin: 0 0px 30px;
padding: 20px 20px 0 ;
background: #fff5f9;
border: 1px solid #f2a99d;
border-radius: 6px;
color: #bf0008;
}
.box-yellow {
margin: 0 0px 30px;
padding: 20px 20px 0 ;
background: #ffffe0;
border: 1px solid #e0d0a1;
border-radius: 6px;
color: #726055;
}
.box-blue {
margin: 0 0px 30px;
padding: 20px 20px 0 ;
background: #e5f4fc;
border: 1px solid #99c7de;
border-radius: 6px;
color: #023894;
}
.box-green {
margin: 0 0px 30px;
padding: 20px 20px 0 ;
background: #ecfbeb;
border: 1px solid #82c682;
border-radius: 6px;
color: #007c36;
}
.box-gray {
margin: 0 0px 30px;
padding: 20px 20px 0 ;
background: #f8f8f8;
border: 1px solid #ccc;
color: #333;
}
.box-red h4,.box-yellow h4,.box-blue h4,.box-green h4,.box-gray h4{
border: none;
padding: 0;
margin: 0 0 10px 0;
}


/* list-style
----------------------------------------------- */
.post .list01 {
	margin: 20px 0 20px 10px;
}
.post .list01 li {
	margin-bottom: 5px;
	padding: 3px 0 8px 28px;
	background: url(images/common/icon_check.png) no-repeat left 3px;
}
.post .list02 {
	margin: 20px 0 20px 10px;
}
.post .list02 li {
	margin-bottom: 10px;
	padding-left: 15px;
	background: url(images/common/icon_circle01.png) no-repeat left 7px;
}
.post .link-list {
	margin: 15px 0 15px 5px;
}
.post .link-list li {
	margin: 0 10px 7px 0;
	display: inline-block;
}
.post .link-list li a {
	background: url(images/common/icon_arrow01.png) no-repeat left 5px;
	padding-left: 13px;
	cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}


/* dl-style
----------------------------------------------- */
.post .dl01 {
	margin-bottom: 30px;
}
.post .dl01 dt {
  margin:30px 0 10px;
  padding: 0 0 4px 18px;
  font-size:113%;
  font-weight: bold;
	background: url(images/common/icon_square01.png) no-repeat 0 8px;
	border-bottom: 1px dotted #d1b994;
}
.post .dl01 dd {
	margin: 0 0 30px;
}
.post .dl02 {
	margin-bottom: 20px;
}
.post .dl02 dt {
  margin:30px 0 0;
  padding: 12px 0 8px 30px;
  font-size:128%;
  font-weight: bold;
	background: url(images/common/icon_square01.png) no-repeat 10px 22px #faf7ef;
	border: 1px solid #d4c5b4;
	border-bottom: 2px solid #d4c5b4;
}
.post .dl02 dd {
	margin: 0 0 30px;
	padding: 15px 8px 15px 15px;
	border: 1px solid #d4c5b4;
}

.post .faq {
	margin-bottom: 40px;
}
.post .faq dt {
	margin: 30px 0 10px;
	padding: 10px 0 8px 28px;
	background: url(images/common/icon_faq_q.png) no-repeat 3px 13px #f8f8f8;
	border-top: 1px dotted #bababa;
	border-bottom: 1px dotted #bababa;
	font-size: 1.2em;
	font-weight: bold;
}
.post .faq dd {
	margin: 0 0 30px;
	padding: 2px 5px 0 28px;
	background: url(images/common/icon_faq_a.png) no-repeat 4px 3px;
}


/* table-style
----------------------------------------------- */

.post table.table01 {
	width: 100%;
	margin: 0 0 30px;
	border-collapse: separate;
}
.post table.table01 tr.bdnone th,.post table.table01 tr.bdnone td{
    border: none;
}
.post table.table01 th, .post table.table01 td {
  font-weight: normal;
  padding: 12px 6px 10px 12px;
  text-align: left;
  vertical-align: top;
}
.post table.table01 th {
  background:#faf7ef;
  width: 30%;
  border-bottom: 1px dotted #D4C5B4;
  border-right: 1px dotted #D4C5B4;
}
.post table.table01 td {
  border-bottom: 1px dotted #D4C5B4;
  border-right: 1px dotted #D4C5B4;
}

.post table.table01.center th,
.post table.table01.center td {
text-align: center;
vertical-align: middle;
}
.post table.table01.w20 th {
width: 20%;
}
.post table.table01.w20 td {
width: 80%;
}
.post table.table01.submit td {padding: 30px;}
.post table.table01.submit input,.post table.table01.submit button {font-size: 100%; cursor: pointer;}

.post table.table02 {
	width: 100%;
	margin: 0 0 20px;
	border-collapse: separate;
}
.post table.table02 tr.bdnone th,.post table.table02 tr.bdnone td{
    border: none;
}
.post table.table02 th, .post table.table02 td {
  font-weight: normal;
  padding: 8px 8px 5px;
  text-align: left;
  vertical-align: top;
}
.post table.table02 th {
  background:#faf7ef;
  border-bottom: 1px dotted #D4C5B4;
  border-right: 1px dotted #D4C5B4;
}
.post table.table02 td {
  border-bottom: 1px dotted #D4C5B4;
  border-right: 1px dotted #D4C5B4;
}

.post table.table03 {
	width: 430px;
	margin: 0 0 20px;
}
.post table.table03 th, .post table.table03 td {
  font-weight: normal;
  padding: 8px 8px 5px;
  text-align: left;
  vertical-align: top;
}
.post table.table03 th {
  background:#f2eee5;
  border-bottom: 1px dotted #D4C5B4;
  border-right: 1px dotted #D4C5B4;
}
.post table.table03 td {
  border-bottom: 1px dotted #D4C5B4;
  border-right: 1px dotted #D4C5B4;
}


/* text-style
----------------------------------------------- */
.txt-right {
	text-align: right !important;
}
.txt-left {
	text-align: left !important;
}
.center {
	text-align: center !important;
}
.color-red {
	color: #dd0000;
}
.font12 {
	font-size: 12px;
}
.font10 {
	font-size: 10px;
}
.font-s {
	font-size: small;
}
.font-en {
	font-family:"Times New Roman", serif;
	font-size: large;
}

.lineheight2{
  line-height: 2.0;
}



/* Emphasis
----------------------------------------------------------- */
.em1 {
	color: #f96060;
}
.em2 {
	font-size: large;
	color: #f96060;
}
.em2x {
	font-size: x-large;
	color: #f96060;
}
.em3 {
	font-weight: bold;
}
.em4 {
	font-weight: bold;
	text-decoration: underline;
}
.em5 {
	font-weight: bold;
	font-size: larger;
}
.em6{
  background: #FFF8CE;
  font-weight: bold;
	padding-left: 3px;
}
.em7{
	font-weight: bold;
	background: url(images/common/liner.png) repeat-x 0 80%;
	padding-left: 3px;
}
.em1 a{
	color: #f96060;
}
.em2 a{
	color: #f96060;
}
.em2x a{
	color: #f96060;
}


/* btn-style
----------------------------------------------- */
.post .submit {
text-align: center !important;
margin: 30px 0;
}

/* btn-base */
.txt-btn {
display: inline-block;
max-width: 90%;
min-width: 280px;
text-align: center;
text-decoration: none;
line-height: 60px;
outline: none;
padding: 0 2em 0;
margin: 0 0.5em 1em;
}
.txt-btn::before,
.txt-btn::after {
position: absolute;
z-index: -1;
display: block;
content: '';
}
.txt-btn,
.txt-btn::before,
.txt-btn::after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all .3s;
transition: all .3s;
}
/* btn-style */
.txt-btn {
background-color: #cfc191;
border: 2px solid #cfc191;
color: #fff;
}
.txt-btn:hover {
background-color: #fff;
border-color: #cfc191;
color: #cfc191;
}



/* other-style
----------------------------------------------- */
.MT0 { margin-top: 0px !important; }
.MT10 { margin-top: 10px !important; }
.MT20 { margin-top: 20px !important; }
.MT30 { margin-top: 30px !important; }
.MB0 { margin-bottom: 0px !important; }
.MB5 { margin-bottom: 5px !important; }
.MB10 { margin-bottom: 10px !important; }
.MB20 { margin-bottom: 20px !important; }
.MB30 { margin-bottom: 30px !important; }

.MR0 { margin-right: 0 !important; }
.MR10 { margin-right: 10px !important; }
.MR20 { margin-right: 20px !important; }
.MR30 { margin-right: 30px !important; }

.ML0 { margin-left: 0 !important; }
.ML10 { margin-left: 10px !important; }
.ML20 { margin-left: 20px !important; }
.ML30 { margin-left: 30px !important; }
.ML100 { margin-left: 100px !important; }

.MRL-20 { margin-left: -20px !important;margin-right: -20px !important; }

.PT0 { padding-top: 0px !important; }
.PT10 { padding-top: 10px !important; }
.PT20 { padding-top: 20px !important; }
.PT30 { padding-top: 30px !important; }
.PB0 { padding-bottom: 0px !important; }
.PB10 { padding-bottom: 10px !important; }
.PB20 { padding-bottom: 20px !important; }
.PB30 { padding-bottom: 30px !important; }

.submit-btn {
	text-align: center;
	margin: 30px 0;
}
.post .bnr {text-align: center; margin: 30px 0;}

.inlileb {display: inline-block;}

.layout2{
  margin: 0 0 20px;
  overflow: hidden;
}
.layout2 .itemleft {
float: left;
width: 48%;
}
.layout2 .itemright {
float: right;
width: 48%;
}
.layout37{
  margin: 0 0 20px;
  overflow: hidden;
}
.layout37 .itemleft {
float: left;
width: 33%;
}
.layout37 .itemright {
float: right;
width: 65%;
}
.layout73{
  margin: 0 0 20px;
  overflow: hidden;
}
.layout73 .itemleft {
float: left;
width: 65%;
}
.layout73 .itemright {
float: right;
width: 33%;
}


hr{
  clear: both;
  background: url("https://hamadayama89.jp/wp/wp-content/themes/theme_nanba/images/common/break.png") no-repeat center center;
  border: medium none;
  height: 15px;
  margin: 40px 0;
}

.youtube-wrap {
  text-align: center;
  margin-bottom: 15px;
}
.youtube-wrap iframe {
}


/* page-style
----------------------------------------------- */

/* menu
----------------------------------------------- */
.btnlist{}
.btnlist li{
  display: inline-block;
  margin: 0 3px 7px 0;
  background: #f2f2f2;
  padding: 7px 14px 5px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
.btnlist li a{
  color: #795f46;
  font-weight: bold;
	background: url(images/common/icon_arrow01.png) no-repeat left 5px;
	padding-left: 12px;
}
.btnlist li a:hover{
  color: #afa099;
}
.btnlist li.none{
  margin: 0 3px 7px 0;
  background: none;
  padding: 0;
}

/* access
----------------------------------------------- */
.accessbox {
  padding-bottom: 20px;
  margin-bottom: 15px;
  background: url(images/common/u_arrow01.png) no-repeat 21% bottom;
}
.accessbox.bg20 {
  margin-bottom: 10px;
  background: url(images/common/u_arrow01.png) no-repeat 20% bottom;
}
.accessbox.last {
  background: none;
  padding-bottom: 0;
}
.accessbox p {
  display: table-cell;
  vertical-align: middle;
}
.accessbox p.img {
  width: 320px;
}
.accessbox.w300 p.img {
  width: 300px;
}
.accessbox p img {
  margin-right: 15px;
  vertical-align: middle;
}
.accessbox.block {
}
.accessbox.block p {
  display: block;
}
/* flow
----------------------------------------------- */
.flowbox {
  padding-bottom: 20px;
  margin-bottom: 15px;
  background: url(images/common/u_arrow01.png) no-repeat 18% bottom;
}
.flowbox.last {
  background: none;
  padding-bottom: 0;
}
.flowbox .itemleft {
  display: table-cell;
  vertical-align: top;
  width: 250px;
  padding-right: 20px;
}
.flowbox .itemright {
  display: table-cell;
  vertical-align: top;
}


/* BeforeAfter
----------------------------------------------- */
.babox {
  margin-bottom: 30px;
}
.babox p.img {
  float: left;
  margin-bottom: 5px;
  max-width: 440px;
}
.babox .date {
  float: right;
  width: 190px;
  padding: 10px;
  margin-top: 3px;
  background: url(images/common/notebg.png) repeat left top;
  box-shadow: 0px 1px 2px #cccccc;
  -moz-box-shadow: 0px 1px 2px #cccccc;
  -webkit-box-shadow: 0px 1px 2px #cccccc;
}
.babox .comment {
  clear: both;
  border-bottom: 3px dotted #ccc;
  padding: 5px 10px 15px;
}

/* interior
----------------------------------------------- */
.interiorbox {
  margin-bottom: 20px;
  display: table;
  width: 100%;
}
.interiorbox p {
  display: table-cell;
  vertical-align: middle;
}
.interiorbox p.img {
  width: 51%;
}
.interiorbox p.img.itmeright {
  text-align: right;
}

/* testimonials
----------------------------------------------- */
.testimonial {
margin: 20px 0px;
padding: 25px;
border: 3px solid #eee3d7;
background: url(images/common/testimonial_bg.png) no-repeat 98% 10px #ffffff;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.testimonial .title {
padding: 0 0 10px 0;
border:none;
border-bottom: 2px dotted #ccc;
margin: 0 0 20px;
color: #cc0000;
background: none;
line-height: 1.5;
}
.testimonial .ph {
display: inline;
margin: 0 0 10px 15px;
float: right;
max-width: 250px;
}
.testimonial .name {
font-weight: bold;
}
.testimonial dl dt{
font-size: 12px;
color: #a08a72;
padding-bottom: 2px;
border-bottom: 1px dotted #ccc;
}
.testimonial dl dd{
margin: 5px 0 20px;
}


.testimonial02 {
margin: 10px 0px;
padding: 15px 10px 1px;
border-left: 10px solid #f4ad49;
background: url(images/common/fivestar.png) no-repeat 98% 10px #fbf7f1;
box-shadow: 0px 1px 2px #cccccc;
-moz-box-shadow: 0px 1px 2px #cccccc;
-webkit-box-shadow: 0px 1px 2px #cccccc;
}
.testimonial .name {
font-weight: bold;
}
