@charset "UTF-8";

/* Overwrite Boostrap.css */

a:focus {
	outline: none;
	outline-offset: 0;
}
*,
*:before,
*:after {
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

@media (min-width: 768px) {
	.lead {
	  font-size: 16.099999999999998px;
	}
}

h2{
	color:#ff6600;
	font-size:18px;
	font-weight:bold;
}

/*.container {
	max-width:960px;
	width:960px;
	margin:0 auto;
}*/

.btn:focus {
	outline: none;
	outline-offset: 0;
}

.nav > li > a:hover,
.nav > li > a:focus {
	background-color: #fff;
}
  

/* -------------------
Viecすべてのページ
------------------- */



/* 全体の背景の色を修正 */

body{
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
	margin:0px;
	/*background-image: url(../img/header_bak.png);*/
	background-repeat:repeat-x;
}

.container {
    max-width: 960px;
}

footer{
	background-color:#f7f7f7;
	margin-top:50px;
}

ul{
	list-style-type: none;
	margin:0px;
	padding:0px;
}

li{
	margin:0px;
	padding:0px;
}

input[type=radio]{
	margin-right:5px;
}

input[type=checkbox]{
	margin-right:5px;
}

select{
	margin-bottom:8px;
	margin-top:8px;
}

hr{
	border-color:#ccc;
	margin:0px 0px 10px 0px;
}

h2.checkup_h2{
	background-image: url(../img/checkup_h2.png);
	/* テキストを非表示 */
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	height:30px;
}

h2.contact_h2{
	background-image: url(../img/contact_h2.png);
	/* テキストを非表示 */
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	height:30px;
}

h2.state_h2{
	background-image: url(../img/state_h2.png);
	/* テキストを非表示 */
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	height:30px;
}

h2.setting_h2{
	background-image: url(../img/setting_h2.png);
	/* テキストを非表示 */
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	height:30px;
}

h2.login_h2{
	background-image: url(../img/login_h2.png);
	/* テキストを非表示 */
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	height:30px;
}

h2.article_h2{
	background-image: url(../img/article_h2.png);
	/* テキストを非表示 */
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	height:30px;
}

h2.list_h2{
	background-image: url(../img/list_h2.png);
	/* テキストを非表示 */
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	height:30px;
}



h2.complete_h2{
	background-image: url(../img/complete_h2.png);
	/* テキストを非表示 */
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	height:30px;
}

h2.confirm_h2{
	background-image: url(../img/confirm_h2.png);
	/* テキストを非表示 */
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	height:30px;
}

/* 健診項目更新 */
h2.checkup_edit_h2{
	background-image: url(../img/checkup_edit_h2);
	/* テキストを非表示 */
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	height:30px;
}

/* 健診オプション更新 */
h2.option_edit_h2{
	background-image: url(../img/option_edit_h2);
	/* テキストを非表示 */
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	height:30px;
}

/* 申込み詳細 */
h2.detail_h2{
	background-image: url(../img/detail_h2);
	/* テキストを非表示 */
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	height:30px;
}


h2.checkup_h2_2{
	background-image: url(../img/h2_txt02.png);
	/* テキストを非表示 */
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	height:30px;
	margin-top:15px;
}

/*フォームのデザイン*/

label{
	font-weight:normal;
}
.submit{
	margin-top:10px;
	text-align:center;
	background:#fce9ea;
	padding:10px 0px;
}

input{
	border:1px solid #999;
}

textarea{
	border:1px solid #999;
}

/*デフォルトの入力フォームのテーブルのデザイン*/

/* table{
	width:100%;/* containerの幅* /
}*/

table tr {
	border:none;
	border-bottom:2px solid #fff;
	/*1項目ごとにボーダーを引く*/
}

table tr th{
	font-size:15px;
	width:15%; /* 入力フォームのラベル部分 */
	padding:10px 10px;/* 上下スペース */
	background-color:#f7f4f4;
	font-weight:normal;

}

table tr td{
	font-size:15px;
	width:85%; /* 入力フォーム部分 */
	padding:10px 0px 10px 10px;/* 上下左スペース */
}

@media only screen and (max-width:480px) {
	.flowtable { 
		margin: 0 -10px; 
	}
	.flowtr > th, .flowtr > td {
		width: 100%;
		display: block;
		border-top: none;
	}
	tr.flowtr:first-child th { 
		border-top: 1px solid #ddd; 
	}
}


/* カレンダーを修正 */
.ui-datepicker td {
	font-size:15px;
	width:0%; /* 入力フォーム部分 */
	padding:0px 0px 0px 0px;/* 上下左スペース */
}

/* デフォルトのボタン input button */

.button{
	color:#777;
	/* background-image: url(../img/button.png); */
	background:#fff;
	border:1px solid #999;
	width:180px;
	height:50px;
	font-size:14px;
	font-weight: normal;
}

.zip_button{
	width:180px;
	height:25px;
}


.button:hover{
	color:#999;
	background:#fff;
	border:1px solid #999;
}

.button:active{
	color:#999;
	 background:#eee;
	 border:1px solid #999;
	/* background-image: url(../img/button_active.png); */
}

.button:focus{
	outline: none;
	color:#999;
}



/* デフォルトのボタン リンク */

.btn-primary {
    color: #777;
    background-image: url(../img/button.png);
    width:180px;
	height:50px;
    background:#fff;
	border:1px solid #999;
    margin:0px;
    border-radius: 0px;
    font-weight: normal;
    padding: 15px 16px;
    vertical-align: top;
    font-size:14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-primary:hover {
    color:#999;
    background:#fff;
    border:1px solid #999;
}

.btn-primary:active{
	color:#999;
	 background:#eee;
	 border:1px solid #999;
	/* background-image: url(../img/button_active.png); */
}


/* 申込みリンク */
.btn_applicant{
	background:#9bccea;
	border:none;
	color:#fff;
	font-size:16px;
}

.btn_applicant:hover {
	background:#9bccea;
    color:#fff;
    border:none;
    font-size:16px;
}

.btn_applicant:active{
	 color:#fff;
	 background:#9bccea;
	 border:none;
	/* background-image: url(../img/button_active.png); */
}


.new_create_check-up {
	width:120px;
	height:36px;
	padding: 8px 16px;
	background-color:#fcb997;
	color:#fff;
}

.new_create_chek-up a {
	width:120px;
	background-color:#fca87e;
	color:#fff;
}

.new_create_chek-up a:hover {
	color:#fff;
	width:120px;
	background-color:#fca87e;

}

.new_create_option {
	width:120px;
	height:36px;
	padding: 8px 16px;
	background-color:#94e2ff;
	color:#fff;
	margin-top:10px;
}

.new_create_option a {
	width:120px;
	background-color:#a5e2ff;
	color:#fff;
}

.new_create_option a:hover {
	color:#fff;
	width:120px;
	background-color:#a5e2ff;

}


/* 申込み状況 */
.btn_status{
	background:#89efb2;
	border:none;
	color:#fff;
	font-size:16px;
}

.btn_status:hover {
	background:#89efb2;
    color:#fff;
    border:none;
    font-size:16px;
}

.btn_status:active{
	 color:#fff;
	 background:#89efb2;
	 border:none;
	/* background-image: url(../img/button_active.png); */
}

/* 申込み状況 */
.btn_status{
	background:#89dfa2;
	border:none;
	color:#fff;
	font-size:16px;
}

.btn_status:hover {
	background:#89dfa2;
    color:#fff;
    border:none;
    font-size:16px;
}

.btn_status:active{
	 color:#fff;
	 background:#89dfa2;
	 border:none;
	/* background-image: url(../img/button_active.png); */
}



/* 各種設定 */
.btn_health{
	background:#ffc322;
	border:none;
	color:#fff;
	font-size:16px;
}

.btn_health:hover {
	background:#ffc322;
    color:#fff;
    border:none;
    font-size:16px;
}

.btn_health:active{
	 color:#fff;
	 background:#ffc322;
	 border:none;
	/* background-image: url(../img/button_active.png); */
}


/*デフォルトの一覧のテーブルのデザイン*/

table.list{

}

table.list tr{
	border:none;/* 一覧は下のボーダーはいらないので消す。*/
}

table.list tr:nth-child(even) {
    background:#fff;
}

table.list tr:nth-child(odd) {
    background:#fdffd2;
}

table.list tr th{
	border:2px solid #f7f4f4;
	background:#ffd3b6;
	width:auto; /* テーブルのラベル部分 */
	padding:5px 5px;/* 上下左右スペース */
}




table.list tr th:last-child{
	border-right:none;/* テーブルの右のボーダーを削除 */
}

table.list tr td{
	border:2px solid #f7f4f4;
	width:auto; /* テーブルのコンテンツ部分 */
	padding:5px 5px;/* 上下左右スペース */
}

/* 下線なし */
.border_none{
	border-bottom:0px;
}

/* 文字を真ん中に */
.text_align_center{
	text-align:center;
}

table tr td.space input{
	margin-bottom:10px;
}

#opener, #opener_tumor_marker_m, #opener_tumor_marker_f, #opener_loxindex{
	color:#ff661f;
	display:bloak;
	border:#ff661f solid 2px;
	border-radius:5px;
	padding:0 3px;
	background:#fff;
	font-weight:bold;
	margin-left:5px;
	cursor:pointer;
}

 .tumor_marker, .loxindex {
	font-size:18px;
}
/* .health_insurance_card.ui-widget-content {
	border:#fff;
	background:#fff !important;
}
 */
.ui-widget-content {
	background:#fff;
	z-index:600;
}

/* -------------------
Viecフォーム画面
------------------- */

/* 入力フォーム必須 */
.must{
	color:red;
}

#table_label{
	width:20%;
}

