@charset"UTF-8";
/*01 HTMLリセット*/
body {
	margin:0px;
	padding:0px;
	font-family:"游ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka";
	font-size: 112.5%;
}
div, form, h1, h2, h3, h4, ul, li, dl, dt, dd, p {
	margin:0px;
	padding:0px;
	line-height: 1.5em;
}
p, dt, dd {
	text-align:justify;
	text-justify:distribute;
}
a img, img {
	border:0;
}
li {
	list-style-type:none;
}
* {
	transition:color 200ms, background 200ms, border 200ms, opacity 300ms;
	-moz-transition:color 200ms, background 200ms, border 200ms, opacity 300ms;
	-webkit-transition:color 200ms, background 200ms, border 200ms, opacity 300ms;
	-o-transition:color 200ms, background 200ms, border 200ms, opacity 300ms
}
.f_yum {
	font-family:"游明朝", "Yu Mincho";
}
/*02 共通用基本設定*/
h1 {
}
h2 {
}
h3 {
}
h4 {
}
.clr {
	clear:both;
}
.floatL {
	float:left;
}
.floatR {
	float:right;
}
.alignL {
	text-align:left;
}
.alignR {
	text-align:right;
}
.alignC {
	clear:both;
	text-align:center;
}
.lastChild {
	margin-right:0%!important;
	float:right!important;
}
/*03 レーヤアウト*/
#Wrap {
}
#Contents {
}
address {
}
/*04 ヘッダー関連*/
header {
	background-color: rgba(23, 34, 113, 0.6);
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99;
}
header img {
	display: block;
	max-width: 100%;
	height: auto;
}
#Header {
	width: 1100px;
	height: 90px;
	margin: 0 auto;
	position: relative;
}
#Header h1 {
	width: 339px;
	position: absolute;
	left: 0;
	top:24px;
	z-index: 999;
}
#Header h1 a{
	display:block;}
#Header h1 a:hover{
	filter: alpha(opacity=60);-moz-opacity:0.6;opacity:0.6;}
#Header ul {
	float: right;
	text-align: right;
}
#Header li {
	display: inline-block;
	margin: 0 20px;
}
#Header li a {
	height: 90px;
	line-height: 90px;
	display: block;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#Header li a:hover {
	text-decoration: underline;
}
.btn-menu {
	display: none;
}
/*05 コンテンツ関連　*/
#Show {
	position: relative;
	width: 100%;
}
#Show img {
	display: block;
	width: 100%;
	height: auto;
}
#Show .swiper-slide span {
	display: none;
}
.home-intr {
	padding: 6% 20px;
	background-image:url(../img/top/bg01.jpg);
	background-repeat:no-repeat;
	background-position: center center;
	filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')"\9;
	-moz-background-size:100% 100%\9;
	background-size:100% 100%\9;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
}
.home-intr h2 {
	font-size: 250%;
	text-align: center;
	padding-bottom: 4%;
}
.home-intr .sub-box {
	width: 1060px;
	margin: 0 auto;
}
.home-intr img {
	width: 42.83%;
	height: auto;
	float: left;
}
.home-intr dl {
	width: 53.301%;
	float: right;
	padding-top: 30px;
}
.home-intr dt {
	font-size: 133.333%;
	color: #010c7b;
	font-weight: bold;
	padding-bottom: 30px;
	line-height: 1.7em;
}
.home-intr dd p {
	line-height: 1.8em;
}
.home-link {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 60px;
}
.home-link li:nth-child(1) {
 float: left;
 padding-right: 30px;
}
.home-link li:nth-child(2) {
 float: right;
 padding-left: 30px;
 margin-top: 8px;
}
.home-link li span {
	display: none;
}
.home-link li img {
	max-width: 100%;
	display: block;
	height: auto;
}
.home-link li a {
	display: block;
}
.home-link li a:hover {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}
#ContactBox {
	background-image:url(../img/common/bg01.gif);
	background-repeat:no-repeat;
	background-position: center center;
	filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')"\9;
	-moz-background-size:100% 100%\9;
	background-size:100% 100%\9;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	padding-top: 4%;
	padding-bottom: 6%;
}
#ContactBox h2 {
	color: #ffffff;
	text-align: center;
	font-size: 250%;
	padding-bottom: 4%;
}

