/* -------------------------------
 * FONTSIZE MODEL * 基本サイズ14px
 * -------------------------------
 *  72% ->		10pxに相当
 *  79% ->		11pxに相当
 *  86% ->		12pxに相当
 *  93% ->		13pxに相当
 * 100% ->		14pxに相当
 * 108% ->		15pxに相当
 * 115% ->		16pxに相当
 * 122% ->		17pxに相当
 * 129% ->		18pxに相当
 * 136% ->		19pxに相当
 * 143% ->		20pxに相当
 * 150% ->		21pxに相当
 * 158% ->		22pxに相当
 * 165% ->		23pxに相当
 * 172% ->		24pxに相当
 * 179% ->		25pxに相当
 * 186% ->		26pxに相当
 * ------------------------------- */
/*-----------------------------------------------------------------------------
■┓ブラウザのデフォルトスタイルをリセット
┗┛
-------------------------------------------------------------------------------*/
@import url('html5reset-1.6.1.css');
/*-----------------------------------------------------------------------------
■┓基本設定
┗┛
-------------------------------------------------------------------------------*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html,body {
	height:100%;
}
body {
	height: 100%;
	font-size: 14px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5em;
	overflow-x: hidden;
	background: #fff;
}
/* html5用 */
article,aside,canvas,details,figcaption,figure,
header,footer,main,menu,nav,section,summary {
	display: block;
}
input[type="button"],input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}
br {
	letter-spacing:normal;
}
a {
	color:#00f;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#f00;
	text-decoration:underline;
}
label {
	cursor:pointer;
}
strong {
	font-weight:bold;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
p {
	margin-bottom:1em;
}
area {
	cursor:default;
}
/*-----------------------------------------------------------------------------
■┓構造
┗┛
#page
	┗#header
		┗.ham_menu
		┗<header>
	┗#wrap
		┗#main
			┗#breadcrumbs
			┗<article>
				┗.std
	┗#footer
		┗<address>
.page_top
-------------------------------------------------------------------------------*/
#page {
	background: #fff;
	width: 100%;
}
/*-----------------------------------------------------------------------------
■┓ヘッダー
┗┛
-------------------------------------------------------------------------------*/
#header {
	position: relative;
	width: 100%;
}
#header h2 {
	background:#ffc;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
