@charset "utf-8";
/*
Theme Name: shsa
Theme URI: http://www.sunloft.co.jp/
Description: 公益財団法人 静岡県予防医学協会
Author: Sunloft
Version: 3.3.1
License: GNU General Public License
License URI: license.txt
*/


/* 171027_notel */
.notel {
	pointer-events: none;
	text-decoration: none;
	color: #333;
}
a.notel:link,
a.notel:hover,
a.notel:active,
a.notel:visited {
	color: #333;
}

/* =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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #fff;
}
body,
input,
textarea {
	color: #000;
	font-size: 14px;
	line-height: 21px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
ol li {
	margin: 0 0 5px 0;
}

ul li {
	margin: 0 0 5px 0;
}

ol li li {
	margin: 0;
}

dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #2697af;
}
a:visited {
	color: #2697af;
}
a:active,
a:hover {
	color: #2697af;
	text-decoration: none;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}



/* =CSS Library
-------------------------------------------------------------- */

/* 画像 */
img.f_left{ margin: 0 30px 30px 0; }
img.f_right{ margin: 0 0 30px 30px; }
img.border{ padding: 2px; border: 2px solid #D7D2C0;}

/* 配置 */
.center	{text-align: center !important;}
.left	{text-align: left !important;}
.right	{text-align: right !important;}
.top	{vertical-align: top !important;;}
.middle	{vertical-align: middle !important;;}
.bottom	{vertical-align: bottom !important;;}
.block	{display: block;}
.inline	{display: inline;}
.hidden	{display: none;}
.f_left {float: left; }
.f_right{float: right; }
.f_none	{float: none !important;}
.clear	{clear: both;}
.clear_none		{clear: none;}
.clear_left		{clear: left;}
.clear_right	{clear: right;}
.clearfix		{zoom:1;}
.clearfix:after{content : ''; display : block; clear : both;}

/* 余白 */
.m_top0		{margin-top: 0 !important;}
.m_right0	{margin-right: 0 !important;}
.m_bottom0	{margin-bottom: 0 !important;}
.m_left0	{margin-left: 10px !important;}
.m_top10	{margin-top: 10px !important;}
.m_right10	{margin-right: 10px !important;}
.m_bottom10	{margin-bottom: 10px !important;}
.m_left10	{margin-left: 10px !important;}
.m_top15	{margin-top: 15px !important;}
.m_right15	{margin-right: 15px !important;}
.m_bottom15	{margin-bottom: 15px !important;}
.m_left15	{margin-left: 15px !important;}
.m_top20	{margin-top: 20px !important;}
.m_right20	{margin-right: 20px !important;}
.m_bottom20	{margin-bottom: 20px !important;}
.m_left20	{margin-left: 20px !important;}
.m_top30	{margin-top: 30px !important;}
.m_right30	{margin-right: 30px !important;}
.m_bottom30	{margin-bottom: 30px !important;}
.m_left30	{margin-left: 30px !important;}
.m_top50	{margin-top: 50px !important;}
.m_right50	{margin-right: 50px !important;}
.m_bottom50	{margin-bottom: 50px !important;}
.m_left50	{margin-left: 50px !important;}
.m_top100	{margin-top: 100px !important;}
.m_right100	{margin-right: 100px !important;}
.m_bottom100{margin-bottom: 100px !important;}
.m_left100	{margin-left: 100px !important;}

.p_top0		{padding-top: 0 !important;}
.p_right0	{padding-right: 0 !important;}
.p_bottom0	{padding-bottom: 0 !important;}
.p_left0	{padding-left: 0 !important;}
.p_top20	{padding-top: 20px !important;}
.p_right20	{padding-right: 20px !important;}
.p_bottom20	{padding-bottom: 20px !important;}
.p_left20	{padding-left: 20px !important;}
.p_top30	{padding-top: 30px !important;}
.p_top50	{padding-top: 50px !important;}
.p_right50	{padding-right: 50px !important;}
.p_bottom50	{padding-bottom: 50px !important;}
.p_left50	{padding-left: 50px !important;}


/* フォント */
.font_red {color: #CC0202;font-weight: bold;}
.font_orange {color: #ff6600;font-weight: bold;}
.font_b {font-weight: bold;}
.font_size_l{ font-size: 12pt; line-height: 1.4em;}
.font_size_s{ font-size: 0.9em;}
.font_size_ss{ font-size: 0.7em;}

.waku{
	margin: 0;
	padding: 23px;
	list-style: none;
	background-color: white;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #CCC;
	box-shadow: 0 0 5px #cc;
	border: 1px solid #C8C8C8;
	margin:0 0 30px 0;
}
/* =Layout
-------------------------------------------------------------- */


body{
	position: relative;
	background: url(img/top_bg_body.gif) repeat-x center top !important;
	}


#wrapper{
	position: relative;
	background: url(img/sub_bg_body.gif) repeat-x center top !important;
}

#header,
#access,
#colophon, 
#pankuzu, 
#main {
	margin: 0 auto;
	width: 960px;
}

#container {
	float: left;
	margin: 0;
	width: 700px;
}
body.home #content{
	float: left;
	width: 630px;
}

#sidebox,
#secondary {
	float: right;
	width: 230px;
	top: 0;
}
body.home #sidebox { float: right;width: 300px; }

#secondary {
	clear: both;
}

#footer {
	clear: both;
	width: 100%;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
/* =Header
-------------------------------------------------------------- */

#header {
	position: relative;
	overflow: hidden;
	height: 155px;
}
#site-title {
	position: absolute;
	top: 64px;
	left: 0;
	margin: 0;
	width: 281px;
}