#ContactBox .w_1100{
	max-width: 1100px;
	margin: 0 auto;
}

#ContactBox .w_1100 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap:2%;	
	margin-left: 2%;
	margin-right: 2.273%;
}
#ContactBox li.ico-tel,#ContactBox li.ico-fax,#ContactBox li.ico-mail,#ContactBox li.ico-instagram{
	background-color: #ffffff;
	border-radius: 20px;
	color: #696c8f;
	width: 49%;
	padding-top: 25px;
	padding-bottom: 20px;
	text-align: center;
}

#ContactBox li .ttl {
	width: 68.571%;
	margin: 0 auto 20px auto;
	padding-bottom: 15px;
	border-bottom: #a7a7a7 solid 1px;
}
#ContactBox li.ico-tel, #ContactBox li.ico-fax {
	font-size: 220%;
	font-weight: bold;
	margin-bottom: 2%;
}
 
#ContactBox li.ico-mail,#ContactBox li.ico-instagram{
	font-size: 120%;
	font-weight: bold;
	padding-top:  3%;
	padding-bottom: 3%;
}

#ContactBox li.ico-instagram a{
	font-weight: bold;
}

.header-company {
	background-image:url(../img/company/bg_header.jpg);
}
.header-facility {
	background-image:url(../img/facility/bg_header.jpg);
}
#PageTtl {
	background-repeat:no-repeat;
	background-position: center center;
	filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')"\9;
	-moz-background-size:100% 100%\9;
	background-size:100% 100%\9;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	height: 497px;
}
#PageTtl h2 {
	padding-top: 230px;
	font-size: 250%;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 0 27px #00307b;
}
#PageTtl h2 small {
	font-size: 50%;
	display: block;
	font-weight: normal;
	line-height: 1.5em;
}
#Path {
	height: 49px;
	background-color: #e4e4e4;
	margin-top: 1px;
}
#Path ul {
	width: 1100px;
	margin: 0 auto;
}
#Path li {
	height: 49px;
	line-height: 49px;
	float: left;
	color: #606060;
}
#Path li a {
	display: block;
	height: 49px;
	line-height: 49px;
	color: #606060;
	text-decoration: none;
	padding-right: 34px;
	margin-right: 20px;
	background: url(../img/common/ico_arrow01.gif) no-repeat right center;
	background-size: auto 100%;
}
#Path li a:hover{
	text-decoration:underline;}