#table_detail{
	width:60%;
}

#table_price{
	width:20%;
}

.kenpo{
	padding:12px 0px 1px 10px;
	background-color:#f7f4f4;;
	margin-top:15px;
	border-radius:3px;
	font-size:16px;
}


/* -------------------
Viec管理画面
------------------- */


th.ui-datepicker-week-end{
	width:auto;

	}
}

/* ヘッダーの色 */
.nav-admin {
    background-color: #fff;
    border-color: #080808;
}

.nav_header{
	height:116px;
}

/* ログアウトボタン */
.logout{
	 background-color:#cc9900;
     padding:10px 0px;
     margin-top:10px;
     border-radius: 2px;        /* CSS3草案 */
	  -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
	  -moz-border-radius: 2px;   /* Firefox用 */
}

.logout a{
	 color:#fff;
	  padding:10px;
	  text-decoration: none;
}

.logout a:hover{
	color:#eee;
}

.admin_name{
	color:#cc9900;
	margin-top:20px;
	margin-right:15px;

}

.navbar-collapse{
	height:150px;
	width:100%;
}

.nav{
	margin-top:32px;
}

.navbar-brand {
	float: left;
	padding: 0;
	font-size: 18px;
	line-height: 0;
}











ul.child{
        display: none;
        position: absolute;
        margin-left: 0px;
        padding: 0;
}
ul.child li a{
    padding: 5px 0px 10px 0px;
    margin-left: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    display: block;
    color: #740;
	font-size:16px;
	background-image: url(../img/down_arrow.png) !important;
}

