@charset "UTF-8";
/*   
Theme Name: gp-bl
Description: プログラム専用テーマ
Author: golazo, Inc.
Author URI: http://www.golazo.co.jp/
Version: 1.0
*/

/*
+Reset
+General
+Clearfix
+Header
+Global Menu
+Container
+Post Entry
+Side
+Footer
+Top Page
+Page Style
+Plug-in
+Deco
*/

/****************************************
  +Reset
*****************************************/

/*!
 * CSS Reset 2011-12-25
 * https://gist.github.com/1360380
 *
 * Author:  Takeru Suzuki, http://terkel.jp/
 * License: Public domain
 *
 * Inspired by Normalize.css: http://necolas.github.com/normalize.css/
 */

/* HTML5 display definitions */
section, nav, article, aside, hgroup,
header, footer, figure, figcaption, details {
  display: block;
}

video, audio, canvas {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

/* The root element */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* Sections */
body {
  font-family: sans-serif;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin: 0;
}

/* Grouping content */
p, blockquote, dl, dd, figure {
  margin: 0;
}

hr {
  color: inherit;
  height: auto;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  font-family: monospace, sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0;
}

ol, ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

/* Text-level semantics */
a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

strong, b {
  font-weight: bold;
}

small {
  font-size: 0.83em;
}

q {
  quotes: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

code, samp, kbd {
  font-family: monospace, sans-serif;
}

mark {
  color: black;
  background-color: yellow;
}

sub, sup {
  font-size: 0.83em;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

br {
  letter-spacing: 0;
}

/* Embedded content */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

/* Tabular data */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  padding: 0;
  text-align: left;
}

th, td {
  text-align: left;
  vertical-align: baseline;
  padding: 0;
}

/* Forms */
form {
  margin: 0;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  border: 0;
  *margin-left: -7px;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: 1em;
  color: inherit;
  margin: 0;
}

input, button {
  line-height: normal;
  vertical-align: inherit;
  *vertical-align: middle;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]:focus {
  outline-offset: -2px;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

select {
  background-color: inherit;
  line-height: normal;
}

textarea {
  vertical-align: top;
  overflow: auto;
  *font-family: sans-serif;
}


/****************************************
  +General 
*****************************************/

html {
  font-size: 62.5%;
} 

body {
  background: url(images/back-body.png) left top repeat-x;
  color: #555;
  font-family: sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  text-align: center;
}

#wrap {
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
}

#header,
#footer-inner,
#page-top {
  width: 941px;
}

.menu-gnav-container {
  width: 947px;
}

#container-inner {
  width: 950px;
}

#header-inner {
  margin: auto;
  width: 941px;
}

/*** リンク ***/
a { 
  color: #0091da;
  text-decoration: none;
}

a:hover { 
  color: #0091da;
  text-decoration: underline;
}

p {
  padding-bottom: 15px;
}


/****************************************
  +Clearfix 
*****************************************/

/*クラスあり*/
.clearfix { 
  zoom:1;
}

.clearfix:after{
  clear: both;
  content: "";
  display: block;
}

/*クラスなし*/
*:after {
  clear:both;
  display:block;
}

/* clearfix IE6, 7 */
#menu-gnav,
#container-inner,
#footer-inner,
#breadcrumbs,
#newhtml,
.entry-info,
.post,
.section,
.box1,
.voice-wrap,
.nav-below {
  zoom:1;
}

/* clearfix */
#menu-gnav:after,
#container-inner:after,
#footer-inner:after,
#breadcrumbs:after,
#newhtml:after,
.entry-info:after,
.post:after,
.section:after,
.box1:after,
.voice-wrap:after,
.nav-below:after {
  content:"";
}


/****************************************
  +Header
*****************************************/

#header {
  height: 325px;
  margin: 0 auto;
  position: relative;
}

#title-h1 {
  color: #221814;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 51px;
}

#title {
  position: absolute;
  left: 0;
  top: 104px;
}

#header-info {
  position: absolute;
  right: 0;
  top: 60px;
}


/****************************************
  +Global Menu
*****************************************/

.menu-gnav-container {
  height: 40px;
  position: absolute;
  bottom: 0;
}

#menu-gnav {
  font-size: 16px;
  font-size: 1.6rem;
  height: 40px;
  list-style-type: none;
  margin-right: -3px;
  overflow: hidden;
  text-align: center;
  width: 950px;
  _zoom: 1;
}

