@charset "utf-8";
/*
Theme Name: 心晴鍼灸院 全ページデザイン統一版
Description: 心晴鍼灸院 トップページ確認用テーマ
Version: 2.13.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:#44280c;
-webkit-text-size-adjust: 100%;
	background: url(images/body_bg.jpg) repeat 0 0;
}

/* 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 0 0 #fff;
}

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

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

#footer{
clear:both;
} 


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

/* サイト説明文
----------------------------------*/
#header h1{
padding:0 0 0;
font-size:80%;
font-weight:normal;
color: #fff;
}

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

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


/* メインメニュー
------------------------------------------------------------*/
nav#mainNav{
clear:both;
position:relative;
z-index:200;
width:100%;
background:#44280c;
height: 60px;
}

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

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

nav#mainNav ul li a{
display: block;
text-align: center;
_float:left;
color: #fff;
height:35px;
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:14px;
font-weight: normal;
line-height:1;
margin-bottom:5px;
}

nav#mainNav ul li a span{
display:block;
font-size:70%;
color: #fff;
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;
line-height:1;
}

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:#634a3f;
opacity: 0.8;
}

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:#493933;
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:#634a3f;}


/* トップページ　メイン画像
----------------------------------*/
#mainImg{
clear:both;
line-height:0;
text-align:center;
z-index:0;
height: 380px;
padding-top: 20px;
background: url(images/main_bg.jpg) no-repeat center top;
}

.post{
margin:0 0 20px 0;
padding:20px 20px;
background: #fff;
border:1px solid #e8dac2;
border-top: 0;
}

.toppage{}


/* 記事ループ
*****************************************************/
.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;
}



/* サイドバー　ウィジェット
*****************************************************/
#sidebar section{
margin-bottom: 15px;
font-size: 12px;
border:1px solid #e8dac2;
padding: 1px;
line-height: 1.7;
}
.widget_search form{
margin: 5px;
}

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

section.widget h3{
clear:both;
margin:0;
padding:8px 10px 7px 10px;
font-size:110%;
border:1px solid #eee3d7;
border-bottom:3px solid #44280c;
background: #fbf7f1;
}

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

section.widget li a{
display:block;
padding:10px 0 7px 12px;
background:url(images/common/icon_arrow02.png) no-repeat 0 16px;
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 16px;
}

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

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

#sidebar .sidebnr li{margin-bottom:15px;}

#sidebar p.banner img,#sidebar .sidebnr li 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 a img:hover,
#sidebar .sidebnr li a img:hover{
cursor:pointer;
opacity:0.7;
}

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


#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;
}


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

#footer {
background:#44280c;
border-top: 5px solid #a09080;
font-size:12px;
color: #eee;
}

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

#footer li{
display:inline-block;
padding: 3px 20px;
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:#eee;
-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:#eee;text-decoration: underline;}

#footer ul ul{display:none;}

#copyright{
clear:both;
padding:20px 0 25px;
text-align:center;
font-size:10px;
}
#copyright a{ color:#eee; 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:0;
padding:18px 10px 13px 18px;
font-size:20px;
border:1px solid #e8dac2;
background: url(images/common/heading_bg.jpg) repeat-x 0 0 #fbf7f1;
}

.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:30px 0 20px;
padding:10px 5px 7px 12px;
font-size:16px;
border:1px solid #e8dac2;
border-left:6px solid #bf4141;
background: #fbf7f1;
}

.post h4{
clear: both;
margin:30px 0 20px;
padding: 3px 0 0 10px;
font-size:16px;
font-weight: bold;
border-left:6px solid #bf4141;
}

.post h2.imgtitle,.post h3.imgtitle,.post h4.imgtitle{
margin:30px 0 20px;
padding:0;
background:none;
border: none;
}

.post h5{
clear: both;
margin:20px 0 15px;
font-size:15px;
font-weight: bold;
}

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

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

/* 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 #999;
	-moz-box-shadow: 0px 1px 4px #999;
	-webkit-box-shadow: 0px 1px 4px #999;
}
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 20px;
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-bottom: 20px;
box-shadow: 0px 1px 3px #cccccc;
-moz-box-shadow: 0px 1px 3px #cccccc;
-webkit-box-shadow: 0px 1px 3px #cccccc;
}
.box03 {
margin: 0 0px 20px;
padding: 15px 15px 0 ;
border: 3px solid #d4c5b4;
}

.titlebox{
clear: both;
margin: 0 0px 20px;
}
.titlebox .title{
margin:0;
padding:13px 5px 9px 18px;
font-size:120%;
font-weight: bold;
color: #fff;
background: #44280c;
font-weight:normal;
border:none;
border-radius: 10px 10px 0 0;
}
.titlebox .titleboxIn{
padding: 20px 20px 5px;
border: 1px solid #44280c;
border-radius: 0px 0px 10px 10px;
}


/* 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-bottom: 7px;
}
.post .link-list li a {
	background: url(images/common/icon_arrow01.png) no-repeat left 7px;
	padding-left: 12px;
	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: 30px 10px;
}
.post .dl01 dt {
  margin:30px 0 10px;
  padding: 0 0 5px 15px;
  font-size:113%;
  font-weight: bold;
	background: url(images/common/icon_square01.png) no-repeat 0 7px;
	border-bottom: 1px dotted #bababa;
}
.post .dl01 dd {
	margin: 0 0 30px;
}
.post .dl01 span.right {
  float: right;
  margin: 0 5px 0 0; 
}


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


/* 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 12px 10px;
  text-align: left;
  vertical-align: top;
}
.post table.table01 th {
  background:#fbf7f1;
  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.table01 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:#fbf7f1;
  width: 30%;
  border-bottom: 1px dotted #D4C5B4;
  border-right: 1px dotted #D4C5B4;
}
.post table.table02 td {
  border-bottom: 1px dotted #ccc;
  border-right: 1px dotted #ccc;
}


/* 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-en {
	font-family:"Times New Roman", serif;
	font-size: large;
}
.lineheight2{
  line-height: 2.0;
}


/* Emphasis
----------------------------------------------------------- */
.em1 {
	color: #dd0000;
}
.em2 {
	font-size: large;
	color: #dd0000;
}
.em3 {
	font-weight: bold;
}
.em4 {
	font-weight: bold;
	font-size: large;
}
.em5 {
	font-weight: bold;
	text-decoration: underline;
}
.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: #dd0000;
}
.em2 a{
	color: #dd0000;
}

