@charset "utf-8";
/* CSS Document */

/************************************************************************
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
html {
}
body {
line-height: 1;	
}
.bgNone{
background: none;
}
ol, ul {
list-style: none;
}
h1, h2, h3, h4, h5, h6, strong {
font-weight: bold !important;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table, tbody, tfoot, thead, tr, th, td, {
padding: 0;
margin: 0;
border-collapse: collapse;
border-spacing: 0;
border: none;
vertical-align: top !important;
}

*{
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
}
img {
	vertical-align: bottom;
	border: none;
	max-width: 100%;
    height: auto;
    width /****/:auto;  /*IE8のみ適用*/
}
.disc li {
	margin: 0 30px;
	padding: 0 10px;
	list-style-type: disc;
}
.decimal li {
	margin: 0 30px;
	padding: 0 10px;
	list-style-type: decimal;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block }
/* End hide from IE-mac */

.textCenter {
	text-align: center;
}

.textRight {
	text-align: right;
}

.imgLeft {
	float: left;
	margin: 0 20px 20px 0;
}

.imgRight {
	float: right;
	margin: 0 0 20px 20px;
}

.left,
.left1,
.left2,
.left3,
.left4,
.left5 {
	float: left;
}

.right,
.right1,
.right2,
.right3,
.right4,
.right5 {
	float: right;
}

.box1, .box2, .box3, .box4, .box5, .box6, .box7, .box8, .box9, .box10 {
	clear: both;
}

.marginB5  { margin-bottom: 5px !important; }
.marginB10 { margin-bottom: 10px !important; }
.marginB15 { margin-bottom: 15px !important; }
.marginB20 { margin-bottom: 20px !important; }
.marginB25 { margin-bottom: 25px !important; }
.marginB30 { margin-bottom: 30px !important; }
.marginB40 { margin-bottom: 40px !important; }
.marginB50 { margin-bottom: 50px !important; }
.marginB60 { margin-bottom: 60px !important; }
.marginB70 { margin-bottom: 70px !important; }

a {
	color: #333333;
	text-decoration: underline;
	transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-khtml-transition: all 0.3s ease;
}

a img{
	transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-khtml-transition: all 0.3s ease;
}

a:hover,
a:active {
	color: #0494CA;
	text-decoration: none;
}

a:visited {
	color: #333333;
}

a:hover img ,
a:active img {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

.submit {
	transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-khtml-transition: all 0.3s ease;
}


/************************************************************************
* アイコン設定
*
*/

.link01 {
	padding: 0 0 0 12px;
	background: url(../common/icon_link01.png) left center no-repeat;
}

/************************************************************************
* wrapper
*
*/

#wrapper{
}

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


/** Sub ****************************************************************/

#header{
	margin: 0 0 30px;
}

#headerSub {
	margin: 0 0 20px;
	background: url(../common/head_bg01.png) left bottom repeat-x;
}

#headerSub .main {
	position: relative;
	margin: 0 auto;
	width: 980px;
	height: 48px;
}

#headerSub .main .logo {
	position: absolute;
	top: 5px;
	left: 0;
}

#headerSub .main .rootLink a{
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 110px;
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
	padding: 0 10px 0 20px;
	background: url(../common/com_icon01.png) 10px center no-repeat;
	color: #B1E2F8;
	border: #B1E2F8 1px solid;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
		-khtml-border-radius: 5px;
}

#headerSub .main .rootLink a:hover{
	background-color: #33B4ED;
	text-decoration: none;
}

#headerSub .main .zoom{
	position: absolute;
	top: 10px;
	left: 380px;
	width: 150px;
	height: 24px;
	border: #E6E6E6 1px solid;
	background: #FFF;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
		-khtml-border-radius: 5px;
}

#headerSub .main .zoom .font{
	position: absolute;
	top: 5px;
	left: 8px;
}

#headerSub .main .zoom .middle a,
#headerSub .main .zoom .large a{
	display: block;
	position: absolute;
	top: -1px;
	width: 32px;
	height: 24px;
	border-left: 1px solid #E6E6E6;
	text-indent: -9999px;
	overflow: hidden;
	transition: none;
}

#headerSub .main .zoom .middle a{
	right: 32px;
	background: url(../common/head_bt01.gif) center top no-repeat;
}

#headerSub .main .zoom .large a{
	right: 0;
	background: url(../common/head_bt02.gif) center top no-repeat;
}

#headerSub .main .zoom a:hover{
	background-position: center bottom;
}


#headerSub .main .inq a{
	position: absolute;
	top: 10px;
	right: 320px;
	padding: 5px 0; 
	width: 120px;
	height: 24px;
	text-align: center;
	border: #E6E6E6 1px solid;
	background: #FFF;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
		-khtml-border-radius: 5px;
}

#headerSub .main .inq a:hover{
	color: #00A1E9;
	text-decoration: none;
}

#headerSub .main .entry a,
#headerSub .main .pamphlet a{
	position: absolute;
	top: 0;
	width: 150px;
	height: 46px;
	text-align: center;
	background: url(../common/com_icon03.png) 10px center no-repeat #FFF;
	overflow: hidden;
	color: #00A1E9;
	line-height: 46px;
	vertical-align: middle;
	font-weight: bold;
}

#headerSub .main .entry a{
	right: 160px;
}

#headerSub .main .pamphlet a{
	right: 0;
}

#headerSub .main .entry a:hover,
#headerSub .main .pamphlet a:hover{
	background-color: #FFFFBF;
	text-decoration: none;
}


/** Main ***************************************************************/

#headerMain {
	position: relative;
	margin: 0 auto;
	width: 980px;
}

#headerMain .base {
	position: relative;
	height: 45px;
}

#headerMain a {
	text-decoration: none;
}

#headerMain .logo {
	position: absolute;
	top: 4px;
	left: 0;
}

#headerMain h1 {
	position: absolute;
	top: 8px;
	left: 165px;
	font-weight: normal;
}

#headerMain h1 a:hover{
	color: #00A1E9;
	text-decoration: none;
}

#headerMain .tel {
	position: absolute;
	top: -6px;
	right: 0;
	text-align: right;
}

#headerMain .tel img {
	display: inline-block;
	margin: 0 0 10px;
}

#headerMain .mainNav{
	border-left: #D7D7D4 1px solid;
}

