@charset "UTF-8";

/*------------------------------
　リセットCSS
------------------------------*/
body {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, "メイリオ", sans-serif;
  color: #333;
  line-height: 1;
}

img{
	vertical-align: top;
	font-size: 0;
	line-height: 0;
  border: none;
}
ol, ul {
	margin: 0;
	padding: 0;
  list-style: none;
}


/*------------------------------
　header　ヘッダー
------------------------------*/
#header {
	background: url("../img/common/head_bg.png") #505050 repeat-x;
	border-bottom: 1px solid #e5e5e5;
}
#header:after,.header-inner:after {
	content:"";
	display: block;
	clear: both;
}
.header-inner {
	padding-top: 23px;
	padding-bottom: 20px;
}
/*--------- .logo -----------*/
#header .logo {
	float: left;
	margin-right: 40px;
}
#header .logo h1 {
	margin: 0;
	padding: 0;
}
/*--------- .tel -----------*/
#header .tel {
	float: left;
}
/*--------- .link -----------*/
#header .link {
	float: right;
}
#header .link ul {
	margin: 0;
	padding-top: 25px;
}
#header .link li a {
	color: #fff;
	text-decoration: none;
}
#header .link li a:hover {
	text-decoration: underline;
}
#heade .link ul:after {
	content: "";
	display: block;
	clear: both;
}
#header .link li {
	float: left;
	width: auto;
	margin-left: 22px;
	font-size: 12px;
}
#header .link i {
	margin-right: 9px;
}

/* MediaQuery
-----------------------------------*/

/*----------- 768px以上 -----------*/
@media (min-width:768px) {
	.header-inner {
		width: 960px;
		margin-left: auto;
		margin-right: auto;
	}
}

/*----------- 767px以下 ----------- */
@media (max-width:767px) {
	.header-inner {
		width: 100%;
		padding-top: 20px;
		padding-bottom: 15px;
		padding-left: 10px;
		padding-right: 10px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#header .logo {
		margin-right: 5%;
	}
	#header .logo img {
		width: 220px;
		height: auto;
	}
	#header .tel {
		float: right;
	}
	#header .tel img {
		float: right;
		width: 150px;
		height: auto;
	}
	#header .link {
		display: none;
	}
}
/*----------- 480px以下 ----------- */
@media (max-width:480px) {
	#header .logo img {
		width: 170px;
		height: auto;
	}
	#header .tel img {
		width: 110px;
		height: auto;
	}
}

/*------------------------------
　#gNavi　グローバルナビ
------------------------------*/
#gNavi {
	height: 59px;
	background: url("../img/common/nav_bg.png") repeat-x #f4f4f4;
}

.gNavi-inner ul {
	margin: 0;
	padding: 0px;
}
.gNavi-inner li a {
}
.gNavi-inner li a:hover {
}
.gNavi-inner ul:after {
	content: "";
	display: block;
	clear: both;
}
.gNavi-inner li {
	float: left;
	width: auto;
}

/* MediaQuery
-----------------------------------*/
/*----------- 768px以上 -----------*/
@media (min-width:768px) {
	/*　TOPページのみ高さ調整（下部を非表示）　*/
	#home #gNavi {
		height: 50px;
		overflow: hidden;
	}
	#gNaviBtn {
		display: none;
	}
	.gNavi-inner {
		width: 960px;
		margin-left: auto;
		margin-right: auto;
	}
	.gNavi-inner li span {
		display: inline-block;
		text-indent: -9999px;
		margin: 0;
		padding: 0;
		width: 0;
	}
	/* 768px以上での非表示を防ぐ設定 */
	#menu {
		display: block !important;
	}
}
/*----------- 767px以下 ----------- */
@media (max-width:767px) {
	/* 767px以下で初期は非表示にする設定 */
	#menu {
		display: none;
	}
	/* メニューボタン */
	#gNaviBtn {
		width: 100%;
		border: none;
		background-color: transparent;
		cursor: pointer;
		padding: 10px;
		color: #333;
	}
	#gNaviBtn i {
		margin-right: 5px;
	}
  #gNaviBtn:focus {
    outline: none;
  }
  /* 他設定 */
	#gNavi {
		height: auto;
		/* プルダウンメニュー用背景 */
		background: url("../img/common/nav_bg_sp.png") repeat-x #f4f4f4;
	}
	.gNavi-inner li {
		float: none;
	}
	.gNavi-inner li img {
		display: none;
	}
	.gNavi-inner li a {
		display: block;
		padding: 10px;
		color:#333;
		font-size: 14px;
		text-decoration: none;
	}
	.gNavi-inner li a:hover {
		background-color: #fbfbfb;
	}
}