#site-description{
	position: absolute;
	top: 10px;
	_top: 5px;
	left: 0;
	margin: 0;
	font-size:12px;
}

#site-search{
	position: absolute;
	top: 20px;
	right:0px;
	_left:715px;
	margin: 0;
	width;300px;
}

#site-search #s{
	padding: 0;
	width: 180px !important;
	height: 22px !important;
	font-size: 12px !important;
}

#site-search #searchsubmit {
	background: url(img/search.gif) 0 0 no-repeat !important;
	height: 24px !important;
	width: 48px !important;
	margin: 0 0 0 4px;
	padding: 0;
	border: none;
	cursor: pointer;
	text-indent: -10000px;
	font-size: 12px !important;
}

#site-search #searchsubmit:hover {
		background-position: 0 -24px;
}

#head-menu {
	position: absolute;
	display: block;
	width: 320px;
	height: 21px;
	top: 88px;
	right: 0px;
	margin: 0;
	padding: 0;
	text-indent:-10000px;
	text-align:left;
	background: url(img/header_menu.gif) right top no-repeat;
	overflow: hidden;
}

#head-menu ul {
	width: 320px;
	display: block;
	margin:0;
	padding:0;
	list-style-type: none;
}

#head-menu ul li{
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	letter-spacing: 1px;
}
#head-menu ul li a{
	height:21px;
	display: block;
}
#head-menu ul li.h_about a{
	width: 64px;
	text-indent:-10000px;
	margin-right: 18px;
	font-size:1px;
}
#head-menu ul li.h_about a:hover{
	background: url(img/header_menu.gif) 0 -21px no-repeat;
}
#head-menu ul li.h_contact a{
	width: 90px;
	margin-right: 9px;
}
#head-menu ul li.h_contact a:hover{
	background: url(img/header_menu.gif) -82px -21px no-repeat;
}

#head-menu ul li.h_privacy a{
	width: 139px;
	margin: 0;
}
#head-menu ul li.h_privacy a:hover{
	background: url(img/header_menu.gif) -181px -21px no-repeat;
}


/* =mainimage
-------------------------------------------------------------- */

#main-image {
	text-align: center;
	margin:-18px auto 0px auto;
	background: url(img/main-image_bg.jpg) 0 0 no-repeat;
	height:480px;
	padding-top:35px;
}
#sub-image {
	margin:-18px auto 0px auto;
	background: url(img/sub-image_bg.jpg) 0 0 no-repeat;
	height:125px;
	padding-top:35px;
}
#content_title{
	width:960px;
	margin:0 auto;
	position: relative;
	}
.title_box{
	margin:40px 0 0 0;
	}
.ri_theme{
	position: absolute;
	width:218px;
	height:208px;
	bottom:0px;
	_bottom:20px;
	left:0px;
	z-index: 100;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	display: block;
	margin: -30px auto 0 auto;
	/zoom : 1;
	z-index: 10;
	position: relative;
	width:962px;
}
#access:after{content : ''; display : block; clear : both;}

#access ul#menu-main {
	list-style: none;
	margin: 0;
}
#access ul#menu-main li {
	float: left;
	position: relative;
	margin:0;
}
#access ul#menu-main li a {
	display: block;
	background: url(img/mainmenu.png) 0 0 no-repeat;
	height: 49px;
	text-indent: -10000px;
	width:192px;
}
#access ul#menu-main li#menu-item-28 a { background-position: 0 0; width:194px;}
#access ul#menu-main li#menu-item-559 a { background-position: -194px 0;}
#access ul#menu-main li#menu-item-29 a { background-position: -386px 0}
#access ul#menu-main li#menu-item-30 a { background-position: -578px 0;}
#access ul#menu-main li#menu-item-31 a { background-position: -770px 0;}


#access ul#menu-main li#menu-item-28 a:hover { background-position: 0 -49px;}
#access ul#menu-main li#menu-item-559 a:hover { background-position: -194px -49px}
#access ul#menu-main li#menu-item-29 a:hover { background-position: -386px -49px;}
#access ul#menu-main li#menu-item-30 a:hover { background-position: -578px -49px;}
#access ul#menu-main li#menu-item-31 a:hover { background-position: -770px -49px;}



body.home #access ul#menu-main li#menu-item-28 a{background-position: -0px -49px;}

body.page-id-43 #access ul#menu-main li#menu-item-559 a,
body.parent-pageid-43 #access ul#menu-main li#menu-item-559 a{background-position: -194px -49px;}

body.page-id-2 #access ul#menu-main li#menu-item-29 a,
body.parent-pageid-2 #access ul#menu-main li#menu-item-29 a{background-position: -386px -49px;}

body.page-id-7 #access ul#menu-main li#menu-item-30 a,
body.parent-pageid-7 #access ul#menu-main li#menu-item-30 a{background-position: -578px -49px;}

body.page-id-11 #access ul#menu-main li#menu-item-31 a,
body.parent-pageid-11 #access ul#menu-main li#menu-item-31 a{background-position: -770px -49px;}





body.home #access ul#menu-main li#menu-item-28 a:hover{background-position: -0px -49px;}

body.page-id-43 #access ul#menu-main li#menu-item-559 a:hover,
body.parent-pageid-43 #access ul#menu-main li#menu-item-559 a:hover{background-position: -194px -49px;}

body.page-id-2 #access ul#menu-main li#menu-item-29 a:hover,
body.parent-pageid-2 #access ul#menu-main li#menu-item-29 a:hover{background-position: -386px -49px;}