#menu-gnav li {
  float: left;
  height: 40px;
  margin-right: 3px;
  overflow: hidden;
  width: 187px;
}

#menu-gnav li a {
  background: url(images/back-gnav.png) left top no-repeat;
  color: #fff;
  display: block;
  font-weight: bold;
  height: 38px;
  line-height: 38px;
  padding: 2px 6px 0 0;
  text-decoration: none;
  width: 181px;
}

#menu-gnav li a:hover {
  background-position: 0 -40px;
}

#menu-gnav li.current-menu-item a {
  background-position: 0 -80px;
}


/****************************************
  +Container
*****************************************/

#container {
  background: url(images/back-container.jpg) center top repeat-x #fff;
  border-top: 10px solid #fff;
  height: 100%;
}

#container-inner {
  margin: 0 auto;
  padding: 14px 0 80px;
  position: relative;
}

/*** メインコンテンツ ***/
#content {
  background: url(images/content-bottom.png) no-repeat bottom;
  float: right;
  padding: 0 0 20px;
  margin-top: 27px;
  width: 660px;
  overflow: hidden;
}

/* パンくず非表示 */
.home #content,
.single #content,
.blog #content,
.category #content {
  margin-top: 0;
}

#content-inner {
  background: url(images/content-top.png) no-repeat;
  padding-top: 20px;
}

#content-inner .inner {
  background: url(images/content-center.png) repeat-y;
  padding: 5px 0 20px;
}

.home #content-inner .inner {
  padding: 0 0 20px;
}

p.spc {
  padding-bottom: 0;
}

.section,
.post-conts {
  padding: 0 46px 0;
  position: relative;
}

/*** メインイメージ ***/
#visual {
  /*height: 260px;*/
  margin: 0 auto;
  padding-bottom: 20px;
  width: 614px;
}

/*** ページアイキャッチ ***/
.attachment-post-thumbnail {
  display: block;
  margin: 0 auto 20px;
  /*padding-bottom: 20px;*/
  width: 577px;
}

#visual-b {
  display: block;
  height: 5px;
  margin: 0 auto;
  padding-bottom: 15px;
  width: 593px;
}

.main-space1 {
  margin: 0 0 0 21px;
  padding-bottom: 5px;
  width: 616px;
}

/*** 見出し（TOP/Page メイン） ***/
.h2-home,
.h1-page {
  background: url(images/hdg.jpg) no-repeat;
  clear: both;
  color: #444;
  font-size: 18px;
  font-size: 1.8rem;
  height: 40px;
  line-height: 33px;
  margin: 0 auto 20px;
  padding: 0 20px 0 36px;
  width: 550px;
}

/*** h2 ***/
.post h2 {
  background: url(images/hdg.jpg) no-repeat;
  clear: both;
  color: #444;
  font-size: 18px;
  font-size: 1.8rem;
  height: 40px;
  line-height: 33px;
  margin: 0 0 20px -19px;
  padding: 0 20px 0 36px;
  width: 550px;
}

/*** h3(ブログ共通) ***/
.h3-home,
.post h3 {
  background: url(images/h3.jpg) no-repeat;
  clear: both;
  color: #555;
  font-size: 15px;
  font-size: 1.5rem;
  height: 40px;
  line-height: 40px;
  margin: 0 0 15px;
  padding: 0 20px 0 23px;
  width: 525px;
}

/*** h4(ブログ共通) ***/
.post h4,
.h4-home {
  border-left: 4px solid #72b5fb;
  border-bottom: 1px solid #cececf;
  clear: both;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 15px;
  padding: .1em .5em
}

/*** 画像回り込み ***/
img.alignleft {
  float: left;
  margin: 0 20px 20px 0px;
}

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

img.aligncenter {
  display: block;
  margin: 0 auto 20px;
}

img.alignnone {
  margin: 0 0 20px;
}

/*** 画像キャプション ***/
.wp-caption p {
  margin-bottom: 0;
  padding: 5px 10px 0;
}

/*** パンくずリスト ***/
#breadcrumbs {
  background: url(images/icon-breadcrumbs.png) 0 1px no-repeat;
  font-size: 12px;
  font-size: 1.2rem;
  padding-left: 20px;
  position: absolute;
  left: 300px;
  top: 20px;
}

#breadcrumbs ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#breadcrumbs ul li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}

/*** ページの先頭へ ***/
#page-top {
  margin: 0 auto;
}

