@charset "UTF-8";

/*------------------------------------------------------------------------------
@snoy[W̘gg
--------------------------------------------------------------------------------
------------------------------------------------------------------------------*/
#top_block {
	width: 900px;
}

body#top #contents {
	float: left;
 	width: 670px;
}

/*  */
body#top #main {
	float: right;
	width: 440px;
	position: relative;
}

/*  */
body#top #sub {
	float: left;
	width: 200px;
}

/* E */
body#top #ext {
	float: right;
	width: 200px;
}

@media screen and (max-width: 450px) {
	#top_block,
	body#top #contents,
	body#top #main,
	body#top #sub,
	body#top #ext {
		float: none;
		width: 100%;
	}

	body#top #flashContents img {
		width: 100%;
		height: auto;
	}
}


/*------------------------------------------------------------------------------
@
--------------------------------------------------------------------------------
------------------------------------------------------------------------------*/

/*--@^Cg@--*/
h2#ttl_info, h2#ttl_medi {
	text-indent: -9999px;
	width: 440px;
	height: 35px;
}
h2#ttl_info {
	margin-bottom: 10px;
	background: url(images/ttl_info.png) no-repeat;
}
h2#ttl_medi {
	margin-top: 28px;
	margin-bottom: 19px;
	background: url(images/ttl_medi.png) no-repeat;
}

/*--@m点@--*/
dl.info {
	padding: 7px 0;
	background: url(images/dot.gif) repeat-x bottom;
}
dl.info dt {
	float: left;
	line-height: 1.2em;
	color: #339900;
}
dl.info dd {
	float: left;
	line-height: 1.2em;
}
#info_list {
	padding-left: 15px;
	position: absolute;
	top:0px;
	left:380px;
	line-height:35px;
	background: url(images/arrow_03.gif) no-repeat 0 12px;
}

/*--@Ï]ҁ@--*/
h3#medi_1, h3#medi_2 {
	margin-bottom: 15px;
	text-indent: -9999px;
	width: 210px;
	height: 32px;
}
h3#medi_1 {
	background: url(images/medi_1.png);
}
h3#medi_2 {
	background: url(images/medi_2.png);
}

@media screen and (max-width: 450px) {
	h2#ttl_info, h2#ttl_medi {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		text-indent: 0;
		letter-spacing: 1px;

		background: none;
    border: 1px solid #ccc;
    background: #eeeeee;
    background: -moz-linear-gradient(top, #eeeeee 50%, #e4e4e4 51%);
    background: -webkit-linear-gradient(top, #eeeeee 50%,#e4e4e4 51%);
    background: linear-gradient(to bottom, #eeeeee 50%,#e4e4e4 51%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#e4e4e4',GradientType=0 );
    position: relative;
    line-height: 1.4;
		padding: 7px 20px;
	}
	h2#ttl_info:before, h2#ttl_medi:before {
		content: "";
    height: 60%;
    width: 3px;
    background-color: #007234;
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
	}
	#info_list {
		right: 15px;
		left: auto;
	}
	h3#medi_1, h3#medi_2 {
		background: none;
		text-indent: 0;
		margin: 20px 0 10px;
		height: auto;

		font-size: 16px;
		line-height: 1;
		width: 100%;
		padding: 10px 0 10px 20px;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fbfcf5+0,f2f7e4+100 */
		background: #fbfcf5; /* Old browsers */
		background: -moz-linear-gradient(top, #fbfcf5 0%, #f2f7e4 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #fbfcf5 0%,#f2f7e4 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #fbfcf5 0%,#f2f7e4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfcf5', endColorstr='#f2f7e4',GradientType=0 ); /* IE6-9 */

		border-top: 1px solid #99cc33;
		border-bottom: 1px dashed #ccc;
		position: relative;
		box-sizing: border-box;
	}
	h3#medi_1:before, h3#medi_2:before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 3.5px 0 3.5px 7px;
		border-color: transparent transparent transparent #5aa037;
		position: absolute;
		left: 7px;
		top: 50%;
		transform: translateY(-50%);
	}
}


/*------------------------------------------------------------------------------
@E
--------------------------------------------------------------------------------
------------------------------------------------------------------------------*/
#ext ul#topext {
	margin-bottom: 20px;
}
#ext ul#topext li {
	margin-bottom: 10px;
	width: 200px;
	height: 60px;
	text-indent: -9999px;
}
#ext ul#topext li a {
	display: block;
	width: 200px;
	height: 60px;
}
ul#topext li.topext_0 {	background: url(images/kenko/bnr-floor.png); }
ul#topext li.topext_1 {	background: url(images/topext_1.png); }
ul#topext li.topext_1_2 {	background: url(images/topext_5.png); }
ul#topext li.topext_2 {	background: url(images/topext_2.png); }
ul#topext li.topext_3 {	background: url(images/topext_3.png); }
ul#topext li.topext_4 {	background: url(images/topext_4.png); }

#ext ul#link {
	margin-top: 13px;
}
#ext ul#link li {
	margin-bottom: 8px;
}

