@charset "UTF-8";

/*-------------------------------------------------
【1】CSSリセット
---------------------------------------------------*/
hr {
	background:url() repeat-x;
	height:1px;
	margin:10px 0;
	width:100%;
}

img {
vertical-align:bottom
}

a:hover {
	text-decoration: none;
}

html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
pre,code,p,blockquote,hr,
th,td {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

fieldset,img,abbr,acronym {
	border: 0;
}
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}

#beta ol,#beta ul {
    list-style: none;
}

caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
	color: #48C0D8;
    text-decoration: underline;
    outline: none;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}


.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner { display: block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */

.inline { display: inline; }
.hidden { display: none; }

/* Utility */

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
}

#header:after,
#header-inner:after,
#content:after,
#alpha-inner:after,
#beta-inner:after,
#gamma-inner:after,
#main-navigation:after,
.entry-asset .asset-meta:after,
.comment:after,
.topicpath:after,
#boxSocial:after,
#footer-content:after,
#footer:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

#header-inner,
#content-inner,
#footer-inner,
#main-navigation,
.entry-asset .asset-meta,
.comment,
.topicpath,
#boxSocial,
#footer-content,
.asset-body {
    height: 1%;
}

em { font-style: normal;font-weight: bold;}

.fa.fa-twitter{
    font-family:sans-serif;
}
.fa.fa-twitter::before{
    content:"𝕏";
    font-size:1.2em;
}

span.break_mob{
    display: block;
}
.hide_mob{
    display: none;
}

/*-------------------------------------------------
■基本レイアウト
---------------------------------------------------*/

body {
    text-align: center;
    color: #333;
    background: #fff;
    font-size: 0.9em;
    font-family: "?q???M?m?p?S Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "?l?r ?o?S?V?b?N", "MS PGothic", sans-serif;
    line-height: 1.6;
}

.clr {
	clear: both;
}

.clearfix:after {
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.clearfix {
	zoom: 1;
}

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

#container-inner {
    width: 100%;
    background: url(img/top_bg.jpg) repeat-x 0 0;
    margin: 0 auto;
}

#container-content {
    width: 940px;
    color: #fcfcfc;
    font-size: 11px;
    margin: 0 auto;
}

#header, #content, #alpha, #beta, #gamma, #footer {
    position: relative;
}

#alpha, #beta, #gamma {
    display: inline;
    float: left;
}

#header-inner, #content-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    position: static;
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 20px;
    padding-bottom: 20px;
}

#header-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 0;
    padding-bottom: 0;
}

#header-inner, #beta-inner, #gamma-inner {
    padding-right: 0;
    padding-left: 0;
}

#content {
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 1.5;
}


#header-inner,
#main-navigation-inner,
#content-inner,
#footer-inner {
    position: relative;
    width: 940px;
    margin: 0 auto;
}

#alpha-inner, #beta-inner,#header-inner,#container-content{
text-align: left;
}


/*-------------------------------------------------
■レイアウト
---------------------------------------------------*/

/* Wide-Medium */

.layout-wm #alpha {
    width: 650px;
}

.layout-wm #beta {
    width: 290px;
    clear: right;
}


/*-------------------------------------------------
■MTブログ画像寄せ
---------------------------------------------------*/

.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}

.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}

/*-------------------------------------------------
■ヘッダー部分
---------------------------------------------------*/

#header {
    background-color: #fff;
    background-position: 0pt 0pt;
}

#header-inner {
//    height: 160px;
//    background: url(img/header_bg.jpg) no-repeat right;
}

#header-content {
    width: 940px;
    margin: 30px 0px;
}

#header-name,
#header p.header-name {
	color: #777777;
	font-size: 14px;
	margin-bottom: 8px;
	margin-left: 185px;
}
#header-name a,
#header p.header-name a{
	color: #777777;
	text-decoration: none;
}
#header-name a:hover,
#header p.header-name a:hover{
	color: #48C0D8;
	text-decoration: underline;
}

#header-name-top {
	margin-top: 0px;
}

#header-description{
	color: #777777;
	font-size: 14px;
	line-height: 1.6em;
	margin-left: 185px;
}
#header-description span.middle{
	font-size: 0.95em;
}

span.red {
color: red;
}