#page-top a {
  background: url(images/btn-pagetop.png) left top no-repeat;
  display: block;
  height: 40px;
  margin-left: 759px;
  position: relative;
  width: 187px;
  z-index: 20;
}

#page-top a span {
  display: none;
}

#page-top a:hover {
  background-position: 0 -40px;
}

/*** リスト ***/
.post-conts ul,
.post-conts ol {
  margin: 0 0 15px;
}

.post-conts ul li {
  list-style: square inside;
}

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

/*** 引用部分 ***/
blockquote {
  background: url(images/quote-start.gif) no-repeat scroll top left #f0f0f0;
  border: 1px dotted #cccccc;
  margin: 10px 15px 25px;
  padding: 0;
}

blockquote p {
  background: url(images/quote-end.gif) no-repeat scroll bottom right;
  margin: 0px;
  padding: 10px 30px;
}


/****************************************
  +Post Entry 
*****************************************/

/*** 見出し（Single メイン） ***/
#content .h1-entry,
#content .h2-entry,
.post .h1-entry,
.post .h2-entry {
  background: none;
  border: none;
  clear: both;
  color: #666;
  font-size: 20px;
  font-size: 2rem;
  height: auto;
  line-height: 28px;
  margin: 10px 0 5px;
  padding: 0 47px;
  width: 568px;
}

/*** 各見出し ***/
.single .post-conts h2,
.blog .post-conts h2 {
  background: none;
  border-bottom: 3px dotted #09a2e1;
  clear: both;
  color: #666;
  font-size: 20px;
  font-size: 2rem;
  height: 35px;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 0;
  width: 568px;
}

/*** entry info ***/
.entry-info {
  background: #09a2e1;
  color: #ffffff;
  margin: 0 0 20px 47px;
  padding: 5px 5px 3px;
  width: 558px;
}

.entry-info ul{
  margin: 0;
}

.entry-info li{
  float: left;
  font-size: 12px;
  list-style: none !important;
  margin: 0 15px 0 5px !important; 
  padding-left: 25px;
}

.entry-info li a {
  color: #fff;
}

.entry-info li a:hover {
  color: #fff;
  text-decoration: underline;
}

.entry-info li.cal{
  background: url(images/icon-cal.png) no-repeat 0 2px;
}

.entry-info li.cat{
  background: url(images/icon-cat.png) no-repeat 0 2px;
}

.entry-info li.tag {
  background: url(images/icon-tag.png) no-repeat 0 2px;
}

/*** for IE6 ***/
* html .entry-info li{
  height: 19px;
}

/*** for IE7 ***/
*:first-child+html .entry-info li{
  height: 19px;
}

/*** ボトムナビゲーション ***/
.nav-previous a,
div.navigation .alignleft a {
  float: left;
}

.nav-next a,
div.navigation .alignright a {
  float: right;
  text-align: right;
}

.nav-below {
  font-size: 13px;
  padding: 0 47px 0;
}

/*** ブログ記事一覧 ***/
.entry-info-list {
  background: #d8e9f9;
  color: #555;
  height: 20px;
  margin: 0 0 10px 47px;
  padding: 5px 5px 3px;
  width: 558px;
}

.entry-info-list ul {
  margin: 0;
}

.entry-info-list li {
  float: left;
  font-size: 12px;
  list-style: none !important;
  margin: 0 10px 0 5px !important; 
}

.entry-info-list li a {
}

.entry-info-list li a:hover {
  text-decoration: underline;
}

.entry-list img {
  display: block;
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
}

/*** 「続きを読む」リンク ***/
a.more-link {
  display: block;
  font-size: 13px;
  margin-left: 480px;
  text-align: right;
}

/*** コメント欄 ***/
.comments {
  padding: 0 47px 0;
}

h3#comments {
  background-image: none;
  border-top:1px solid #ddd;
  clear: both;
  color: #666;
  line-height: 16px;
  margin: 40px 0 0;
  padding: 10px 0 10px 10px;
}

.commentlist li {
  border-top: 1px solid #ddd;
  padding: 5px 0 0 55px;
  position: relative;
}

.commentlist .avatar {
  background: #fff;
  border: 1px solid #ddd;
  left: 0;
  margin: 0 16px 0 0;
  padding: 3px;
  position: absolute;
  top: 15px;
}