li a:hover{
}















.header_nav_all{
	position: absolute;
	top:60px;
	right:0
}

.nav_admin{
	position: absolute;
	top:0;
	right:0
}

.header_nav{
	list-style-type:none;
	font-size:18px;
}



.header_nav li a{
	margin:5px;
	color:#774400;
	padding:0px 3px 8px 3px;
	background-image: url(../img/down_arrow.png);
	background-repeat:no-repeat;
	background-position:center bottom;
}

.header_nav li a:hover{
	text-decoration:none;
}

.header_nav li.nav_active a{
	background-image: url(../img/down_arrow_active.png);
	background-repeat:no-repeat;
	background-position:center bottom;
}

.circle span{
	font-size:18px;
}

.login_table tr th{
	width:100%;
	background-color:#ead493;
	border:2px solid #ccc;
}

.login_table tr td{
	border:2px solid #ccc;
	text-align:center;

}

table.table_option tr th{
	background-color:#a5e2ff;
}

.footer_contents{
	float:right;
	margin-top:30px;
}

.copyright{
	color:#aaa;
	float:right
}

/* 申込み一覧 */

.right_form{
	margin:5px 0px;
}

.search{
	height:25px;
	background:#c90;
	color:#fff;
	border-radius: 2px;        /* CSS3草案 */
	-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 2px;   /* Firefox用 */
	border:none;
}

/* jQuery ui でのラジオボタンの幅を調整 */
.ui-button-text-only .ui-button-text {
    padding: 0.4em 0.6em !important;
    font-size:14px !important;
}

/*-- ナビ --*/
	nav#gnav{
		height: 32px;
		position: relative;
		z-index: 500;
	}
		header.lower nav#gnav {
			z-index: 0;
			float: right;
		}

		nav#gnav ul {
			list-style: none;
			padding: 0;
			margin: 56px 0 0 0;
			width: 600px;
			height: 33px;
			float: right;
		}

		/*-- ヘッダー --*/
header {
	height:122px;
	background: url(../img/nav_bg_top.png) 50% 0 no-repeat;
	position: relative;
	margin: -64px 0 0 0 ;
}

header.lower {
	height:122px;
	background: #fff;
	position: relative;
	margin: 0;
	box-shadow: 0px 9px 3px -3px rgba(200,200,200,0.3);
	-webkit-box-shadow: 0px 9px 3px -3px rgba(200,200,200,0.3);
	-moz-box-shadow: 0px 9px 3px -3px rgba(200,200,200,0.3);
	z-index: 600;
}
	header div {
		/* width: 960px; */
		margin: 0 auto;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
        padding: 20px 0;
	}
	header h1 {
		width:264px;
		height:86px;
		float:left;
		margin:4px 0 0 32px;
	}

		header.lower h1 {
			margin: 0;
			margin: -14px 0px 0px;
		}

	header.lower .headlink {
		float: right;
		width: 600px;
		margin: 0;
		margin-bottom:7px;
		padding: 0;
	}
		header.lower .headlink ul , header.lower .headlink ul li {
			list-style: none;
			margin: 0;
			padding: 0;
			z-index: 600;
		}
			header.lower .headlink ul , header.lower .headlink ul li a {
				color:#474048;
				text-decoration: none;
			}
			header.lower .headlink ul , header.lower .headlink ul li a:hover {
				text-decoration: underline;
			}

		header.lower .headlink ul {
			float: right;
			margin-top: -20px;
		}
			header.lower .headlink ul li {
				float: left;
				background: url(../img/f_icon_arrow_s.png) 0 6px no-repeat;
				padding-left: 10px;
				margin:10px 16px 0 0;
			}
				header.lower .headlink ul li:last-child {
					background: none;
					margin-top: 0;
				}