#header .logo {
	position: absolute;
	left: 20px;
	top: 0px;

	margin: 0pt;
	padding: 0pt;
	padding-top: 8px;
}

#header .right {
    position: absolute;
    right: 0px;
    top: 5px;
    text-align: center;
    color: #777;
    font-family: verdana;
    font-size: 11px;
    margin: 0;
    padding: 0;
}

#homepage-image {
    width: 900px;
    height: 250px;
    /* photo by Anil Dash */
    background: url(header.jpg) no-repeat 0 0;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0 0 25px 20px;
}

#header .right ul.info{
	list-style: none;
	margin-top: 4px;
    text-align: right;
}
#header .right ul.info li{
    line-height: 145%;
}
#header .right ul.info li.tel{
	font-size: 26px;
	font-weight: bold;
	color: #666;
}
#header .right ul.info li.tel img{
    width: 25px;
    height: auto;
	vertical-align: middle;
	margin-right: 6px;
}
#header .right ul.info li.mail{
	font-size: 16px;
    margin-bottom: 4px;
}
#header .right ul.info li.mail img{
    width: 22px;
    height: auto;
	vertical-align: middle;
	margin-right: 6px;
}

#header .right ul.info li.title{
	text-align: right;
	font-size: 11px;
	color: #52B0CC;
}
#header .right ul.info li a{
	color: #666;
	text-decoration: none;
}
#header .right ul.info li a:hover{
	color: #48C0D8;
	text-decoration: underline;
}
#header .right ul.info p.reserve{
    text-align: right;
}

.btn-reserve,
a.btn-reserve{
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;

  position: relative;
  display: inline-block;
  padding: 8px 24px;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 1px;
  color: #212529;
  border-radius: 0.5rem;
}
a.btn-reserve-gradient {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 0;
  background-image: linear-gradient(to bottom, #e56218 0%, #eda638 100%);
  box-shadow: 0 5px 8px rgba(0, 0, 0, .15);
}
a.btn-reserve-gradient:hover {
  transform: translate(0, -2px);
  color: #fff;
  box-shadow: 0 8px 13px rgba(0, 0, 0, .25);
}



/*-------------------------------------------------
■ナビゲーション
---------------------------------------------------*/

#main-navigation {
    background:#F1B838;
    margin-bottom: 5px;
}

#main-navigation-inner {
    position: relative;
    width:940px;
    height: 50px;
    padding:0;
    margin:0 auto;
}

#main-navigation ul.nav li {
  list-style: none;
}

#main-navigation li {
    float:left;
    list-style:none;
    display:inline;
}


/*-------------------------------------------------
■サインイン
---------------------------------------------------*/

#header .widget-sign-in {
    position: absolute;
    right: 15px;
    top: 5px;
    text-align: center;
    color: #777;
    font-family: verdana;
    font-size: 11px;
    margin: 0;
    padding: 0;
}

#header .widget-sign-in .widget-header {
    display: none;
}

#header .widget-sign-in .widget-content {
    background-color: #000;
    margin: 0;
    padding: 5px 15px 10px 15px;
    float: right;
    overflow: hidden;
}

#header .widget-sign-in a {
    color: #777;
    text-decoration: underline !important;
}
#header .widget-sign-in a:hover {
    color: #fff;
}

/*-------------------------------------------------
■フッター要素
---------------------------------------------------*/
#footer {
    background:  url(img/footer_bg.jpg) repeat;
    border-top: solid 1px #fcfcfc;
    font-size: 12px;
}

#footer-inner{
    width: 940px;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 10px;
}

#footer a {
    color: #F47B18;
}

#footer .widget-header {
    display: none;
}

#footer-content {
    margin-top: 10px;
    border-top: solid 1px #efefef;
    clear: both;
}

#footer-copy {
float: left;
width: 350px;
margin: 10px 0 0 0;
font-size: 12px;
text-align: left;
}

#footer-menu {
float: right;
width: 590px;
margin: 10px 0 0 0;
font-size: 12px;
text-align: right;
}

#footer-3box {
    margin-top: 20px;
}

.ii {
    padding: 1em 0 0 3px;
}