body.page-id-7 #access ul#menu-main li#menu-item-30 a:hover,
body.parent-pageid-7 #access ul#menu-main li#menu-item-30 a:hover{background-position: -578px -49px;}

body.page-id-11 #access ul#menu-main li#menu-item-31 a:hover,
body.parent-pageid-11 #access ul#menu-main li#menu-item-31 a:hover{background-position: -770px -49px;}

/* =pankuzu
-------------------------------------------------------------- */

#pankuzu{
	margin:5px auto 30px auto;
	padding: 0;
	font-size: 12px;
}

/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	padding: 5px;
	margin-top:20px;
	/zoom : 1;
}
#main:after{content : ''; display : block; clear : both;}
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #333;

}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #333;
	line-height: 1.4em;
	margin: 0 0 20px 0;
}
#content table {
	border-top: solid 1px #c7c7c7;
	margin: 0 0 25px 0;
	text-align: left;
	width: 100%;
	border-collapse: collapse;
	background: white;
}
#content table caption {
	font-weight: bold;
	padding: 2px;
	background: #d1d1d1;
}
#content tr th,
#content thead th {

	font-weight: normal;
	text-align: left;
	border-bottom: solid 1px #c7c7c7;
	border-left: solid 1px #c7c7c7;
	border-right: solid 1px #c7c7c7;
	background: url(img/table_bg.gif) left bottom repeat;
	padding: 10px;
	font-weight: bold;
	color: #000;
	vertical-align: middle;
}
#content tr td {
	border-bottom: solid 1px #c7c7c7;
	border-right:solid 1px #c7c7c7;
	border-left:solid 1px #c7c7c7;
	padding: 10px 10px 10px 15px;
}
#content table.option2 tr td {
	border-bottom: solid 1px #c7c7c7;
	border-right:solid 1px #c7c7c7;
	border-left:solid 1px #c7c7c7;
	padding: 5px;
}
#content table.option2 tr td.option3{
	white-space:nowrap;
	background:url(img/table_bg.gif) left bottom repeat;
}
#content table.association  tr td {
	border-bottom: solid 1px #c7c7c7;
	border-right:solid 1px #c7c7c7;
	border-left:solid 1px #c7c7c7;
	padding: 5px 5px 5px 5px;
}

#content table.none{
	width: auto;
}
#content table.none,
#content table.none td,
#content table.none th {
	border: 0;
	padding: 0 20px 0 0;
}

#content table.k_none{
	width: auto;
}
#content table.k_none,
#content table.k_none td,
#content table.k_none th {
	border: 0;
	vertical-align:middle;
	padding: 0 10px 0 0;
	background:none;
}

p.AbobeDownload {
	clear: both;
	padding: 15px 15px 20px 15px ! important;
	text-align: left;
	font-size: 90%;
	border: 1px solid #ccc;
}
a.Adobe {
	float: left;
	display: block;
	width: 183px;
	}

#content #topmenu {
	overflow: hidden;
	margin-right: -10px;
	margin-bottom: 30px;
	width: 720px;
	clear: both;
}
#content #topmenu h2 {
	width: 230px;
	height: 36px;
	margin: 0;
}
#content #topmenu .container{
	float: left;
	width: 230px;
	margin: 0 10px 0 0;
}
#content #topmenu .container ul {
	list-style: none;
	margin: 0;
	background: #fff;
	height: 223px;
	border-bottom: 7px solid #70c0cf;
}
#content #topmenu .container ul li {
	border-bottom: 1px solid #e5e5e5;
	background: #fff;
}
#content #topmenu .container ul li a {
	display: block;
	padding: 6px 0;
}

#content #topcontents{
	/zoom : 1;
}
#content #topcontents:after{content : ''; display : block; clear : both;}

#content #topcontents #left{
	float: left;
	margin-right: 10px;
	width: 230px;
}
#content #topcontents #right{
	float: left;
	width: 470px;
}
#content #epilepsy-info,
#content #no-smoking,
#content #hotline{
	margin-bottom: 10px;
}
#content #epilepsy-info img,
#content #no-smoking img,
#content #hotline img{
	display: block;
}
#content .box{
	border: 2px solid #e7e7e7;
	background: #fafafa;
	margin-bottom: 10px;
}
#content .box h2{
	position: relative;
	margin: 15px 15px 10px 15px;
	padding: 0 0 5px 0;
	border-bottom: 3px solid #e7e7e7;
	_zoom: 1;
}
#content .box h2 a{
	position: absolute;
	right: 0;
	top: 5px;
	display: block;
	width: 37px;
	height: 19px;
	background: url(images/more.gif) 0 0 no-repeat;
	text-indent: -10000px;
	overflow: hidden;
}
#content .box h2 a:hover{ background-position: 0 -19px; }