.commentlist .reply a {
  background: #dcd6d2;
  color: #333;
  font-size: 85%;
  padding: 2px 10px;
  position: absolute;
  top: 15px;
  right: 0;
  text-decoration: none;
}

.commentlist .reply a:hover {
  color: #999
}

#respond h3 {
  background-image: url(images/h3-comme.jpg);
  color: #666;
  height: 35px;
  line-height: 35px;
  margin-bottom: 15px;
  padding-left: 20px;
}


/****************************************
  +Side
*****************************************/

#sidebar {
  float: left;
  width: 278px;
}

#sidebar-inner {
  padding: 0 0 20px 4px;
}

/*** サイド見出し ***/
.side-h3 {
  background: url(images/h3-side.png) left top no-repeat;
  clear: both;
  color: #677d97;
  font-size: 16px;
  font-size: 1.6rem;
  height: 33px;
  line-height: 33px;
  margin-bottom: 15px;
  padding: 0;
  text-align: center;
  width: 271px;
}

/*** サイドメニュー ***/
#menu-snav-wrap,
.menu-snav-container {
  width: 274px;
}

#menu-snav {
  font-weight: bold;
  margin-bottom: 20px;
  overflow: hidden;
  _zoom: 1;
}

#menu-snav li {
  height: 72px;
  width: 274px;
  margin-bottom: 10px;
  overflow: hidden;
}

#menu-snav li a {
  background: url(images/back-snav.png) left top no-repeat;
  color: #9e9e9f;
  display: block;
  display: table-cell;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  height: 72px;
  line-height: 1.2;
  padding: 0 0 0 35px;
  text-decoration: none;
  vertical-align: middle;
  width: 239px;
}

/* IE 6 */
* html #menu-snav li a {
  display: inline;
  zoom: 1;
  height: 54px;
  line-height: 1.1;
  padding: 18px 0 0 35px;
}

/* IE 7 */
*:first-child+html #menu-snav li a {
  display: inline;
  zoom: 1;
  height: 54px;
  line-height: 1.1;
  padding: 18px 0 0 35px;
}

#menu-snav li a:hover,
#menu-snav li.current-menu-item a {
  background-position: 0 -72px;
}

.home #menu-snav li.current-menu-item a {
  background-position: 0 0;
}

.home #menu-snav li a:hover {
  background-position: 0 -72px;
}

/*** サイドカレンダー ***/
#sidecal {
  margin-bottom: 10px;
}

/*** サイド治療院情報 ***/
.sbnr-photo {
  display: block;
  margin: 0 0 10px 10px;
  width: 251px;
}

.side-info {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px;
  width: 271px;
}

.side-info tr {
  border-bottom: 1px dotted #cececf;
}

.side-info th {
  color: #0067b5;
  text-align: center;
  vertical-align: middle;
  width: 65px;
}

.side-info th.ts {
  padding-top: 9px;
  vertical-align: top;
}

.side-info td {
  padding: 10px;
  vertical-align: middle;
}

.side-info li {
  background: url(images/icon-arrow4.gif) no-repeat 0px 6px;
  padding-left: 15px;
}

#side-info2 {
  border: 1px dotted #cececf;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 30px;
  padding: 15px 15px 0px;
  width: 239px;
}

#side-info2 p {
  padding-bottom: 15px;
}

/*** サイドスペース・上 ***/
#side-space1  {
  height: 138px;
  margin: -3px 0 13px -5px;
  width: 284px;
}

#side-space2  {
  margin: -4px 0 3px -4px;
  width: 283px;
}

#side-space3  {
  margin: 0px 0 7px -4px;
  width: 283px;
}


/****************************************
  +Footer
*****************************************/

#footer {
  background: url(images/back-footer.jpg) left top repeat-x #70bbe9;
  margin-top: -8px;
}

#footer-inner {
  margin: 0 auto;
  padding: 8px 0 60px;
  position: relative;
}

#footer-inner a {
  color: #fff;
}

#footer-menu {
  float: left;
  _float: none;
  width: 460px;
  padding: 60px 0 0;
}

#footer-menu01 {
  float: left;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
  padding: 0 15px 0 0;
  width: 150px;
}

.menu-fnav1-container {
  margin: 0;
  padding: 0;
  width: 140px;
}

#footer-menu01 ul {
  width: 140px;
  padding-top: 10px;
}

#footer-menu01 ul li {
  background: url(images/listmark-fs.png) 0px 1px no-repeat;
  line-height: 14px;
  margin: 0;
  padding: 0 0 10px 17px;
}