#footer-left {
float: left;
width: 250px;
border-right: 1px solid #efefef;
padding: 10px;
text-align: left;
margin-bottom: 20px;
overflow: hidden;
}

#footer-mid {
float: left;
width: 350px;
margin-left: 8px;
border-right: 1px solid #efefef;
padding: 10px;
text-align: left;
margin-bottom: 20px;
}

#footer-right {
float: right;
width: 260px;
padding: 10px;
text-align: left;
margin-bottom: 20px;
}

#footer-content ul {
    list-style: none;
    display:inline;
}

#footer-content ul li {
    margin: 0 0 0 1em;
    padding: 0;
    display:inline;
}

.bottom {
background:  url(img/bottom_bg.jpg) repeat-x 0 0;
font-size: 11px;
color: #fcfcfc;
}

span.web a {
margin-right: 10px;
text-decoration: none;
}


/*-------------------------------------------------
■見出し要素とコンテンツ内
---------------------------------------------------*/

div.topicpath{
  background: #fff;
  margin-bottom: 7px;
  font-size: 11px;
  margin-top: -2px;
  margin-left: 2px;
  margin-bottom: 20px;
}
div.topicpath ul{
	list-style: none;
}
div.topicpath ul li a{
	float: left;
    padding-right: 14px;
    margin-left: 10px;
    background: url(img/arrow_right.png) no-repeat right center;
    background-size: 6px;
    text-decoration: none;
    color: #888;
}



}


div.mainbox{
 margin: 20px 2px;
  width: 650px;
}

div.mainbox2{
  background: #faf6ed;
  width: 650px;
}
div.mainbox2-inner{
  padding: 10px;
  margin-bottom: 15px;
  font-size: 12px;
}

div.mainbox3{
  background: #f7fce2;
  width: 650px;
}
div.mainbox3-inner{
  padding: 10px;
  margin-bottom: 15px;
}


/* -- ?????^?O -- */

strong {
  font-weight: bold;
}

em {
  color: red;
  font-weight: bold;
}

/* -- ???o??(H2?`H4?j -- */

#pagetitle {
  font-size: 1.2em;
  background: #999;
  margin-bottom: 1.3em;
  padding: 5px 0 5px 5px;
  font-weight: bold;
  color: #fff;
}

h1#entrytitle , h2#entrytitle  {
  font-size: 14px;
  color: #f57c18;
  width: 630px;
  font-weight: bold;
  color: #f57c18;
  margin-bottom: 20px;
  padding: 5px;
  text-decoration: none;
  border: 1px #f57c18 solid;
  border-left: 5px #f57c18 solid;
}

#subtitle{
  font-size: 18px;
  height: 30px;
  width: 650px;
  font-weight: bold;
  color: #f57c18;
  background: url(img/h2_bg.jpg);
  margin-bottom: 10px;
  padding: 4px 0 0 25px;
  text-decoration: none;
}

#categorytitle{
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px 0 5px 0px;
}


h2.faq{
  font-size: 20px;
  height: 35px;
  width: 650px;
  font-weight: bold;
  color: #f57c18;
  background: url(img/h2_bg.jpg);
  margin-bottom: 10px;
  padding: 0 0 0 25px;
}


/* -- ?g?b?v?ɖ߂? -- */
div.content-nav {
  margin-top: 5em;
  font-size: 90%;
  text-align: left;
}

/*--?摜???񂹁@?E?ɕ???-- */

.left{
  float: left;
  margin: 0 20px 20px 0!important;
}

/*--?摜?E?񂹁@???ɕ???-- */

.right{
  float: right;
  margin: 0 0 20px 20px!important;
}

/*-------------------------------------------------
■サイドバー要素
---------------------------------------------------*/

/* -- サイドバー見出しタイトル -- */
p.sidetitle {
  color: #ededed;
  padding: 0.5em;
  border: 1px solid #999999;
  background-color: #999999;
  margin-top: 1em;
  width: 260px;
}

div.sidebox {
  margin: 10px 0;
  border: 1px #efefef solid;
  width: 260px;
}


/* -- サイドbanner３つ -- */
ul.s_banner{
margin: 0;
padding: 0;
margin-top: -2px;
margin-left: -5px;
}

ul.s_banner li{
list-style-position:outside;
margin: 0;
padding: 0;
}