#header h2 span {
	border-left: 7px solid #396 ;
	color:#396;
	display: block;
	font-size: 20px;
	margin: 5px 0 5px 10px;
	padding: 0 0 0 10px;
}
header {
	background:#fff url(../images/header_bg.gif) repeat-x;
	height:48px;
}
header h1 {
	background: url(../images/title.gif) 0 0 no-repeat;
	height:48px;
	width:274px;
}
header h1 span {
	display: block;
	visibility: hidden;
}
/*-------------------
ヘッダー部分
グローバルナビゲーション
--------------------------------------------------*/
nav#gnavi {
	background: url(../images/gnavi_bg.gif) repeat-x;
	font-family: 'Noto Sans Japanese', sans-serif;
	margin-top:-32px;
	margin-left:270px;
	overflow:hidden;
	text-shadow: rgba(0,0,0,0.5) 1px 1px 0;
	width:100%;
	height:32px;
}
nav#gnavi ul {
	background: url(../images/gnavi_bg.gif) no-repeat;
}
nav#gnavi li {
	float:left;
	list-style-type:none;
}
nav#gnavi li {
	background: url(../images/hd_btn.gif) no-repeat;
}
nav#gnavi li:hover {
	background: url(../images/hd_btn_over.gif) no-repeat;
}
nav#gnavi li a {
	color:#fff;
	display:block;
	letter-spacing:0.05em;
	padding:5px 0 0 0;
	text-align:center;
	text-decoration: none;
	width:155px;
	height:32px;
}
nav#gnavi li a.long {
	display:block;
	width:260px;
	height:32px;
}
nav#gnavi li.first {
	background: url(../images/hd_btn_first.gif) no-repeat;
}
nav#gnavi li.first:hover {
	background: url(../images/hd_btn_first_over.gif) no-repeat;
}
nav#gnavi li.end {
	background: url(../images/hd_btn_end.gif) no-repeat;
	width:31px;
	height:32px;
}
nav#gnavi li.end span {
	visibility: hidden;
}
.header_fixed {
	position: fixed !important;
	top: 0;
	width: 100%;
	z-index: 10000;
}
/*-------------------
ヘッダー部分
サブメニュー
--------------------------------------------------*/
/*
nav#submenu {
	position:absolute;
	height:14px;
	overflow:hidden;
	font-family: 'Noto Sans Japanese', sans-serif;
	text-shadow: rgba(0,0,0,0.3) 1px 1px 0;
	top:0;
	left:620px;
}
nav#submenu li {
	float:left;
	padding:0;
	list-style-type:none;
	font-size:11px;
	line-height:13px;
}
nav#submenu li a {
	display:block;
	margin-left:15px;
	padding-left:13px;
	color:#fff;
	letter-spacing:0.05em;
	background: url(../images/submenu_pin.png) 0 2px no-repeat;
}
nav#submenu li a:hover {
	opacity:0.8;
	text-decoration:none;
}
*/
/*--------------
ハンバーガーメニュー
----------------------------------------------------------*/
.ham_menu .btn {
	display: none;
}
.ham_menu .contents {
	display: none;
}
/*-----------------------------------------------------------------------------
■┓メインコンテンツ
┗┛
-------------------------------------------------------------------------------*/
#wrap {
	padding: 0 20px;
	width: 900px;
}
#wrap_top {
	display: flex;
	flex-wrap : nowrap;
	width: 900px;
}
/*-------------------
ログインページ
--------------------------------------------------*/
table.login {
	border-collapse: collapse;
	border-spacing: 0;
	width:320px;
}
table.login th {
	padding:7px ;
	border:1px solid #ccc;
	background:#efefef;
	font-weight:bold;
	white-space:nowrap;
	text-align:left;
	width:160px;
}
table.login td {
	padding:7px;
	border:1px solid #ccc;
	line-height:1.5em;
	width:160%;
}
table.login input.login_uid {
	ime-mode:disabled;
	width:200px;
}
table.login input.login_pass {
	ime-mode:disabled;
	width:200px;
}
.contact_wrap {
	display: flex;
}
.contact_contents {
	display: inline-block;
	margin: auto;
}
/*-------------------
トップページ
--------------------------------------------------*/
/*--- 左コンテンツ（メニュー） ---*/
#top_gnavi {
	background:#ccc;
	border-right:1px solid #000;
	width:200px;
}
#top_gnavi .top_menu {
	margin-top:10px;
}
#top_gnavi li {
	background: #fff;
}
#top_gnavi li a {
	position: relative;
	display: block;
	margin: 5px 0px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding:12px 10px 10px 23px;
	text-decoration: none;
	color: #000;
	text-align: left;
	font-size: 16px;
	width: 199px;
}
#top_gnavi li a::before {
	position: absolute;
	display: block;
	top: calc(50% - 5px);
	left: 5px;
	content: "";
	width: 6px;
	height: 6px;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	transform: rotate(-45deg);
}

#top_gnavi li.pink a::before {
	border-right: 3px solid #f00;
	border-bottom: 3px solid #f00;
}

