@charset "utf-8";
/*
Theme Name: 陽善会坂之上病院
Version: 9999.99
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
line-height:1.5;
font-family: "Noto Sans JP","Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
color:#000;
-webkit-text-size-adjust: none;
}

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

.pc{display:block;}
.sp{display:none;}

@media only screen and (max-width:1024px){
body {font-size: 90%;}
.pc{display:none;}
.sp{display:block;}
}

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


/* リンク設定
------------------------------------------------------------*/
a{
  margin:0;
  padding:0;
  text-decoration:none;
  outline:0;
  vertical-align:baseline;
  background:transparent;
  font-size:100%;
  color:#000;
}

a:hover, a:active{
  -webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
  outline: none;
  color:#8E0000;
  text-decoration:underline;
}


/**** Clearfix ****/
.nav .panel:before,nav .panel:after, nav#mainNav:before,nav#mainNav:after, .newsTitle:before,.newsTitle:after{content: ""; display: table;}
nav .panel:after,nav#mainNav:after,.newsTitle:after{clear: both;}
nav .panel,nav#mainNav,.newsTitle{zoom: 1;}


/* フォーム
------------------------------------------------------------*/
input[type="text"], textarea,select,input[type="email"]{
  vertical-align:middle;
  max-width:90%;
  line-height:30px;
  height:30px;
  padding:1px 5px;
  border:1px solid #d4d4d7;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  font-size:100%;
  color:#555;
  background:#fcfcfc;
}

textarea{
  height:auto;
  line-height:1.5;
}

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

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

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




/* レイアウト
------------------------------------------------------------*/
#wrapper{padding-top:100px;}

.inner{
  margin:0 auto;
  width:1100px;
}

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

#header{overflow:hidden;}

#content-sub{
  float:right;
  width:800px;
  padding:30px 0;
}

#sidebar{
  float:left;
  width:265px;
  padding:30px 0;
}

#footer {
  clear: both;
  padding: 30px 0;
  font-size: 90%;
  margin-top: 50px;
}


@media only screen and (max-width:1024px){
  #wrapper{padding-top:70px;}
  .inner{
    width:auto;
    padding:0 20px;
  }
  #content-sub {
    width: 68%;
  }
  #sidebar{
    width:28%;
  }
}

@media only screen and (max-width:813px){
  #content-sub, #sidebar {
    float: none;
    width: auto;
    padding: 0 20px 30px;
  }
}


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

/* ロゴ (サイトタイトル)
----------------------------------*/
#header h1{
  padding:10px 0 0 3px;
  color: #781f12;
  font-size:90%;
  font-weight:normal;
}


/*パンくず*/
.crumbs {
  font-size: 95%;
  margin-bottom: 50px;
}

.crumbs ul{width:1100px;margin:0 auto;}

.crumbs li{
  display: inline-block;
}
.crumbs li::after{
  content:'›';
  padding:0 7px;
  color: #666;
}
.crumbs li:last-child::after{display: none;}
@media only screen and (max-width: 1100px){
  .crumbs ul{width: auto;}
}



/* トップページ　メイン画像
----------------------------------*/
#mainImg{
  line-height:0;
  text-align:center;
  z-index:0;
}

#mainImg .slick-dots{
	bottom:10px;
}
#mainImg .slick-dotted.slick-slider{
	margin-bottom:0;
}
.single-item .slick-dots li button:before{
	font-size:16px;
	color:#C7BB95;
	opacity:1;
}
.single-item .slick-dots li.slick-active button:before{
	color:#AD9356;
}

#mainImg .card{text-align:center;}
#mainImg .card img{margin:0 auto;}


/* タイポグラフィ
*****************************************************/


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

img.alignright, img.alignleft{
  padding:4px;
  margin:0 0 2px 7px;
  display:inline;
}

img.alignleft{margin: 0 7px 2px 0;}

.alignright{float:right;}
.alignleft{float: left;}
.center{text-align:center;}