#content .box p,
#content .box ul{
	margin: 0 15px 10px 15px;
	list-style: none;
}
#content .box ul li{
	border-bottom: 1px solid #e5e5e5;
	line-height: 20px;
	margin-bottom: 8px;
	padding-bottom: 8px;
}
#content .box ul li .date{
	font-size: 14px;
	color: #8a8a8a;
	margin-right: 5px;
}
.cate{
	font-size: 10px;
	color: #fff !important;
	padding: 2px 4px 3px 4px;
	margin-right: 5px;
	background: #94252a;
}
.cate-news				{ background: #ed6d00; }
.cate-director-topics,
.cate-director-news,
.cate-director-medical	{ background: #00a0e9; }
.cate-seminar-topics,
.cate-seminar-news,
.cate-seminar-medical,
.cate-medical			{ background: #fcad00; }
.cate-event-topics,
.cate-event-news,
.cate-event-medical,
.cate-procurement-information		{ background: #009944; }
.cate-recruit			{ background: #ec4da6; }

#content #accessmap a{
	display: block;
	width: 190px;
	height: 30px;
	background: url(images/more_accessmap.gif) 0 0 no-repeat;
	text-indent: -10000px;
	overflow: hidden;
}
#content #accessmap a:hover{ background-position: 0 -30px; }

h2{
	font-size: 26px;
	color:#386e7c!important;
	font-weight: bold!important;
	padding: 0 0 10px 15px;
	background: url(img/h2_bg.gif) left bottom no-repeat!important;
	font-family: 'メイリオ',Meiryo,"小塚ゴシック Pro R", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;

}
#content .entry-content h2.none{
	background:none!important;
	padding:0 0 0px 0!important;
	margin:0 0 20px -21px;
	}
	
h3{
	border-left: 7px solid #BEB4A9;
	border-bottom: 1px solid #BEB4A9;
	padding: 0.5em 0 0.4em 9px;
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 100%;
	color:#000!important;
}
h3.title_center{
	border-left:none;
	border-bottom: 1px solid #BEB4A9;
	padding: 0.5em 0 0.4em 9px;
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 100%;
	color:#000!important;
	text-align:center;
	}
h4{
	font-weight: bold;
	color:#2c6371!important;
	margin-bottom: 10px!important;
	padding: 0 0 5px 0px!important;
	border-bottom: 2px solid #2c6371;
}
h5{
	font-weight: bold;
	color:#2c6371!important;
	margin-bottom: 10px!important;
	font-size: 14px;
	margin-top: 20px!important;
}

#content .entry-content .bg_gray{
	background: #eaeaea;
	border: 1px solid #dadada;
	padding: 20px;
}
#content .entry-content table.index{
	border: 0;
}
#content .entry-content table.index th,
#content .entry-content table.index td{
	border: 0;
	padding: 0 10px 30px 10px;
	width: 320px;
	vertical-align: top !important;
	color: #666666;
	_text-indent: -15px;
}
#content .entry-content table.index td a{
	font-size: 16px;
	background: url(images/listmark02.gif) 0 2px no-repeat;
	padding-left: 15px;
	color: #303030;
	font-weight: bold;
}
#content .entry-content table.index td a:hover{
	color: #FCB500;
}

#content table.LineTable {
	border-spacing: 0;
	border-collapse: separate;
	margin-bottom: 26px;
	margin-left: 0;
	border: 1px solid #CCC;
	border-right: none;
	border-bottom: none;
	width: 100%;
	}
#content table.LineTable th{
	background-color: #F2F2F2;
	width: 170px;
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-color: white #CCC #CCC white;
	padding: 20px 10px 20px 10px;
	vertical-align: middle;
	}
#content table.LineTable td {
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-color: white #CCC #CCC white;
	padding: 10px 10px 10px 15px;
	background-color: white;
	vertical-align: middle;
	}
#content table.LineTable th.need {
	background	:#F2F2F2  url(img/contact/icon_neccesary.gif) 138px center no-repeat;
	}
#content table.LineTable input {
	vertical-align: middle;
	margin		: 0 3px 4px 0;
	}
#content table.LineTable input.text_short {
	width		: 50px;
	}
#content table.LineTable textarea {
	width		: 400px;
	height		: 6em;
	margin		: 0 5px 8px 0;
	}
#content table.LineTable .wpcf7-radio input {
	width		: auto;
	height		: 1;
	margin		: 0 2px 8px 0;
	}
#content table.LineTable .wpcf7-list-item-label {
	color: #333;
	}
span.wpcf7-list-item{
	margin-left: 0.8em!important;
}
.btn_submit{
	margin: 0 0 30px 0;
}
.btn_submit input,
.wpcf7-submit{
	display: block;
	color: white !important;
	width: 100px;
	padding: 5px 0;
	background: #87a006;
	border: 2px solid #708502;
	margin: 0 auto !important;
	cursor: pointer;
	font-weight: bold;
}

ul.xoxo{
	overflow: hidden;
}
.page-id-238 li.brlink{
	text-indent: -1.5em;
	_text-indent: -0.5em;
}

.hentry {
	margin: 0 0 10px 0;
}
/*body.page .hentry {
	border-bottom: 0;
}*/
.entry-list .entry-meta {
	margin-right: 5px;
}
.search .entry-list .entry-meta {
	display: none;
}

.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}

.boxtop {
	padding: 0;
	margin:0 0 30px 0;
	overflow: hidden;
}

.title_box h1{
	text-indent:-10000px;
	height:33px;
	width:100%;
	}

.title_box .entry-title-2{background:url(img/title_img_institution.png) 0 0 no-repeat;}
.title_box .entry-title-7{background:url(img/title_img_dock.png) 0 0 no-repeat;}
.title_box .entry-title-11{background:url(img/title_img_kenshin.png) 0 0 no-repeat;}
.title_box .entry-title-15{background:url(img/title_img_association.png) 0 0 no-repeat;}
.title_box .entry-title-17{background:url(img/title_img_about.png) 0 0 no-repeat;}
.title_box .entry-title-43{background:url(img/title_img_enterprise.png) 0 0 no-repeat;}
.title_box .entry-title-22{background:url(img/title_img_hoken.png) 0 0 no-repeat;}
.title_box .entry-title-45{background:url(img/title_img_contact.png) 0 0 no-repeat;}
.title_box .entry-title-24{background:url(img/title_img_privacy.png) 0 0 no-repeat;}
.title_box .entry-title-26{background:url(img/title_img_sitemaps.png) 0 0 no-repeat;}
.title_box .entry-title-285{background:url(img/title_img_bulletin.png) 0 0 no-repeat;}
.title_box .entry-title-418{background:url(img/title_img_bulletin.png) 0 0 no-repeat;}
.title_box .entry-title-421{background:url(img/title_img_bulletin.png) 0 0 no-repeat;}
.title_box .entry-title-3027{background:url(img/title_img_jigyonenpo.png) 0 0 no-repeat;}
.job .title_box h1{background:url(img/title_img_job.png) 0 0 no-repeat;text-indent:-10000px;}
.news .title_box h1{background:url(img/title_img_news.png) 0 0 no-repeat;text-indent:-10000px;}
.bulletin .title_box h1{background:url(img/title_img_bulletin.png) 0 0 no-repeat;text-indent:-10000px;}