#Company h2 {
	width: 436px;
	margin: 0 auto 4% auto;
	font-size: 200%;
	text-align: center;
	line-height: 1.5em;
}
#Company h2 small {
	font-size: 55.556%;
	color: #010f98;
	padding-top: 10px;
	margin-top: 5px;
	border-top: #a1a1a1 solid 1px;
	display: block;
	line-height: 1.5em;
}
.company-info {
	padding-top: 3.3%;
	padding-bottom: 28px;
}
.company-info table {
	border-top: #bcbcbc solid 1px;
	width: 1100px;
	margin: 0 auto 3.4% auto;
    letter-spacing: -1px;
}
.company-info th {
	border-bottom: #bcbcbc solid 1px;
	width: 200px;
	font-weight: normal;
	padding: 15px 0;
	text-align: center;
}
.company-info td {
	border-bottom: #bcbcbc solid 1px;
	padding: 15px 20px;
}
.company-info .banner {
	width: 100%;
	height: auto;
}
.company-history {
	background-image:url(../img/company/bg.jpg);
	background-repeat:no-repeat;
	background-position: center center;
	filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')"\9;
	-moz-background-size:100% 100%\9;
	background-size:100% 100%\9;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	padding: 5% 0;
}
.company-history .line {
	clear: both;
	position: relative;
	background: url(../img/common/ico_line01.gif) repeat-y center top;
	padding-bottom: 30px;
}
.company-history .line.last-child {
	background-image: none;
	margin-top: -4px;
}
.company-history dl {
	width: 50%;
    letter-spacing: -1px;
}
.company-history dl.top:before {
	width: 24px!important;
	height: 24px!important;
	margin-left: -12px;
	margin-top: 0;
}
.company-history dl:before {
	content: '';
	width: 18px;
	height: 18px;
	background-color: #c70303;
	position: absolute;
	left: 50%;
	margin-left: -9px;
	margin-top: 4px;
	border-radius: 50%;
}
.company-history dt {
	float: right;
	padding-right: 35px;
	text-align: right;
}
.company-history dd {
	padding-right: 158px;
	text-align: right;
	line-height: 1.8em;
}
.company-history dl.floatR dt, .company-history dl.floatR dd {
	text-align: left;
	padding-left: 35px;
	padding-right: 0;
}
.company-history dl.floatR dt {
	float: left;
}
.company-history dl.floatR dd {
	padding-left: 158px;
	width: 385px;
}
.company-access {
	padding-top: 5%;
}
.company-access h3 {
	font-size: 133.333%;
	text-align: center;
	padding-bottom: 35px;
}
.company-access .box {
	width: 1100px;
	margin: 0 auto;
	padding-bottom: 5%;
}
.company-access .box .floatL {
	width: 262px;
}
.company-access .box .floatL img {
	display: block;
}
.company-access .box .floatL p {
	padding-top: 10px;
}
.company-access .box .googlemap {
	padding-left: 282px;
}
.company-access iframe {
	display: block;
	width: 100%;
	height: 425px;
}
#Facility .banner {
	display:block;
	width:100%;
	height:auto;
}
.facility-list {
	background-color: #010f98;
}
.facility-list img {
	display:block;
	max-width:100%;
	height:auto;
}
.facility-list .boxA, .facility-list .boxB, .facility-list .boxC, .facility-list .boxD, .facility-list .boxE, .facility-list .boxF {
	width: 1100px;
	margin: 0 auto;
}
.facility-list .bgA {
	background: url(../img/facility/bg01.jpg) no-repeat left top;
	background-size: 100% auto;
	padding: 6% 0 10% 0;
}
.facility-list .bgB {
	background: url(../img/facility/bg02.jpg) no-repeat left bottom;
	background-size: 100% auto;
}
.facility-list .bgC {
	background: url(../img/facility/bg03.jpg) no-repeat left top;
	background-size: 100% auto;
}
.facility-list .bgD {
	background: url(../img/facility/bg04.gif) no-repeat left bottom;
	background-size: 100% auto;
}
.facility-list dl {
	padding-bottom:10px;
	clear:both;
	width: 760px;
}
.facility-list dt {
	font-size: 180%;
	font-weight: bold;
	padding-bottom: 10px;
}
.facility-list dd {
	padding-bottom: 20px;
}
.facility-list ul {
	width: 760px;
	clear: both;
	font-size:87.5%;
}
.facility-list li {
	background-color: #ffffff;
	border: #010f98 solid 1px;
}
.facility-list li:nth-child(1) {
 float: left;
 width: 44.736%;
}
.facility-list li:nth-child(2) {
 float: right;
 width: 52.631%;
}
.facility-list li p {
	padding: 15px;
}
.facility-list li .ttl {
	display: block;
	color: #c70303;
	font-weight: bold;
}
.facility-list .boxA .pic {
	float: left;
	width: 60.181%;
	height: auto;
	margin-bottom: -16%;
}
.facility-list .boxA dl {
	float: right;
}
.facility-list .boxA dt, .facility-list .boxA dd {
	text-align: right;
	color: #ffffff;
}
.facility-list .boxA ul {
	float: right;
}
.facility-list .boxB {
	padding-bottom:7%;
}
.facility-list .boxB .pic {
	width:56.181%;
	float:right;
	box-shadow: 30px 30px 10px rgba(0, 0, 0, .25);
	margin-bottom:-3.5%;
}
.facility-list .boxC {
	padding-bottom:5%;
}
.facility-list .boxC .pic {
	float: left;
	width: 50%;
	height: auto;
	margin-bottom: -10%;
}
.facility-list .boxC dl {
	float: right;
}
.facility-list .boxC dt, .facility-list .boxC dd {
	text-align: right;
	color: #ffffff;
}
.facility-list .boxC ul {
	float: right;
}
.facility-list .boxD {
	padding-bottom:7%;
	padding-top:3%;
}
.facility-list .boxD .pic {
	float:right;
	width:63.181%;
	margin-bottom:-10%;
}
.facility-list .boxD li:nth-child(1) {
float:none;
}
.facility-list .boxE {
	padding-bottom:5%;
}
.facility-list .boxE .pic {
	float:left;
	width:52.818%;
}
.facility-list .boxE dl {
	float:right;
	width:45%;
	clear:none;
	padding-top:20%;
}
.facility-list .boxE dt, .facility-list .boxE dd {
	text-align: right;
	color: #ffffff;
}
.facility-list .boxE ul {
	width:30.909%;
	float:right;
	clear:none;
}
.facility-list .boxE li:nth-child(1) {
width:100%;
}
.facility-list .boxF {
	color:#FFFFFF;
	padding-top:5%;
	padding-bottom:12%;
}
.facility-list .boxF .ttl {
	font-size: 180%;
	font-weight: bold;
	padding-bottom: 15px;
}
.facility-list .boxF .floatL {
	width:48.181%;
}
.facility-list .boxF .floatR {
	width:46.727%;
	padding-top:25px;
}
.facility-list .boxF .floatR img {
	box-shadow: 30px 30px 10px rgba(0, 0, 0, .25);
	margin-top:8%;
}
.facility-environment {
	margin-top: 20px;
	background-image:url(../img/facility/bg05.jpg);
	background-repeat:no-repeat;
	background-position: center bottom;
	filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')"\9;
	-moz-background-size:100% 100%\9;
	background-size:100% 100%\9;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	padding: 4% 0 10% 0;
}
.facility-environment h2 {
	width: 436px;
	margin: 0 auto 4% auto;
	font-size: 200%;
	text-align: center;
	line-height: 1.5em;
}
.facility-environment h2 small {
	font-size: 55.556%;
	color: #010f98;
	padding-top: 10px;
	margin-top: 5px;
	border-top: #a1a1a1 solid 1px;
	display: block;
	line-height: 1.5em;
}
.facility-environment .sub-box {
	width: 1100px;
	background-color: #ffffff;
	margin: 0 auto;
}
.facility-environment .sub-box p {
	padding: 30px;
}
footer {
	position:relative;
}
footer .btn-pagetop {
	position: absolute;
	right:30px;
	top:-100px;
}
footer .btn-pagetop:hover{
	filter: alpha(opacity=60);-moz-opacity:0.6;opacity:0.6;}