/*------------------------------
　#footer　フッター
------------------------------*/
#footer {
  background-image: url("../img/common/footer_bg.gif");
  padding: 15px 0 5px;
}
.footer-inner .col ul {
  margin: 0;
  padding: 10px 0;
  line-height: 1.8;
}
.footer-inner .col ul  ul {
  margin-left: 1em;
}
.footer-inner .col li li:before{
  content: "\0030fc";
  color: #fff;
  font-size: 10px;
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.footer-inner .right li {
  margin-bottom: 10px;
}
.footer-inner .col li i {
  margin-right: 5px;
}
.footer-inner .col li li:first-child {
  margin-top: -10px;
}
.footer-inner .col li a {
  color: #fff;
  text-decoration: none;
}
.footer-inner .col li a:hover{
  text-decoration: underline;
}
.footer-inner ul.sns:after {
  content: "";
  display: block;
  clear: both;
}
.footer-inner .sns li {
  display: inline-block;
  vertical-align: top;
}
.footer-inner .sns .fb {
  margin-right: 10px;
  /* Facebook いいねボタンの縦位置調整用 */
  line-height: 1;
}


/* MediaQuery
-----------------------------------*/
/*----------- 768px以上 -----------*/
@media (min-width:768px) {
	.footer-inner {
		width: 960px;
    margin: 25px auto;
	}
  .footer-inner {
    display: table;
  }
  .footer-inner .col {
    display: table-cell;
    width: 33.33333%;
    vertical-align: top;
    background-image: url("../img/common/footer_side_bg.gif");
    background-position: left;
    background-repeat: repeat-y;
    padding: 0 10px 0 20px;
    font-size: 14px;
  }
}
/*----------- 767px以下 ----------- */
@media (max-width:767px) {
  #footer {
    width: 100%;
    padding: 15px 10px 0px;
    box-sizing: border-box;
  }
  .footer-inner .col {
    background-image: none;
    padding: 10px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
  }
  .footer-inner .col ul {
    text-align: center;
  }
  .footer-inner .left {
    display: none;
  }
  .footer-inner .middle {
    display: none;
  }
  .footer-inner .right li.pc {
    display: none;
  }
  .footer-inner .right li {
    display: inline-block; /* 中央寄せのため */
    font-size: 16px;
    margin-right: 15px;
  }
  .footer-inner .right li.spLast {
    margin-right: 0px;
  }
  .footer-inner ul.sns {
    background: url("../img/common/footer_sns_bg.gif") repeat-x top;
    padding-top: 20px;
    padding-bottom: 0;
  }
}
/*----------- 480px以下 ----------- */
@media (max-width:480px) {
  #footer {
    padding: 5px 0 0px;
  }
  .footer-inner .right li {
    font-size: 10px;
    margin-right: 7px;
  }
}


/*------------------------------
　.copyright　
------------------------------*/
.copyright {
  width: 100%;
  background: url("../img/common/copyright_bg.jpg") repeat-x top #676767;
}
.copyright-inner {
  width: 960px;
  padding: 30px 0;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
/* MediaQuery
-----------------------------------*/
/*----------- 767px以下 ----------- */
@media (max-width:767px) {
  .copyright-inner {
    width: 100%;
    padding: 15px 15px;
    font-size: 10px;
    line-height: 1.8;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
  }
  .copyright-inner span {
    display: inline-block;
  }
}

/*------------------------------
　scrollup
------------------------------*/
/* ページトップ */
#scrollUp {
 background-image: url("../img/common/page_top.png");
	bottom: 30px;
	right: 30px;
	height: 30px;
	width: 30px;
	text-indent: -9999px;
  opacity: 0.8;
}
#scrollUp:hover {
	opacity: 1.0;
}


/*------------------------------
　.contents 　
------------------------------*/
.contents {
  background: url("../img/common/contents_bg.png")  #eaeaea;
	padding-top: 30px;
	padding-bottom: 50px;
}
.contents-inner:after {
  content: "";
  display: block;
  clear: both;
}
.contents-inner {
}