/*
#post-2 .boxtop .entry-title{background:url(img/title_img_rotaryclub.gif) 0 0 no-repeat;text-indent:-10000px;}
#post-5 .boxtop .entry-title{background:url(img/title_img_about.gif) 0 0 no-repeat;text-indent:-10000px;}
#post-13 .boxtop .entry-title{background:url(img/title_img_greeting.gif) 0 0 no-repeat;text-indent:-10000px;}
#post-16 .boxtop .entry-title{background:url(img/title_img_organization.gif) 0 0 no-repeat;text-indent:-10000px;}
#post-18 .boxtop .entry-title{background:url(img/title_img_chairman.gif) 0 0 no-repeat;text-indent:-10000px;}
#post-21 .boxtop .entry-title{background:url(img/title_img_meeting.gif) 0 0 no-repeat;text-indent:-10000px;}
#post-23 .boxtop .entry-title{background:url(img/title_img_member.gif) 0 0 no-repeat;text-indent:-10000px;}
#post-26 .boxtop .entry-title{background:url(img/title_img_link.gif) 0 0 no-repeat;text-indent:-10000px;}
#post-29 .boxtop .entry-title{background:url(img/title_img_sitemaps.gif) 0 0 no-repeat;text-indent:-10000px;}
#post-47 .boxtop .entry-title{background:url(img/title_img_admission.gif) 0 0 no-repeat;text-indent:-10000px;}
.boxtop #news{background:url(img/title_img_news.gif) 0 0 no-repeat;text-indent:-10000px;}
.boxtop #post-archive3{background:url(img/title_img_activity.gif) 0 0 no-repeat;text-indent:-10000px;}
.boxtop #post-archive4{background:url(img/title_img_schedule.gif) 0 0 no-repeat;text-indent:-10000px;}
*/

.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #757575;
	text-align: right;
	margin:0px 0 10px 0;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	margin: 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 14px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
#nav-below {
	position: relative;
	margin: 60px 0 0 0;
}
#nav-below .nav-previous {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
}
#nav-below .nav-next {
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
}
#nav-below .nav-list {
	margin: 0 auto;
	width: 150px;
}
#nav-below .nav-previous a,
#nav-below .nav-list a,
#nav-below .nav-next a {
	display: block;
	text-align: center;
	padding: 10px 0;
	border: 1px solid #ccc;
	background: #fff;
}
#nav-below .nav-previous a:hover,
#nav-below .nav-list a:hover,
#nav-below .nav-next a:hover {
	background: #ccc;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
	padding: 0 15px;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 14px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}
#pagelink{
	list-style: none;
	overflow: hidden;
	margin-left: 0;
}
#pagelink li{
	float: left;
	margin-right: 15px;
}
#pagelink li a{
	display: block;
	padding: 5px 10px 5px 30px;
	background: #82CDDB url(images/t_sidemenu.gif) left center no-repeat;
	color: #fff;
	border: 1px solid #5fb1c2;
}

#sidebox{
	margin-bottom: 36px;
	padding:8px;
	padding-top:3px;
}
#sidebox #sidemenu{
	margin-bottom: 25px;
}
#sidebox #sidemenu h2{
	margin: 0;
	padding: 0!important;
	color: #fff;
	text-indent:-10000px;
	height: 39px;
}


#sidebox #sidemenu h2.parent-page{background:url(img/s_menu.gif) 0 0 no-repeat!important;}
#sidebox #sidemenu h2.posttype-news{background:url(img/s_news_menu.gif) 0 0 no-repeat!important;}
#sidebox #sidemenu h2.posttype-job{background:url(img/s_job_menu.gif) 0 0 no-repeat!important;}

#sidebox #sidemenu ul{
	margin: 0;
	padding: 0 10px 10px 10px;
	list-style: none;
	background-color: #f1f1f1;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius:0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #cc;
	border:1px solid #c8c8c8;
}

#sidebox #sidemenu ul ul{
	list-style: none;
	margin: 0;
	border-bottom: 0;
}
#sidebox #sidemenu ul li{
	padding: 0;
	background: url(img/dotline.gif) repeat-x 0 bottom;
}
#sidebox #sidemenu ul li li{
	border-bottom: 0;
	background: white;
	padding-left: 1em;
}
#sidebox #sidemenu ul li a{
	display: block;
	padding:10px 10px 10px 19px;
	color: #000;
	margin: 0 15px 0 0;
	background: url(img/listmark02.png) 0 13px no-repeat;
	text-decoration: none;
}
#sidebox #sidemenu ul li a:hover{color: #386e7c;font-weight:bold;}




/* =トップ コンテンツ
-------------------------------------------------------------- */