#top_gnavi li.pink {
	background: #fde0ea;
}
#top_gnavi li.pink a {
	font-size: 18px;
}
#top_gnavi li a div {
	font-size: 14px;
	font-weight:normal;
	color: red;
}
#top_gnavi li a:hover{
	background: #ffc;
}
/*--- 中央コンテンツ ---*/
#top_contents {
	border-right:1px solid #000;
	width:500px;
}
#top_contents .bottom {
	padding: 1em 0;
	border-top:1px solid #000;
}
#top_contents .bottom ul li {
	display:inline;
	padding:0 10px;
}
#top_contents .btn_pers {
	table-layout:fixed;
	display: table;
	width: 100%; /* IE11ではtable-layout:fixed;　display: table;　width: 100%;を指定しないと、子要素のimgにmax-widthが効かない */
	line-height: 0;
	text-align: center;
}
#top_contents .pers_image {
	table-layout:fixed;
	display: table;
	width: 100%; /* IE11ではtable-layout:fixed;　display: table;　width: 100%;を指定しないと、子要素のimgにmax-widthが効かない */
	line-height: 0;
	text-align: center;
	/*background: #efefef;*/
	border-bottom:1px solid #000;
	margin-bottom: 1em;
}
#top_contents .pers_image img {
	width:499px;
}
img.auto {
	max-width: 100% !important;
	height: auto;
}
#top_contents .information{
	margin: 5px 5px 0 5px;
}
.newsTitle {
	margin:0 5px 0 0;
	padding:5px;
	border-left:15px solid #f63;
	border-bottom:1px solid #f63;
	font-size:14px;
	font-weight:bold;
}
.informationTitle {
	margin:15px 5px 0 0;
	padding:5px;
	border-left:15px solid #093;
	border-bottom:1px solid #093;
	font-size:14px;
	font-weight:bold;
}
#top_contents .information dl{
	height: 500px;
	margin: 5px 5px;
	padding:0;
	overflow: auto;
}
#top_contents .information dt {
	position: relative;
	display: block;
	padding:0 0 0 18px;
	font-size:14px;
	font-weight:bold;
}
#top_contents .information dt::before {
	background: #ff6633;
	border-radius: 50%;
	position: absolute;
	display: block;
	content: "";
	top: 2px;
	left: 0;
	width: 14px;
	height: 14px;
}
#top_contents .information dt::after {
	box-sizing: border-box;
	border: 3px solid transparent;
	border-left: 5px solid #fff;
	position: absolute;
	display: block;
	content: "";
	top: 6px;
	left: 5px;
	width: 3px;
	height: 3px;
}
#top_contents .information dd{
	margin:5px 5px 5px 0;
	padding:0 0 10px 18px;
	border-bottom:2px dotted #ccc;
	font-size:13px;
	line-height:17px;
}
#top_contents .information dd ul {
	list-style-type:disc;
	margin:1em 0 1em 3em;
}
/*--- 右コンテンツ ---*/
#ads {
	width: 200px;
	background: #f8f8ff;
	border-right: 1px solid #000;
}
/*-------------------
セカンダリページ
--------------------------------------------------*/
#main {
	padding: 20px 0 0 0;
}
div.std {
	margin:0;
	padding:0;
	clear :both;
}
div.std h1 {
	margin:50px 0 10px 0;
	font-size: 18px;
}
div.std h1.first {
	margin-top: 0;
}
div.std h1 span {
	display: block;
	padding: 3px 0 3px 9px;
	border-left: 5px solid #000;
}
/*-------------------
ご利用方法
ファイル名：application.jsp
--------------------------------------------------*/
div.use_num_wrap {
	width:100%;
	height:38px;
	margin-top:50px;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
}
div.use_num_wrap:first-child {
	margin-top: 0;
}
div.use_num,div.use_num10 {
	position:relative;
	float:left;
	border: 1px solid #006400;
	background: -moz-linear-gradient(left top, #006400, #3cb371 50%, #006400);
	background: -webkit-gradient(linear, left top, right bottom, from(#006400), color-stop(0.5, #3cb371),to(#006400));
	background: linear-gradient(to bottom, #006400, #3cb371);/* IE10+, W3C */
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#006400, endcolorstr=#3cb371))";
zoom: 1;/* IE8 IE9 */
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	color:#fff;
	font-size:150%;
	font-weight:bold;
	width: 30px;
	height: 30px;
}
div.use_num span {
	position:absolute;
	top:5px;
	left:8px;
}
div.use_num10 span { /* 	数字が２桁になるとはみ出るため、２桁用を設定 */
	position:absolute;
	top:5px;
	left:0px;
}
div.use_num_title {
	float:left;
	padding:0 0 0 10px;
	font-size:129%;
	font-weight:bold;
	color:green;
	line-height:35px;
}
div.use_num_contents {
	display: flex;
	justify-content: space-between;
}
div.use_num_contents div {
	width:64%;
	padding-right: 15px;
}
div.use_num_contents img {
	display: block;
	max-width: 302px;
}
div.use_num_contents div ul li {
	margin-left:15px;
	list-style-type:decimal;
}
/*--------------
パンくずリスト
----------------------------------------------------------*/
nav#breadcrumbs{
	overflow: hidden;
	width: 1000px;
	margin-bottom:20px;
	font-size:11px;
}
nav#breadcrumbs ul {
	display: flex;
	flex-wrap: wrap;
}
nav#breadcrumbs li {
	margin: 0 .2em 0 1em;
}
nav#breadcrumbs a{
	position: relative;
	background: #ddd;
	padding: .2em .7em;
	text-decoration: none;
	color: #444;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
nav#breadcrumbs a:hover{
	background: #ffff00;
}
nav#breadcrumbs a::before{
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1.5em;
	border-width: 1.5em 0 1.5em 1em;
	border-style: solid;
	border-color: #ddd #ddd #ddd transparent;
	left: -1em;
}
nav#breadcrumbs a:hover::before{
	border-color: #ffff00 #ffff00 #ffff00 transparent;
}
nav#breadcrumbs a::after{
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1.5em;
	border-top: 1.5em solid transparent;
	border-bottom: 1.5em solid transparent;
	border-left: 1em solid #ddd;
	right: -1em;
}
nav#breadcrumbs a:hover::after{
	border-left-color: #ffff00;
}
nav#breadcrumbs .nomove,
nav#breadcrumbs .nomove:hover{
	background: #ddd;
	cursor: default;
}
nav#breadcrumbs .nomove::after,
nav#breadcrumbs .nomove::before{
	content: "";
}
nav#breadcrumbs .nomove:hover::before{
	border-color: #ddd #ddd #ddd transparent;
}
nav#breadcrumbs .nomove:hover::after{
	border-left-color: #ddd;
}
nav#breadcrumbs .current,
nav#breadcrumbs .current:hover{
	color: #08f;
	font-weight: bold;
	background: none;
	cursor: default;
}
nav#breadcrumbs .current::after,
nav#breadcrumbs .current::before{
	content: normal;
}
/*--------------
個人情報設定
ファイル名：personalInfo.jsp
----------------------------------------------------------*/
table.personal_info {
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
}
table.personal_info th {
	padding:7px ;
	border:1px solid #ccc;
	background:#efefef;
	font-weight:bold;
	white-space:nowrap;
	text-align:left;
	width:200px;
}
table.personal_info td {
	padding:7px;
	border:1px solid #ccc;
	line-height:1.5em;
}
table.personal_info td input.imark {
	width:50px;
}
table.personal_info td input.ino {
	width:100px;
}
table.personal_info td input.name {
	width:150px;
}
table.personal_info td input.kana {
	width:360px;
}
table.personal_info td input.zipcode {
	width:80px;
}
table.personal_info td input.address {
	width:360px;
}
table.personal_info td input.address:nth-child(2) { /* 住所１ */
	margin-bottom: 5px;
}
table.personal_info td input.tel {
	width:120px;
}
table.personal_info td input.email {
	ime-mode:disabled;
	width:280px;
}
table.personal_info td input.email:nth-child(1) { /* メールアドレス（確認用）  */
	margin-bottom: 5px;
}
.agreement {
	display: block;
	overflow:auto;
	height: 150px;
	margin-bottom: 1em;
	padding: 1em;
	border: 1px solid #ccc;
	width: 100%;
}
.check_css input[type="checkbox"]{
	display: none;
}
.check_style {
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	padding: 0 0 0 42px;
	vertical-align: middle;
	cursor: pointer;
}
.check_style:hover:after {
	border-color: #0171bd;
}
.check_style:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	margin-top: -10px;
	border: 2px solid #ccc;
	border-radius: 6px;
	content: '';
	width: 16px;
	height: 16px;
}
.check_style:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 21px;
	display: block;
	margin-top: -7px;
	border-right: 3px solid #0171bd;
	border-bottom: 3px solid #0171bd;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 5px;
	height: 9px;
}
.check_css input[type=checkbox]:checked + .check_style:before {
	opacity: 1;
}
/*--------------
健康診断のお申込み（会場・希望日選択）
ファイル名：reserveDay.jsp
----------------------------------------------------------*/
/*--- 現在の選択状況 フロートボックス ---*/
.selected_item {
	position:fixed;
	bottom:60px;
	right:0;
	padding: 0;
	background: -moz-linear-gradient(top,#FFF 0%,#FFF 3%,#E6E6E6 3%,#FFF);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(0.03,#FFF), color-stop(0.03,#E6E6E6), to(#FFF));
	color: #111;
	background:#fff;
	border-radius: 8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px;
	-webkit-border-radius: 8px 0 0 8px;
	border: 2px solid #009a22;
	border-right: 0;
	border-top: 8px solid #009a22;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
	width: 350px;
	z-index:1000;
}
.selected_item div.title {
	padding:0 0 5px 0;
	background:#009a22;
	color:white;
	font-weight:bold;
	text-align:center;
}
.selected_item div.contents {
	padding:5px;
	font-size:12px;
}
.selected_item div.contents ul li {
	padding-bottom:10px;
	line-height:1.2em;
}
.selected_item div.contents ul li div:first-child {
	padding-left:5px;
	/*font-weight:bold;*/
	border-left:5px solid #ccc;
}
.selected_item div.contents ul li div {
	padding:5px 0 0 10px;
}
/*--- 希望順位の入れ替え欄 ---*/
.course_sp {
	display: block;
}
.course_sp input:disabled {
	background: #fff;
	color: #000;
}
.course_sp table {
	border-collapse: collapse;
	border-spacing: 0;
}
.course_sp table th ,
.course_sp table td {
	padding: 7px ;
	border: 1px solid #ccc;
	vertical-align: middle !important;
}
.course_sp table th {
	font-size: 12px;
	font-weight: normal;
	background:#efefef;
	line-height: 1.0em;
	white-space:nowrap;
}
.course_sp table td input, .course_sp table td select {
	margin: 0;
	text-align: center;
	width: 50px;
}
.course_sp table td:nth-child(2) {
	min-width: 160px;
}
.course_sp table td:nth-child(3),
.course_sp table td:nth-child(4),
.course_sp table td:nth-child(5) {
	text-align: center;
}

ul.option_inspection li {
	padding-bottom:30px;
}
ul.option_inspection li div.underline {
	margin-bottom:10px;
	padding-bottom:4px;
	border-bottom:1px solid #ccc;
}
.up_down_btn {
	margin: 10px 0 10px 80px;
	padding: 0;
	width: auto;
}
/*--- table.venue_list ---*/
table.venue_list {
	border-collapse: collapse;
	border-spacing: 0;
	width: auto;
}
table.venue_list th {
	padding:7px ;
	border:1px solid #ccc;
	background:#efefef;
	font-weight:bold;
	line-height: 1.1em;
	vertical-align: middle;
	white-space: nowrap;
}
table.venue_list th:nth-child(2),
table.venue_list th:nth-child(3),
table.venue_list th:nth-child(4),
table.venue_list th:nth-child(5),
table.venue_list th:nth-child(6),
table.venue_list th:nth-child(7),
table.venue_list th:nth-child(8) {
	font-size: 11px;
	min-width: 70px;
}
table.venue_list th.date {
	background:tomato;
	color:white;
}
table.venue_list td {
	padding:7px;
	border:1px solid #ccc;
	line-height:1.5em;
}
table.venue_list td.name {
	min-width: 150px;
}
table.venue_list td.option {
	text-align: center;
	vertical-align: middle;
}
table.venue_list td.address {
	min-width: 150px;
}
table.venue_list td.date {
	background:#fffaf0;
	white-space: nowrap;
	text-align: left;
	vertical-align: middle;
}
table.venue_list td.date label {
	margin-left: 3px;
	vertical-align: middle;
}
table.venue_list td img { /* 番号イメージ用 */
	padding:0 3px 0 0;
	vertical-align:top;
}
table.venue_list a {
	color:#000;
	text-decoration:none;
}
table.venue_list a:hover {
	color:#000;
	text-decoration:none;
}
/*--- 予約状況 ---*/
table.venue_list td.option.full,
table.venue_list td.option.accept,
table.venue_list td.option.end {
	font-size: 11px;
}
table.venue_list td.option.full {
	color: #f00;
}
table.venue_list td.option.accept {
	background: #08f;
	color: #fff;
}
table.venue_list td.option.end {
	background: #efefef;
}
/*--------------
健康診断のお申込み（地区選択）
ファイル名：resultList.jsp
----------------------------------------------------------*/
.map {
	margin-left:20%;
	width:500px;
	height:436px;
}
.area_list {
	margin-bottom: 50px;
}
.area_list_sp {
	display: none;
}
.area_list ul , .area_list_sp ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center ;
}
.area_list ul::before,
.area_list_sp ul::before {
	content:"";
	display: block;
	margin: 5px 5px
	width:160px;
	order:1;
}
.area_list ul::after,
.area_list_sp ul::after {
	content:"";
	display: block;
	width:23%;
}
.area_list ul li , .area_list_sp ul li {
	margin: 10px 10px;
	width: 180px;
}
.area_list ul li a , .area_list_sp ul li a {
	display: block;
	padding: 7px 0;
	color: #000;
	background: #ffc;
	border: 1px solid #ddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #111;
	text-align:center;
	font-weight:bold;
}
.area_list ul li a.gray_out {
	background: #ccc;
}
.area_list ul li a.gray_out:hover {
	cursor: default;
	background: #ccc;
	text-decoration: none;
}
.area_list ul li a:hover, .area_list_sp ul li a:hover {
	background-color: yellow;
}
.area_list ul li label {
	/*background: -moz-linear-gradient(top,#66cc66 0%,#009a22);*/
	/*background: -webkit-gradient(linear, left top, left bottom, from(#66cc66), to(#009a22));*/
	/*background: -ms-linear-gradient(top, #66cc66, #009a22);*/
	background: linear-gradient(#66cc66, #009a22);
	border: 2px solid #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);*/
	/*-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);*/
	box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 18px;
	padding: 10px 0;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	text-align:center;
}
.area_list ul li input{
	display: none;
}
.area_list ul li input[type="checkbox"]:disabled + label.label {
	background: linear-gradient(#ccc, #fff);
	border: 2px solid #fff;
	color: #bbb;
	cursor: not-allowed;
	text-shadow: none;
}
.check_box:checked + .label {
	background: -moz-linear-gradient(top,#f63 0%,#f30);
	background: -webkit-gradient(linear, left top, left bottom, from(#f63), to(#f30));
	background: -ms-linear-gradient(top, #f63, #f30);
	color: #fff;
}
.map_aichi1 , .map_aichi2 , .map_gifu , .map_mie {
	position:relative;
	width:815px;
	height:483px;
}
.map_aichi1 img , .map_aichi2 img , .map_gifu img , .map_mie img {
	display: block;
}
.map_link {
	cursor:pointer;
	outline: none;
}
/*
#23-100-115,#23-100-109,#23-100-102,#23-100-105,#23-100-104,#23-100-112,#23-100-113,#23-100-103,#23-206-0,#23-219-0,#23-215-0,#23-204-0,#23-230-0,#23-229-0,#23-203-0,#23-200-0,#23-217-0,#23-208-0 {
	margin-top:-80px;
	padding-top:80px;
}
*/
.adjust {
	margin-top:-80px;
	padding-top:80px;
}
section.prefecture_tokai {
	width: 100%;
	height: auto;
}
section.prefecture .facility {
	height:32px;
	font-size:16px;
	font-weight:bold;
}
section.prefecture h1 {
	margin:0 0 10px 0;
	padding:5px 5px 5px 0;
	font-size:158%;
	border-bottom:1px solid #000;
}
section.prefecture h1 span {
	display:block;
	height : 25px;
	padding:4px 0 0 0;
	line-height:25px;
}
section.prefecture .venue_tab ul {
	height:100px;
}
section.prefecture .venue_tab ul li {
	float:left;
	cursor:pointer;
}
section.prefecture ul li span {
	display:block;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	letter-spacing:0.05em;
	line-height:65px;
	text-align:center;
	background :url(../images/tab_gray.gif) 0 0 no-repeat;
	width:211px;
	height:70px;
}
section.prefecture ul li span.active {
	background :url(../images/tab_active.gif) 0 0 no-repeat;
}
section.area h1 {
	margin:0 0 10px 0;
	padding:5px 5px 5px 0;
	font-size:158%;
	border-bottom:1px solid #000;
}
section.area h1 span {
	display:block;
	height : 25px;
	padding:4px 0 0 0;
	line-height:25px;
}
/*--------------
検査項目選択
ファイル名：checkupMenu.jsp
----------------------------------------------------------*/
table.option_inspection {
	margin-bottom:10px;
	padding-bottom:4px;
}
table.course_inspection td {
	border:1px solid #ccc;
	padding:5px;
}
table.course_inspection td:nth-of-type(1) {
	padding-right: 1em;
}
table.course_inspection td.amount {
	text-align:right;
}
table.course_inspection th.name {
	border:1px solid #ccc;
	padding:7px;
	background:#efefef;
	text-align:center;
}
table.course_inspection th.userfee {
	border: 1px solid #ccc;
	padding: 7px;
	background: #efefef;
	text-align: center;
	width: 100px;
}
/*--------------
申込内容確認
ファイル名：confirm.jsp
----------------------------------------------------------*/
table.counter_payment {
	width: auto;
}
table.counter_payment th.name {
	border:1px solid #ccc;
	padding:15px;
	background:#efefef;
	width: auto;
}
table.counter_payment td {
	border:1px solid #ccc;
	padding: 15px;
	width: auto;
}
/*--------------
申込完了
ファイル名：applyFinish.jsp
----------------------------------------------------------*/
table.apply_number {
	border-collapse: collapse;
	border-spacing: 0;
}
table.apply_number th {
	border: 1px solid #ccc;
	background: #efefef;
	font-size: 18px;
	font-weight: normal;
	padding: 12px ;
	line-height: 1.5em;
	white-space: nowrap;
}
table.apply_number td {
	border: 1px solid #ccc;
	font-size: 18px;
	line-height: 1.5em;
	padding: 12px;
	vertical-align: middle;
}
/*-------------------
お問い合わせ
ファイル名：contact.jsp
--------------------------------------------------*/
table.contact {
	border-collapse: collapse;
	border-spacing: 0;
}
table.contact th ,
table.contact td {
	padding: 10px ;
	border: 1px solid #ccc;
}
table.contact th {
	background:#efefef;
	white-space:nowrap;
}
/*-------------------
申込履歴
ファイル名：applicationHistory.jsp
--------------------------------------------------*/
table.application_info {
	border:1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
}
table.application_info th {
	background:#efefef;
	border:1px solid #ccc;
	font-weight:bold;
	padding: 7px;
	white-space:nowrap;
	text-align:center;
}
table.application_info td {
	height: 38px;
	vertical-align: middle;
	border:1px solid #ccc;
	background:#ffffff;
	padding: 7px;
	white-space:nowrap;
}
table.application_info td.date {
	text-align:center;
	width:100px;
}
table.application_info td.facility {
	text-align:left;
	width:220px;
}
table.application_info td.request {
	text-align:left;
	width:300px;
}
table.application_info td.no {
	text-align:center;
	width:100px;
}
table.application_info td.state {
	text-align:center;
	width:100px;
}
table.application_info td.cancel {
	text-align:center;
	width:100px;
}
/*-----------------------------------------------------------------------------
■┓フッター
┗┛
-------------------------------------------------------------------------------*/
footer {
	background:#fff;
	border-top:15px solid #009a22;
}
footer address {
	font-size:72%;
	text-align:center;
	width: 903px;
}
/*-----------------------------------------------------------------------------
■┓ページトップへ
┗┛
-------------------------------------------------------------------------------*/
.page_top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 86%;
}
.page_top a {
	background: #999;
	text-decoration: none;
	color: #fff;
	padding: 7px 0;
	text-align: center;
	display: block;
	border-radius: 7px;
	width: 150px;
}
.page_top a:hover {
	text-decoration: none;
	background: #ccc;
}
/*-----------------------------------------------------------------------------
■┓汎用クラス
┗┛
-------------------------------------------------------------------------------*/
.tokai:hover {
	cursor: pointer;
}
.display_none {
	display: none;
}
.red {
	color: red !important;
}
.bold {
	font-weight: bold !important;
}
.disnon {
	display: none !important;
}
.kome {
	text-indent: -1em;
	padding-left: 1em;
}
.accesstip,
.kaijyocode {
	color: #484;
	font-size: 11px;
	line-height: 1.1em;
	margin-top: 0.5em;
}
.br_sp,
.br_pad {
	display: none !important;
}
.tbl_scroll{
	overflow-x: auto;
	width: 100%;
}
.tbl_scroll::-webkit-scrollbar{ /*tableにスクロールバーを追加*/
	height: 7px;
}
.tbl_scroll::-webkit-scrollbar-track{ /*tableにスクロールバーを追加*/
	background: #F1F1F1;
}
.tbl_scroll::-webkit-scrollbar-thumb { /*tableにスクロールバーを追加*/
	background: #BCBCBC;
}
/* ボックス関係（margin padding 設定） */
.first {
	margin-top: 0 !important;
}
.mt0 {
	margin-top:0 !important;
}
.mb0 {
	margin-bottom:0 !important;
}
.mt1em {
	margin-top: 1em !important;
}
.mr1em {
	margin-right: 1em !important;
}
.mb1em {
	margin-bottom: 1em !important;
}
.ml1em {
	margin-left: 1em !important;
}
.mt2em {
	margin-top: 2em !important;
}
.mr2em {
	margin-right: 2em !important;
}
.mb2em {
	margin-bottom: 2em !important;
}
.ml2em {
	margin-left: 2em !important;
}
/* 位置調整 */
.text_left {
	text-align:left !important;
}
.text_right {
	text-align:right !important;
}
.text_center {
	text-align:center !important;
}
.text_middle {
	vertical-align: middle !important;
}
table.normal {
	border-collapse: collapse;
	border-spacing: 0;
}
table.normal th {
	padding:7px ;
	border:1px solid #ccc;
	background:#efefef;
	font-weight:bold;
	white-space:nowrap;
}
table.normal td {
	padding:7px;
	border:1px solid #ccc;
	line-height:1.5em;
}

/* リストスタイル */
ul.list_disc li {
	list-style: disc;
	margin-left: 1.5em;
}
ul.list_square li {
	list-style: square;
	margin-left: 1.5em;
}
ul.list_decimal li {
	list-style: decimal;
	margin-left: 1.5em;
}
ul.list_nakaguro li {
	display: block;
	position: relative;
	padding-left: 1em;
}
ul.list_nakaguro li::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
ul.list_lower_latin > li {
	list-style: lower-latin;
	margin-left: 1.5em;
}
ul.arrow li {
	position: relative;
	padding-left: 1.0em;
}
ul.arrow li:after {
	display: block;
	content: '';
	position: absolute;
	top: .4em;
	left: 0;
	border-right: 3px solid #396;
	border-bottom: 3px solid #396;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 5px;
	height: 5px;
}
ol > li {
	margin-bottom: .5em;
}
ol.number {
	margin: 0 0 2em 2em;
}
/*-------------------
ご注意
--------------------------------------------------*/
.notes {
	margin-bottom: 1em;
	padding: 10px;
	border: 1px solid #f08080;
	background: #fff0f5;
	border-radius: 10px;
}
.notes .notes_title {
	margin-bottom: 5px;
	font-weight: bold;
	color: #f00;
}
.notes ul li {
	margin-left: 20px;
	list-style-type: disc;
}
.notes *:last-child {
	margin-bottom: 0 !important;
}
/*-------------------
ボタンスタイル
--------------------------------------------------*/
#button {
	clear: both;
	margin: 25px 0;
	padding: 0;
	text-align: center;
}
#button_left {
	clear: both;
	margin: 25px 0;
	padding: 0;
	text-align: left;
}
#button input ,
#button_left input {
	cursor:pointer;
	font-size:25px;
	vertical-align:bottom;
	width:250px;
	height:85px;
}
#button input.reset ,
#button input.back ,
#button_center input.reset ,
#button_center input.back ,
#button_left input.back {
	/*margin-right:15px;*/
	cursor:pointer;
	font-size:14px;
	border:1px solid #777;
	color: #333;
	background: #efefef;
	border-radius: 5px;
	/* Webkit */
	background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#efefef));
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px #fff;
	/* Firefox */
	background: -moz-linear-gradient(top, #cccccc, #efefef);
	-moz-border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px #fff;
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient
		(startColorstr=#ffcccccc,endColorstr=#ffefefef);
	width:100px;
	height:40px;
	zoom: 1;
}
#button input.submit,
#button_left input.submit {
	/*display: block;*/
	background: -moz-linear-gradient(top,#0099CC 0%,#006699);
	background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699));
	background: -ms-linear-gradient(top, #0099CC, #006699);
	border: 2px solid #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	color: #fff;
	/*margin-right:15px;*/
	padding: 10px 0;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	text-align:center;
}

/*-------------------
都道府県選択 ボタンスタイル(全会場)(受付中会場)
--------------------------------------------------*/
#button,
#button_center {
	display: flex;
		align-items: center;
		justify-content: space-between;
	clear: both;
	margin: 25px 0;
	padding: 0;
	text-align: center;
}
#button input.back.shiborikomi,
#button_center input.back.shiborikomi {
	margin-right:0;
}
a.submit{
	background: -moz-linear-gradient(top,#0099CC 0%,#006699);
	background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699));
	background: -ms-linear-gradient(top, #0099CC, #006699);
	border: 2px solid #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	line-height: 1.4;
	padding: 24px 0;
	text-align:center;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	vertical-align: bottom;
	width: 300px;
}
a.submit > span {
	font-size: 24px;
	font-weight: bold;
}
a.submit:hover{
text-decoration: none;
}
/*-------------------
<input><select>フォーム部品スタイル
--------------------------------------------------*/
input::-moz-focus-inner, button::-moz-focus-inner { /* [Firefox]クリック時のボタンの点線を消す */
	border: 0;
}
/* <select>の設定 */
select,
input {
	padding: 0.4em;
	border:1px solid #666;
	outline:none;
	font-family: Arial, "ＭＳ Ｐゴシック", sans-serif;
	font-size:inherit;
}
select::-ms-expand { /* IEの矢印の背景を消して、テキストとの隙間をあける */
	margin-left:4px;
	border:none;
	background:none;
}
input[type="submit"],
input[type="button"],
input[type="reset"] {
	display: inline-block;
	box-sizing: border-box;
	padding: 9px 15px 7px;
	border: 1px solid #666;
	background: -webkit-linear-gradient(
			top
		, #fff 0%
		, #efefef 98%
		, #fff);
	background: -moz-linear-gradient(
			top
		, #fff 0%
		, #efefef 98%
		, #fff);
	background: -ms-linear-gradient(
			top
		, #fff 0%
		, #efefef 98%
		, #fff);
	background: linear-gradient(
			top
		, #fff 0%
		, #efefef 98%
		, #fff);
	border-radius: 5px;
	color: #000;
	text-align: center;
	line-height: 1.2em;
	cursor: pointer;
}
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background: #fff;
	text-decoration: none;
	cursor: pointer;
}
/* スピンボタンを消すclass → 「no_spin」 */
input[type="number"].no_spin::-webkit-outer-spin-button,
input[type="number"].no_spin::-webkit-inner-spin-button {
	-webkit-appearance:none;
	margin: 0;
}
input[type="number"].no_spin {
	-moz-appearance:textfield;
}
/*--------------
#main #faq
----------------------------------------------------------*/
#faq {
	padding: 20px 0 10px 0;
	background:#fff;
}
#faq h3{
	padding:5px 0 5px 15px;
	/*
	border-top:1px solid #000;
	border-bottom:1px solid #000;*/
	background:#ccffcc;
	color:#006600;
	font-size:115%;
	font-weight:bold;
	text-align:left;
	line-height:1.2em;
}
#faq dl {
	margin-bottom:20px;
	padding: 0;
}
#faq dt {
	/*min-height:38px;*/
	padding:10px 20px 10px 45px;
	border-bottom:1px solid #efefef;
	background: url(/pers/usr/share/images/item/faq_q.gif) 10px 10px no-repeat;
	font-weight:bold;
	line-height:30px;
}
#faq dd {
	padding:15px 20px 20px 45px;
	border-bottom:2px solid #ccc;
	background: url(/pers/usr/share/images/item/faq_a.gif) 10px 10px no-repeat;
}
#faq dd span{
	font-size:12px;
	font-weight:normal;
}

.fs_xs {
	font-size: 12px;
}