@charset "UTF-8";
/* CSS Document */

.ff3 #cts,
.ff2 #cts {
	margin-top: -40px;
}


#header .txt_btn li a {
	background-color: #30AE56;
	border-bottom: 2px solid #247F2F;
	color: #FFF;
	-moz-text-shadow: -1px -1px #228f48;
	-webkit-text-shadow: -1px -1px #228f48;
	text-shadow: -1px -1px #228f48;
}
#header .txt_btn li a:hover {
	background-color: #58CF79;
}

/* over */
.over {
	position: absolute;
	left: 0px;
	bottom: 0px;
	/*display: none;*/
}
.over span {
	text-align: left;
	vertical-align: middle;
	display: table-cell;
	font-weight: bold;
	color: #FFF;
	width: 100%;
	font-size: 107%;
}


/* film_roll */
.film_roll_area {
	position: relative;
}
#film_roll {
	height: 370px;
}
#film_roll .film_roll_child {
	position: relative;
	margin-right: -1px;
	margin-left: -1px;
	margin-right: -2px\9;
	margin-left: -2px\9;
}
#film_roll .film_roll_child .btn_green {
	width: 275px;
	position: absolute;
	left: 57px;
	top: 288px;
	bottom: auto;
}
#film_roll .film_roll_pager {
	margin-top: -52px;
}
.film_roll_area .reservation {
	padding: 20px 16px 16px 20px;
	width: 202px;
	margin-left: 255px;
	border-top: 5px solid #12AC66;
	position: absolute;
	left: 50%;
	top: 30px;
	background-color: #FFF;
	z-index: 10;
}
.film_roll_area .reservation .ttl {
	font-size: 143%;
	font-weight: bold;
}
.film_roll_area .reservation .ttl+p {
	margin-top: 15px;
}
.film_roll_area .reservation .btn_orange {
	margin-top: 10px;
}
.film_roll_area .reservation .btn_orange a,
#lcol .inq_blc .btn_inq li a {
	text-align: center;
	display: block;
	padding-top: 8px;
	padding-bottom: 4px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	position:relative;
	/*behavior:url("PIE/PIE.htc");*/
	background-color: #FB7B1D;
	border-bottom: 5px solid #D06115;
	color: #FFF;
	font-size: 107%px;
	font-weight: bold;
	-moz-text-shadow: -1px -1px #cc6500;
	-webkit-text-shadow: -1px -1px #cc6500;
	text-shadow: -1px -1px #cc6500;
	font-weight: bold;
}
.film_roll_area .reservation .btn_orange a:hover,
#lcol .inq_blc .btn_inq li a:hover {
	text-decoration: none;
	background-color: #FC8E1F;
}
.film_roll_area .reservation .btn_orange a:after,
#lcol .inq_blc .btn_inq li a:after {
	content: "›";
	font-size:22px;
	font-weight: normal;
	margin-top: -14px;
	position: absolute;
	top: 50%;
	right: 10px;
}
.film_roll_area .reservation .btn_orange a strong {
	font-size: 186%;
	font-weight: bold;
	letter-spacing: 0.5em;
	margin-left: 0.5em;
}
.film_roll_area .reservation .link_first {
	margin-top: 15px;
}
.film_roll_area .reservation .link_first a {
	background-image: url(/common_new/images/arr_green02.gif);
	background-position: left center;
	padding-left: 20px;
	/*font-weight: bold;*/
	background-repeat: no-repeat;
}

/* main */
#cts #main {
	float: left;
	width: 734px;
}
#main .cycle_wrap {
	height: 605px;
	width: 734px;
	position: relative;
	background-image: url(/images/index_bg01.png);
	background-repeat: no-repeat;
	background-position: center center;
}
/*#main .cycle_wrap a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}*/
#main .cycle_wrap li {
	height: 254px;
	width: 314px;
	position: absolute;
	overflow: hidden;
}
#main .cycle_wrap li .over {
	bottom: 254px;
}
#main .cycle_wrap li .over span {
	height: 254px;
	padding-right: 20px;
	padding-left: 20px;
}
#main .cycle_wrap li.check {
	top: 0px;
	left: 0px;
}
#main .cycle_wrap li.check .over span {
	background-color: #8ECD3A;
}
#main .cycle_wrap li.understood {
	top: 0px;
	right: 0px;
}
#main .cycle_wrap li.understood .over span {
	background-color: #FC9720;
}
#main .cycle_wrap li.change {
	bottom: 0px;
	left: 0px;
}
#main .cycle_wrap li.change .over span {
	background-color: #46C0EB;
}
#main .cycle_wrap li.notice {
	bottom: 0px;
	right: 0px;
}
#main .cycle_wrap li.notice .over span {
	background-color: #FC77B3;
}

#main .bnr_list {
	width: 750px;
	margin-right: -16px;
	position: relative;
}
#main .bnr_list li {
	float: left;
	margin-top: 16px;
	margin-right: 16px;
}