header div p.headtxt {
	padding: 0;
	margin: 0;
	font-size:86%;
}

		header.lower nav#gnav ul {
			float: none;
			width: 100%;
			margin-top: 24px;
		}
			nav#gnav ul li {
				display:block;
				float: left;
				height:33px;
				/*margin: 0 14px 0 0;
				padding: 0 5px;*/
				font-size:134%;
				font-weight:normal;
				line-height:1.7;
				margin-right: 15px;
			}
				.lower nav#gnav ul li {
					background: none;
				}

				nav#gnav ul li a {
					display:block;
					/*width:220px;*/
					height:33px;
					color:#fff;
					/*border-left: 1px solid #fff;*/
					text-align: center;
					/*margin-left:2px;*/
					margin: 0 auto;
					text-indent: 100%;
					white-space: nowrap;
					overflow: hidden;
					background: url(../img/nav.png) 0 0 no-repeat;
				}
				nav#gnav ul li:first-child {
					/*width: 82px;*/
					/*height: 50px;
					margin-right: -10px;*/
				}
				nav#gnav ul li:last-child ,
				nav#gnav ul li:last-child a {
					/*width: 218px;*/
					/*height: 50px;
					margin-right: -10px;*/
				}
					/*nav#gnav ul li:first-child a {
						display: block;
						text-indent: 100%;
						white-space: nowrap;
						overflow: hidden;
						width: 82px;
						height: 35px;
						margin: 0 auto;
					}*/
						nav#gnav ul li#nav01 a ,
						#index nav#gnav ul li#nav01 a:hover {
							background-position: 0 0;
							width: 56px;
						}
						nav#gnav ul li#nav02 a ,
						body[id^="consultation"] nav#gnav ul li#nav02 a:hover {
							background-position: -71px 0;
							width: 79px;
						}
						nav#gnav ul li#nav03 a ,
						body[id^="doc"] nav#gnav ul li#nav03 a:hover {
							background-position: -165px 0;
							width: 128px;
						}
						nav#gnav ul li#nav04 a ,
						body[id^="about"] nav#gnav ul li#nav04 a:hover {
							background-position: -308px 0;
							width: 133px;
						}
						nav#gnav ul li#nav05 a ,
						body[id^="contact"] nav#gnav ul li#nav05 a:hover {
							background-position: -456px 0;
							width: 110px;
						}


						nav#gnav ul li#nav01 a:hover ,
						#index nav#gnav ul li#nav01 a {
							background-position: 0 -34px;
						}
						nav#gnav ul li#nav02 a:hover ,
						body[id^="consultation"] nav#gnav ul li#nav02 a {
							background-position: -71px -34px;
						}
						nav#gnav ul li#nav03 a:hover ,
						body[id^="doc"] nav#gnav ul li#nav03 a {
							background-position: -165px -34px;
						}
						nav#gnav ul li#nav04 a:hover ,
						body[id^="about"] nav#gnav ul li#nav04 a {
							background-position: -308px -34px;
						}
						nav#gnav ul li#nav05 a:hover ,
						body[id^="contact"] nav#gnav ul li#nav05 a {
							background-position: -456px -34px;
						}
					nav#gnav ul li a:link,
					nav ul li a:visited,
					nav ul li a:active {
						text-decoration: none;
					}
					/*nav ul li a:hover, nav ul li a.no_a {
						background:#fad9d6;
						color:#ef857d;
						border:none;
						text-shadow:none;
					}*/
						nav#gnav ul li a.no_a {
							pointer-events:none;
						}

	.fixed {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10000;
		box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.6);
		/*height: 50px;*/
		-ms-filter: "alpha( opacity=90 )";
		filter: alpha( opacity=90 );
		opacity: 0.9;
	}
		/*ul.fixed ul li a {
			background: none;
		}*/