#headerMain .mainNav li a{
	display: block;
	width: 16.66666666666667%;
	float: left;
	border-right: #D7D7D4 1px solid;
	text-align: center;
	line-height: 40px;
	vertical-align: middle;
	font-weight: bold;
	color: #00A1E9;
}

#headerMain .mainNav li a:hover{
	background-color: #FFFFBF;
}


/************************************************************************
* 総合健診センター
*
*/

.dockStyle #headerSub {
	background: url(../common/head_bg01_dock.png) left bottom repeat-x;
}

.dockStyle #headerSub .main .rootLink a{
	color: #F3FDEA;
	border: #F3FDEA 1px solid;
}

.dockStyle #headerSub .main .rootLink a:hover{
	background-color: #70BD24;
}

.dockStyle #headerSub .main .inq a:hover{
	color: #59B200;
}

.dockStyle #headerSub .main .entry a,
.dockStyle #headerSub .main .pamphlet a{
	background: url(../common/com_icon03_dock.png) 10px center no-repeat #FFF;
	color: #59B200;
}

.dockStyle #headerSub .main .entry a:hover,
.dockStyle #headerSub .main .pamphlet a:hover{
	background-color: #FFFFBF;
}

.dockStyle #headerMain h1 a:hover{
	color: #59B200;
}

.dockStyle #headerMain .mainNav li a{
	width: 25%;
	color: #59B200;
}

.dockStyle #headerMain .logo {
	position: absolute;
	top: 10px;
	left: 0;
	font-weight: normal;
}

.dockStyle #headerMain h1 {
	position: absolute;
	top: -10px;
	left: 0;
	font-weight: normal;
}

.dockStyle #headerMain .mainNav li a:hover{ background-color: #F3FDEA; }


/************************************************************************
* OCAT予防医療センター
*
*/

.ocatStyle #headerSub {
	background: url(../common/head_bg01_ocat.png) left bottom repeat-x;
}

.ocatStyle #headerSub .main .rootLink a{
	color: #D0DFFA;
	border: #D0DFFA 1px solid;
}

.ocatStyle #headerSub .main .rootLink a:hover{
	background-color: #538AEC;
}

.ocatStyle #headerSub .main .inq a:hover{
	color: #1963E5;
}

.ocatStyle #headerSub .main .entry a,
.ocatStyle #headerSub .main .pamphlet a{
	background: url(../common/com_icon03_ocat.png) 10px center no-repeat #FFF;
	color: #1963E5;
}

.ocatStyle #headerSub .main .entry a:hover,
.ocatStyle #headerSub .main .pamphlet a:hover{
	background-color: #FFFFBF;
}

.ocatStyle #headerMain h1 a:hover{
	color: #1963E5;
}

.ocatStyle #headerMain .mainNav li a{
	width: 16.66666666666667%;
	color: #1963E5;
}

.ocatStyle #headerMain .logo {
	position: absolute;
	top: 10px;
	left: 0;
	font-weight: normal;
}

.ocatStyle #headerMain h1 {
	position: absolute;
	top: -10px;
	left: 0;
	font-weight: normal;
}

.ocatStyle #headerMain .medical a {
	position: absolute;
	display: inline-block;
	top: -3px;
	right: 230px;
	padding: 10px 20px 10px 30px;
	text-align: center;
	color: #FFF;
	background: url(../common/com_icon04.png) 10px center no-repeat #1963E5;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
		-khtml-border-radius: 5px;
}

.ocatStyle #headerMain .medical a:hover {
	color: #FFF;
	background-color: #538AEC;
}

.ocatStyle #headerMain .mainNav li a:hover{ background-color: #F1F7FE; }

/************************************************************************
* フェスティバルタワー健診センター
*
*/

.ftcStyle #headerSub {
	background: url(../common/head_bg01_ftc.png) left bottom repeat-x;
}

.ftcStyle #headerSub .main .rootLink a{
	color: #FBE0E4;
	border: #FBE0E4 1px solid;
}

.ftcStyle #headerSub .main .rootLink a:hover{
	background-color: #EF8897;
}

.ftcStyle #headerSub .main .inq a:hover{
	color: #EB697C;
}

.ftcStyle #headerSub .main .entry a,
.ftcStyle #headerSub .main .pamphlet a{
	background: url(../common/com_icon03_ftc.png) 10px center no-repeat #FFF;
	color: #EB697C;
}

.ftcStyle #headerSub .main .entry a:hover,
.ftcStyle #headerSub .main .pamphlet a:hover{
	background-color: #FFFFBF;
}

.ftcStyle #headerMain h1 a:hover{
	color: #EB697C;
}

.ftcStyle #headerMain .mainNav li a{
	width: 16.66666666666667%;
	color: #EB697C;
}

.ftcStyle #headerMain .logo {
	position: absolute;
	top: 10px;
	left: 0;
	font-weight: normal;
}

.ftcStyle #headerMain h1 {
	position: absolute;
	top: -10px;
	left: 0;
	font-weight: normal;
}

.ftcStyle #headerMain .medical a {
	position: absolute;
	display: inline-block;
	top: -3px;
	right: 230px;
	padding: 10px 20px 10px 30px;
	text-align: center;
	color: #FFF;
	background: url(../common/com_icon04.png) 10px center no-repeat #EB697C;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
		-khtml-border-radius: 5px;
}

.ftcStyle #headerMain .medical a:hover {
	color: #FFF;
	background-color: #538AEC;
}

.ftcStyle #headerMain .mainNav li a:hover{ background-color: #FCE2E7; }

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

footer{
}

/** siteMap ************************************************************/

#siteMap {
	padding: 35px 0;
	background: #F7F7F7;
}

#siteMap nav {
	margin: 0 auto;
	width: 980px;
	border-left: #D7D7D4 1px solid;
}

#siteMap nav ul {
	float: left;
	padding: 20px 0 20px 20px;
	width: 20%;
	border-right: #D7D7D4 1px solid;
}

#siteMap nav ul li {
	margin: 0 0 1.3em;
	padding: 0 0 0 20px;
	font-size: 14px; font-size: 1rem;
	background: url(../common/com_icon03.png) left top no-repeat;
}

#siteMap nav ul ul {
	float: none;
	padding: 0;
	width: auto;
	border-right: none;
	margin: 0.7em 0 0;
}

#siteMap nav ul ul li {
	margin: 0 0 1em;
	padding: 0;
	background: none;
	font-size: 12px; font-size: 0.857142857rem;
}