footer .btn-pagetop img {
	display:block;
	max-width:100%;
	height:auto;
}
address {
	background-color: #010942;
	color: #ffffff;
	font-size: 77.778%;
	text-align: center;
	font-style: normal;
	padding: 15px;
}
 @media all and (max-width:1099px) {
 #Header {
 width: auto;
}
 #Header h1 {
 left: 15px;
}
 .home-intr .sub-box,  #ContactBox ul,  #Path ul,  .company-info table,  .company-access .box,  .facility-list .boxA, .facility-list .boxB, .facility-list .boxC, .facility-list .boxD, .facility-list .boxE, .facility-list .boxF, .facility-environment .sub-box {
 width: auto;
}
 #Path {
 height: 35px;
}
 #Path ul,  .company-history,  .company-access,  .facility-list .boxA, .facility-list .boxB, .facility-list .boxC, .facility-list .boxD, .facility-list .boxE, .facility-list .boxF, .facility-environment {
 padding-left: 15px;
 padding-right: 15px;
}
  #ContactBox {
 padding-left:15px;
 padding-right:15px;
}
 #ContactBox h2 {
 font-size: 200%;
}
	 
 #ContactBox li {
 padding-top: 15px;
 padding-bottom: 13px;
}

 #Path li {
 height: 35px;
 line-height: 35px;
}
 #Path li a {
 height: 35px;
 line-height: 35px;
}
 .company-info table {
 margin-left: 15px;
 margin-right: 15px;
}
 .company-history .line {
 background: url(../img/common/ico_line01.gif) repeat-y 12px top;
 padding-bottom: 15px;
}
 .company-history dl {
 width: auto;
}
 .company-history dl.floatR {
 float: none;
}
 .company-history dl:before {
 left: 15px;
}
 .company-history dl.top:before {
 width: 20px!important;
 height: 20px!important;
 margin-left: -11px;
}
 .company-history dl:before {
 width: 16px;
 height: 16px;
 left: 15px;
 margin-top: 2px;
}
 .company-history dl dd {
 padding-left: 130px!important;
 width: auto!important;
}
 .company-history dt {
 float: left;
 padding-right: 0;
 padding-left: 35px;
}
 .company-history dd {
 padding-right: 0;
 text-align: left;
 padding-left: 158px;
}
 .facility-environment {
background-image:url(../img/facility/bg05_sp.jpg);
padding-bottom:15%;
}
}
 @media all and (max-width:767px) {
 body {
 font-size: 87.5%;
}
 #Header {
 height: 45px;
}
 #Header h1 {
 width: 220px;
 top: 9px;
}
 #Menu {
 position: fixed;
 top: 2px;
 width: 100%;
 z-index: 9;
}
 #Menu .btn-menu {
 width: 41px;
 height: 41px;
 float: right;
 margin-right: 2px;
 margin-bottom: 2px;
 display: block;
}
 #Menu .btn-menu.open {
 background: url(../img/common/btn_close.png) no-repeat center center;
 background-size: 100% 100%;
}
 #Menu .btn-menu.open img {
 display: none;
}
 #Menu nav {
 clear: both;
 display: none;
 width: 100%;
}
 #Menu nav ul {
 float: none;
 width: 100%;
}
 #Menu nav li {
 display: block;
 background-color: #ffffff;
 margin: 0;
 font-size: 120%;
}
 #Menu nav li:nth-child(even) {
 background-color: #eff0f6;
}
 #Menu nav li a {
 height: 60px;
 line-height: 60px;
 color: #333333;
 text-align: center;
 background: url(../img/common/ico01.png) no-repeat right bottom;
 background-size: 20px auto;
 text-decoration: none;
}
 #Show .swiper-slide img {
 display: none;
}
 #Show .swiper-slide span,  #Show .swiper-slide span img {
 display: block!important;
}
 .home-intr h2 {
 font-size: 200%;
}
 .home-intr .sub-box {
 text-align: center;
}
 .home-intr img {
 width: 60.533%;
 margin: 0 auto;
 float: none;
}
 .home-intr dl {
 width: auto;
}
 .home-intr dt {
 padding-bottom: 20px;
}
 .home-link {
 padding-top: 15px;
 padding-bottom: 20px;
}
 .home-link li img {
 display: none;
}
 .home-link li span,  .home-link li span img {
 display: block!important;
}
	