/* サイドバー　ウィジェット
*****************************************************/

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

#sidebar .newsTitle h3 {
  font-size: 120%;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  margin-top: 7px;
}

.side_news_box {
  border-bottom: 1px dashed #000;
  padding: 10px 0;
}

#sidebar time {
  display: block;
}

#sidebar .btn-black {
  text-align: center;
  margin: 30px 0;
}





/* フッター
*****************************************************/

#footer .menu{
  text-align:center;
}

#copyright{
  clear:both;
  padding:5px;
  text-align:center;
  font-style:normal;
  font-size:85%;
  zoom:1;
}


/*上に戻る*/
.page_top {
	position:fixed;
	bottom:10px;
	right:10px;
	padding:10px 20px;
	color:#fff;
	font-size:20px;
	text-decoration:none;

}
.page_top:hover {

	opacity:0.5;
}


/* page navigation
------------------------------------------------------------*/
.pagenav{
  clear:both;
  width: 100%;
  height: 30px;
  margin: 30px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
  clear:both;
  color:#5a0000;
  text-align:center;
}

/* 共通
------------------------------------------------------------*/
/*ボタン*/
.btn-bk{text-align:center;}
.btn-bk a{
  display:inline-block;
  background:#000;
  color:#fff;
  border-radius:10px;
  padding:10px 20px;
}
.btn-bk a:hover{
  background:#8E0000;
}

/*見出し*/
h2{
  text-align:center;
  font-size:220%;
  font-weight:700;
  line-height:1.3;
  margin-bottom:30px;
}
h2 span{
  display:block;
  font-size:40%;
  font-weight:500;
  letter-spacing:0.1em;
}

/*ボックス*/
.white-box{
  background:#fff;
  border-radius:20px;
  padding:30px 40px;
  margin-bottom:30px;
}


/* トップページ
------------------------------------------------------------*/
#pickup{
  padding:50px 0;
}
.news-content{
  display:grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap:55px;
  margin-bottom:30px;
}
@media only screen and (max-width:800px){
  .news-content{grid-template-columns:1fr 1fr;}
}
@media only screen and (max-width:550px){
  .news-content{display:block;}
  .news-box{margin-bottom:20px;}
}

#message{
  padding:70px 0;
  color:#fff;
  background:url(images/bg-sakurajima.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size:cover;
}
#message .message-inner{
  max-width:760px;
  padding:0 30px;
  margin:0 auto;
  line-height:2.5;
  text-align:center;
}

#team{
  padding:70px 0;
  text-align:center;
}
.team-inner{
  max-width:490px;
  margin:0 auto;
}
.team-inner p{margin-bottom:20px;}

.top-shiai{margin-top:50px;}

#special{
  background:url(images/bg-moritasenshu.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size:cover;
  color:#fff;
  padding:70px 0;
}
.special-inner{
  display:flex;
  max-width:850px;
  margin:0 auto;
  gap:75px;
  align-items: center;
  padding:0 20px;
}
.special-img{
  width:280px;
}
.special-txt{
  width:485px;
}
.special-txt h3{
  font-size:130%;
  font-weight:700;
  margin-bottom:20px;
  letter-spacing:0.1em;
}
.special-txt p{
  margin-bottom:20px;
}
.special-txt a{
  color:#fff;
}
.special-txt li{
  margin-bottom:10px;
}
@media only screen and (max-width:600px){
  .special-inner{display:block;}
  .special-img{margin:0 auto 20px auto;}
  .special-txt{width:auto;}
}