#content .main_btn{
	margin:-70px 0 0 0;
	position: relative;
	
}
.t_institution{
	background: url(img/t_institution_bg.gif) no-repeat 0 0px;
	width:292px;
	float:left;
	padding:62px 0 0 7px;
	height:133px;
}

.t_dock{
	background: url(img/t_dock_bg.gif) no-repeat 0 0px;
	width:292px;
	padding:62px 0 10px 7px;
	float:right;
}
.t_job a{
	background: url(img/t_job_img.jpg) no-repeat 0 0px;
	width:630px;
	height:103px;
	text-indent:-10000px;
	display:block;
	margin:20px 0 40px 0;
}
.t_job a:hover{background-position:0 -103px;}

.monowasuredock a{
	background: url(img/monowasuredock_bnr.jpg) no-repeat 0 0px;
	width:630px;
	height:133px;
	text-indent:-10000px;
	display:block;
	margin:20px 0 61px 0;
}

.monowasuredock a:hover{background-position:0 -133px;}

.t_association a{
	background: url(img/t_association_img.jpg) no-repeat 0 0px;
	width:630px;
	height:88px;
	text-indent:-10000px;
	display:block;
	margin:20px 0 40px 0;
}
.t_association a:hover{background-position:0 -88px;}

.t_news{
	margin:0 0 25px 0;
}



.t_news h2{
	color: white;
	display: block;
	font-size: 10px;
	height: 35px;
	margin: 0 0 20px 0;
	padding: 0;
	_zoom: 1;
	padding: 0!important;
	background: none!important;
	position: relative;
}
.t_news h2 img{
	float:left;
}

.top_radius{
	list-style: none;
	margin: 0;
	padding: 0;
}
.top_radius li{
	margin: 0;
	padding: 10px 0;
	background: url(img/dotline.gif) repeat-x 0 bottom;
}

.top_radius li span.date{
	margin: 0 10px 0 0;
	padding: 3px 0 3px 0px;
}

.more {
	background: url(img/more.gif) no-repeat 0 0;
	width: 85px;
	display:block;
	height:34px;
	margin: 0;
  text-indent:-10000px;
	position: absolute;
	right: 0px;
	top: -8px;
}
.more:hover{
	background-position: 0px -34px;
}

.rotaryclub_about{
	background: url(img/top_access.gif) no-repeat 0 0;
	position: relative;
	width:693px;
	height:180px;
	margin:0 auto 40px auto;
	}
.rotaryclub_about p{
	position: absolute;
	width:314px;
	top:62px;
	left:162px;
	}
	
.rotaryclub_about .club_btn{
	display:block;
	width:140px;
	height:29px;
	background: url(img/club_btn.gif) no-repeat 0 0;
	position: absolute;
	bottom:12px;
	right:12px;
	text-indent:-10000px;
	overflow: hidden;
	}
.rotaryclub_about .club_btn:hover{
	background-position: 0px -29px;
}
/* =トップ サイド
-------------------------------------------------------------- */
.t_access{
	margin:-70px 0 0 0;
	position: relative;
	}
	
.t_reservation a.re_btn{
	background: url(img/t_reservation_img.gif) no-repeat 0 0px;
	width:300px;
	height:164px;
	display:block;
	margin:10px 0;
	text-indent:-10000px;
}
.t_reservation a.re_btn:hover{background-position:0 -164px;}

.t_reservation p{line-height: 16px;}

.normal{
	width:278px;
	margin:0 0 20px 0;
	}
.normal tr th{
	text-align: center;
	border-top: solid 1px #c7c7c7;
	border-bottom: solid 1px #c7c7c7;
	border-left: solid 1px #c7c7c7;
	border-right: solid 1px #c7c7c7;
	background: url(img/table_bg.gif) left bottom repeat;
	padding: 5px;
	font-weight: bold;
	color: #000;
	vertical-align: middle;
	}
.normal tr td {
	border-bottom: solid 1px #c7c7c7;
	border-right: solid 1px #c7c7c7;
	border-left: solid 1px #c7c7c7;
	padding: 5px;
	vertical-align: middle;
	}

/* =コンテンツ サイド
-------------------------------------------------------------- */

.scrollFixIt {
    display:none;
}
.s_reservation a.re_btn{
	background: url(img/s_reservation_img.gif) no-repeat 0 0px;
	width:230px;
	height:126px;
	display:block;
	margin:10px 0;
	text-indent:-10000px;
}
.s_reservation a.re_btn:hover{background-position:0 -126px;}

.s_reservation p{line-height: 16px;}


.s_job a{
	background: url(img/s_job_img.jpg) no-repeat 0 0px;
	width:230px;
	height:99px;
	text-indent:-10000px;
	display:block;
	margin:40px 0 40px 0;
}
.s_job a:hover{background-position:0 -99px;}



/* =施設紹介
-------------------------------------------------------------- */
div.photo {
	float: right;
	width: 262px;
	text-align: center;
}
div.photo img{
	border:1px solid #d2d2d2;
	padding:2px;
	}

table.institution {
	width: 420px!important;
}


.price{
	white-space: nowrap;
}


/* =協会けんぽ
-------------------------------------------------------------- */

.association_box{
	border:2px #ff7676 solid;
	padding:10px;
	margin:0 0 30px 0;
	background: url(img/association/association_img02.gif) right bottom no-repeat;
	}
.association_box ol{
	margin-bottom: 0px;
}

.association_box li{
	padding:0 0 5px 0;
}

.association_bosyu{
	padding:5px;
	border:2px #ff7676 solid;
	text-align:center;
	font-weight:bold;
	font-size:15px;
	}

/* =事業案内
-------------------------------------------------------------- */
.enterprise_t{
	margin:0 0 0 -23px;
	position: relative;
	}

