@charset "utf-8";

/* メニュー以下枠 */

#container_box {
	width:100%;
}

/* ヘッダー下タイトル見出し */

#midashi_box {
	width:100%;
	text-align:center;
	background-color:#1fb7de;
}

.midashi {
	width:950px;
	height:200px;
	margin:0 auto;
	padding:0;
	position: relative;
}

.midashi_moji {
	position: absolute;
	color:#FFF;
	text-align:left;
	top: 50%;
}

.midashi_moji h2 {
	font-size:36px;
	letter-spacing:0.15em;
	margin-top: -0.5em;
	margin-bottom:15px;
}

.midashi_en {
	font-size:14px;
	letter-spacing:0.15em;
}

.midashi_img {
	position:absolute;
	text-align:right;
	right:90px;
	bottom:0;
}

/* 中身枠 */

.contents {
	width:950px;
	margin:70px auto;
}

/* 会社概要 */

h3 {
	font-size:25px;
	letter-spacing:0.15em;
	color:#1fb7de;
	border-bottom:3px solid #1fb7de;
	padding-bottom:10px;
	margin-bottom:70px;
}

h4 {
	font-size:16px;
	letter-spacing:0.2em;
	border-left:8px solid #999999;
	border-bottom:1px dashed #999999;
	padding:12px 0 8px 20px;
	background-color:#f9f8f7;
	margin-bottom:35px;
}

.gaiyou {
	margin-bottom:70px;
}

.gaiyou ul li {
	padding-bottom:60px;
}

.moji {
	padding-left:28px;
	letter-spacing:0.15em;
}

/* アクセス */

.access {
	margin-bottom:150px;
}

.access_map {
}