#shakaikouken{
  padding:70px 0;
  background:#FAF1E8;
}
#shakaikouken .txt-red{
  font-size:120%;
  font-weight:700;
  color:#8E0000;
  text-align:center;
  letter-spacing:0.1em;
  margin-bottom:10px;
}
#shakaikouken .txt-big{
  font-size:150%;
  font-weight:700;
  text-align:center;
  letter-spacing:0.1em;
  margin-bottom:50px;
}
.omoi{
  display:flex;
  gap:60px;
  font-size:90%;
}
.omoi-left,.omoi-right{
  width:50%;
  position:relative;
}
.omoi-img{
  position:absolute;
  top:-230px;
}
.omoi-left .omoi-img{left:50px;}
.omoi-right .omoi-img{right:50px;}
@media only screen and (max-width:920px){
  .omoi-img{position:static;text-align:center;margin-bottom:10px;}
  .omoi{gap:20px;}
}
@media only screen and (max-width:700px){
  .omoi{display:block;}
  .omoi-left,.omoi-right{width:auto;}
}

.omoi h3{
  text-align:center;
  font-size:150%;
  font-weight:700;
  letter-spacing:0.1em;
  margin-bottom:10px;
}
.omoi p{margin-bottom:10px;}
.katsudou{
  font-size:90%;
}
.katsudou h3,.ticc h3{
  text-align:center;
  font-size:150%;
  font-weight:700;
  letter-spacing:0.1em;
  border-bottom:1px solid #000;
  padding-bottom:5px;
  margin-bottom:20px;
}
.katsudou-naiyou{
  display:flex;
  gap:60px;
}
.katsudou-naiyou-box{
  width:50%;
}
.katsudou-naiyou-box h4{
  background:#C78080;
  border-radius:10px;
  padding:5px 10px;
  color:#fff;
  font-weight:500;
  text-align:center;
  font-size:150%;
  margin-bottom:10px;
}
.katsudou-naiyou-box p{margin-bottom:10px;}
.border-green{
  border:1px solid #4CB200;
  padding:15px 20px;
}
.assist-counter{
  background:#e2f4d5;
  padding:10px 20px;
}
.assist-counter p{margin-bottom:0;}
.assist-counter strong{font-weight:bold;font-size:120%;}

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

@media only screen and (max-width:920px){
  .katsudou-naiyou{gap:20px;}
}
@media only screen and (max-width:700px){
  .katsudou-naiyou{display:block;}
  .katsudou-naiyou-box{width:auto;margin-bottom:20px;}
}


#about{
  padding:70px 0;
  text-align:center;
}
.soshiki-youzenkai{
  background:#FFE99F;
  border-radius:10px;
  padding:15px 20px;
  display:inline-block;
  font-size:150%;
  font-weight:500;
}
.soshikizu hr{
  display:block;
  background:#eee;
  width:10px;
  height:25px;
  margin:0 auto;
  border:none;
}
.soshiki-youzenkai img{
  vertical-align: middle;
  margin-right:5px;
}
.soshiki-byouin{
  background:#DDEFFF;
  border-radius:10px;
  padding:15px 40px;
  font-size:150%;
  font-weight:500;
  display:inline-block;
}
.soshiki-group{
  max-width:730px;
  margin:0 auto;
  background:#eee;
  border-radius:10px;
  padding:30px 30px;
  display:grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap:15px;
}
.soshiki-group p{
  background:#fff;
  border-radius:10px;
  padding:10px;
}
@media only screen and (max-width:700px){
  .soshiki-group{grid-template-columns: 1fr 1fr;}
}

/*取り組み*/
#torikumi{
  padding:70px 0;
  background:#eee;
}

/*活動記録*/
#shakaikouken-pickup{
  padding:70px 0;
}

/* メインメニュー
------------------------------------------------------------*/

#top-head {
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  padding: 5px 0 10px 0;
  line-height: 1;
  z-index: 999;
  background: #fff;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}
#top-head .inner {
  position: relative;
}
#top-head .logo {
  float: left;
  font-size: 36px;
  margin-left:5px;
}
#global-nav{
  clear:both;
  text-align:center;
}
#global-nav ul {
  list-style: none;
  margin:0;
}
#global-nav ul li {
  display:inline-block;
  padding:0 5px;
}
#global-nav a{
  color: #fff;
  text-decoration: none;
  border-radius:20px;
  background:#000;
  padding:10px 20px;
  display:inline-block;
}
#global-nav a:hover{
  background:#8E0000;
}
/* Fixed */
#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
}
#top-head.fixed .logo {
  font-size: 24px;
  color: #333;
}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #000;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 11px;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}