/*-- フッター --*/
footer {
	background: #F7F7F7;
	box-shadow:0 4px 6px -5px #666 inset;
	/*width:1000px;*/
	margin:0 auto;
	padding: 24px 0 0;
	clear:both;
	margin-top:25px;
	padding-bottom: 30px;
}
	footer div#foot-inner {
		/* width: 960px;*/
		margin: 0 auto;
		/* margin-bottom: 30px; */
		padding: 0 10px;
	}
		footer div#foot-inner #f-link {
			float: left;
			width: 615px;
		}
		footer div#foot-inner ul ,
		footer div#foot-inner ul li {
			margin:0;
			padding: 0;
			list-style: none;
		}

		footer div#foot-inner a {
			color: #474048;
			text-decoration: none;
		}
			footer div#foot-inner a:hover {
				text-decoration: underline;
			}
		footer div#foot-inner ul {
			float: left;
			margin-right: 24px;
		}
		/* ----- IE8ハック ----- */
			html>body footer div#foot-inner ul {
				margin-right: 39px\9;
			}
			footer div#foot-inner ul:last-child {
				margin-right: 0;
			}
			footer div#foot-inner ul li {
				margin-bottom: 5px;
				background: url(../img/f_icon_arrow_s.png) 0 5px no-repeat;
				padding-left: 10px;
			}
			footer div#foot-inner ul li.fnav-title {
				margin-bottom: 16px;
				font-weight: bold;
				font-size: 115%;
				background: url(../img/f_icon_arrow.png) 0 4px no-repeat;
				padding-left: 15px;
				border-bottom: 1px dotted #C4C4C4;
			}

footer div#foot-inner #f-info {
	float: right;
	width: 270px;
	margin: 24px 0;
}
		footer div#foot-inner #f-info h4{
			font-size: 86%;
			margin: 0 0 8px 0;
			padding: 0;
			font-weight: normal;
		}
		footer div#foot-inner #f-info h4 span{
			font-size: 129%;
			font-weight: bold;
		}
	footer div#foot-inner #f-info p{
		font-size: 86%;
		margin: 0;
		padding: 0;
		color:#7A7A7A;
	}

	footer div#foot-inner #f-end {
		border-top: 1px dotted #c4c4c4;
		margin-top: 24px;
		padding-top: 8px;
	}
		footer div#foot-inner #f-end ul {
			float: left;
			width: 550px;
		}
			footer div#foot-inner #f-end ul li {
				display: inline-block;
				vertical-align: top;
				zoom: 1; /* Fix for IE7 */
				*display: inline; /* Fix for IE7 */
				margin-right: 16px;
			}
	/*footer div#foot-inner*/ p#copyright {
		text-align: right;
		font-size: 86%;
		margin: 0;
		padding: 0;
		color: #7A7A7A;
		width:1005;
	}

.admin_footer{
	background:none;
	box-shadow:none;
}

a img:hover {
    opacity: 0.6;
}

#scrollUp {
    bottom: 0px;
    right: 50px;
    width: 48px;
    height: 48px;
    margin-bottom: -5px;
    padding: 5px;
    font-size: 100%;
    background: url("../img/btn_pagetop.png") no-repeat scroll 0px 0px transparent;
    border: medium none;
    opacity: 0.8;
}

	#scrollUp:active {
		margin-bottom: 0px;
	}
	#scrollUp:hover {
		margin-bottom: 0px;
		opacity: 1;
	}
/*人間ドック　おすすめコースボタン*/
.dock_btn p{
	width:680px;
	float:left;
}

.dock_btn1{
	 background: url("../img/dock_01.png") no-repeat scroll 0px 0px transparent;
	 height:78px;
	 width:405px;
	 display:block;
	 text-indent:-99999em;
	 float:left;
	 margin:10px;
}

.dock_btn1:active{
	 background: url("../img/dock-active_01.png") no-repeat scroll 0px 0px transparent;
	 height:78px;
	 width:405px;
	 display:block;
	 text-indent:-99999em;
	 float:left;
	 margin:10px;
}

.dock_btn2{
	 background: url("../img/dock_02.png") no-repeat scroll 0px 0px transparent;
	 height:78px;
	 width:294px;
	 display:block;
	 text-indent:-99999em;
	 float:left;
	 margin:10px;
}

.dock_btn2:active{
	 background: url("../img/dock-active_02.png") no-repeat scroll 0px 0px transparent;
	 height:78px;
	 width:294px;
	 display:block;
	 text-indent:-99999em;
	 float:left;
	 margin:10px;
}

.dock_btn3{
	 background: url("../img/dock_03.png") no-repeat scroll 0px 0px transparent;
	 height:78px;
	 width:294px;
	 display:block;
	 text-indent:-99999em;
	 float:left;
	 margin:10px;
}

.dock_btn3:active{
	 background: url("../img/dock-active_03.png") no-repeat scroll 0px 0px transparent;
	 height:78px;
	 width:294px;
	 display:block;
	 text-indent:-99999em;
	 float:left;
	 margin:10px;
}

.dock_btn4{
	 background: url("../img/dock_04.png") no-repeat scroll 0px 0px transparent;
	 height:78px;
	 width:405px;
	 display:block;
	 text-indent:-99999em;
	 float:left;
	 margin:10px;
}

.dock_btn4:active{
	 background: url("../img/dock-active_04.png") no-repeat scroll 0px 0px transparent;
	 height:78px;
	 width:405px;
	 display:block;
	 text-indent:-99999em;
	 float:left;
	 margin:10px;
}

/*胃部検査*/

#stomach{
	background:#fff3fc;
	padding:6px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width:340px;
	border:2px #ff0000 solid;
	float:left;
}