#footer-menu02 {
  float: left;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
  width: 250px;
}

.menu-fnav2-container {
  margin: 0 ;
  padding: 0;
  width: 250px;
}

#footer-menu02 ul {
  border-left: 4px dotted #fff;
  width: 250px;
  padding: 10px 0 0 45px;
}

#footer-menu02 ul li {
  background: url(images/listmark-fc.png) 0px 1px no-repeat;
  line-height: 14px;
  margin: 0;
  padding: 0 0 10px 17px;
}

#footer-info {
  float: right;
  height: 314px;
  margin-top: 80px;
  width: 410px;
}

/* copyright */
#copyright {
  background: url(images/back-copyright.jpg) center bottom repeat-x;
  height: 170px;
}

#copyright p {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  padding-top: 126px;
}


/****************************************
  +Top Page
*****************************************/

#top-gr {
  float: right;
  height: 245px;
  margin: 0 -10px 20px 15px;
  width: 191px;
}

#top-photos {
  height: 267px;
  margin: 0 auto 20px;
  width: 584px;
}

.box1 {
  /*margin: 0 0 20px;*/
  position: relative;
  width: 568px;
}
 
.box1 img {
  float: right;
  margin: 0 -20px 0 0;
}
 
.box1 p {
  overflow: auto;	/* for modern browser */
  padding-bottom: 0;
  zoom: 1;	/* for ie6 */
}

.top-svoice1,
.top-svoice2,
.top-svoice3 {
  float: left;
  width: 184px;
}

.top-svoice1 {
  padding-left: 9px;
}

.voice-wrap {
  margin: 0 auto;
  width: 574px;
}

.voice {
  background: url(images/voice-bottom.jpg) no-repeat bottom;
  float: left;
  margin-bottom: 15px;
  padding: 0 0 30px;
  overflow: hidden;
  width: 574px;
}

.voice-inner {
  background: url(images/voice-top.jpg) no-repeat;
  padding-top: 65px;
}

.voice-inner .inner2 {
  background: url(images/voice-center.jpg) repeat-y;
  padding: 5px 52px 0;
}

.voice p {
  padding-bottom: 0;
}

.voice .voice-name {
  float: left;
  padding: 15px 0 0 38px;
  z-index: 20;
}

a.btn-voice {
  display: block;
  margin: 0 auto 30px;
  width: 265px;
}

dl.top-list {
  line-height: 2em;
  margin-bottom: 35px;
  margin-left:0px;
  margin-top:0px;
  width: 568px;
}
.top-list dt{
  background: url(images/list-mark1.gif) no-repeat 0px 7px;
  padding: 2px 2px 2px 14px;
  text-align:left;
  width: 110px;
}
.top-list dd{
  border-bottom:1px dotted #cececf;
  margin: 3px 3px 10px 125px;
  margin-top: -2.5em;
  padding:2px;
}

.box2 {
  background: url(images/box2-bottom.jpg) no-repeat bottom;
  margin-bottom: 15px;
  padding: 0 0 15px;
  overflow: hidden;
  width: 568px;
}

.box2-inner {
  background: url(images/box2-top.jpg) no-repeat;
  padding-top: 15px;
}

.box2-inner .inner2 {
  background: url(images/box2-center.jpg) repeat-y;
  padding: 10px 36px 0;
}

.box3 {
  background: url(images/box3-bottom.jpg) no-repeat bottom;
  margin-bottom: 15px;
  padding: 0 0 10px;
  overflow: hidden;
  width: 568px;
}

.box3-inner {
  background: url(images/box3-top.jpg) no-repeat;
  padding-top: 10px;
}

.box3-inner .inner2 {
  background: url(images/box3-center.jpg) repeat-y;
  padding: 10px 20px 0;
}

.box3 p {
  padding-bottom: 10px;
}

.top-course-sup {
  padding: 20px 0 35px;
}

#top-rsv-net {
  background: url(images/top-rsv-net.png) no-repeat;
  height: 138px;
  position: relative;
  width: 568px;
}

#top-rsv-net a {
  display: block;
  position: absolute;
  top: 38px;
  left: 19px;
}


/****************************************
  +Page Style 
*****************************************/

/*** プロフィール ***/
.profile-l {
  float: left;
  width: 180px;
}

.profile-l img {
  border: 1px solid #ddd;
  padding: 4px;
}

