﻿@charset "UTF-8";

/*-------------------------------------------------
【1】CSSリセット
---------------------------------------------------*/
hr {
	background:url(http://www.trinity-chiro.com/img/hr.gi) 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,
#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,
#footer-content,
.asset-body {
    height: 1%;
}

em { font-style: normal;font-weight: bold;}
/*-------------------------------------------------
■基本レイアウト
---------------------------------------------------*/

body {
    text-align: center;
    color: #333;
    background: #fff;
    font-size: 0.9em;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.6;
}

#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-description{
	color: #777777;
	font-size: 14px;
	line-height: 1.6em;
	margin-left: 185px;
}

span.red {
color: red;
}

#header .logo {
	position: absolute;
	left: 20px;
	top: 8px;
	text-align: center;
	margin: 0pt;
	padding: 0pt;
}

#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: 6px;
}
#header .right ul.info li.tel{
	font-size: 28px;
	font-weight: bold;
	color: #666;
}
#header .right ul.info li.tel img{
	vertical-align: middle;
	margin-right: 6px;
}
#header .right ul.info li.mail{
	font-size: 20px;
}
#header .right ul.info li.mail img{
	vertical-align: middle;
	margin-right: 6px;
}

#header .right ul.info li.title{
	text-align: right;
	font-size: 12px;
	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;
}



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

#main-navigation {
    background:#A6CC5D;
    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 #efefef;
    font-size: 12px;
}

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

#footer a {
    color: green;
}

#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;
}
div.topicpath ul{
	list-style: none;
}
div.topicpath ul li{
	float: left;
}



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


/* -- 強調タグ -- */

strong {
  font-weight: bold;
}

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

/* -- 見出し(H2～H4） -- */

#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: #7fc04c;
  width: 630px;
  font-weight: bold;
  color: #7fc04c;
  margin-bottom: 20px;
  padding: 5px;
  text-decoration: none;
  border: 1px #7fc04c solid;
  border-left: 5px #7fc04c solid;
}

#subtitle{
  font-size: 18px;
  height: 30px;
  width: 650px;
  font-weight: bold;
  color: #7fc04c;
  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: #7fc04c;
  background: url(img/h2_bg.jpg);
  margin-bottom: 10px;
  padding: 0 0 0 25px;
}


/* -- トップに戻る -- */
div.content-nav {
  margin-top: 5em;
  font-size: 90%;
  text-align: left;
}

/*--画像左寄せ　右に文章-- */

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

/*--画像右寄せ　左に文章-- */

.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{
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
}





/* -- サイドメニューリスト -- */

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 {
	font-size: 14px;
	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: #eef6df;
    border: 5px #fff solid;
    font-size: 12px;
}

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

table#table-01 td a:hover{
    color: green;
    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: 170px;
    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: #7fc04c;
}

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

ul.arrow {
    margin: 0 0 0 0 !important;
}

ul.arrow li {
    list-style:none;
    padding-left:20px;
    line-height: 160% !important;
    background:url(img/arrow.gif) no-repeat center left;
    font-size:1.0em !important;
}

ul.quora {
    margin: 0 0 0 0 !important;
}

ul.quora li {
    font-size:1.0em !important;
    line-height: 160% !important;
    margin-bottom: 16px !important; 
}
ul.quora i {
    font-size:1.3em !important;

}


/*--------------------------------------
	body ID entry
---------------------------------------*/
#entrybox{
	font-size: 14px;
	line-height: 180%;
	margin-bottom: 1.5em;
}

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

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

#entrybox h4{
  font-weight: bold;
  font-size: 15px;
  color: #7fc04c;
  padding: 3px;
  background: #eef6df;
}

#entrybox h1,#entrybox h2{
  font-size: 15px;
  color: #EEf6df;
  font-weight: bold;
  color: #7fc04c;
  margin: 15px 0;
}
h2.cateshorei{
  font-size: 15px;
  color: #EEf6df;
  font-weight: bold;
  color: #7fc04c;
  margin: 15px 0;
}
h2.catekanja{
  font-size: 15px;
  color: #EEf6df;
  font-weight: bold;
  color: #7fc04c;
  margin: 15px 0;
}


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

#top_main{
	width:650px;
	height:300px;
	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;
}



#top_main_new{
  width:100%;
  background: url(/img/top_main_new.jpg) no-repeat;
  margin-bottom:20px;
  padding-top: 20px;
}
#top_main_new .box{
  margin-bottom: 20px;
}
#top_main_new h3{
  font-size: 18px;
  color: #111;
  font-weight: bold;
  line-height: 160%;
  letter-spacing: 1px;
  border:none !important;
  margin-bottom: 0px !important;
}


#home2 .adaptation{
  width: 100%;
}
#home2 .adaptation .image{
  margin-bottom: 0 !important; 

}
#home2 .adaptation .image img{
  width: 100%;
}
#home2 .adaptation h6{
  margin-top: 6px;
  font-size: 0.9em;
}
#home2 .adaptation .box:nth-child(5n+1) {
  clear: both;
}






/*--------------------------------------
スタッフ一覧	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: #7fc04c;
  border-bottom: dotted 1px #7fc04c;
  background: url();
  margin-bottom: 10px;
  padding: 4px 0 0 0px;
  text-decoration: none;
}

.listtitle a{
  font-weight: bold;
  color: #7fc04c;
  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: #7fc04c;
  background: url(img/h2_bg.jpg);
  margin-bottom: 10px;
  padding: 4px 0 0 25px;
  text-decoration: none;
}

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

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

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

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

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

#container h2.newstitle{
  font-size: 18px;
  width: 650px;
  font-weight: bold;
  color: #7fc04c;
  margin-top: 15px;
  margin-bottom: 15px;
  border-bottom: dotted 1px #7fc04c;
  padding-bottom: 3px;
}

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

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

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


h2.cateshorei {
    background-color: #f4fade;
    padding: 5px;
    border-bottom: 1px solid #CAE39B;
}

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



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: -5px;
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;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
.share_box li a:hover{
  background: rgba(0,0,0,0.4);
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
.share_box .fb a{
  background: #365899;
  color: #FFF;
}
.share_box .tw a{
  background: #1DA1F2;
  color: #FFF;
}
.share_box .hatebu a{
  background: #008FDE;
}
.share_box .line a{
  background: #00B713;
  line-height: 135%;
}
.share_box .sns-item img{
  width: 60%;
}


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