#stomach:desabled{
	background:#eee;
	padding:6px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width:340px;
	border:2px #ff0000 solid;
	float:left;
}

#stomach input{
	margin-left:5px;
}

.stomach_text{
	float:left;
	width:400px;
	margin-left:15px;
}

/*ツールチップ*/


.invisible{
	display: none;
}

a.clickToolTip{
	margin: 0;
	padding: 2px 6px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
	color: #428BCA;
}

p.toolTip{
	margin: 0;
	padding: 10px;
	width: 250px;
	background-color: #fff;
	color: #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	min-height: 30px;
	top: 100px;
	left: 20px;
	position: absolute;
	border: 2px solid #F00;
}

.switching{
	float:right;
	margin-right:10px;

	}

@media (max-width: 767px) {
	.switching{
	float:none;
	margin-right:10px;
	width:100%;

	}
}
	
	

/*テーブルレスポンシブ*/

@media only screen and (max-width: 767px) {
	
	
	table{
		width:100%;
		border:none;
	}

	table tbody tr{
		display:inline;
		width:100%;
    }
	
	table thead tr th,
    table thead tr td{
        display: block;
		width: 100%;
    }

	table tbody tr th,
    table tbody tr td{
        display: block;
		width:100%;
    }

	table tbody tr td{
		border:none;
		margin-bottom:0px;
		line-height:1.2em;
		padding:0px;
		padding-bottom:0px;
		
	}
	
	table tbody tr td::before {
		content: attr(data-label);
		font-weight:normal;
		color: #ef8686;
		margin-right: 5px;
		width:100%;
		display:inline-block;
	}
	
	table tbody tr th{
		padding-top:0px;
		padding-bottom:0px;
		margin-top:5px;
		border:none;
	}
	
	table.list tr td {
		border:none;
	}
	
	table.list tr th.month_check {
		width: 100%;
	}
	
}

.youbou {
	width:100%;
	height:100px;
}

.month_check {
		width:65px;
		font-size:12px;
	}

h2.checkup_h2 {
	margin-top:20px;
}

h2.contact_h2 {
	margin-top:20px;
}


* {
	box-sizing: border-box;
}

.dock_sp {
	display:inline;
}

.dock_sp_right {
	display:inline;
}

table tr th {

    font-size: 15px;
    width: 15%;
    padding: 10px 10px;
    background-color: #f7f4f4;
    font-weight: normal;
    width: 150px;

}

table tr td {

    font-size: 15px;
    width: auto;
    padding: 10px 0px 10px 10px;

}

	textarea {
		width:100% !important;
	}
	
	table.list {
		width: 100%;
	}

@media only screen and (max-width: 767px) {

}



/*テーブル微調整*/
@media only screen and (max-width: 767px) {/*575px*/

	
	
	.dock_sp {
		display:block;
		margin-bottom:15px;
	}
	
	.dock_sp input[type="checkbox"] {
		vertical-align:top;
	
	}
	
	.dock_sp label {
		width:calc(100% - 50px);
	
	}
	
	
	
	.dock_sp_right {
		display:block;
		margin-bottom:15px;
	}
	
	.dock_sp_right input[type="checkbox"] {
		
	
	}
	
	.dock_sp_right label {
		
	
	}
	
	
	
	
	.youbou {
		width:100%;
		height:100px;
	}
	
	#table_price {
		width: 100%;
	}
	
	table tbody tr th {
		padding-left:5px;
		padding-right:5px;
		width: 100% !important;
	}
	
	table tbody tr th label {
		padding-left:10px;
		padding-top:10px;
	}
	
	table tbody tr th label br {
		display:none;
	}
	
	/*半日ドック*/
	.dock_btn1 {
		width:410px;
		float:none;
		margin:0px;
		margin-bottom:10px;
		background-size:contain;
		margin-bottom:12px;
		
	}
	
	.dock_btn1:active {
		width: 100%;
		float:none;
		margin:0px;
		margin-bottom:10px;
		background-size:contain;
	}
	
	.dock_btn2 {
		width: 100%;
		float:none;
		margin:0px;
		margin-bottom:10px;
		background-size:contain;
	}

	.dock_btn2:active {
		width: 100%;
		float:none;
		margin:0px;
		margin-bottom:10px;
		background-size:contain;
	}

	.dock_btn3 {
		width: 100%;
		float:none;
		margin:0px;
		margin-bottom:10px;
		background-size:contain;
	}

	.dock_btn3:active {
		width: 100%;
		float:none;
		margin:0px;
		margin-bottom:10px;
		background-size:contain;
	}

	.dock_btn4 {
		width: 100%;
		float:none;
		margin:0px;
		margin-bottom:10px;
		background-size:contain;
	}

	.dock_btn4:active {
		width: 100%;
		float:none;
		margin:0px;
		margin-bottom:10px;
		background-size:contain;
	}

	
	.dock_btn p {
		width: 100%;
		float: none;
	}
	
	#stomach {
		width: 100%;
		float: none;
		padding:0px;
		padding-top:10px;
		padding-right:5px;
		padding-left:5px;
		margin-bottom:10px;
	
	}
	
	.stomach_text {
		float: none;
		width: 100%;
		margin-left: 0px;
	}
	
	.month_check {
		width:100%;
		font-size:12px;
	}
	
	.sp_none {
		display:none;
	}

	table.list tr th.doc {
		height: 48px;
	}
	
	table.list tr th.doc .category {
		width:215px !important;
	}
	
	table.list tr th.doc .radio_btn {
		margin-top:10px;
		margin-left:5px;
	}
	
	p.toolTip {
		left: 20px !important;
		width:calc(100% - 40px);
	}
	
	textarea {
		width:100% !important;
	}
}