/* 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; }

.ML10 { 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;}

#content .response {
margin: 30px auto;
position: relative;
background: url(images/common/bnr_response.jpg) no-repeat 0 0;
object-fit: contain;
height: 370px;
}
#content .response .tel {
position: absolute;
top:62px;
left:32px;
}
#content .response .btn {
position: absolute;
top:140px;
right:24px;
}

.layout2{
  margin: 0 0 20px;
  overflow: hidden;
}
.layout2 .itemleft {
float: left;
width: 50%;
}
.layout2 .itemright {
float: right;
width: 50%;
}
.layout37{
  margin: 0 0 20px;
  overflow: hidden;
}
.layout37 .itemleft {
float: left;
width: 30%;
}
.layout37 .itemright {
float: right;
width: 70%;
}
.layout73{
  margin: 0 0 20px;
  overflow: hidden;
}
.layout73 .itemleft {
float: left;
width: 70%;
}
.layout73 .itemright {
float: right;
width: 30%;
}


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




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

.layout2.toppage{
  margin: 0 5px 20px;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
}
.layout2.toppage .itemleft {
float: left;
width: 280px;
padding: 15px;
background: #f8f8f8;
}
.layout2.toppage .itemright {
float: right;
width: 280px;
padding: 15px;
background: #f8f8f8;
}


/* menu
----------------------------------------------- */
.menulist {
  background: url(images/common/frame_bg_top.png) no-repeat 50% 0;
  padding: 30px 0 0;
  margin-bottom: 20px;
}
.menulistbody {
  background: url(images/common/frame_bg_body.png) repeat-y 50% 0;
  padding: 0;
}
.menulistfoot {
  background: url(images/common/frame_bg_foot.png) no-repeat 50% 100%;
  padding: 0 25px 30px;
}
.menulist .itemleft {
  float: left;
  width: 400px;
}
.menulist .itemright {
  float: right;
  width: 200px;
}
.post table.menutable {
	width: 100%;
	margin: 0 auto 20px;
  line-height: 1.4;
}
.post table.menutable th, .post table.menutable td {
  font-weight: normal;
  padding: 7px 10px 3px ;
  text-align: left;
  vertical-align: middle;
}
.post table.menutable th {
  border-bottom: 1px dotted #ccc;
  background: #f8f8f8;
}
.post table.menutable span {
  font-size: 12px;
  display: block;
}
.post table.menutable span.inline {
  display: inline;
  margin-left: 8px;
}
.post table.menutable td {
}

.menuflow li{
  background: url("images/common/icon_u_arrow02.png") no-repeat 45px bottom;
  padding: 0 10px 20px 12px;
  margin: 0 0 12px 0;
}
.menuflow li.last{
  background: none;
}


/* access
----------------------------------------------- */
.accessbox {
  padding-bottom: 20px;
  margin-bottom: 15px;
  background: url(images/common/u_arrow01.png) no-repeat 19% 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: 290px;
}
.accessbox p img {
  margin-right: 15px;
  vertical-align: middle;
}

.flowbox {
clear: both;
overflow: hidden;
padding-bottom: 20px;
margin-bottom: 15px;
background: url(images/common/u_arrow01.png) no-repeat 12% bottom;
}
.flowbox.last {
background: none;
padding-bottom: 0;
}
.flowbox .itemleft {
float: left;
width: 30%;
}
.flowbox .itemright {
float: right;
width: 68%;
}


/* testimonials
----------------------------------------------- */
.testimonial {
margin: 20px 0px;
padding: 20px;
border: 3px solid #e6e6e6;
background: url(images/common/testimonial_bg.png) no-repeat 98% 10px #ffffff;
}
.testimonial .title {
padding: 0 0 7px 0;
border:none;
border-bottom: 2px dotted #ccc;
margin: 0 0 20px;
color: #c00;
background: none;
}
.testimonial .ph {
display: inline;
margin: 0 0 10px 15px;
float: right;
max-width: 250px;
}
.testimonial .name {
font-weight: bold;
font-size: 12px;
}

.testimonial02 {
margin: 10px 0px;
padding: 15px 10px 1px;
border-left: 10px solid #ddd;
background: url(images/common/fivestar.png) no-repeat 98% 10px #fcfcfc;
box-shadow: 0px 1px 2px #cccccc;
-moz-box-shadow: 0px 1px 2px #cccccc;
-webkit-box-shadow: 0px 1px 2px #cccccc;
}
.testimonial02 p {
margin-bottom: 10px;
}

/* Build: v2.9.8 — desktop link-card stabilization + mobile image-size/profile refinements. */

/* Build: v2.9.9 — card spacing + compact social footer + mobile sticky call CTA. */