#main .inform {
	background-image: url(/images/index_bg_inform02.gif);
	background-repeat: repeat-y;
	margin-top: 27px;
	font-size: 93%;
}
#main .inform .inform_head {
	background-image: url(/images/index_bg_inform01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 1px solid #CCC;
	position: relative;
	padding: 26px 0px 20px 5px;
}
#main .inform .inform_head h2 {
	font-size: 114%;
	font-weight: bold;
}
#main .inform .inform_head a {
	background-image: url(/common_new/images/arr_green01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	position: absolute;
	top: 28px;
	right: 20px;
}
#main .inform ul {
	background-image: url(/images/index_bg_inform03.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px 20px 35px 10px;
	display: table;
}
#main .inform ul li {
	display: table-row;
}
#main .inform ul li div {
	display: table-cell;
	padding-top: 20px;
}
#main .inform ul li div:first-child {
	white-space: nowrap;
	padding-right: 15px;
}
#main .inform ul li span {
	line-height: 1;
	text-align: center;
	width: 5.5em;
	padding-top: 3px;
	padding-bottom: 2px;
	border-left-width: 3px;
	border-left-style: solid;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	color: #666;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 10px;
}
#main .inform ul li span.icn_association {
	background-color: #E8F9F0;
	border-left-color: #27AB68;
}
#main .inform ul li span.icn_corp {
	background-color: #E6F1FF;
	border-left-color: #5B9AF5;
}
#main .inform ul li span.icn_personal {
	background-color: #fbf2e7;
	border-left-color: #ecb670;
}
#main .inform dl dd {
}
/*#main .inform dl dd a[href$=".pdf"] {
	background-image: url(/common_new/images/ic_pdf.gif);
	background-repeat: no-repeat;
	background-position: right 0.3em;
	padding-right: 1.2em;
}*/


/* lcol */
#cts #lcol {
	float: right;
	width: 234px;
}
#lcol .inq_blc {
	background-image: url(/images/index_bg_lcol01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px 17px 0px;
	text-align: center;
}
#lcol .inq_blc h3 {
	font-size: 107%;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
}
#lcol .inq_blc dl {
	padding-top: 15px;
}
#lcol .inq_blc dl dt {
	text-align: left;
	margin-top: 10px;
}
#lcol .inq_blc dl dd {
	font: bold 29px Arial, Helvetica, sans-serif;
}
#lcol .inq_blc .btn_inq {
	padding-top: 5px;
}
#lcol .inq_blc .btn_inq li {
	margin-top: 10px;
}
#lcol .inq_blc .btn_inq li a {
	font-size: 129%;
	line-height: 1;
	padding-top: 15px;
	padding-bottom: 12px;
}
#lcol .inq_blc .btn_inq li a:after {
	/*content: "›";
	font-size:22px;
	font-weight: normal;*/
	margin-top: -10px;
}
#lcol .btn_list {
	padding-top: 20px;
}
#lcol .btn_list li {
	margin-top: 15px;
	position: relative;
	overflow: hidden;
}
#lcol .btn_list li .over {
	width: 234px;
	bottom: 224px;
}
#lcol .btn_list li .over span {
	padding-right: 15px;
	padding-left: 15px;
	height: 164px;
	background-color: #27AB68;
}
#lcol .btn_list li:first-child .over span {
	height: 224px;
	background-color: #2C7DDB;
}
#lcol .btn_list li.voice .over span {
	height: 70px;
	width: 234px;
	background-color: #ff7e00;
}
#lcol .btn_list li.urinalysis .over span {
	height: 90px;
	width: 234px;
	background-color: #227ade;
}
#lcol .btn_list li.sdgs .over span {
	height: 164px;
	width: 234px;
	background-color: #2C7DDB;
}

#lcol .btn_list li a {
	font-size: 107%;
	font-weight: bold;
	color: #333;
	line-height: 1;
}
#lcol .btn_list li a span {
	position: absolute;
	left: 20px;
	bottom:20px;
	/*font-size: 15px;*/
	font-weight: bold;
}
#lcol .btn_list li.voice a span {
	bottom:25px;
}
#lcol .btn_list li.urinalysis a span {
	bottom:20px;
}
#lcol .btn_list li a span.line02 {
	position: absolute;
	left: 20px;
	bottom:13px;
	/*font-size: 15px;*/
	font-weight: bold;
}

/* cts_btm */
.cts_btm {
	margin-top: 40px;
}
.cts_btm .bnr_seal {
	float: right;
	width: 234px;
}
.cts_btm dl {
	float: left;
}
.cts_btm dl dt {
	float: left;
	width: 130px;
}
.cts_btm dl dd {
	float: left;
	width: 237px;
}
.cts_btm dl dd .facility_name {
	font-size: 114%;
	font-weight: bold;
}
.cts_btm dl dd p span {
	font-weight: bold;
}
.cts_btm dl dd p a {
	background-image: url(/common_new/images/arr_green01.gif);
	background-repeat: no-repeat;
	background-position: left 0.4em;
	display: block;
	margin-top: 10px;
	padding-left: 10px;
}


/* clearfix */
#main .bnr_list,
#main .inform dl {
	zoom:1;
}
#main .bnr_list:after,
#main .inform dl:after {
	content: ""; 
	display: block; 
	clear: both;
}