h4.side_bg {
background: url(img/side_bg.jpg);
height: 25px;
width: 270px;
color: #fcfcfc;
font-weight: bold;
font-size: 16px;
padding: 5px 0 0 5px;
  margin-left: 0px;
  margin-top:  15px;
  margin-bottom: 5px;
}

ul.sidemenu {
  list-style-type: none;
  margin: 0px 0px 20px 0px;
}
ul.sidemenu li{
  line-height: 25px;
  border-bottom: 1px dotted #ddd;
  padding-left: 15px;
  background: url() no-repeat;
}
ul.sidemenu a {
  text-decoration: none;
}

ul.sidemenu li a:hover {
  color: navy;
}


/* -- サイドバナー -- */

ul.sidebanner {
  list-style-type: none;
  margin-top: 1em;
  margin-bottom: 2em;
}

ul.sidebanner a {
  text-decoration: none;
  width: 240px;
  color: #000000;
}

p.side {
  line-height: 1.6em;
  margin: 0 10px 20px 10px;
  padding: 0;
  font-size: 13px;
}

h4.marginzero{
margin: 0;
padding0;
margin-top: 10px;
}

h5.marginzero{
margin: 0;
padding0;
margin-top: 10px;
}
/*-------------------------------------------------
■追加
---------------------------------------------------*/

#beta-inner{
  background-color: #fff;
}

#beta-inner{
    padding-right: 0px;
    padding-left: 28px;
}

#alpha-inner{
    padding-left: 0px;
}

* html #beta-inner{
    padding-left: 5px;
}

* html #alpha-inner{
    padding-left: 25px;
}

* html ul.s_banner{
margin-left: 0px;
}

#alpha p {
line-height: 1.6em;
}

/*-------------------------------------------------
■トップメニュー
---------------------------------------------------*/

ul.topmenu li{
    display: inline;
}
/*-------------------------------------------------
■メインINDEXのテーブル
---------------------------------------------------*/

table#table-01 {
    width: 650px;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-01 td {
    line-height: 25px;
    text-align: center;
    background: #fef3d3;
    border: 5px #fff solid;
    font-size: 12px;
}

table#table-01 td a{
    color: #f57c18;
    font-weight: bold;
}

table#table-01 td a:hover{
    color: orange;
    font-weight: bold;
}

table#table-01 td.fff {
    background: #fff;
    height: 120px;
}


.subbox {
    width: 645px;
    height: 170px;
    font-size: 13px;
}

h3.sb_title{
   background: #eef6df;
   height: 30px;
   width: 315px;
}


.sub1 {
    width: 315px;
    float: left;
    height: 170px;
    border: 1px solid #eef6df;
    overflow: hidden;
}

.sub2 {
    width: 320px;
    float: right;
    height: 225px;
    border: 1px solid #eef6df;
    overflow: hidden;
}

ul.sb_ul{
   margin: 20px 0 0 30px;
}


/*--------------------------------------
	dl.data
---------------------------------------*/

dl.data {
    width: 645px;
	padding: 0;
	border: 1px solid #eee;
	border-top: none;
	background-color: #f5f5f5;
}

dl.data dt {
	margin: 0;
	padding: 0.3em 0 0.1em 1em;
	border-top: 1px solid #eee;
	width: 12em;
	float: left;
	color: #333;
}

dl.data dd {
	margin: 0 0 0 12em;
	padding: 0.3em 1em;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	color: #999;
	background-color: #fff;
}

/*--------------------------------------
	dl.related
---------------------------------------*/

dl.related {
    width: 645px;
}

dl.related dt {
margin-bottom: 1em;

}

dl.related dd {
margin-bottom: 1em;
font-size: 12px;
}

span.date {
margin-left: 1em;
}

span.right {
float: right;
margin-right: 2em;
}

dl.related a{
    text-decoration: underline;
}

span.right a{
    color: #f57c18;
}

/*--------------------------------------
	ul.arrow
---------------------------------------*/

ul.arrow {
    margin: 20px 0;
}

ul.arrow li {
    list-style:none;
    padding-left:20px;
    line-height: 25px;
    background:url(img/arrow.gif) no-repeat center left;
}