#siteMap nav ul a:hover{
	color: #00A1E9;
	text-decoration: none;
}


/** Main ***************************************************************/

#footerMain .main{
	position: relative;
	margin: 0 auto;
	padding: 35px 0;
	width: 980px;
}

#footerMain .main .logo2{
	position: absolute;
	top: 46px;
	left: 135px;
}

#footerMain .main .inq a{
	position: absolute;
	top: 52px;
	left: 560px;
	padding: 0 0 0 20px;
	background: url(../common/com_icon03.png) left center no-repeat;
	line-height: 12px;
	vertical-align: middle;
}

#footerMain .main .inq a:hover{
	color: #00A1E9;
	text-decoration: none;
}

#footerMain .main .entry a,
#footerMain .main .pamphlet a{
	position: absolute;
	top: 30px;
	padding: 0 0 0 30px;
	width: 150px;
	height: 46px;
	background: url(../common/com_icon04.png) 10px center no-repeat #00A1E9;
	line-height: 46px;
	vertical-align: middle;
	color: #FFF;
	font-weight: bold;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
		-khtml-border-radius: 5px;
}

#footerMain .main .entry a{
	right: 160px;
}

#footerMain .main .pamphlet a{
	right: 0;
}

#footerMain .main .entry a:hover,
#footerMain .main .pamphlet a:hover{
	background-color: #66C7F2;
	text-decoration: none;
}

/** Sub ****************************************************************/

#footerSub {
	background: #00A1E9;
}

#footerSub .main{
	position: relative;
	margin: 0 auto;
	padding: 20px 0;
	width: 980px;
}

#footerSub .main .rootLink{
	float: left;
	margin: 0 10px 0 0;
}

#footerSub .main .rootLink a{
	display: inline-block;
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
	padding: 0 10px 0 30px; 
	background: url(../common/com_icon03.png) 10px center no-repeat #FFF;
	color: #00A1E9;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
		-khtml-border-radius: 5px;
}

#footerSub .main .rootLink a:hover{
	background-color: #CCECFB;
	text-decoration: none;
}

#footerSub .main .left ul li{
	display: inline;
	line-height: 26px;
	vertical-align: middle;
	color: #FFF;
}

#footerSub .main .left ul li a{
	color: #FFF;
}

#footerSub .main .left ul li a:hover{
	color: #CCECFB;
	text-decoration: none;
}

#footerSub .main small{
	color: #FFF;
	line-height: 26px;
}

/************************************************************************
* 総合健診センター
*
*/

.dockStyle #siteMap nav ul li {
	background: url(../common/com_icon03_dock.png) left top no-repeat;
}

.dockStyle #siteMap nav ul ul li {
	background: none;
}

.dockStyle #footerSub {
	background: #59B200;
}

.dockStyle #footerSub .main .rootLink a{
	background: url(../common/com_icon03_dock.png) 10px center no-repeat #FFF;
	color: #59B200;
}

.dockStyle #footerSub .main .rootLink a:hover{
	background-color: #F3FDEA;
	text-decoration: none;
}

.dockStyle #footerSub .main .left ul li a:hover{ color: #F3FDEA; }

/************************************************************************
* OCAT予防医療センター
*
*/

.ocatStyle #siteMap nav ul li {
	background: url(../common/com_icon03_ocat.png) left top no-repeat;
}

.ocatStyle #siteMap nav ul ul li {
	background: none;
}

.ocatStyle #footerSub {
	background: #1963E5;
}

.ocatStyle #footerSub .main .rootLink a{
	background: url(../common/com_icon03_ocat.png) 10px center no-repeat #FFF;
	color: #1963E5;
}

.ocatStyle #footerSub .main .rootLink a:hover{
	background-color: #F1F7FE;
	text-decoration: none;
}

.ocatStyle #footerSub .main .left ul li a:hover{ color: #F1F7FE; }


/************************************************************************
* フェスティバルタワー健診センター
*
*/

.ftcStyle #siteMap nav ul li {
	background: url(../common/com_icon03_ftc.png) left top no-repeat;
}

.ftcStyle #siteMap nav ul ul li {
	background: none;
}

.ftcStyle #footerSub {
	background: #EB697C;
}

.ftcStyle #footerSub .main .rootLink a{
	background: url(../common/com_icon03_ftc.png) 10px center no-repeat #FFF;
	color: #EB697C;
}

.ftcStyle #footerSub .main .rootLink a:hover{
	background-color: #FCE2E7;
	text-decoration: none;
}

.ftcStyle #footerSub .main .left ul li a:hover{ color: #FCE2E7; }



/************************************************************************
* コンテンツ
*
*/

#contents {
	position: relative;
	min-height: 1000px;
}

/************************************************************************
* 下層ページアイキャッチ
*
*/

#eyecatch .page{
	padding: 3.5em 0;
	background: url(../common/com_bg01.jpg) center bottom no-repeat;
	moz-background-size:100% auto;
	background-size:100% auto;
}

@media screen and (max-width: 1200px) {
	#eyecatch .page{
		moz-background-size: auto;
		background-size: auto;
	}
}

#eyecatch .page h2{
	margin: 0 auto;
	padding: 0.7em;
	width: 980px;
	border-left: #FFF 3px solid;
	font-weight: normal;
}


/************************************************************************
* パンくず
*
*/

.topicPath{
	background: #F7F7F7;
	height: 40px;
	overflow: hidden;
}

.topicPath ul{
	margin: 0 auto;
	width: 980px;
	padding: 0 0 0 30px;
	background: url(../common/com_icon05.png) left center no-repeat;
}

.topicPath ul li {
	display: inline-block;
}

.topicPath ul li a{
	display: inline-block;
	margin: 0 14px 0 0 ;
	padding: 0 26px 0 0;
	background: url(../common/com_bg02.png) right center no-repeat;
	line-height: 40px;
	vertical-align: middle;
	text-decoration: underline;
}

.topicPath ul li a:hover{
	color: #00A1E9;
	text-decoration: none;
}


/************************************************************************
* 中ページナビゲーション
*
*/
#subNav {
	padding: 10px 0;
	border-top: 1px solid #F7F7F7;
	border-bottom: 3px solid #F7F7F7;
	background: #FFF;
}

#subNav ul {
	margin: 0 auto;
	width: 980px;
	border-left: 1px solid #F7F7F7;
	text-align: center;
}