th.co01 a{
	color:#56962c;
	}
th.co02 a{
	color:#bc631b;
	}
th.co03 a{
	color:#2c5696;
	}
th.co04 a{

	}

.ent_left{
	float:left;
	width:395px;
	}

.ent_right{
	float:right;
	width:230px;
	}
.ent_list{
	font-size: 14px;
	line-height: 28px;
}
.ent_font{
	font-size: 12px;
}
.ent01{
	color:#e44f4f;
	}
.ent02{
	color:#56962c;
	}
.ent03{
	color:#bc631b;
	}
.ent04{
	color:#2c5696;
	}
	
	
/* =情報公開
-------------------------------------------------------------- */

ul.PdfLink2{
list-style:none;
margin:0!important;
padding:0!important;
}

ul.PdfLink2 li {
padding: 0 0 0px 20px;
background: url(img/list_pdf.gif) left 3px no-repeat;
}


/* =施設の様子
-------------------------------------------------------------- */
.scenery ul {
list-style-type: none;
margin: 0 -50px 0 0!important;
position: relative;
}
.scenery ul li {
width: 212px;
float: left;
margin: 0 28px 23px 0px!important;
_margin: 0 20px 23px 0px!important;
padding: 0;
position: relative;
}
.scenery ul li .big {
position: absolute;
width: 25px;
bottom: 49px;
right: 0px;
}
.scenery ul li .big2{
position: absolute;
width: 25px;
bottom: 8px;
right: 0px;
}

.bg_img{
overflow: hidden;
padding: 4px;
background-color: #fff;
border: solid 1px #c8c8c8;
text-align: center;
display: table-cell;
vertical-align: middle;
}

/* =健康診断
-------------------------------------------------------------- */
.kenshin_box{
	float: left;
	background-color: #FFF0E3;
	width: 310px;
	height: 120px;
	margin: 0px;
	padding: 10px;
	border: 1px solid #ccc;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
}

.Index {
border: 0 none!important;
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
margin: 0;
padding: 0;
width: 100%;
}

.Index td {
border: none!important;
border-bottom: dotted 1px #c7c7c7!important;
padding: 20px 0!important;
vertical-align: top;
width: 350px;
}

.Index .item {
float: left;
margin: 0 0 0 15px;
width: 200px;

}

.Index .icon {
float: left;
width: 98px;
}

.Index h4 {
color: #333333;
display: block;
font-size: 1.1em;
margin: 0 0 5px;
padding: 0 0 0 17px;
line-height: 18px;
}

.Index h4 a {
overflow: hidden;
width: auto;
}
.Index ul{
margin: 0;
padding: 0px;
list-style: none;
}

.Index ul li {
margin: 0;
padding: 2px 0 2px 0px;
list-style: none;
}
.button {
	display: inline-block;
	outline: none;
	color: #fff!important;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}


.button:hover {
	text-decoration: none;
	color: #fff!important;
}
.button:active {
	position: relative;
	color: #fff!important;
	top: 1px;
}

/* orange */
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

/* =オプション
-------------------------------------------------------------- */
.option_box{
	margin:0 0 20px 0;
	padding: 10px 0px 10px 0px;
	background: url(img/dotline.gif) repeat-x 0 bottom;
	}
.o_left{
	width:211px;
	float:left;
	}
.o_right{
	width:450px;
	float:right;
	}
.price01{
	font-size:16px;
	text-align:right;
	font-weight:bold;
	margin:0px!important;
	}
.prive02{
	font-size:23px;
	color:#cd0000;
	}
.other{
	font-size:10px;
	margin:0px!important;
	text-align:right;
	}

.p_right{
	width:220px;
	float:right;
	}
.p_right .option{
	width:200px;
	float:right;
	}
.p_left{
	width:220px;
	float:left;
	}
.osusume{
	float:left;
	width:87px;
	}
.osusume_box{
	float:right;
	width:325px;
	border:2px solid #ddd;
	padding:10px
	}

/* =新着情報
-------------------------------------------------------------- */

#news_list{
	clear: both;
	margin: 0;
	padding: 23px;
	list-style: none;
	background-color: white;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #CCC;
	box-shadow: 0 0 5px #cc;
	border: 1px solid #C8C8C8;
}
#news_list ul{
	list-style: none;
	margin: 0;
}
#news_list ul li{
	margin: 0;
	padding: 10px 0;
	background: url(img/dotline.gif) repeat-x 0 bottom;
}
#news_list ul li span {
	margin: 0 10px 0 0;
	padding: 3px 0 3px 24px;
	background: url(img/listmark01.gif) no-repeat 0 2px;
}

/* =事業年報
-------------------------------------------------------------- */
.nenpo-img{
	margin-bottom: 2em;
}
.nenpo-img img{
	border: 1px solid #525252;
}
.nenpo-wrap{
	display: flex;
	align-items: center;
	margin-bottom: 1.5em;
}
.nenpo-wrap a{
	margin-left: 1em;
}

/* =ページネーション
-------------------------------------------------------------- */
.pagenavi{
	margin:30px 0 0 0;
	text-align: center;
	padding:0 0 5px 0;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 40px;
	margin-top: 0px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 21px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 14px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}

#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 14px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #043206;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 14px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 14px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 14px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 14px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

.footer_bg{
	width:100%;
	margin:0 auto;
	background: url(img/footer_bg.gif) repeat-x 0 top;
	height:104px;
}