/*--------------------------------------
	body ID entry
---------------------------------------*/
#entrybox{
margin-bottom: 1.5em;
}

#entrybox p{
margin-bottom: 1.6em;
}

#entrybox h3{
  font-weight: bold;
  font-size: 15px;
  color: #f57c18;
  border-bottom: #f57c18 1px solid;
}

#entrybox h4{
  font-weight: bold;
  font-size: 15px;
  color: #f57c18;
  padding: 3px;
  background: #fffcf0;
}

#entrybox h1,#entrybox h2{
  font-size: 15px;
  color: #EEf6df;
  font-weight: bold;
  color: #f57c18;
  margin: 15px 0;
}


/*--------------------------------------
トップページ	class catebox
---------------------------------------*/

#top_main{
	width:650px;
	height:330px;
	background: url(/img/top_main.jpg) repeat-x;
	margin-bottom:20px;
	padding-top: 20px;
}
#top_main .box{
	width: 550px;
	margin-bottom: 16px;
	padding-left: 30px;
}
#top_main h2{
	font-size: 18px;
	font-weight: bold;
	line-height: 160%;
	letter-spacing: 1px;
	margin: 4px;
	margin-bottom: 2px;
}
#top_main h2.title01{
	color: #ffa800;
}
#top_main h2.title02{
	color: #40a7c8;
}
#top_main h2.title03{
	color: #9ec907;
}
#top_main p{
	font-size: 14px;
	padding-left: 2px;
}


/*--------------------------------------
スタッフ一覧  class catebox
---------------------------------------*/

.catebox{
padding-bottom: 15px;
padding-top: 0px;
min-height: 200px;
}

#indextitle {
padding-left: 2px;
padding-bottom: 2px;
border-bottom: dotted 1px #666;
color: green;
font-weight: bold;
}

.listtitle{
  font-size: 18px;
  height: 30px;
  width: 650px;
  font-weight: bold;
  color: #f57c18;
  border-bottom: dotted 1px #f57c18;
  background: url();
  margin-bottom: 10px;
  padding: 4px 0 0 0px;
  text-decoration: none;
}

.listtitle a{
  font-weight: bold;
  color: #f57c18;
  text-decoration: none;
}


/*--------------------------------------
FAQ一覧 class faqbox
---------------------------------------*/

#catelink{
font-weight: bold;
}


.faqbox{
padding-bottom: 15px;
}

.faqtitle {
  font-size: 18px;
  height: 30px;
  width: 650px;
  font-weight: bold;
  color: #f57c18;
  background: url(img/h2_bg.jpg);
  margin-bottom: 10px;
  padding: 4px 0 0 25px;
  text-decoration: none;
}

.faqtitle a {
  color: #f57c18;
  text-decoration: none;
}

div.answer{
padding-top: 5px;
padding-bottom: 2px;
margin-left: 15px;
}

/*--------------------------------------
その他　ウェブページの見出しなど
---------------------------------------*/
.pagebox h1,.pagebox h2,.pagebox2 h1,.pagebox2 h2, h2.newstitle {
  font-size: 18px;
  width: 650px;
  font-weight: bold;
  color: #f57c18;
  margin-top: 15px;
  margin-bottom: 15px;
  border-bottom: dotted 1px #f57c18;
  padding-bottom: 3px;
}

.pagebox h3,.pagebox h4,.pagebox2 h3,.pagebox2 h4{
  font-weight: bold;
}



h1.pagetitle,h2.pagetitle{
  font-size: 18px;
  width: 650px;
  font-weight: bold;
  color: #f57c18;
  margin-bottom: 15px;
  border-bottom: dotted 1px #f57c18;
  padding-bottom: 3px;
}

.pagebox p,.pagebox2 p{
  margin-bottom: 20px;
}

.pagebox blockquote{
  background: #fbffec;
  padding: 10px;
}


/*--------------------------------------
サイトマップ
---------------------------------------*/

dl#L_sitemap dt,dl#L_sitemap dd,#R_sitemap dd,#R_sitemap dt {
border-bottom-width: 1px;
border-bottom-style: dashed;
border-bottom-color: #cccccc;
padding-top: 5px;
padding-right: 10px;
padding-bottom: 2px;
padding-left: 0px;
margin-top: 10px;
margin-right: 20px;
margin-bottom: 10px;
margin-left: 0px;
}

