@charset "utf-8";
html { overflow-y: scroll; 	font-size: 62.5%; /*初期値16pxの62.5%でルートが10px*/}

h1,h2,h3,h4 {
    margin: 0 0 0 0;
}
p {
    margin: 0 0 0.5em 0;
}
dl,
menu,
ol,
ul,
dd {
    margin: 0 0 1em 0;
}
menu,
ol,
ul {
    padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
	outline: none !important;
}
img {
	vertical-align: bottom;
}
li {
	list-style: none;
}
strong {
	font-weight: normal;
}
a:link {
	color: #1a2260;
}
a:visited {
	color: #1a2260;
}
a:hover {
	color: #1a2260;
	text-decoration: none;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	opacity:0.7;
	zoom:1;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:active {
	color: #1a2260;
}

/* =============================================================================
   基本レイアウト
   ========================================================================== */
body {
	font: 1.4rem/1.8 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	text-align: left;
	color: #333;
}

#Wrap {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden; 
}

div.products {
	padding-top: 20px; 
}
/* =============================================================================
   Header
   ========================================================================== */
header {
	min-height: 120px;
	border-top: 10px solid #191f61;
	position: relative;
}

header:after {
	content: "";
	width: 100%;
	height: 5px;
	background-color: #191f61;
    position: absolute;
    top: -5px;
    right: 0;
    z-index: 10;
}

header div {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

header div h1 {
	padding: 30px 0;
}

header div ul {
	width: 500px;
	position: absolute;
	top: -2px;
	right: 0;
}

header div ul li {
	display: inline-block;
}

header div ul li a {
	text-align: center;
	font-size: 1.6rem;
	padding: 10px 20px;
	display: inline-block;
	color: #fff;
	font-weight: bold;
}

header div ul li:nth-child(1) {
	width: 240px;
	margin-bottom: 10px;
	margin-right: 10px;
	background-color: #5aceef;
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	-ms-transform: skew(-20deg);
	box-shadow: 2px 2px #3c899f; 
}

header div ul li:hover {
	text-decoration: none;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	opacity:0.7;
	zoom:1;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

header div ul li:nth-child(1) a {
	padding: 5px 20px;
	display: block;
	color: #fff;
	font-weight: bold;
}

header div ul li:nth-child(2) {
	width: 240px;
	margin-bottom: 10px;
	background-color: #f8b500;
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	-ms-transform: skew(-20deg);
	box-shadow: 2px 2px #a57902; 
}

header div ul li:nth-child(2) a {
	padding: 5px 20px;
	display: block;
	color: #fff;
	font-weight: bold;
}

header div ul li:nth-child(3) a,
header div ul li:nth-child(4) a {
	padding: 10px 10px;
}

header div ul li img {
	vertical-align: middle;
}

.keyimage {
	width: 100%;
	height: 440px;
	background: #b3d0f1 url(../images/top/keyimages2.png) no-repeat center center;
	text-align: center;
}

.underKeyimage {
	margin-bottom: 30px;
	border-top: 2px solid #fff;
}

.underKeyimage h2 {
	padding-top: 60px;
	display: inline-block;
	text-align: center;
	letter-spacing: 0.4rem;
	text-indent: 0.4rem;
	font-size: 4rem;
	font-weight: bold;
	color: #fff;
	position: relative;
}

.underKeyimage h2.customers {
	padding-top: 50px;
	line-height: 5rem;
}

.underKeyimage h2:after {
	content: "";
	width: 60%;
	height: 5px;
	position: absolute;
	bottom: -5px;
	left: 20%;
	background-color: #fff;
}

.underKeyimage h2.customers:after {
	bottom: -10px;
}

nav {
	padding: 10px;
	background-color: #eeeff4;
}

nav ul {
	width: 1000px;
	margin: 0 auto;
	text-align: center; 
	font-size: 0;
	line-height: 0;
}

nav ul li {
	padding: 10px 50px;
	display: inline-block;
	font-size: 1.6rem;
	line-height: 1;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-indent:0.2em;
	border-right: 1px dotted #191f61;
}

nav ul li:nth-child(1) {
	border-left: 1px dotted #191f61;
}

nav ul li a:link {color: #333333;}
nav ul li a:visited {color: #333333;}
nav ul li a:hover {color: #333333;}
nav ul li a:active {color: #333333;}

nav ul li.selected a {
	padding-bottom: 5px;
	color: #1a2260;
	border-bottom: 4px solid #f8b500;
}

/* =============================================================================
   Main
   ========================================================================== */
#TopMain {
	margin-bottom: 100px;
}

#Main {
	width: 740px;
	margin-bottom: 100px;
	float: right;
}

.breadcrumbs {
	line-height: 1;
	margin: 5px 0 20px;

}
.breadcrumbs a.home {
	padding-left: 20px;
	background: url(../images/global/iconHome.png) no-repeat 0 0;
}
.products #Main h2 {
	margin-bottom: 10px;
} 

#Main h2 {
	margin-bottom: 35px;
	padding: 0 0 5px 10px;
	color: #191f61;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.2rem;
	background: url(../images/global/bgTtl.jpg) no-repeat 0 bottom;
}

.btnContact {
	position: relative;
}

.recruit .btnContact {
	margin-top: -40px;
	position: relative;
}

.btnContact a {
	position: absolute;
	left: 435px;
	bottom: 20px; 
}

/* =============================================================================
   Side
   ========================================================================== */
#Side {
	width: 240px;
	margin-bottom: 100px;
	float: left;
}

#Side a:link {
	color: #156e98;
}
#Side a:visited {
	color: #156e98;
}
#Side a:hover {
	color: #156e98;
}
#Side a:active {
	color: #156e98;
}