.footer_bannerarea {
	margin: 0 auto 25px auto;
	width:960px;
	font-size:12px;
}
.footer_bannerarea p{
	text-align:center;
	background: url(img/dotline.gif) repeat-x 0 top;
	padding:5px 0;
	font-size:10px;
	font-weight:bold;
	margin:0;
}
.footer_bannerarea ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer_bannerarea ul li {
	float: left;
	margin: 0 12px 0 0;
}
#GotoTop {
	position: relative;
	width: 960px;
	height: 20px;
	margin: 0 auto 10px auto;
	padding: 0;
}

#GotoTop a {
	display: block;
	position: absolute;
	width: 141px;
	height: 14px;
	top: 75px;
	right: 0;
	background: url(img/pagetop.png) 0 0 no-repeat;
	overflow: hidden;
	text-indent: -10000px;
	color: white;
}

#GotoTop a:hover{
	background-position: 0px -14px;
}

#footermenu{
	width: 960px;
	height: 37px;
	margin:0 auto;
	padding: 36px 0 0 0;
}
#footermenu ul{
	overflow: hidden;
	margin: 0;
	list-style: none;
}
#footermenu ul li{
	margin: 0 6px 0 0;
	padding-right: 6px;
	display: inline;
	border-right: 1px solid #8D8D8D;
	letter-spacing: 1px;
}
#footermenu ul li.last{
	border:none;
}
#footermenu ul li a {
	font-size: 12px;

}

#footer {
	margin:0 auto;
	background:#386e7c;

}

#colophon {
	position: relative;
	overflow: hidden;
	height:180px;
}

#food-menu{
	position: absolute;
	display: block;
	width: 280px;
	height: 16px;
	top: 29px;
	right: 0px;
	margin: 0;
	padding: 0;
	text-indent:-10000px;
	text-align:left;
	background: url(img/footer_menu.gif) right top no-repeat;
	overflow: hidden;
}

#food-menu ul {
	width: 280px;
	display: block;
	margin:0;
	padding:0;
	list-style-type: none;
}

#food-menu ul li{
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	letter-spacing: 1px;
}
#food-menu ul li a{
	height:16px;
	display: block;
}
#food-menu ul li.h_news a{
	width: 89px;
	text-indent:-10000px;
}
#food-menu ul li.h_news a:hover{
	background: url(img/footer_menu.gif) 0 -16px no-repeat;
}
#food-menu ul li.h_link a{
	width: 73px;
}
#food-menu ul li.h_link a:hover{
	background: url(img/footer_menu.gif) -89px -16px no-repeat;
}
#food-menu ul li.h_sitemap a{
	width: 106px;
	margin: 0;
}
#food-menu ul li.h_sitemap a:hover{
	background: url(img/footer_menu.gif) -162px -16px no-repeat;
}


#site-info{
	position: absolute;
	display: block;
	width: 259px;
	height: 20px;
	text-align:right;
	top: 28px;
	left:0;
}
#site-copy{
	position: absolute;
	display: block;
	width: 500px;
	height: 16px;
	text-align:right;
	top: 32px;
	left:270px;
}
#site-privacy{
	position: absolute;
	display: block;
	width: 75px;
	height: 75px;
	text-align:right;
	top: 10px;
	right:0px;
	background-color:#FFF;
}

#site-access{
	position: absolute;
	display: block;
	text-align:left;
	border-top:1px solid #fff;
	top: 90px;
	padding-top:10px;
	left:0px;
}
.site-accessbox{
	float:left;
	margin:0 42px 0 0;
	color:#fff;
	font-size:12px;
	line-height: 16px;
	}
.site-accessbox a{
	color:#fff!important;
	}
.site-accessbox a:hover{
	color:#fff!important;
	}
.site-accessbox a:visited {
	color:#fff!important;
	}
.site-accessbox a:link {
	color:#fff!important;
	}
.return_now{
	font-size: 10px!important;
	clear: both!important;
	float:none!important;
	}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	width: 600px;
	-webkit-text-size-adjust: none;
}
/* #site-description::after {
	content: '地域、企業、学校などへの出張健診と最新の設備とくつろぎの空間でゆとりの健診を提供します。';
    display: block;
} */

img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img {
max-width: 100%;
height: auto;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}
/* =IE6 hack
-------------------------------------------------------------- */
*{
	_zoom: 1;
}
#headerline {
	_font-size: 5px;
}
#fontsize {
	_left: 810px;
}
#utilitymenu {
	_left: 375px;
}
#mainimage{
	_height: 290px;
	_overflow: hidden;
}
#mainimage .flex-control-nav {
	_display: none;
}
#pagetop{
	_display: none;
}
#footermenu {
}

#content .entry-content table.index td a{
	_margin-left: 15px;
	_background: none;
}
#pagelink li{
	width: 193px;
}

.renderSwitcher{
	clear:both;
	margin:10px auto;
	padding:10px 0;
	text-align:center;
	font-size:120%;
	}

/* アコーディオン */
.accordion-box h3 {
	cursor: pointer;
	background-color: #eee;
	padding: 10px;
	margin: 0;
}
.accordion-content {
	display: none;
	padding: 10px;
}
.accordion-box.open .accordion-content {
	display: block;
}
.accordion-box h3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	font-weight: bold;
	font-size: 1.1em;
	padding: 10px;
	background: #f4f4f4;
	border: 1px solid #ddd;
}
.accordion-box h3 .arrow {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	transform: rotate(45deg);
	transition: transform 0.3s ease;
	margin-left: 10px;
	margin-bottom: 8px;
}
/* アコーディオンが開いた時に矢印を上向きに変更 */
.accordion-box.open h3 .arrow {
	transform: rotate(-135deg);
	margin-bottom: -4px;
}