﻿@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
body {
	color: #231815;
	font-size: 13px;
	line-height: 1.5;
	text-align: justify;
	font-family: メイリオ;
}
a {
	color: #000;
	text-decoration: none;
	transition: 0.2s;
}
a:hover,
a:hover img {
	opacity: 0.75;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: auto;
	transition: 0.2s;
}
#wrapper:after,
section:after,
ul:after,
.clearfix:after,
.contentIn:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#wrapper {
	display: table;
	width: 1020px;
	margin: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #C8C5C4;
	border-right-color: #C8C5C4;
	border-bottom-color: #C8C5C4;
	border-left-color: #C8C5C4;
}


/* ----------------------------------------------------------------------------------------------------
*  サイドバー
* --------------------------------------------------------------------------------------------------*/
#sideBar {
	display: table-cell;
	vertical-align: top;
	width: 243px;
}
#sideBar div p {
	margin-bottom: 35px;
	text-align: center;
	line-height: 2;
	font-size: 11px;
}
#sideBar div li + li {
	margin-top: 20px;
}
#sideBar div {
	padding: 28px 0 33px;
}

/* 
*  ヘッダー
* ----------------------*/
#header .logo {
	background-color: #00A0E9;
	text-align: center;
	padding: 44px 0;
	background-image:url(../../img/top/main04.jpg)
}
#header .logo span {
	display: block;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 1.5px;
	color: #fff;
	padding-bottom: 13px;
	font-family: "メイリオ";
}

/* 
*  グローバルナビゲーション
* ---------------------*/
#gNavi {
	border-top: 1px solid #918B8A;
	font-family: "メイリオ"
	font-size: 16px;
}
#gNavi > ul > li {
	cursor: pointer;
	word-wrap: break-word;
	border-bottom: 1px solid #918B8A;
	font-size: 16px;
	line-height: 0;
	vertical-align: middle;
	position: relative;
	padding: 30px 0px 20px 50px;
	font-family: "メイリオ";
}
#gNavi .trigger a {
	display: block;
}
#gNavi > ul > li:hover:before,
#gNavi .current:before {
	content: '';
	position: absolute;
	border-bottom-color: #00A0E9;
	top: 22px;
	left: 25px;
	display: block;
	width: 0;
	height: 0;
	border-left: 10px solid #00A0E9;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	padding: 0 !important;
	line-height: 1;
}
#gNavi .trigger.open:before {
	content: '';
	position: absolute;
	border: 10px solid transparent;
	border-top-color: #00A0E9;
	width: 0;
	height: 0;
	top: 23px;
	left: 15px !important;
}
#gNavi .sub_navi li {
	background-color: #00A0E9;
	font-family: "メイリオ";
	font-size: 16px;
}
.sub_navi li a {
	color: #fff;
	display: block;
	padding: 17px 50px;
	font-family: "メイリオ";
	font-size: 16px;
}


/* ----------------------------------------------------------------------------------------------------
*  メインコンテンツ
* --------------------------------------------------------------------------------------------------*/
#container {
	display: table-cell;
	vertical-align: top;
	width: 775px;
	border-left: 1px solid #21215F;
}


/* ----------------------------------------------------------------------------------------------------
*  フッター
* --------------------------------------------------------------------------------------------------*/
#footer {
	background-color: #003E8C;
	padding: 38px 15px;
	font-family: "メイリオ";
	
}
#footer .logo span {
	display: block;
	font-size: 10px;
	line-height: 1;
	letter-spacing: 1.5px;
	color: #fff;
	padding-bottom: 13px;
}
#footer p,
#footer dl {
	display: inline-block;
}
#footer p.img01 {
	margin-right: 32px;
}
#footer dl {
	margin: 0 60px 0 30px;
	color: #fff;
}
#footer dt {
	font-size: 28px;
	font-weight: bold;
}
#footer dt span {
	font-size: 11px;
	border-radius: 25px;
	border: 2px solid #fff;
	vertical-align: 5px;
	padding: 2px 8px;
	margin-right: 5px;
	font-weight: normal;
}
#footer dd {
	font-size: 11px;
}
/* ----------------------------------------------------------------------------------------------------
*  フッター002
* --------------------------------------------------------------------------------------------------*/
#wrapper002 {
	display: table;
	width: 1020px;
	margin: auto;
	float: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C8C5C4;
	border-bottom-color: #C8C5C4;
	border-left-color: #C8C5C4;
}


#footer002 {
	float: left;
	background-color: #003E8C;
	font-family: "メイリオ";
	width: 1020px;
	padding-top: 38px;
	padding-right: 15px;
	padding-bottom: 38px;
	padding-left: 150px;	
}
#footer002 .logo span {
	display: block;
	font-size: 10px;
	line-height: 1;
	letter-spacing: 1.5px;
	color: #fff;
	padding-bottom: 13px;
}
#footer002 p,
#footer002 dl {
	display: inline-block;
}
#footer002 p.img01 {
	margin-right: 32px;
}
#footer002 dl {
	margin: 0 60px 0 30px;
	color: #fff;
}
#footer002 dt {
	font-size: 28px;
	font-weight: bold;
}
#footer002 dt span {
	font-size: 11px;
	border-radius: 25px;
	border: 2px solid #fff;
	vertical-align: 5px;
	padding: 2px 8px;
	margin-right: 5px;
	font-weight: normal;
}
#footer002 dd {
	font-size: 11px;
}

/* ----------------------------------------------------------------------------------------------------
*  ボックス
* --------------------------------------------------------------------------------------------------*/
#fbox {
	width: 243px;
	float: left;
}



/* ----------------------------------------------------------------------------------------------------
*  フォント関係
* --------------------------------------------------------------------------------------------------*/

/* color
--------------------------------------------------*/
.font_bold {
	font-weight: bold !important;
}
.font_red {
	color: #f00 !important;
}

/* size
--------------------------------------------------*/
.font_size10 {
	font-size: 10px !important;
}
.font_size11 {
	font-size: 11px !important;
}
.font_size12 {
	font-size: 12px !important;
}
.font_size13 {
	font-size: 13px !important;
}
.font_size14 {
	font-size: 14px !important;
}
.font_size15 {
	font-size: 15px !important;
}
.font_size16 {
	font-size: 16px !important;
}
.font_size17 {
	font-size: 17px !important;
}
.font_size18 {
	font-size: 18px !important;
}
.font_size19 {
	font-size: 19px !important;
}
.font_size20 {
	font-size: 20px !important;
}
.font_size30 {
	font-size: 30px !important;
}
.font_size40 {
	font-size: 40px !important;
}
.font_size50 {
	font-size: 50px !important;
}

/* align, indent
--------------------------------------------------*/
.text_left {
	text-align: left !important;
}
.text_center {
	text-align: center !important;
}
.text_right {
	text-align: right !important;
}
.text_indent {
	text-indent: 1em;
	padding-left: -1em;
}

/* font-weight
--------------------------------------------------*/
.bold {
	font-weight: bold;
}


/* ----------------------------------------------------------------------------------------------------
*  その他
* --------------------------------------------------------------------------------------------------*/
.fL {
	float: left;
}
.fR {
	float: right;
}