#subNav ul li {
	float: left;
	display: block;
	border-right: 1px solid #F7F7F7;
}

#subNav ul li a {
	display: block;
	height: 58px;
	line-height: 58px;
	vertical-align: central;
}

#subNav ul li a:hover,
#subNav ul li .at {
	text-decoration: none;
	background: #CEF0FF;
}

#subNav .w2 li { width: 50%; }
#subNav .w3 li { width: 33.333333333333%; }
#subNav .w4 li { width: 25%; }
#subNav .w5 li { width: 20%; }


.fixed{
	padding: 0 !important;
	width: 100%;
	position: fixed !important;
	top: 0px;
	z-index: 9999;
}

.fixed ul li a {
	height: 46px !important;
	line-height: 46px !important;
}


/*メイン****************************************************************/

#main {
	margin: 0 auto;
	width: 980px;
}

#main .page {
	padding: 60px 0;
}

/*タイトルスタイル*******************************************************/

.titleStyle1 {
	margin: 0 0 20px;
	color: #009FE9;
	font-weight: normal;
}

.titleStyle2{
	padding: 20px;
	text-align: center;
	color: #FFF;
	background: #00A1E9;
}

.dockStyle .titleStyle2{ background: #59B200; }
.ocatStyle .titleStyle2{ background: #1963E5; }
.ftcStyle .titleStyle2{ background: #EB697C; }


/*リストスタイル*********************************************************/

.listStyle1 {
	margin: 0 0 0 20px;
}

.listStyle1 li{
	margin: 0 0 10px;
	padding: 0 0 0 5px;
	list-style-type: disc;
}

.listStyle2 {
	margin: 0 0 0 20px;
}

.listStyle2 li{
	margin: 0 0 10px;
	padding: 0 0 0 5px;
	list-style-type: decimal;
}

/************************************************************************
* トップ
*
*/

#top .osusume .osusumeMain .sub img{
	background: #59B200;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
		-khtml-border-radius: 5px;
}

#top .green img{
	background: #59B200;
}

#top .sub .noback{
	background: #BBBBBB;
}

#top .blue img{
	background: #1963E5;
}

/*流れスタイル***********************************************************/

.flow1 {
	padding: 30px 30px 0;
	background: #E8F8FF;
	border-top: 1px solid #00A0E9;
	border-bottom: 1px solid #00A0E9;
}

.ocatStyle .flow1 {
	background: #F1F7FE;
	border-top: 1px solid #1963E5;
	border-bottom: 1px solid #1963E5;
}

.flow1 .flowBox1 {
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: 1px dotted #00A0E9;
}