#ContactBox {
	padding-top: 5%;
	padding-bottom: 8%;
} 
#ContactBox li.ico-mail,#ContactBox li.ico-instagram{
    width: 100%;
    margin-bottom: 2%;
	padding-top: 25px;
	padding-bottom: 20px;
}	 
#ContactBox li.ico-instagram{
  margin-bottom: 0;
}
	 
 #PageTtl {
 height: 210px;
}
 #PageTtl h2 {
 font-size: 180%;
 padding-top: 95px;
}
 .header-company {
 background-image:url(../img/company/bg_header_sp.jpg);
}
 .header-facility {
 background-image:url(../img/facility/bg_header_sp.jpg);
}
 #Company h2 {
 width: 220px;
 font-size: 150%;
}
 .company-info {
 padding-top: 20px;
 padding-bottom: 15px;
}
 .company-info table {
 margin-bottom: 15px;
}
 .company-info th {
 width: 100px;
 padding: 10px 0;
}
 .company-info td {
 padding: 10px 15px;
}
 .company-access h3 {
 font-size: 120%;
 padding-bottom: 20px;
 padding-top: 10px;
}
 .company-access .box .floatL {
 width: 100%;
 float: none;
 padding-bottom: 20px;
 display:inline-block;
}
 .company-access .box .floatL:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