.p-caption {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 5px 0 20px;
  text-align: center;
}

.profile-r {
  border-style: solid;
  border-width: 1px 1px 0;
  border-color: #ddd;
  float: right;
  width: 366px;
}

.profile-r dt {
  background: #e5f2fb;
  border-bottom: 1px solid #ddd;
  color: #0067b5;
  font-weight: bold;
  padding: 10px 15px;
}

.profile-r dd {
  border-bottom: 1px solid #ddd;
  padding: 10px 15px 15px;
}

/*** 院内のようす ***/
.imgbox1 dt {
  color: #e85412;
  font-weight: bold;
  line-height: 1;
  margin: 25px 0 15px;
  padding-left: 270px;
  position: relative;
  width: 298px;
}

.imgbox1 dt.firstChild,
.imgbox1 dt:first-child {
  margin: 0 0 15px;
}

.imgbox1 dt img {
  border: 1px solid #ddd;
  padding: 4px;
  position: absolute;
  top: 0;
  left: 0;
}

.imgbox1 dd {
  height: 146px;
  padding-left: 270px;
}

.imgbox1 > dd {
  height: auto;
  min-height: 146px;
}

/*** 施術の流れ ***/
.imgbox2 dt {
  color: #e85412;
  font-weight: bold;
  line-height: 1;
  margin: 40px 0 15px;
  padding-left: 270px;
  position: relative;
  width: 298px;
}

.imgbox2 dt.firstChild,
.imgbox2 dt:first-child {
  margin: 0 0 15px;
}

.imgbox2 dt img {
  border: 1px solid #ddd;
  padding: 4px;
  position: absolute;
  top: 0;
  left: 0;
}

.imgbox2 dt img.arrow {
  border: none;
  padding: 0;
  position: absolute;
  top: 186px;
  left: 115px;
}

.imgbox2 dd {
  height: 146px;
  padding-left: 270px;
}

.imgbox2 > dd {
  height: auto;
  min-height: 146px;
}

/*** 他の治療院とは～ ***/
#difference dt {
  background: #e5f2fb;
  border: 1px solid #ccc;
  color: #0067b5;
  clear: both;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 55px;
  padding: 15px 15px 15px 110px;
  position: relative;
}

#difference dt.firstChild,
#difference dt:first-child {
  margin-top: 30px;
}

#difference dt img {
  position: absolute;
  top: -30px;
  left: 15px;
}

#difference dd {
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: #ccc;
  padding: 15px;
}

img.df-r {
  border: 1px solid #ddd;
  float: right;
  margin: 0 0 15px 15px;
  padding: 3px;
}

img.df-l {
  border: 1px solid #ddd;
  float: left;
  margin: 0 15px 15px 0;
  padding: 3px;
}

/*** こんな症状の方が～ ***/
.symptom {
  position: relative;
}

.image-symptom {
  float: right;
  margin: 15px 0 0;
  width: 259px;
}

.c-name {
  padding: 10px 0 0;
  width: 270px;
}

.post-conts ul.c-name li {
  background: url(images/icon-arrow3.gif) left center no-repeat;
  border-bottom: 1px dotted #55b1ff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  list-style-type: none;
  padding: 10px 5px 10px 30px;
}

/*** 患者様の声 ***/
.post h4.h4-voice {
  margin: 15px 0;
}

.box-voice {
  border: 1px solid #ccc;
  margin-top: 15px;
  padding: 15px 15px 10px;
}

.v-imgbox {
  float: left;
  font-size: 13px;
  font-size: 1.3rem;
  width: 120px;
}

p.v-name {
  line-height: 1.4;
  padding: 0;
  text-align: center;
}

.v-textbox {
  float: right;
  width: 401px;
}

p.v-title {
  background: #fcf1df;
  border-top: 1px solid #fad0a3;
  border-bottom: 1px solid #fad0a3;
  color: #e85412;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 15px;
  padding: 10px 15px 8px;
}

p.v-title span {
  font-weight: normal;
  font-size: 13px;
  font-size: 1.3rem;
}

p.v-text {
  padding: 0;
}

p.voice-top {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  padding: 10px 15px 0 0;
  text-align: right;
}

/*** よくあるご質問 ***/
ul.faqlist {
  margin-bottom: 25px;
}

ul.faqlist li {
  border-bottom: 1px dotted #ccc;
  color: #0091da;
  list-style: disc inside;
  padding: 5px 15px;
}