.ocatStyle .flow1 .flowBox1 { border-bottom: 1px dotted #1963E5; }

.flow1 .last {
	margin: 0;
	border-bottom: none !important;
}

.flow1 .flowBox1 .left {
	margin: 0 30px 0 0;
	padding: 20px 0 0;
	width: 100px;
	height: 100px;
	text-align: center;
	color: #FFF;
	background: #00A0E9;
	border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		-khtml-border-radius: 50%;
}

.ocatStyle .flow1 .flowBox1 .left { background: #1963E5; }

.flow1 .flowBox1 .left2 {
	width: 390px;
}

.flow1 .flowBox1 .right2 {
	width: 790px;
}

.flow1 .flowBox1 .imgBox1{
	padding: 30px 0;
	text-align: center;
	background: #FFF;
}

.flow1 .flowBox1 .flowBox2{
	margin: 0 auto;
	width: 700px;
}

.flow1 .flowBox1 .left3 {
	display: block;
	padding: 15px 0;
	width: 300px;
	text-align: center;
	background: #FFF;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
		-khtml-border-radius: 5px;
}

.flow1 .flowBox1 .left3 img{
	margin: 0 0 10px; 
}

.flow1 .flowBox1 .right3 {
	border-left: 1px dotted #1963E5;
	padding: 0 0 0 50px;
}

.flow1 .flowBox1 .right3 a {
	display: block;
	padding: 15px 0;
	width: 300px;
	text-align: center;
	background: url(../common/com_icon03_ocat.png) 20px center no-repeat #FFF;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
		-khtml-border-radius: 5px;
}

.flow1 .flowBox1 .right3 a:hover{
	background-color: #B8D0F8;
	text-decoration: none;
	color: #666666;
}


/*テーブルスタイル 1 ****************************************************/

.tableStyle1{
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}

.tableStyle1 th{
	border-collapse: collapse;
	padding: 1.5em;
	width: 215px;
	vertical-align: top;
	font-weight: bold;
	background: #CEF0FF;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

.tableStyle1 td{
	padding: 1.5em;
	vertical-align: top;
	border-collapse: collapse;
	background: #F7F7F7;
	border-bottom: 1px solid #FFF;
}


/*テーブルスタイル 2 ****************************************************/

.tableStyle2{
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	border-top: 1px solid #00A1E9;
	border-bottom: 1px solid #00A1E9;
	background-color:#F7F7F7;
}

.tableStyle2 thead{
	border-bottom: 1px solid #00A1E9;
	color: #00A1E9;
}

.tableStyle2 th{
	padding : 1em;
	font-weight: bold;
}

.tableStyle2 td{
	border-bottom: 1px dotted #00A1E9;
	padding : 1em;
}

.tableStyle2 .box1{
	width: 320px;
	background: #E8F8FF;
	border-right: 1px solid #FFF;
}

.tableStyle2 .box1 img{
	vertical-align: top;
}

.tableStyle2 .box3{
	width: 140px;
	border-left: 1px dotted #00A1E9;
	border-right: 1px dotted #00A1E9;
}

.tableStyle2 .box4{
	width: 140px;
}

.tableStyle2 .box5{
	width: 140px;
	background: #E8F8FF;
	border-right: 1px solid #FFF;
	border-bottom: 1px dotted #00A1E9;
}

.tableStyle2 thead{
	border-bottom: 1px solid #1963E5;
	color: #1963E5;
}

.tableStyle2 td{
	border-bottom: 1px dotted #1963E5;
}

.tableStyle2 .box1{
	background: #F1F7FE;
}

.tableStyle2 .box6 .left {
	margin: 4px 20px 0 0;
}

.tableStyle2 .box6 .left2 a{
	display: inline-block;
	padding: 3px 15px; 
	text-align: center;
	border: #E6E6E6 1px solid;
	background: #FFF;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
		-khtml-border-radius: 5px;
}

.tableStyle2 .box6 .left2 a:hover{
	color: #00A1E9;
	text-decoration: none;
}

.koumokuBox1 .left{
	width: 140px;
	background: #E8F8FF;
	border-right: 1px solid #FFF;
	border-bottom: 1px dotted #00A1E9;
}

.koumokuBox1 .right{
	width: 510px;
}

.ocatStyle .tableStyle2{
	border-top: 1px solid #1963E5;
	border-bottom: 1px solid #1963E5;
}

/*テーブルスタイル 3 ****************************************************/

.tableStyle3{
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	border-top: 1px solid #00A1E9;
	border-bottom: 1px solid #00A1E9;
	background-color:#F7F7F7;
}

.tableStyle3 thead{
	border-bottom: 1px solid #00A1E9;
	color: #00A1E9;
	font-weight: bold;
}

.tableStyle3 th{
	padding : 1em;
	font-weight: bold;
}

.tableStyle3 td{
	padding : 1em;
	text-align: center;
	border-right: 1px dotted #00A1E9;
	border-bottom: 1px dotted #00A1E9;
}

/************************************************************************
* OCAT予防医療センター
*
*/

.ocatStyle .tableStyle3{
	border-top: 1px solid #1963E5;
	border-bottom: 1px solid #1963E5;
}

.ocatStyle .tableStyle3 thead{
	border-bottom: 1px solid #1963E5;
	color: #1963E5;
}

.ocatStyle .tableStyle3 th {
	width: 320px;
	border-right: 1px solid #FFF;
	border-bottom: 1px dotted #1963E5;
	background-color: #F1F7FE;
}

.ocatStyle .tableStyle3 thead th {
	border-bottom: 1px solid #1963E5;
}

/*テーブルスタイル 4 ****************************************************/

.tableStyle4{
	margin: 0 0 30px;
	width: 100%;
	border-collapse: collapse;
	border: #00A1E9 1px solid;
	vertical-align: top;
	text-align: left;
}

.tableStyle4 th{
	padding : 1em;
	width: 170px;
	background: #00A1E9;
	border-right: #fff 1px solid;
	border-bottom: #fff 1px solid;
	vertical-align: top;
	color: #FFF;
	font-weight: bold;
}

.tableStyle4 .subTitle{
	padding: 0.5em;
	width: 260px;
	background: #EEEEEE;
	border-top: #00A1E9 1px dotted;
	border-bottom: #00A1E9 1px dotted;
}

.tableStyle4 td{
	padding: 0.5em;
	border-top: #00A1E9 1px dotted;
	border-bottom: #00A1E9 1px dotted;
}

/************************************************************************
* OCAT予防医療センター
*
*/
.ocatStyle .tableStyle4 th{ background: #1963E5; }

.ocatStyle .tableStyle4 .subTitle{
	border-top: #1963E5 1px dotted;
	border-bottom: #1963E5 1px dotted;
}

.ocatStyle .tableStyle4 td{
	border-top: #1963E5 1px dotted;
	border-bottom: #1963E5 1px dotted;
}





/*テーブルスタイル 5 ****************************************************/

.tableStyle5{
	margin: 0 0 30px;
	width: 100%;
	border-collapse: collapse;
	vertical-align: top;
	text-align: left;
}

.tableStyle5 th{
	padding: 1em;
	width: 300px;
	border-right: #fff 1px solid;
	border-bottom: #fff 1px solid;
	color: #FFF;
	font-weight: bold;
}

.tableStyle5 .title1{
	padding: 1em;
	width: 300px;
	background: #666666;
	border-bottom: #fff 1px solid;
}

.tableStyle5 .title2{
	padding: 1em;
	width: 300px;
	background: #EB697C;
	border-bottom: #fff 1px solid;
}

.tableStyle5 td{
	padding: 1em;
	border-right: #fff 1px solid;
	border-bottom: #fff 1px solid;
}

.tableStyle5 .text1 {
	width: 349px;
	background: #F7F7F7;
}

.tableStyle5 .text2 {
	background: #D1D1D1;
}

.tableStyle5 .text3 {
	background: #FCE9EB;
}


/*カテゴリーナビゲーション **********************************************/

.categoryNav{
	overflow: hidden;
}

.categoryNav ul{
	margin: 0 -30px 0 0;
	width: 1100px;
}

.categoryNav li a {
	float: left;
	margin: 0 30px 30px 0;
	display: block;
	width: 475px;
	height: 100px;
	line-height: 100px;
	vertical-align: middle;
	text-align: center;
	color: #00A1E9;
	border: 1px solid #00A1E9;
	background: url(../common/com_icon03.png) 20px center no-repeat #FFF;
}

.categoryNav li a:hover {
	background-color: #CEF0FF;
	text-decoration: none;
}

/*タブ型ページ内ナビゲーション ******************************************/

.tubNav {
	margin: 0 0 50px;
	padding: 0 0 0 15px;
	border-bottom: 1px solid #00A1E9;
}

.tubNav li a {
	float: left;
	margin: 0 10px -1px 0; 
	display: block;
	width: 200px;
	height: 70px;
	line-height: 70px;
	vertical-align: middle;
	text-align: center;
	background: #00A1E9;
	color: #FFF;
}

.tubNav li .select {
	width: 200px;
	height: 80px;
	line-height: 80px;
	vertical-align: middle;
	text-align: center;
	border-left: 1px solid #00A1E9;
	border-top: 1px solid #00A1E9;
	border-right: 1px solid #00A1E9;
	background: #FFF;
	color: #666666;
}

.lineupMain {
	display: none;
	transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-khtml-transition: all 0.3s ease;
}


/************************************************************************
* OCAT予防医療センター
*
*/

.ocatStyle .tubNav {
	border-bottom: 1px solid #1963E5;
}

.ocatStyle .tubNav li a {
	background: #1963E5;
}

.ocatStyle .tubNav li .select {
	border-left: 1px solid #1963E5 !important;
	border-top: 1px solid #1963E5 !important;
	border-right: 1px solid #1963E5 !important;
	background: #FFF;
}


/*健診 一覧(総合)******************************************/

.courseListBox1 {
	margin: 0 0 30px;
	border: 2px solid #00A1E9;
}

.courseListBox1 a {
	display: block;
}

.courseListBox1 a:hover {
	background: #E8F8FF;
}

.courseListBox1 a .box2 {
	padding: 20px;
	transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-khtml-transition: all 0.3s ease;
}

.courseListBox1 a:hover .box2 img {
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.courseListBox1 .box2 {
	background: url(../images/ken_bg01.png) 930px center no-repeat;
}

.courseListBox1 a:hover .box2 {
	background-position: 940px center;
}

.courseListBox1 .box2 span{
	display: block;
}

.courseListBox1 .box2 .left {
	width: 570px;
	text-align: left;
}

.courseListBox1 .box2 .left .shisetu {
	margin: 0 0 20px;
}

.courseListBox1 .box2 .left .shisetu span {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 7px 10px 5px;
	color: #FFF;
	border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-o-border-radius: 10px;
		-ms-border-radius: 10px;
		-khtml-border-radius: 10px;
}

.courseListBox1 .box2 .left .box3 .left2{
	width: 130px;
}

.courseListBox1 .box2 .left .box3 .right2{
	margin: 6px 0 0;
	width: 425px;
}

.courseListBox1 .box2 .left .box3 .right2 .name{
	margin: 0 0 15px;
}

.courseListBox1 .box2 .left .box3 .right2 .box4 img{
	display: inline-block;
	margin: 0 2px 0 0;
	background: #00A1E9;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
		-khtml-border-radius: 5px;
}

.courseListBox1 .box2 .left .box3 .right2 .box4 .noback{
	background: #999999 !important;
}

.courseListBox1 .box2 .left .shisetu .area1{
	background-color: #7AC132;
}

.courseListBox1 .box2 .left .shisetu .area2{
	background-color: #379BFE;
}

.courseListBox1 .box2 .left .shisetu .area3{
	background-color: #F7B1CC;
}

.courseListBox1 .box2 .right {
	margin: 0 30px 0 0;
	width: 290px;
}

.courseListBox1 .box2 .right .plice2{
	margin: 60px 0 0;
}

.courseListBox1 .box2 .right .plice2 .pliceBox{
	margin: 0 0 20px;
}

.courseListBox1 .box2 .right .plice2 .pliceBox span{
	display: inline;
	vertical-align: middle;
}

.courseListBox1 .box2 .right .plice2 .pliceBox .male{
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 7px 10px 5px;
	color: #FFF;
	border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-o-border-radius: 10px;
		-ms-border-radius: 10px;
		-khtml-border-radius: 10px;
	background: #1963E5;
}

.courseListBox1 .box2 .right .plice2 .pliceBox .female{
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 7px 10px 5px;
	color: #FFF;
	border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-o-border-radius: 10px;
		-ms-border-radius: 10px;
		-khtml-border-radius: 10px;
	background: #EB697C;
}

.courseListBox1 .copy{
	background: #00A1E9;
	padding: 5px 20px;
}

.courseListBox1 .copy .left3{
	padding: 0 0 0 30px;
	height: 15px;
	line-height: 15px;
	vertical-align: central;
	background: url(../common/com_icon07.png) left center no-repeat;
}

.courseListBox1 .copy .right3{
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 3px 20px 0;
	color: #00A1E9;
	border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-o-border-radius: 10px;
		-ms-border-radius: 10px;
		-khtml-border-radius: 10px;
	background: #FFF;
}

.hikaku{
	margin:0 0 40px;
	width:980px;
	border-top: 1px solid #00A1E9;
	border-bottom: 1px solid #00A1E9;
	background-color:#7F7F7F;
}

.hikakuBox{
	width:100%;
	height:100%;
	background-color:#fff;
	color:#1a2731;
	overflow:auto;
}

.hikaku .g_Head {
	border-bottom: 1px solid #00A1E9;
}

.hikaku .g_Head .g_C {
	border-bottom: none;
	border-right: 1px dotted #00A1E9 !important;
	color: #00A1E9 !important;
}

.hikaku .g_Body .g_BodyStatic .g_C {
	background: #F7F7F7;
	border-right: 1px dotted #00A1E9;
	border-bottom: 1px dotted #00A1E9 !important;
}

.hikaku .g_HeadFixed .g_C,
.hikaku .g_BodyFixed .g_Cl {
	border-right: 1px solid #FFF !important;
	background: #E8F8FF !important;
}

.hikaku .g_BodyFixed .g_C {
	padding-left: 70px;
	border-bottom: 1px dotted #00A1E9 !important;
}

.hikaku .g_BodyFixed .g_C,
.hikaku .g_Body .g_BodyStatic .g_C{
	position: relative;
}

.hikaku .g_Body .g_BodyStatic .g_Cl3 .g_C{
	padding-left: 60px;
}

.hikaku .g_BodyFixed .g_C img,
.hikaku .g_Body .g_BodyStatic .g_C img {
	position: absolute;
	top: 10px;
	left: 10px;
}

/*

#lineup .g_HeadFixed .g_HR,
#lineup .g_HeadStatic .g_Cl,
#lineup .g_Body .g_BR{
	padding: 2em 10em !important;
	background: #F7F7F7 !important;
}

#lineup .g_BodyFixed .g_C,
#lineup .g_HeadFixed .g_HR,
#lineup .g_HeadStatic .g_HR{
	background: #E8F8FF !important;
}
*/

/*健診 一覧（各施設）******************************************/

.courseListBox2 {
	margin: 0 0 30px;
	border: 2px solid #00A1E9;
}

.courseListBox2 a {
	display: block;
}

.courseListBox2 a:hover {
	background: #E8F8FF;
}

.courseListBox2 a .box2 {
	padding: 20px;
	transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-khtml-transition: all 0.3s ease;
}

.courseListBox2 a:hover .box2 img {
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.courseListBox2 .box2 {
	background: url(../images/ken_bg01.png) 930px center no-repeat;
}

.courseListBox2 a:hover .box2 {
	background-position: 940px center;
}

.courseListBox2 .box2 span{
	display: block;
}

.courseListBox2 .box2 .left {
	width: 570px;
	text-align: left;
}

.courseListBox2 .box2 .left .shisetu {
	margin: 0 0 20px;
}

.courseListBox2 .box2 .left .shisetu span {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 7px 10px 5px;
	color: #FFF;
	border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-o-border-radius: 10px;
		-ms-border-radius: 10px;
		-khtml-border-radius: 10px;
}

.courseListBox2 .box2 .left .box3 .left2{
	width: 130px;
}

.courseListBox2 .box2 .left .box3 .right2{
	margin: 6px 0 0;
	width: 425px;
}

.courseListBox2 .box2 .left .box3 .right2 .name{
	margin: 0 0 15px;
}

.courseListBox2 .box2 .left .box3 .right2 .box4 img{
	display: inline-block;
	margin: 0 2px 0 0;
	background: #00A1E9;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
		-khtml-border-radius: 5px;
}

.courseListBox2 .box2 .left .box3 .right2 .box4 .noback{
	background: #999999 !important;
}

.courseListBox2 .box2 .left .shisetu .area1{
	background-color: #7AC132;
}

.courseListBox2 .box2 .left .shisetu .area2{
	background-color: #379BFE;
}

.courseListBox2 .box2 .left .shisetu .area3{
	background-color: #F7B1CC;
}

.courseListBox2 .box2 .right {
	margin: 0 30px 0 0;
	width: 290px;
}

.courseListBox2 .box2 .right .plice2{
	margin: 30px 0 0;
}

.courseListBox2 .box2 .right .plice2 .pliceBox{
	margin: 0 0 20px;
}

.courseListBox2 .box2 .right .plice2 .pliceBox span{
	display: inline;
	vertical-align: middle;
}

.courseListBox2 .copy{
	background: #00A1E9;
	padding: 5px 20px;
}

.courseListBox2 .copy .left3{
	padding: 0 0 0 30px;
	height: 15px;
	line-height: 15px;
	vertical-align: central;
	background: url(../common/com_icon07.png) left center no-repeat;
}

.courseListBox2 .copy .right3{
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 3px 20px 0;
	color: #00A1E9;
	border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-o-border-radius: 10px;
		-ms-border-radius: 10px;
		-khtml-border-radius: 10px;
	background: #FFF;
}

/************************************************************************
* 総合健診センター
*
*/
.dockStyle .courseListBox2 {
	border: 2px solid #59B200;
}

.dockStyle .courseListBox2 a:hover {
	background: #F3FDEA;
}

.dockStyle .courseListBox2 .box2 .left .box3 .right2 .box4 img{
	background: #59B200;
}


.dockStyle .courseListBox2 .copy{
	background: #59B200;
}

.dockStyle .courseListBox2 .copy .right3{
	color: #59B200;
}


/************************************************************************
* OCAT予防医療センター
*
*/
.ocatStyle .courseListBox2 {
	border: 2px solid #1963E5;
}

.ocatStyle .courseListBox2 a:hover {
	background: #F1F7FE;
}

.ocatStyle .courseListBox2 .box2 .left .box3 .right2 .box4 img{
	background: #A3D900;
}

.ocatStyle .courseListBox2 .copy{
	background: #1963E5;
}

.ocatStyle .courseListBox2 .copy .right3{
	color: #1963E5;
}

/************************************************************************
* フェスティバルタワー健診センター
*
*/
.ftcStyle .courseListBox2 {
	border: 2px solid #EB697C;
}

.ftcStyle .courseListBox2 a:hover {
	background: #FCE2E7;
}

.ftcStyle .courseListBox2 .box2 .left .box3 .right2 .box4 img{
	background: #EB697C;
}

.ftcStyle .courseListBox2 .copy{
	background: #EB697C;
}

.ftcStyle .courseListBox2 .copy .right3{
	color: #EB697C;
}


/*FAQ　******************************************************************/

.queBox {
	margin: 0 0 10px;
}

.queBox h3{
	margin: 0 0 15px;
}

.queBox h3 a{
	display: block;
	padding: 20px 50px; 
	background: url(../common/com_icon03.png) 20px center no-repeat #E8F8FF;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
		-khtml-border-radius: 5px;
}

.ocatStyle .queBox h3 a{ background: url(../common/com_icon03_ocat.png) 20px center no-repeat #F1F7FE; }



.queBox .ans{
	padding: 0 0 0 40px;
	margin: 0 0 50px;
}

.queBox .ans .bg1{
	padding: 20px;
	background: #F7F7F7;
}


/*医師紹介　******************************************************************/


.profBox1 {
	margin: 0 0 60px;
}

.profBox1 .left {
	width: 150px;
}

.profBox1 .right {
	width: 800px;
}

.profBox1 .right .box2 .left2 {
	width: 300px;
}

.profBox1 .right .box2 .left2 h4 {
	position: relative;
}

.profBox1 .right .box2 .left2 h4 span {
	display: block;
}

.profBox1 .right .box2 .left2 h4 .title{
	margin: 0 0 60px;
}

.profBox1 .right .box2 .left2 h4 .name {
	position: absolute;
	top: 0;
	left: 100px;
}

.profBox1 .right .box2 .right2 {
	margin: 0 0 40px;
	padding: 0 0 0 45px;
	width: 480px;
	border-left: 1px dotted #1963E5;
}

.profBox1 .right .box2 .right2 dl dt {
	float: left;
	padding: 0 8px 1em 0;
	width: 88px;
	line-height: 24px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}

.profBox1 .right .box2 .right2 dl dd{
	padding: 0 0 1em 120px;
	line-height: 24px;
	vertical-align: middle;
}

.profBox1 .right .box2 .right2 dl .last{
	padding-bottom: 0px; 
}


/*スケジュール　******************************************************************/

.calBox{
	width: 1020px;
	margin: 0 -40px 0 0;
}

.cal_wrapper {
	margin: 0 40px 0 0;
	width: 300px;
	float:left;
}

.cal_wrapper table.cal {
	margin: 0 0 20px;
	width: 100%;
	border-collapse:collapse;
}

.cal_wrapper table.cal tr th p {
	float: left;
	padding: 10px;
	margin: 0px;
	color: #333;
	font-size: 75%;
}

.cal_wrapper table.cal tr th.nengetu p {
	width: 100%;
	text-align:center;
	font-size: 14px;
}

.cal_wrapper table.cal tr td {
	border: solid 1px #1963E5;
	font-size: 75%;
	text-align: center;
}

.cal_wrapper table.cal .headline{
	border: solid 1px #1963E5 !important;
}

.cal_wrapper table.cal .headline td{
	border-right: solid 1px #fff !important;
	border-bottom: solid 1px #FFF !important;
	background: #1963E5 !important;
	color: #fff !important;
	padding:12px 0;
}

.cal_wrapper table.cal .headline td:last-child{
	border-right: none !important;
}

.cal_wrapper table.cal tr td div {
	position: relative;
	width:100%;
	height:100%;
	padding:12px 0;
	font-size:100%;
	text-align: center;
	background: #F6F6F6;
}

.cal_wrapper table.cal tr td div span {
	display: block;
	position: absolute;
	top: 20px;
	left: 0px;
	display: none;
	width: 180px;
	border: solid 1px #EEE;
	background-color: #FFF;
	text-align: left;
	padding: 5px;
	z-index: 10;
	color: #000;
	font-weight: normal;
	line-height: 1.5em;
	box-shadow: 1px 1px 3px #666;
}

.cal_wrapper table.cal tr td div.Sun,
.cal_wrapper table.cal tr td div.Sat {
	color: #FFF;
	background-color: #75A4F0;
}

.cal_wrapper table.cal tr td div.Today {
	font-weight: bolder;
	color: #1963E5;
	/*background: #F1F7FE; */
}

.cal_wrapper table.cal tr td div.Holyday {
	color: #FFF;
	background-color: #75A4F0;
}


/*アクセス　******************************************************************/

#access #map_canvas {
	margin: 0 0 60px;
	height: 300px;
}

#access #map_canvas {
	margin: 0 0 60px;
	height: 300px;
}

#access .tubNav li a {
	padding: 0 0 0 80px;
	width: 300px;
	text-align: left;
}

#access .tubNav li .select {
	line-height: 80px;
	vertical-align: middle;
	text-align: left;
	border-left: 1px solid #00A1E9;
	border-top: 1px solid #00A1E9;
	border-right: 1px solid #00A1E9;
	background-color: #FFF;
	color: #666666;
}

#access .tubNav li .train {
	background-image: url(../images/ocat/acc_t_icon01.png);
	background-position: 10px center;
	background-repeat: no-repeat;
}

#access .tubNav li .car {
	background-image: url(../images/ocat/acc_t_icon02.png);
	background-position: 10px center;
	background-repeat: no-repeat;
}


/************************************************************************
* 医療機関の方へ
*
*/

#medical .box1 .left {
	width: 460px;
}