overflow: hidden;
}
 *html .company-access .box .floatL {
height: 1%;
}
 .company-access .box .floatL {
display: block;
}
 .company-access .box .floatL img {
 width:46.8%;
 height: auto;
 float: left;
}
 .company-access .box .googlemap {
 padding-left: 0;
}
 .company-access .box .floatL p {
 padding-top: 0;
 padding-left: 50%;
}
 .company-access iframe {
 height: 300px;
}
 .facility-environment h2 {
 width: 220px;
 font-size: 150%;
}
 .facility-list .bgA {
 background: url(../img/facility/bg01_sp.jpg) no-repeat left top;
 background-size: 100% auto;
}
.facility-list .bgB {
 background: url(../img/facility/bg02_sp.jpg) no-repeat left top;
 background-size: 100% auto;
}
.facility-list .bgC {
 background: url(../img/facility/bg03_sp.jpg) no-repeat left top;
 background-size: 100% auto;
}
.facility-list .bgD {
 background: url(../img/facility/bg04_sp.gif) no-repeat left bottom;
 background-size: 100% auto;
}
.facility-list dl, .facility-list ul {
width:100%;
}
.facility-list li:nth-child(1), .facility-list li:nth-child(2) {
width: auto;
float:none;
}
.facility-list li:nth-child(2) {
margin-top:8px;
}
.facility-list li p{
padding:6px 10px;}
.facility-list dl {
padding-bottom:0;
}
.facility-list dt {
font-size:150%;
padding-bottom:5px;
}
.facility-list dd {
font-size:87.5%;
}
.facility-list .boxA .pic {
width:76.453%;
margin-bottom:-5%;
}
.facility-list .boxB .pic{
width:70.639%;
margin-bottom:3%;
	box-shadow: 10px 15px 5px rgba(0, 0, 0, .25);}
.facility-list .boxC .pic{
	width:58.139%;
	margin-bottom:-5%;}
.facility-list .boxD .pic{
	width:87.209%;
	margin-bottom:10px;}
.facility-list .boxE .pic{
	width:53.197%;
	float:none;}
.facility-list .boxE dl{
	padding-top:0;
		width:auto;
		float:none;}
.facility-list .boxE ul{
	width:auto;
	float:none;}
.facility-list .boxE .sp-no{
	display:none;}
.facility-list .boxF .floatL{
	width:auto;
	float:none;}
.facility-list .boxF .floatR{
	width:auto;
	float:none;
	padding-top:0;
	padding-left:15px;
	padding-right:15px;}
.facility-list .boxF .floatR img{
	box-shadow: 10px 15px 5px rgba(0, 0, 0, .25);
	}
.facility-environment{
	padding-bottom:45%;}
 footer .btn-pagetop {
 width:50px;
 top:-60px;
 right:15px;
}
}
 @media all and (max-width:500px) {
 .home-intr h2 {
 font-size: 120%;
}
 #ContactBox li.ico-tel, #ContactBox li.ico-fax {
 font-size: 180%;
}
 #ContactBox li .ttl {
 margin-bottom: 10px;
 padding-bottom: 10px;
}
 #ContactBox li .ttl img {
 height: 60px;
 width: auto;
}
}
 @media all and (max-width:400px) {
 #ContactBox li.ico-tel, #ContactBox li.ico-fax {
 font-size: 150%;
}
}
 @media all and (max-width:330px) {
 #ContactBox li.ico-tel, #ContactBox li.ico-fax {
 font-size: 130%;
}
}
/* hack css */
.home-link, .home-intr .sub-box, #ContactBox ul, .company-history .line, .company-history dl, .company-access .box, .facility-list .boxA, .facility-list ul, .facility-list .boxC, .facility-list .boxE, .facility-list .boxF {
	display:inline-block;
}
.home-link:after, .home-intr .sub-box:after, #ContactBox ul:after, .company-history .line:after, .company-history dl:after, .company-access .box:after, .facility-list .boxA:after, .facility-list ul:after, .facility-list .boxC:after, .facility-list .boxE:after, .facility-list .boxF:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
/* Hide from IE-mac \*/
*html .home-link, *html .home-intr .sub-box, *html #ContactBox ul, *html .company-history .line, *html .company-history dl, *html .company-access .box, *html .facility-list .boxA, *html .facility-list ul, *html .facility-list .boxC, *html .facility-list .boxE, *html .facility-list .boxF {
	height: 1%;
}
.home-link, .home-intr .sub-box, #ContactBox ul, .company-history .line, .company-history dl, .company-access .box, .facility-list .boxA, .facility-list ul, .facility-list .boxC, .facility-list .boxE, .facility-list .boxF {
	display: block;
}
/* End hide fromIE-mac*/