.article {
  float: left;
  width: 690px;
}
.aside {
  float: right;
  width:230px;
}

/* MediaQuery
-----------------------------------*/
/*----------- 768px以上 -----------*/

@media (min-width:768px) {
	#home .contents {
	  padding-top: 70px;
	}
	.contents-inner {
		width: 960px;
		margin-left: auto;
		margin-right: auto;
	}
}

/*----------- 767px以下 ----------- */
@media (max-width:767px) {
  .contents {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .contents-inner {
    width: 100%;
  }
  .article {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
  }
  .aside {
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
    background-color: #fff;
  }
}

/*------------------------------
　.aside  サイド
------------------------------*/
.aside h4 {
  margin-top: 0;
  margin-bottom: 15px;
}
.aside h5.name {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
}
.aside .access p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.6;
}

/*  .googleMap  */
.aside .googleMap {
  height: 230px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.aside p.googleLink {
  font-size: 11px;
}
.aside p.googleLink i {
  margin-right: 5px;
}
.aside p.googleLink a {
  color: #000;
  text-decoration: none;
}
.aside p.googleLink a:hover {
  text-decoration: underline;
}

/*  .links  */
.aside .links {
  margin-top: 20px;
}
.aside .links ul {
  margin: 0;
  padding: 0;
}
.aside .links li {
  margin-top: 10px;
}
.aside .links li a:hover{
  opacity: 0.7;
}

/* MediaQuery
-----------------------------------*/
/*----------- 768px以上 -----------*/
@media (min-width:768px) {
  .aside h4 img.titleSP {
    display: none;
  }
}

/*----------- 767px以下 ----------- */
@media (max-width:767px) {
  .aside h4 img.titlePC {
    display: none;
  }
  .aside h4 img.titleSP {
    width: 100%;
  }
  .aside .access p br {
    display: none;
  }
  .aside .access p span {
    margin-left: 1em;
  }
  .aside .links {
    display: none;
  }
}

/*-------------------------------------------
　.mainVisual　メインビジュアル　(トップタイトル)
-------------------------------------------*/
.mainVisual {
  background-color: #333;
  background-repeat: no-repeat;
  background-position: center top;
}
.mainVisual-inner:after {
  content: "";
  display: block;
  clear: both;
}
.mainVisual-inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
	text-align: center;
	height: 200px;
}
.mainVisual-inner h1 {
  margin: 0;
  padding:0;
}
 .mainVisual .text {
  position: absolute;
  bottom: -32px;
  left: 0;
}

/* MediaQuery
-----------------------------------*/
/*----------- 768px以上 -----------*/
@media (min-width:768px) {
  #home .mainVisual {
    background-image: url("../img/top/main_visual.jpg");
  }
	#home .mainVisual-inner {
	  height: 480px;
	  width: 960px;
	}
  .mainVisual .spImg {
    display: none;
  }
}
/*----------- 768px以上960px以下 ----------- */
@media (min-width:768px) and (max-width:960px) {
  .mainVisual {
    width: 960px;
  }
	#home .mainVisual {
	  height: 480px;
  }
}
/*----------- 767px以下 ----------- */
@media (max-width:767px) {
  .mainVisual .text {
    display: none;
  }
  .mainVisual-inner {
    width: 100%;
    height: auto;
  }
  .mainVisual .pcImg,.mainVisual .text {
    display: none;
  }
  .mainVisual .spImg {
    width: 100%;
    height: auto;
  }
}