#medical .box1 .right {
	width: 480px;
}

#medical .box1 .right .box2{
	margin: 0 -10px 20px 0;
	width: 490px;
}

#medical .box1 .right .box2 .left{
	margin: 0 10px 10px 0;
	width: 235px;
}

#medical .box1 .right .box2 .left a{
	display: block;
	padding: 10px 0 0 40px;
	height: 60px;
	font-weight: bold;
	color: #FFF;
	background: #00A1E9 url(../common/com_icon06.png) 10px center no-repeat;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
		-khtml-border-radius: 5px;
}

#medical .box1 .right .box2 .bt2 a{
	padding: 20px 0 0 40px;
}

#medical .box1 .right .box2 .bt3 a{
	padding: 13px 0 0 40px;
}

#medical .box1 .right .box2 .left a:hover{
	background-color: #5CC3F1;
}

#medical .box1 .right .pdf{
	padding: 10px 10px 0;
	background: #F7F7F7;
}

#medical .box3 {
	padding: 30px;
	background: #F7F7F7;
}


/************************************************************************
* 施設概要
*
*/

#about .box1 .left{
	width: 400px;
}

#about .box1 .right{
	width: 550px;
}


#about .box2 .left{
	margin: 0 40px 0 0;
}



/************************************************************************
* 併設クリニック
*
*/