dl#L_sitemap,dl#R_sitemap{
	width:310px;
	margin:0px;
	padding:0px;
	/*border:1px solid #000;*/
}
dl#L_sitemap dt,dl#L_sitemap dd,dl#R_sitemap dt,dl#R_sitemap dd{
	margin:10px 0px;
}

dl#L_sitemap dd.detail_link,dl#R_sitemap dd.detail_link{
	margin:5px 0px;
	padding:0px 0px 0px 5px;
}
dl#L_sitemap{
	float:left;
}
dl#R_sitemap{
	float:right;
}

dl#L_sitemap dt a,dl#R_sitemap dt a{
	color:#01aeed;
	font-size:14px;
	font-weight:bold;
	letter-spacing:0em;
}
dl#L_sitemap dt a:link,dl#R_sitemap dt a:link{
	color:#01aeed;
}
dl#L_sitemap dt a:visited,dl#R_sitemap dt a:visited{
	color:#01aeed;
}
dl#L_sitemap dt a:hover,dl#R_sitemap dt a:hover{
	color:#01aeed;
	text-decoration:underline;
}

dl#L_sitemap dd a,dl#R_sitemap dd a{
	color:#006;
	text-decoration:none;
}
dl#L_sitemap dd a:link,dl#R_sitemap dd a:link{
	color:#006;
	text-decoration:none;
}
dl#L_sitemap dd a:visited,dl#R_sitemap dd a:visited{
	color:#006;
	text-decoration:none;
}
dl#L_sitemap dd a:hover,dl#R_sitemap dd a:hover{
	color:#999;
	text-decoration:none;
}


/* 診察時間Table ---------------------------------------------------------- */

.pagebox2 caption {
    padding: 2px 0 2px 8px;
    margin-bottom: 5px;
    border-left: 5px solid #ededed;
    text-align: left;
    font-weight: bold;
}

.pagebox2 table {
    width: 500px;
    border-collapse: collapse;
    color: #333333;
    margin-top: 10px;
}
.pagebox2 th {
    padding: 0.5em;
    border: 1px solid #ccc;
    text-align: center;
}
.pagebox2 td{
    padding: 0.8em 0.5em;
    border: 1px solid #ccc;
}
.pagebox2 td {
    padding: 0.8em 0.5em;
    border: 1px solid #ccc;
    text-align: center;
}


/*--------------------------------------
症例・患者の声　カテゴリページ用
---------------------------------------*/

h2.catekanja{
    background-color: #f4fade;
    padding: 5px;
    border-bottom: 1px solid orange;
    font-size: 15px;
    color: #EEf6df;
    font-weight: bold;
    color: #f57c18;
    margin: 15px 0;
}

h2.catekanja a{
    text-decoration: none;
    color: #f57c18;
}

h2.cateshorei {
    background-color: #f4fade;
    padding: 5px;
    border-bottom: 1px solid orange;
    font-size: 15px;
    color: #EEf6df;
    font-weight: bold;
    color: #f57c18;
    margin: 15px 0;
}

h2.cateshorei a{
    text-decoration: none;
    color: #f57c18;
}



p.smalldate {
    font-size: 10px;
    margin-top: -20px;
    margin-bottom: -20px;
}

p.smalldate2 {
    font-size: 10px;
}


h3.catename {
   font-size: 10px;
}

/*--------------------------------------
記事下
---------------------------------------*/

#kijishita {
border-bottom: solid 2px #faf6ed;
border-left: solid 2px #faf6ed;
border-right: solid 2px #faf6ed;
width: 647px;
margin-top: 40px;
font-size: 12px;
}


/* スマートフォンへボタン */
.btnSP {
  width: 60%;
  font-size: 50px;
  margin: auto;
  margin-bottom: 30px;
}
.btnSP a{
  color: #111;
}
.btnType2 a{
  background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#CCCCCC));
  border: 1px solid #CCCCCC;
  border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  padding:14px 10px 14px 10px;
  display: block;
  text-align: center;
  text-decoration: none;
}


#adaptation .hide-adaptation{
	display: none;
}