@media screen and (max-width: 1024px) {
.header-inner{padding:0;}
#top-head {
  top: 0;
  position: fixed;
  margin-top: 0;
}
/* Fixed reset */
#top-head.fixed {
  padding-top: 0;
  /*background: transparent;*/
}
#mobile-head {
  width: 100%;
  height: 56px;
  z-index: 999;
  position: relative;
}
#top-head.fixed .logo,
#top-head .logo {
  position: absolute;
  left: 13px;
  top: 10px;
  color: #333;
  font-size: 26px;
  width:80%;
}
#global-nav {
  position: absolute;
  /* 開いてないときは画面外に配置 */
  top: -500px;
  background: #fff;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
#global-nav ul {
  list-style: none;
  position: static;
  right: 0;
  bottom: 0;
}
#global-nav ul li {
  display:block;
}
#global-nav ul li a{
  margin-bottom:10px;
  display:block;
}

#nav-toggle {
  display: block;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
  /* #global-nav top + #mobile-head height */
  -moz-transform: translateY(556px);
  -webkit-transform: translateY(556px);
  transform: translateY(556px);
}
}
/*メニューここまで*/
@media screen and (min-width: 901px) {
.sp-none{display:none;}
}



/* サブページ
------------------------------------------------------------*/

/*ページ送り*/

.tablenav {
	color: #424242;
	margin: 1em auto;
	line-height:2em;
	text-align:center;
}

a.page-numbers, .tablenav .current {
	color: #424242;
	padding: 2px 7px;
	border:solid 1px #ccc;
	text-decoration:none;
	font-size:110%;
	background:#fff;
}

a.page-numbers:hover {
	color:white;
	background: #000;
}

.tablenav .current {
	color: white;
	background: #000;
	border-color: #000;
	font-weight:bold;
}

.tablenav .next, .tablenav .prev {
	border:0 none;
	background:transparent;
	text-decoration:underline;
	font-size:90%;
	font-weight:bold;
}

/*アーカイブ*/
.archive-box{
  border:1px solid #ccc;
  background:#fff;
  padding:15px;
  margin-bottom:10px;
  border-radius:10px;
}
.archive-box:after {content: "";clear: both;display: block;}
.archive-img{
  width:30%;
  float:right;
}
.archive-excerpt{
  width:65%;
  float:left;
}

.archive-excerpt .btn-more{margin-top:20px;}

#content-sub h3.archive-link {
  background: #e5e5e5;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 5px 10px;
  font-size: 138.5%;
  border: none;
  border-radius: 5px;
}

#content-sub h3.archive-link a{
  text-decoration:underline;
}

#content-sub h3.archive-link a:hover{
  text-decoration:none;
}

@media only screen and (max-width:600px){
  .archive-img,.archive-excerpt{float:none;width:auto;}
}

/*メールフォーム*/
.mw_wp_form em {
  display: inline-block;
  background: #cd4d4d;
  border-radius: 5px;
  padding: 0 10px;
  margin-left: 10px;
  color: #fff;
  font-weight: normal;
  font-size: 90%;
}

.tel_num {
  font-size: 200%;
  font-weight: bold;
}

/*サイトマップ*/
.sitemap-list li{
  margin-top:10px;
  background:url(images/sitemap-list-arrow.png) no-repeat 0 8px;
  padding-left:20px;
  font-size:120%;
  border-bottom:1px dotted #ccc;
  padding-bottom:10px;
}
.sitemap-list li ul li{
  margin-top:5px;
  padding-bottom:5px;
  padding-left:15px;
  background:url(images/sitemap-list-child-arrow.png) no-repeat 0 8px;
  font-size:90%;
  border-bottom:none;
}
.sitemap-list li ul li ul li{
  border-bottom:none;
  background:url(images/sitemap-list-grandchild-arrow.png) no-repeat 0 8px;
}