/*------------------------------
　.breadcrumb　パンくずリスト
------------------------------*/
.breadcrumb {
	display:inline-block;
	margin-bottom: 20px;
}
.breadcrumb ol {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.breadcrumb ol:after {
	content: "";
	display: none;
	clear: both;
}
.breadcrumb ol a {
	color: #333;
}
.breadcrumb ol li {
	float: left;
}
.breadcrumb ol li:before {
	content:"\003e";
	color: #333;
	margin-left: 10px;
	margin-right: 10px;
}
.breadcrumb ol li:first-child:before {
	content:none;
}
/* MediaQuery
-----------------------------------*/
/*----------- 767px以下 ----------- */
@media (max-width:767px) {
	.breadcrumb {
		display:none;
	}
}

/*------------------------------
　h2.catch 画像のキャッチがある場合
------------------------------*/

h2.catch {
  margin-top: 0;
  padding-top: 20px;
	margin-bottom: 50px;
}

/* MediaQuery
-----------------------------------*/
/*----------- 768px以上 -----------*/

@media (min-width:768px) {
  h2.catch img.spImg {
    display: none;
  }
}

/*----------- 767px以下 ----------- */
@media (max-width:767px) {
  h2.catch img.pcImg {
    display: none;
  }
	h2.catch img.spImg {
		width: 100%;
  }
}


/*------------------------------
　汎用
------------------------------*/
.mt10 { margin-top: 10px;}
.mt20 { margin-top: 20px;}
.mt30 { margin-top: 30px;}
.mt40 { margin-top: 40px;}
.mt50 { margin-top: 50px;}
.mt60 { margin-top: 60px;}
.mt70 { margin-top: 70px;}
.mt80 { margin-top: 80px;}
.mt90 { margin-top: 90px;}

.mb10 { margin-bottom: 10px;}
.mb20 { margin-bottom: 20px;}
.mb30 { margin-bottom: 30px;}
.mb40 { margin-bottom: 40px;}
.mb50 { margin-bottom: 50px;}
.mb60 { margin-bottom: 60px;}
.mb70 { margin-bottom: 70px;}
.mb80 { margin-bottom: 80px;}
.mb90 { margin-bottom: 90px;}



/* 汎用box　ボタン横並び用　*/
.box5050:after {
	content: "";
	display: block;
	clear: both;
}
.box5050 .left {
	float: left;
	width: 50%;
	padding-right: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.box5050 .right {
	float: left;
	width: 50%;
	padding-left: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.box5050 img {
	max-width: 100%;
	height: auto;
}
.box5050 a:hover {
	opacity: 0.8;
}

/* MediaQuery
-----------------------------------*/
/*----------- 480px以下 ----------- */
@media (max-width:480px) {
  .box5050 .left {
	width: 100%;
	padding-right: 0;
	margin-bottom: 10px;
	}
	.box5050 .right {
	width: 100%;
	padding-left: 0;
	margin-bottom: 10px;
	}
}


/* 画像
-----------------------------------*/
img.mw100 {
	max-width: 100%;
	height: auto;
}

/* MediaQuery
-----------------------------------*/
/*----------- 767px以下 ----------- */
@media (max-width:767px) {
	img.w100 {
		width: 100%;
	}
}


/*------------------------------------------

　中ページ共通

------------------------------------------*/

/*------------------------------
　サイドメニュー
------------------------------*/
.aside h4.menu {
	width: 100%;
	background-image: url("../img/common/aside_menu_bg.png");
	background-repeat: repeat-x;
	height: 50px;
	margin-bottom: 1px;
}
.aside h4.menu a {
	display: block;
	padding: 16px 0 17px 15px;
}
.aside h4.menu a:hover {
	opacity: 0.7;
}
.aside ul.sideMenu {
	margin: 0;
	padding: 0;
	border: 3px solid #cdcdcd;
	background-color: #fff;
	margin-bottom: 30px;
}
.aside ul.sideMenu li a {
	position: relative;
	display: block;
	padding: 20px 15px 20px 30px;
	color: #000;
	text-decoration: none;
	border-top: 1px solid #cdcdcd;
	font-size: 14px;
}
.aside ul.sideMenu li a:before {
	position: absolute;
	font-family: 'FontAwesome';
	content:"\f105";
	color: #e4002d;
	font-size: 16px;
	font-weight: bold;
	left: 15px;
	top: 16px;
}

.aside ul.sideMenu li a:hover {
	background-color: #e5e5e5;
	/* IE9以上 */
	box-shadow:rgb(255, 255, 255) 0px 0px 0px 1px inset;
	-webkit-box-shadow:rgb(255, 255, 255) 0px 0px 0px 1px inset;
	-moz-box-shadow:rgb(255, 255, 255) 0px 0px 0px 1px inset;
}
.aside ul.sideMenu li.current {
	background-color: #e5e5e5;
}
.aside ul.sideMenu li.current a {
	box-shadow:rgb(255, 255, 255) 0px 0px 0px 1px inset;
	-webkit-box-shadow:rgb(255, 255, 255) 0px 0px 0px 1px inset;
	-moz-box-shadow:rgb(255, 255, 255) 0px 0px 0px 1px inset;
}

/* サブタイトル　*/
.article .subTitle {
	background-image: url("../img/common/h3_bg.png");
	background-repeat: no-repeat;
	padding: 4px 0 10px 20px;
	border-bottom: 1px solid #989898;
	font-size: 18px;
}

/* 記事内　*/
.article p {
	font-size: 14px;
	line-height: 2.0;
}

/*------------------------------
　#home　トップページ
------------------------------*/
#home h2 {
	padding: 0;
}
#home h2.catch {
	margin-bottom: 20px;
}

/*--- .news ---*/
#home .news {
  position: relative;
}
#home .news h3 {
	background-image: none;
	padding-left: 10px;
	border-bottom: 1px solid #cbcbcb;
	padding-bottom: 12px;
	margin-bottom: 0;
}
#home .news img {
  position: absolute;
  right: 0;
  top: -5px;
}
#home .newsList {
  font-size: 13px;
}
#home .newsList dl {
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 10px;
}
#home .newsList dl:after {
  content: "";
  display: block;
  clear: both;
}
#home .newsList dl dt {
  margin: 0;
  padding: 0;
  float: left;
  padding-left: 10px;
}
#home .newsList dl dt time {
  margin-right: 10px;
}
#home .newsList dl dd {
  margin: 0;
  padding: 0;
  margin-left: 14em;
}
#home .newsList span {
	font-size: 13px;
}
#home .newsList .cat_info {
  padding: 4px 10px 3px;
  background-color: #858fc2;
  color: #fff;
}
#home .newsList .cat_event {
  padding: 5px 10px 3px;
  background-color: #679ed1;
  color: #fff;
}
#home .newsList a {
  text-decoration: none;
  color: #000;
}
#home .newsList a:hover {
  text-decoration: underline;
}


