﻿@charset "utf-8";
/* CSS Document ??CSS */

/* -------------------------------------------- */
/* in-service_training
/* -------------------------------------------- */
.ist_01 {
	width: 980px;
	height: 280px;
	margin-bottom: 80px;

}

.ist_01_left {
	float: left;
	width: 430px;
	height: 280px;
	background: #fff;
}

.ist_01_right {
	float: right;
	width: 550px;
	height: 280px;
}

.ist_01 p.notice {
	font-size: 13px;
	margin-left: 5px;
}

.ist_02 {
	margin-bottom: 80px;
}

.ist_03 {
	width: 980px;
	height: 450px;
}

/* -------------------------------------------- */
/* support
/* -------------------------------------------- */
.support_01 {
	width: 980px;
	height: 250px;
	margin-bottom: 50px;
	background: black;
}

.support_02 {
	width: 980px;
	height: 280px;
	margin-bottom: 100px;
}

.support_left {
	float: left;
	width: 550px;
	height: 280px;
	background: #222c40;
}

.support_right {
	float: right;
	width: 430px;
	height: 280px;
	background: ed623d;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ed623d+0,ebe889+100 */
background: #ed623d; /* Old browsers */
background: -moz-linear-gradient(top,  #ed623d 0%, #ebe889 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed623d), color-stop(100%,#ebe889)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ed623d 0%,#ebe889 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ed623d 0%,#ebe889 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ed623d 0%,#ebe889 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ed623d 0%,#ebe889 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed623d', endColorstr='#ebe889',GradientType=0 ); /* IE6-9 */
}

.box_title h3.title {
	font-size: 16px;
	line-height: 37px;
	color: #07034E;
}

.support_right p.notice {
	font-size: 13px;
	margin-left: 5px;
	color: #07034E;
}

/* -------------------------------------------- */
/* company
/* -------------------------------------------- */
.comp_info {
	width: 980px;
	height: 450px;
}

/* -------------------------------------------- */
/* sitemap
/* -------------------------------------------- */
#sitemap_box {
/*	width: 980px;*/
	margin-top: 10px;
	margin-left: 15px;
	background: #fff;
}

#sitemap_box ul li {
	text-indent: 15px;
	line-height: 25px;
}

#sitemap_box h4 {
	width: 500px;
	height: 20px;
	margin-top:20px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #3a5169;
	color: #222c40;
	font-size: 16px;
	font-weight: bold;
	text-indent: 5px;
}

#sitemap_box .kaiso1 {
	margin-bottom: 10px;
}


#sitemap_box a {
/*	display: block;*/
	color: #3a5169;
	font-size: 14px;
	background: #fff url(../img/material/arrow.png) 15px no-repeat;
	background-position: 0px;
	padding-left: 15px;
}

#sitemap_box a:hover {
	color: #00c7fc;
	background: #fff url(../img/material/arrow_over.png) 15px no-repeat;
	background-position: 0px;
}

.nolink {
	display: block;
	color: #3a5169;
	font-size: 14px;
	padding-left: 47px;
}

.indents {
	display: block;
	color: #3a5169;
	height: 25px;
	font-size: 14px;
	margin-left: 2em;
	padding-left: 5px;
}

#sitemap_box li a:hover {
	color: #00c7fc;
}

ul.bottom {
	margin-bottom: 40px;
}


/* -------------------------------------------- */
/* inquiry
/* -------------------------------------------- */
.inquiry_left {
	float: left;
	width: 475px;
	margin-right: 30px;
}

dl.contac_address {
	font-size: 12px;
}

dl.contac_address dt {
    float:left;
    clear: left;
    width:	89px;
	height: 36px;
    padding: 10px;
	color: #222c40;
    font-weight: bold;
}

dl.contac_address dd {
	height: 36px;
    margin-left: 110px;
    padding: 10px;
}

.inquiry_right {
	float: right;
	width: 475px;
	margin-top: 20px;
}