#Side section {
	margin-bottom: 15px;
	padding-top: 10px; 
	padding-bottom: 10px;
	background-color: #156e98;
	border-radius: 5px;
	color: #fff;
}

#Side section h2 {
	padding: 0 0 0 70px;
	font-size: 2rem;
	font-weight: bold;
} 

#Side section ul {
	margin: 10px;
	background-color: #fff;
	color: #156e98;
	border-radius: 5px;
}

#Side section ul li {
	border-bottom: 1px dashed #156e98;
}

#Side section ul li a {
	padding: 10px 0 10px 30px;
	display: block;
	background: url(../images/global/iconTriangle.png) no-repeat 10px 50%;
}

#Side section ul li:last-child {
	border-bottom: none;
}

#Side .FacilityLink h3 {
	padding: 10px 0;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	background-color: #156e98;
	border-radius: 5px 5px 0 0;
	color: #fff;
}

#Side .FacilityLink {
	margin-bottom: 15px;
}

#Side .FacilityLink li {
	border-left: 2px solid #156e98;
	border-right: 2px solid #156e98;
	border-bottom: 2px solid #156e98;
}

#Side .FacilityLink li a {
	padding: 15px 0 15px 45px;
	display: block;
	color: #156e98;
	position: relative;
}
#Side .FacilityLink li a:after {
	content: url(../images/global/bgCorner.png);
	position: absolute;
	right: 2px;
	bottom: -6px;
}

#Side .FacilityLink li:nth-child(1) a {
	background: url(../images/global/iconHospital.png) no-repeat 5px 50%;
}

#Side .FacilityLink li:nth-child(2) a {
	background: url(../images/global/iconLeisure.png) no-repeat 5px 50%;
}

#Side .FacilityLink li:nth-child(3) a {
	background: url(../images/global/iconEat.png) no-repeat 5px 50%;
}

#Side .FacilityLink li:nth-child(4) a {
	background: url(../images/global/iconFactory.png) no-repeat 5px 50%;
}

#Side .FacilityLink li:nth-child(5) a {
	background: url(../images/global/iconMaintenance.png) no-repeat 5px 50%;
}

#Side .FacilityLink li.selected {
	background-color: #E7F1FC;
}

#Side ul.bn li {
	margin-bottom: 15px;
}

/* =============================================================================
   Footer
   ========================================================================== */

footer {
	padding-top: 30px;
	background-color: #8f9296;
}

footer a:link {
	color: #fff;
}

footer a:visited {
	color: #fff;
}

footer a:hover {
	color: #fff;
}

footer a:active {
	color: #fff;
}

footer div.wrap {
	width: 1000px;
	margin: 0 auto;
	padding: 0 10px;
	color: #fff;
	overflow: hidden;
}

footer div.wrap div:nth-child(1) {
	width: 400px;
	margin-bottom: 50px;
	float: left;
}

footer div.wrap div:nth-child(1) h1 {
	margin-bottom: 40px;
}

footer div.wrap div:nth-child(1) dl dt {
	font-size: 2.4rem;
}

footer div.wrap div:nth-child(1) dl dd {
	margin-bottom: 0;
}

footer div.wrap div:nth-child(2) {
	width: 565px;
	margin-bottom: 50px;
	float: right;
}

footer div.wrap div:nth-child(2) h2 {
	margin-bottom: 20px;
	padding-left: 50px;
	background: url(../images/global/iconSiteMap.png) no-repeat 5px center;
	border-bottom: 2px solid #fff;
}

footer div.wrap div:nth-child(2) ul {
	margin: 0 8px 0 5px;
	display: inline-block;
	vertical-align: top;
}

footer div.wrap div:nth-child(2) ul li {
	font-weight: bold;
	list-style-type: square;
	list-style-position: inside;
}

footer div.wrap div:nth-child(2) ul li.none {
	list-style-type: none;
}

footer div.wrap div:nth-child(2) ul li ul li {
	padding-left: 10px;
	list-style-type: none;
}

footer div.wrap div:nth-child(2) ul li a {
	color: #fff;
	font-weight: bold;
}

footer div.wrap div:nth-child(2) ul li ul li a {
	font-weight: normal;
}

footer p {
	margin-bottom: 0;
	padding: 10px 0;
	background-color: #009d95;
	color: #fff;
	text-align: center;
	letter-spacing: 0.2rem;
	text-indent: 0.2rem;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 1.2rem;
	padding: 0;
	background-color: transparent;
}

#page-top a:link {
    background: #009D95;
    text-decoration: none;
    color: #fff;
    padding: 20px 10px;
    text-align: center;
    display: block;
    border-radius: 50px;
}

#page-top a:hover {
    text-decoration: none;
    background: #8F9296;
}