@media only screen and (max-width: 410px) {/*575px*/
		.dock_btn1 {
			width: 100%;
			float:none;
			margin:0px;
			margin-bottom:10px;
			background-size:contain;
			
			height: 0;
			/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
			padding-top: 20%;
			
		}
}

/*ナビゲーション*/


header {
    height: auto;
    background: url(../img/nav_bg_top.png) 50% 0 no-repeat;
    position: relative;
    margin: -64px 0 0 0;

}



header.lower {

    height: 135px;
    background: #fff;
    position: relative;
    margin: 0;
    box-shadow: 0px 9px 3px -3px rgba(200,200,200,0.3);
    -webkit-box-shadow: 0px 9px 3px -3px rgba(200,200,200,0.3);
    -moz-box-shadow: 0px 9px 3px -3px rgba(200,200,200,0.3);
    z-index: 600;

}

@media only screen and (max-width: 991px) {
	header.lower {
		height: 190px;
	}
}


.navbar {
	padding-top: 0px /*35px*/;
}



@media only screen and (max-width: 678px) {
	.navbar {
		padding-top: 0px;
	}
}

/*セカンドページのロゴ*/
.second_logo {
	margin-top:-60px/*25px*/;
}

@media only screen and (max-width: 991px) {
	/*セカンドページのロゴ*/
	.second_logo {
		margin-top:0px/*25px*/;
	}
}



.nav-item {
	display: block;
	float: left;
	height: 33px;
	margin: 0 14px 0 0;
	padding: 0 5px;
	font-size: 134%;
	font-weight: normal;
	line-height: 1.7;
	margin-right: 15px;
}

.nav-item a {
	display: block;
	width: 220px;
	height: 33px;
	color: #fff;
	border-left: 1px solid #fff;
	text-align: center;
	margin-left: 2px;
	margin: 0 auto;
	text-indent: 150%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../img/nav.png) 0 0 no-repeat;
}



.navbar-brand img {/*トップロゴ*/
	max-width: 264px;
}


#nav01 a {
	width: 56px;
}

#nav02 a {
	background-position: -71px 0;
	width: 79px;
}

#nav02 a:hover,
body[id^="consultation"] #nav02 a,
body[id^="naika"] #nav02 a,
body[id^="nyusen"] #nav02 a,
body[id^="fujin"] #nav02 a,
body[id^="hosyasen"] #nav02 a,
body[id^="reserve"] #nav02 a {
    background-position: -71px -34px;
}

#nav03 a {
	background-position: -165px 0;
	width: 128px;
}


#nav03 a:hover,
body[id^="doc"] #nav03 a,
body[id^="half"] #nav03 a,
body[id^="afternoon"] #nav03 a,
body[id^="simple"] #nav03 a,
body[id^="ladies"] #nav03 a,
body[id^="regular"] #nav03 a,
body[id^="healthy"] #nav03 a,
body[id^="lifestyle"] #nav03 a,
body[id^="gift"] #nav03 a,
body[id^="capsule"] #nav03 a {
    background-position: -165px -34px;
}


#nav04 a {
	background-position: -308px 0;
    width: 133px;
}

#nav04 a:hover,
body[id^="about"] #nav04 a,
body[id^="concept"] #nav04 a,
body[id^="greeting"] #nav04 a,
body[id^="access"] #nav04 a,
body[id^="news"] #nav04 a {
    background-position: -308px -34px;
}


#nav05 a {
	background-position: -456px 0;
	width: 110px;
}

#nav05 a:hover,
body[id^="contact"] #nav05 a {
    background-position: -456px -34px;
}


@media only screen and (max-width: 575px) {
	.nav-item a {
		display: block;
		width: 100%;
		height: 33px;
		color: #fff;
		border-left: 1px solid #fff;
		text-align: center;
		margin-left: 2px;
		margin: 0 auto;
		text-indent:0%;
		white-space: nowrap;
		overflow: hidden;
		background: none;
	}
	
	.nav-item {
		height: auto;
	}
	
	
	#nav01 a,
	#nav02 a,
	#nav03 a,
	#nav04 a,
	#nav05 a {
		width: 100%;
		height:55px;
		
		
		
	}
	
	#nav01 a {
		border-top:2px solid #eee;
		border-bottom:2px solid #eee;
	
	}
	
	#nav02 a,
	#nav03 a,
	#nav04 a,
	#nav05 a {
		border-bottom:2px solid #eee;
		
	}
	
	.nav-item {
		margin-right: 0px;
	
	}
	
	.nav-link {
		padding-top:10px;
		display:inline-block;
		
	}
}