/* MediaQuery
-----------------------------------*/
/*----------- 768px以上 -----------*/
@media (min-width:768px) {
}

/*----------- 767px以下 ----------- */
@media (max-width:767px) {
  #home .newsList dl dt {
    width: 100%;
    margin-bottom: 10px;
  }
  #home .newsList dl dd {
    clear: both;
    padding-left: 10px;
    margin-left: 0px;
    line-height: 1.6;
  }
}


/*---------------------------------------

　#about　当院について

---------------------------------------*/
/* 画像タイトル */
/* MediaQuery
-----------------------------------*/
/*----------- 768px以上 -----------*/
@media (min-width:768px) {
	#about.top .mainVisual {
    background-image: url("../about/img/title_about.jpg");
  }
	#about.care .mainVisual{
    background-image: url("../about/img/title_care.jpg");
  }
	#about.info .mainVisual {
    background-image: url("../about/img/title_info.jpg");
  }
	#about.control .mainVisual {
    background-image: url("../about/img/title_control.jpg");
  }
}


/*------------------------------
 #about.top トップページ
------------------------------*/

#about.top .box:after {
	content: "";
	display: block;
	clear: both;
}
#about.top .box .left {
	float: left;
	width: 199px;
}
#about.top .box .right {
	float: none;
	width: auto;
	margin-left: 230px;
}

/* MediaQuery
-----------------------------------*/
/*----------- 767px以下 ----------- */
@media (max-width:767px) {
	#about.top .box .left {
		display: none;
	}
	#about.top .box .right {
		width: 100%;
		margin-left: 0;
	}
}

/*------------------------------
 #about.care クリエイティブ・ケア
------------------------------*/
#about.care p.emp {
	line-height: 0;
}
#about.care p.emp em {
	font-style: normal;
	font-weight: bold;
}

/*------------------------------
 #about.info 病院情報
------------------------------*/

#about.info p .att {
	color: #e5002c;
}

#about.info .linkAbout a {
	color: #50739a;
	background-image: url("../about/img/info_linkAbout_arrow.png");
	background-repeat:no-repeat;
	padding-left: 20px;
}