.faq-section {
  margin-top: 25px;
}

.post h4.q {
  background: url(images/icon-q.png) 10px center no-repeat #f4e6c9;
  background: url(images/icon-q.png) 10px center no-repeat #f8eeda;
  border: none;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
  padding: 12px 15px 12px 40px;
}

#content p.a {
  background: url(images/icon-a.png) 10px 13px no-repeat;
  border-bottom: 1px dotted #ccc;
  padding: 15px 15px 15px 40px;
}

#content p.faq-top {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 5px 15px 0 0;
  text-align: right;
}


/*** プロからの推薦状 ***/
.post h3.h3-recommend {
  margin: 25px 0 15px;
}

.box-recommend {
  background: #e5f2fb;
  background: #ffffff;
  border: 1px solid #ccc;
  margin: 0 0 25px;
  padding: 15px;
}

.r-imgbox {
  float: left;
  width: 200px;
}

.r-imgbox img {
  border: 1px solid #ccc;
}

.r-textbox {
  float: right;
  width: 318px;
}

p.r-title {
  background: #e5f2fb;
  border-top: 1px solid #72b5fb;
  border-bottom: 1px solid #72b5fb;
  color: #0067b5;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 15px;
  padding: 7px 10px 5px;
}

p.r-text {
  padding: 0;
}

p.r-link {
  font-size: 13px;
  font-size: 1.3rem;
  padding-top: 10px;
  text-align: right;
}

/*** メディア掲載履歴 ***/
.con-media {
  background: url(images/con-media.png) no-repeat;
  height: 138px;
  position: relative;
  width: 568px;
}

.con-media a {
  display: block;
  position: absolute;
  top: 28px;
  left: 19px;
}

.post h4.h4-media {
  margin: 15px 0;
}

.box-media {
  background: #e5f2fb;
  background: #ffffff;
  
  margin: 0;
  padding: 0 15px 10px;
}

.m-imgbox {
  border: 1px solid #ccc;
  float: left;
  width: 200px;
}

.m-textbox {
  float: right;
  width: 319px;
}

p.m-text {
  padding: 0;
}

/*** アクセス ***/
.imgbox3 dt {
  margin: 69px 0 0;
  padding-left: 270px;
  position: relative;
  width: 298px;
}

.imgbox3 dt.firstChild,
.imgbox3 dt:first-child {
  margin: 0
}

.imgbox3 dt img {
  border: 1px solid #ddd;
  padding: 4px;
  position: absolute;
  top: 0;
  left: 0;
}

.imgbox3 dt img.arrow {
  border: none;
  padding: 0;
  position: absolute;
  top: 186px;
  left: 116px;
}

.imgbox3 dd {
  height: 175px;
  padding-left: 270px;
}

.imgbox3 > dd {
  height: auto;
  min-height: 175px;
}

/*フォーム*/
.m-form {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}

.m-form tr.even {
  background: #e5f2fb;
}

.m-form th {
  border-bottom: solid 1px #ccc;
  font-weight: bold;
  padding: 7px 10px 7px 15px;
  text-align: left;
  width: 125px;
}

.hissu-text {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.hissu {
  color: #e85412;
  font-size: 10px;
  font-size: 1rem;
  font-weight: normal;
  vertical-align: super;
}

.m-form td {
  border-bottom: solid 1px #ccc;
  font-weight: normal;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

.m-form td span {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
}

.m-form input {
  border: 1px solid #bbb;
  padding: 2px 5px;
}

.m-form select {
  border: 1px solid #bbb;
  padding: 2px 0;
}

.m-form input.mf {
  width: 380px;
}

.m-form select.mf {
  width: 392px;
}

.m-form textarea {
  border: 1px solid #bbb;
  resize: none;
  width: 390px;
}

.btn-form {
  margin: 20px 14px 0 0;
  padding: 0;
  text-align: right;
}

/*** 全国の治療家 ***/
#cmap {
  margin-bottom: 40px;
}

#cmap-list {
  padding: 3px 0 5px;
}

.area {
  border-bottom: 1px dotted #bbb;
  line-height: 1;
  margin-top: 10px;
  padding: 0 0 5px;
}

.area dt {
  float: left;
  padding-left: 8px;
  width: 110px;
}

.area dd {
  float: left;
  width: 440px;
}

.area ul {
  list-style-type: none;
  margin: 0;
}