.clinicBox1{
	margin: 0 0 60px;
	padding: 25px;
	background: #F1F7FE;
}

.clinicBox1 .left{
	padding: 0 30px 0 0;
	width: 465px;
	border-right: 1px dotted #1963E5;
}

.clinicBox1 .right{
	width: 435px;
}

.clinicBox2 .left{
	width: 620px;
}

.clinicBox2 .right{
	width: 330px;
}



/************************************************************************
* お知らせ
*
*/

#info dl {
	border-top: 1px dotted #00A1E9;
}

#info dl dt{
	float: left;
	padding: 1.8em 8px 0 0;
	width: 88px;
	line-height: 24px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}

#info dl .day{
	float: left;
	padding: 1.8em 8px 0 0;
	width: 140px;
	line-height: 24px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}

#info dl .text a {
	display: block;
	border-bottom: 1px dotted #00A1E9;
	padding: 1.8em 0 1.8em 250px;
	line-height: 24px;
	vertical-align: middle;
	text-decoration: underline;
}

#info dl .text a:hover {
	text-decoration: none;
	color: #0084CA;
}

#info dl .text2 a {
	display: block;
	border-bottom: 1px dotted #00A1E9;
	padding: 1.8em 0 1.8em 180px;
	line-height: 24px;
	vertical-align: middle;
	background: url(../common/com_icon03.png) 150px center no-repeat;
}