#boxSocial{
	margin-top: 10px;
	margin-bottom: 16px;
}
.share_box ul{
	text-align:right;
}
#home .share_box ul{
	text-align: center;
}
.share_box li{
	display: inline-block;
	margin-left: 8px;
	margin-right: 4px;
}
.share_box{
	padding-left: 0;
}
.share_box .sns-item a{
	display: inline-block;
	background-color: #DDD;
	font-size: 1.6em;
	color: #444;
	line-height: 175%;
	text-align: center;
	vertical-align:middle;
	width: 38px;
	height: 38px;
	border-radius: 5px;
	transition: background 0.4s;
}
.share_box li a:hover{
	background: rgba(0,0,0,0.4);
	transition: background 0.4s;
}
.share_box .fb a{
	background: #365899;
	color: #FFF;
}
.share_box .tw a{
	background: #111;
	color: #FFF;
}
.share_box .hatebu a{
	background: #008FDE;
}
.share_box .line a{
	background: #00B713;
	line-height: 135%;
}
.share_box .sns-item img{
	width: 60%;
}


/* 前後の記事
-------------------------------------------- */
.entryNav{
    border-top: 1px solid #EFEFEF;
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 40px;
}
.entryNav .box{
    float: left;
    width:33.3%;
    font-size: 1.2em;
}
.entryNav p a{
    display: block;
    background-color: #FFF;
    text-decoration: none;
}
.entryNav p a:hover{
    text-decoration: none;
}
.entryNav p.back{
    text-align: center;
}
.entryNav p.pre{
    background:url("/image/common/arrow_left.png") left center no-repeat;
    text-align: left;
}
.entryNav p.next{
    background:url("/image/common/arrow_right.png") right center no-repeat;
    text-align: right;
}


.security_action{
  margin-top:30px;
  text-align: center; 
}


/*==========================================================================================

//  topページ MSL用css

==========================================================================================*/

.sub1 {
    width: 640px !important;
    margin: 0 0 10px 6px !important;
    float: none !important; }

.sub2 {
    width: 640px;
    margin: 20px 0 0 6px !important;
    border-top: 1px solid #eef6df;
    float: none !important;
}

/*----- 共通箇所 -----*/
.mslongtail_wrapper {
    border: 1px solid #eef6df;
    line-height: 1.7;
    margin: 0;
    padding: 0;
    width: 638px; }

.mslongtail_wrapper h2 { display: none; }

.mslongtail_inner {
    margin: 0;
    overflow: auto;
    padding: 0 5px;
    height: 195px!important;
    text-align: left; }

.mslongtail_inner h2 { background-image: none; }

.mslongtail_inner dd { margin: 0; }

.mslongtail_inner p {
    border-top: solid 1px #eef6df;
    clear: both;
    height: 25px;
    margin: 0 10px 0 10px;
    padding: 10px 0;
    text-align: right;
    font-size: 13px; }

.mslongtail_body {
    color: #000;
    margin: 0 0 10px !important;
    padding: 0; }

.mslongtail_body a,
.mslongtail_body a:hover,
.mslongtail_body a:link,
.mslongtail_body a:visited,
.mslongtail_body a:active { color: #000; }

.mslongtail_body,
.mslongtail_title {
    margin: 0;
    text-align: justify;
    word-break: break-all;
    font-size: 13px; }

.mslongtail_body img { vertical-align: baseline; }

.mslongtail_date {
    color: #000;
    font-size: 12px;
    font-weight: normal;
    margin: 0 10px 0 0; }



/*----- 箇条書き -----*/
.mslongtail_type_list {
    margin: 0;
    padding: 0; }

.mslongtail_type_list .mslongtail_date { margin: 0 10px 0 0; }

.mslongtail_type_list .mslongtail_inner p,
.mslongtail_type_list h2 { margin: 0; }

.mslongtail_type_list ul {
    list-style: none;
    margin: 20px 0px 0px 10px;;
    padding: 0;
    }

.mslongtail_type_list .mslongtail_inner > ul li {
    background: none;
    border-top: dotted 1px #eef6df;
    margin: 0;}

.mslongtail_type_list .mslongtail_inner > ul li.mslongtail_title_top { border-top: none; }

.mslongtail_type_list p.more {
    padding: 16px 16px 16px 0;
}