.area li {
  display: inline;
  margin-left: 10px;
}

#area01 {
  border-left: 4px solid #227A98;
}
#area02 {
  border-left: 4px solid #3EB63A;
}
#area03 {
  border-left: 4px solid #FB9558;
}
#area04 {
  border-left: 4px solid #66310C;
}
#area05 {
  border-left: 4px solid #D7226A;
}
#area06 {
  border-left: 4px solid #EEB037;
}
#area07 {
  border-left: 4px solid #E2300A;
}
#area08 {
  border-left: 4px solid #B31B09;
}
#area09 {
  border-left: 4px solid #1B3D68;
}

/*** リンク集ページ ***/
h2.linkcattitle {
  display: none;
  margin: 20px 0;
}

.post ul.blogroll {
  float: left;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  width: 568px;
}

.post ul li.brlink {
  background: none;
  border-bottom: 1px dotted #ccc;
  clear: both;
  height: auto !important;
  height: 95px;
  min-height: 95px;
  list-style: none;
  margin: 0 0 10px;
  padding: 0 0 10px;
}

.post ul li.brlink img {
  border: 1px solid #ccc;
  float: left;
  margin: 0 10px 10px 0;
  
}

/*** サイトマップ ***/
#sitemap ul li {
  list-style-type: disc;
  list-style-position: inside;
}

#sitemap ul.children {
  margin: 5px 0;
}

#sitemap ul.children li {
  list-style-type: circle;
  padding-left: 15px;
}


/****************************************
	+Plug-in
*****************************************/

.wp-pagenavi {
  padding-top: 10px;
  text-align: center;
}

/*** Newpost Catch ***/
#npcatch {
  margin-bottom: 30px;
}

#npcatch li{
  line-height: 1.5;
  padding: 5px 0;
  overflow:hidden;
  clear:both;
  width: 271px;
  margin:0px 0px 0px;
  border-bottom: 1px dotted #ccc;
}

#npcatch img {
  float: left;
  margin-right: 5px;
}
 
#npcatch .title {
  float: left;
  width: 205px;
  padding:5px 0px 5px 0px;
}

#npcatch .title a {
  display: block;
}
 
#npcatch .date {
  float: left;
  width: 200px;
  color: #000000;
  font-size: 85%;
}

.srp-widget-container {
  margin-bottom: 20px;
}


/****************************************
	+Deco
*****************************************/

.b1 { font-weight: bold; }
.b2 { color: #0067b5; font-weight: bold; }
.b3 { color: #e85412; font-weight: bold; }

.blue { color: #0067b5; }
.pink { color: #EB6EA6; }
.brown { color: #694D14; }

.s1 { font-size: 90%; }
.s2 { font-size: 80%; }
.s3 { font-size: 70%; }
.s4 { font-size: 60%; }
.s5 { font-size: 50%; }

.bs { margin-left: 1em; text-indent: -1em; }

.pb5 { padding-bottom: 5px; }
.pb10 { padding-bottom: 10px; }
.pb15 { padding-bottom: 15px; }
.pb20 { padding-bottom: 20px; }
.pb25 { padding-bottom: 25px; }
.pb30 { padding-bottom: 30px; }
.pb35 { padding-bottom: 35px; }
.pb40 { padding-bottom: 40px; }
.pb45 { padding-bottom: 45px; }
.pb50 { padding-bottom: 50px; }
.pb55 { padding-bottom: 55px; }
.pb60 { padding-bottom: 60px; }

.wk-A {
  background: #fcf1df;
  border: 2px solid #deb887;
  margin: 10px 0 25px;
  padding: 15px 15px 0;
}

.wk-B {
  background: #e5f2fb;
  border: 2px solid #72b5fb;
  margin: 10px 0 25px;
  padding: 15px 15px 0;
}

.wk-C {
  background: #fff;
  border: 2px solid #72b5fb;
  margin: 10px 0 25px;
  padding: 15px 15px 0;
}

.bg1 {
  background: url(images/box3-bottom.jpg) no-repeat bottom;
  margin: 10px 0 25px;
  padding: 0 0 10px;
  overflow: hidden;
  width: 568px;
}

.bg1-inner {
  background: url(images/box3-top.jpg) no-repeat;
  padding-top: 10px;
}

.bg1-inner .inner2 {
  background: url(images/box3-center.jpg) repeat-y;
  padding: 15px 20px 0;
}