#info dl .text2 a:hover {
	text-decoration: none;
	background-color: #F1F7FE;
}



/************************************************************************
* 総合健診センター
*
*/
.dockStyle #info dl .text2 a {
	border-bottom: 1px dotted #59B200;
	background: url(../common/com_icon03_dock.png) 150px center no-repeat;
}

.dockStyle #info dl .text2 a:hover {
	background-color: #F3FDEA;
}

/************************************************************************
* OCAT予防医療センター
*
*/
.ocatStyle #info dl .text2 a {
	border-bottom: 1px dotted #1963E5;
	background: url(../common/com_icon03_ocat.png) 150px center no-repeat;
}

.ocatStyle #info dl .text2 a:hover {
	background-color: #F1F7FE;
}

/************************************************************************
* フェスティバルタワー健診センター
*
*/
.ftcStyle #info dl .text2 a {
	border-bottom: 1px dotted #EB697C;
	background: url(../common/com_icon03_ftc.png) 150px center no-repeat;
}

.ftcStyle #info dl .text2 a:hover {
	background-color: #FCE2E7;
}




/************************************************************************
* 採用情報
*
*/

#recruit .entry {
	margin: 0 auto;
}

#recruit .entry a {
	display: block;
	margin: 0 auto;
	width: 270px;
	height: 100px;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 100px;
	background: url(../common/com_icon10.png) 230px center no-repeat #9BCE00;
	border: none;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
		-khtml-border-radius: 5px;
}

#recruit .entry a:hover {
	background-position: 240px center;
	text-decoration: none;
}

#recruit .entry a:hover{ background-color: #C3E266;}