h2#ttl_ext {
	background: url(images/ttl_external.png) no-repeat;
	text-indent: -9999px;
	width: 200px;
	height: 35px;
}

@media screen and (max-width: 450px) {
	#ext ul#topext li {
		width: 270px;
		height: 81px;
		margin: 0 auto 10px;
	}
	#ext ul#link li a img {
		display: block;
		width: 270px;
		margin: 0 auto;
	}
	h2#ttl_ext {
		margin: 0 auto;
	}

	ul#topext li.topext_0 {
		background: url(images/kenko/bnr-floor.png);
		background-size: contain;
	}
	ul#topext li.topext_1 {
		background: url(images/topext_1.png);
		background-size: contain;
	}
	ul#topext li.topext_1_2 {
		background: url(images/topext_5.png);
		background-size: contain;
	}
	ul#topext li.topext_2 {
		background: url(images/topext_2.png);
		background-size: contain;
	}
	ul#topext li.topext_3 {
		background: url(images/topext_3.png);
		background-size: contain;
	}
	ul#topext li.topext_4 {
		background: url(images/topext_4.png);
		background-size: contain;
	}

	h2#ttl_ext {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		text-indent: 0;
		letter-spacing: 1px;

		background: none;
		border: 1px solid #ccc;
		background: #eeeeee;
		background: -moz-linear-gradient(top, #eeeeee 50%, #e4e4e4 51%);
		background: -webkit-linear-gradient(top, #eeeeee 50%,#e4e4e4 51%);
		background: linear-gradient(to bottom, #eeeeee 50%,#e4e4e4 51%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#e4e4e4',GradientType=0 );
		position: relative;
		line-height: 1.4;
		padding: 7px 20px;
	}
	h2#ttl_ext:before {
		content: "";
		height: 60%;
		width: 3px;
		background-color: #007234;
		position: absolute;
		left: 4px;
		top: 50%;
		transform: translateY(-50%);
	}
}

/*------------------------------------------------------------------------------
@
--------------------------------------------------------------------------------
------------------------------------------------------------------------------*/
#table_box {
	margin-bottom: 20px;
	padding: 8px;
	border: solid 2px #CCCCCC;
	background:url(images/bg_tablebox.png) repeat-x;
}
#ttl_table {
	margin-bottom: 7px;
	/* padding-bottom: 60px; */
	/* background: url(images/bg_table.jpg) no-repeat bottom; */
}

#ttl_table {
	background-color: #1d7d49;
	text-align: center;
}
#ttl_table a {
	color: #fff;
	padding: 10px 0;
	display: block;
	font-size: 16px;
	letter-spacing: 1.5px;
}
#ttl_table a:hover {
	text-decoration: none;
}
#ttl_table a span {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #fff;
	margin-right: 10px;
	transform: translateY(1px);
	position: relative;
}
#ttl_table a span:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 7px;
	border-color: transparent transparent transparent #000000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

#ttl_table_02 > img {
	margin-bottom: 7px;
}
#phy_1 {
	display: block;
}
li#phy_2 {
	margin-top: 10px;
	width: 180px;
	height: 60px;
	background: url(images/phy_2.jpg);
}
li#phy_1 a,
li#phy_2 a {
	display: block;
	width: 180px;
	height: 60px;
	text-indent: -9999px;
}
li#access,
li#demand {
	width: 200px;
	height: 54px;
}
li#access a,
li#demand a {
	display: block;
	width: 200px;
	height: 54px;
	text-indent: -9999px;
}
li#access {
	margin-top: 20px;
	background: url(images/access.png);
}
li#demand {
	margin-top: 10px;
	background: url(images/demand.png);
}
li#vaccination {
	margin-top: 20px;
}
li#index {
	margin-top: 10px;
}

@media screen and (max-width: 450px) {
	#ttl_table a span:before {
		transform: translate(-25%,-50%);
	}
	#ttl_table a img {
		width: 100%;
		height: auto;
	}
	#ttl_table_02 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#ttl_table_02 > img {
		margin-bottom: 0;
		margin-right: 7px;
	}
	ul.list_01 li {
		margin: 0;
	}
	#sub > ul li {
		width: 50%;
		width: 270px;
    margin: 10px auto 0;
	}
	#sub > ul li a {
		width: auto;
	}
	#sub > ul li a img {
		width: 100%;
		height: auto;
	}
	li#access, li#demand {
		height: 73px;
		background-size: cover;
		background-repeat: no-repeat;
	}
	li#vaccination, li#access {
		margin-right: 10px;
	}
}


/*------------------------------------------------------------------------------
 Hacks
--------------------------------------------------------------------------------
------------------------------------------------------------------------------*/
/* for IE7 */
*+html h2#ttl_medi {
	margin-bottom: 18px;
}
*+html h3#medi_1,
*+html h3#medi_2 { 	margin-bottom: 13px; }
*+html #ext ul#link {
	margin-top: 12px;
}

/* for safari, crome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	h2#ttl_medi {
		margin-top: 31px;
	}
	#ext ul#link {
		margin-top: 12px;
	}
}