/* 病院概要 */
#about.info .boxOverview:after {
	content: "";
	display: block;
	clear: both;
}
#about.info .boxOverview .left table {
	width: 100%;
	border-collapse:separate;
	border-spacing:3px;
	font-size: 14px;
	margin-bottom: 20px;
}
#about.info .boxOverview .left table th {
	white-space: nowrap;
	font-weight: normal;
	text-align: left;
	padding: 10px;
	background-color: #fff;
}
#about.info .boxOverview .left table td {
	padding: 10px;
	background-color: #f5f5f5;
	border-left: 1px solid #fff;
	line-height: 2;
}
#about.info .boxOverview .right img {
	border: 1px solid #fff;
}

.subSubTitle {
	color: #fff;
	padding: 12px 0 10px 20px;
	border:1px solid #cbcbcb;
	/* border-radius */
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	/* box-shadow */
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 1);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
	background: #797979;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #959595), color-stop(0.00, #797979));
	background: -webkit-linear-gradient(#797979, #959595);
	background: -moz-linear-gradient(#797979, #959595);
	background: -ms-linear-gradient(#797979, #959595);
	background: linear-gradient(#797979, #959595);
}


#about.info .photo ul {
	font-size: 14px;
}
#about.info .photo ul:after {
	content: "";
	display: block;
	clear: both;
}
#about.info .photo ul li {
	float: left;
	width: 32%;
	margin-left: 2%;
	margin-bottom: 15px;
}
#about.info .photo ul li:first-child {
	margin-left: 0;
}
#about.info .photo ul li img {
	max-width: 100%;
	margin-bottom: 5px;
	border: 1px solid #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#about.info .photo ul li .text {
	line-height: 1.6;
}
#about.info p.hospital{
	line-height: 1.6;
}
#about.info p.hospital em {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
}

#about.info p.psychiatry em {
	font-style: normal;
	font-weight: bold;
	line-height: 1;
	padding-left: 15px;
	background-image: url("../about/img/info_psychiatry_bg.gif");
	background-repeat: no-repeat;
	background-position: 0 2px;
}

table.psychiatry {
	width: 100%;
	border-collapse:separate;
	border-spacing:3px;
	font-size: 14px;
	margin-bottom: 20px;
}
table.psychiatry th {
	white-space: nowrap;
	font-weight: normal;
	text-align: center;
	padding: 10px;
	background-color: #fff;
}
table.psychiatry td {
	padding: 10px;
	background-color: #f5f5f5;
	text-align: center;
	line-height: 2;
	border-left: 1px solid #fff;
}
table.psychiatry tfoot td {
	background-color: #dbdbdb;
	border-left: 1px solid #cbcbcb;
}

/* MediaQuery
-----------------------------------*/
/*----------- 768px以上 -----------*/
@media (min-width:768px) {
	#about.info .boxOverview .left {
		float: left;
		width: 445px;
	}
	#about.info .boxOverview .right {
		float: none;
		width: auto;
		margin-left: 455px;
	}
}
/*----------- 767px以下 ----------- */
@media (max-width:767px) {
	#about.info .boxOverview .left {
		width: 100%;
	}
	#about.info .boxOverview .right {
		width: 100%;
	}
	#about.info .photo ul li {
		width: 100%;
		margin-left: 0;;
	}
}

/*------------------------------
 #about.control 災害・環境対策
------------------------------*/

#about.control .boxR270:after {
	content: "";
	display: block;
	clear: both;
}
#about.control .boxR270 .left {
	float: left;
	width: 100%;
	margin-right: -290px;
	padding-right: 290px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#about.control .boxR270 .right {
	float: left;
	width: 270px;
	margin-left: 20px;
}
#about.control .boxR270 .left ul {
	padding-left: 1.5em;
	list-style: disc;
	line-height: 1.8;
	font-size: 14px;
	margin-bottom:20px;
}
#about.control .boxR270 .right img {
	border: 1px solid #fff;
}
#about.control .boxR270 .right p.text {
	margin: 7px 0 15px;
	line-height: 1;
	font-size: 12px;
}
#about.control ol.disaster {
	list-style-type: decimal;
	padding-left: 1.7em;
}

/* MediaQuery
-----------------------------------*/
/*----------- 767px以下 ----------- */
@media (max-width:767px) {
	#about.control .boxR270 .left {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#about.control .boxR270 .right {
		width: 100%;
		margin-left: 0;
	}
}