/*ナビゲーション　セカンドページのみ*/

.headlink {
    float: right;
    width: 600px;
    margin: 0;
    padding: 0;
	margin-top:44px;/*無理やり表示している*/
}

.headlink ul {
    float: right;
    margin-top: -20px;
}

.headlink ul, .headlink ul li {
    list-style: none;
    margin: 0;
    margin-top: 0px;
    padding: 0;
    z-index: 600;

}

.headlink ul li {
    float: left;
    background: url(../img/f_icon_arrow_s.png) 0 6px no-repeat;
    padding-left: 10px;
    margin: 10px 16px 0 0;
}

.headlink ul li a {

    color: #474048;
    text-decoration: none;

}

.headlink ul li:last-child {

    background: none;
    margin-top: 0;

}


.navbar-collapse.second_nav {/*セカンドナビのみ、ずらす*/
    margin-top: 0px;
}

.lower-img {
	width:100%;
}

@media only screen and (max-width: 991px) {
	header {
		height:250px;
	}
	
	.second_header {
		height:220px;
	}
	
	.navbar-collapse {/*セカンドナビのみ、ずらす*/
		position: absolute;
		margin-top:200px;
	}
	
	
	.navbar-collapse.second_nav {/*セカンドナビのみ、ずらす*/
		position: absolute;
		margin-top:190px;
	}
	
	
	.nav-item {
		margin-right:0px;
		padding: 0 2px;
		background:#fff;
	}
	
}


@media only screen and (max-width: 767px) {
	
	.second_header {
		height:270px;
	}
	
	.navbar-collapse {/*セカンドナビのみ、ずらす*/
		margin-top:239px;
	}
	
	.navbar-collapse {/*セカンドナビのみ、ずらす*/
		margin-top:209px;
	}
	
	
	.navbar-collapse.second_nav {/*セカンドナビのみ、ずらす*/
		/*margin-top:239px;*/
	}
	
	
	.navbar-brand {
		margin-top:50px;
	}
	
	.navbar-brand_home {
		margin-top:0px;
	}
	
	.ui-widget-content {
		margin-right:25px;
		margin-left:25px;
		width: auto !important;
	
	}
	
	.ui-widget-content img{
		width:100%;
	}
	
	
}

@media only screen and (max-width: 678px) {
	.navbar-brand {
		margin-top: -15px;
	}
	
	.navbar-collapse {/*セカンドナビのみ、ずらす*/
		margin-top:225px;
	}
	
	.navbar-collapse.second_nav {/*セカンドナビのみ、ずらす*/
		margin-top:155px;
	}
	
	.navbar-brand_home {
		margin-top:0px;
	}
	
	
	
	
}


.second_header_sp {
		/*スマホ上部メニュー固定のためヘッダーを上げる*/
		display:none;
	}

@media only screen and (max-width: 575px) {
	header {
		height:170px;
	}
	
	header.lower {

    height: auto;

}
	
	.second_header {
		height:auto;
		padding-top:60px;
		position:fixed;/*スマホ上部メニュー固定*/
		background:#fff;/*スマホ上部メニュー固定*/
		width:100%;/*スマホ上部メニュー固定*/
	}
	
	
	
	.headlink {
		display:none;
	}
	
	.navbar {
		
	}
	
	.navbar-collapse {/*セカンドナビのみ、ずらす*/
		position:static;
		background:#fff;
		margin-top:0px;
	}
	
	.navbar-collapse.second_nav {/*セカンドナビのみ、ずらす*/
		position:static;
		background:#fff;
		margin-top:0px;
	}
	
	.second_header_sp {
		/*スマホ上部メニュー固定のためヘッダーを上げる*/
		display:inline-block;
		height:132px;
		
	}
	
	
	
}

@media only screen and (max-width: 450px) {
	.second_header_sp {
		/*スマホ上部メニュー固定のためヘッダーを上げる*/
		display:inline-block;
		height:auto;
		
	}

	.navbar-brand {
		width:calc(100% - 80px);
	}
	
	.navbar-brand img{
		width:100%;
	}
	

}


@media only screen and (max-width: 678px) {
	footer div#foot-inner #f-link {
		float: left;
		width: 100%;
	}
	
	footer div#foot-inner #f-end ul {
		float: left;
		width: 100%;
	}
}

*:focus {
		outline: none;
	}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
    background: none;
    border:none;
	background-image: url(../img/btn.jpg);
}

.ui-dialog .ui-dialog-titlebar-close:focus {
   outline: none;
}