/*404ページ*/
.not_found {
  text-align: center;
  font-size: 600%;
  line-height: 0.8em;
  color: #109548;
  font-weight: bold;
}
.not_found span {
  font-size: 50%;
  display: block;
  letter-spacing: 0.1em;
  color: #000;
  font-weight: normal;
}

/*投稿*/
.dateLabel{text-align:right;margin-bottom:10px;}

/*テキスト関係*/
.subpage p{padding-bottom:10px;}
.subpage h3{
	background:#323232;
	border-radius:5px;
	color:#fff;
	padding:3px 10px;
	margin-bottom:20px;
	font-size:130%;
}
.subpage h4,.ticc h4{
	background:#fffcab;
	border-radius:5px;
	padding:3px 10px;
	margin-bottom:20px;
	font-weight:bold;
  font-size:120%;
}
.subpage h5{
  color:#ff6000;
  border-left:5px solid #ff6000;
  padding-left:5px;
  font-size:110%;
  margin-bottom:20px;
}

/*リスト*/

.subpage ul li{
  position: relative;
  list-style:none;
  padding-bottom:5px;
  margin-left:1em;
}
.subpage ul li:after{
  display: block;
  content: '';
  position: absolute;
  top: .4em;
  left: -1em;
  width: 0.7em;
  height: 0.7em;
  background-color: #ff0078;
  border-radius: 150%;
}

.subpage ul li ul{
  border:none;
  padding:0;
}

.subpage ul li ul li{
  margin-top:5px;
  padding-bottom:0px;
}

.subpage ul{
  margin-bottom:20px;
  margin-left:0px;
  padding:0;
  border-radius:10px;
}

.subpage ol{
padding:0;
margin:0;
list-style:none;
counter-reset:circle-number;/* 任意の名前*/
}
.subpage  ol li{
  line-height: 2;
  margin-bottom: 0.4em;
  margin-left:2.3em;
}
.subpage ol li:before {
counter-increment: circle-number; /* 任意の名前を付ける（もちろん英語で） */
content: counter(circle-number); /* 名前を付けたカウンターをcontentで発動！ */
background:#eeeeee;
border-radius: 50%;
width: 2em;
height: 2em;
text-align: center;
display: inline-block;
margin-right: .3em;
margin-left:-2.3em;
}

/*テーブル*/

.subpage  table{
  margin-bottom:15px;
  border-collapse:collapse;
}
.subpage  table th,.left-color td:first-child{
  background:#eee;
  color:#000;
  font-weight:bold;
  padding:10px;
  vertical-align:top;
  text-align:center;
  border:1px solid #d9d9d9;
  border-collapse:collapse;
}
.subpage  table td{
  padding:10px;
  vertical-align:top;
  border:1px solid #d9d9d9;
  border-collapse:collapse;
}

.subpage  .info_table{
  line-height:1.5;
  margin-bottom:15px;
  border:none;
  border-collapse:separate;
  border-spacing:3px;
}
.subpage  .info_table thead th{
  background:#ff7200;
  border-radius:5px;
  color:#fff;
  border-collapse:separate;
  border-spacing:3px;
  border:none;
}
.subpage  .info_table th{
  color:#ff7200;
  background:none;
  font-size:110%;
  font-weight:bold;
  padding:10px;
  vertical-align:top;
  text-align:left;
  border-bottom:1px dotted #cccccc;
  border-left:none;
  border-right:none;
  border-top:none;
}
.subpage .info_table td{
  padding:10px;
  color:#323232;
  vertical-align:top;
  border-bottom:1px dotted #cccccc;
  border-left:none;
  border-right:none;
  border-top:none;
}

.subpage .nonetable,.subpage .nonetable th,.subpage .nonetable td{border:none;background:none;}

.subpage strong{
  background: linear-gradient(transparent 50%, #ffff66 50%);
  font-weight:bold;
}
