﻿@charset "UTF-8";

/*============================================================
 紺青#0e1b3f インディゴ#21428B  深藍#334666群青#4B64A1 青金色#717FA5　銀藍#B7C1D2
============================================================*/

/*============================================================
  全体 
============================================================*/
/*---- 見出し ----*/

.headLine1 {
    background: #0e1b3f;
    margin:30px 0;
}
.headLine2 {
    color:#0e1b3f;
    border-left: #4B64A1 5px solid;
    border-bottom: none;
    margin:30px 0 15px;
}
@media screen and (max-width: 768px){
.headLine1{    margin:20px 0;}
.headLine2 {    margin:20px 0 15px;}
}
.headLine3 {
  border-bottom: #0e1b3f 1px dashed;
}

/*---- テーブル ----*/
table th {
    text-align: left;
    background: #B7C1D2;
}
table th, table td {
    border: 1px solid #717FA5;
}
.noBorder td{
  text-align: center;
  padding: 8px;
}

/*---- dlリスト ----*/
#contents>dl {
	margin:10px;
	overflow:hidden;
}
#contents>dl dt,#contents>dl dd{
	margin-top: 10px;
	
}
#contents>dl dt {
	font-weight: bold;
	float:left;
	padding-left:none;
}
#contents>dl dd  {
	padding-left: 100px;
}

/*============================================================
ヘッダー
============================================================*/
.gHeader_inner .gHeader_tel {
    background: #0e1b3f;
}
.gHeader_inner .gHeader_tel dd {
    border: 2px #0e1b3f solid;
}
.gHeader_inner .gHeader_tel dd p {
    color: #0e1b3f;
}
/*---- グローバルナビ ----*/
nav {
  background: #0e1b3f;
}
@media screen and (max-width: 627px) {
  .nav {
    background:#0e1b3f;
  }
}
.nav > li > a:hover, .nav > li > a.active {
    background: #334666;
}
.nav li li a {
    background: #334666;
}
.nav li li a:hover,.nav li li a:active {
    background: #4B64A1;
}
.toggleMenu {
    background: #0e1b3f;
}
/*============================================================
  トップページ
============================================================*/
/*---- メインビジュアル ----*/
/*---- 新着情報 ----*/
#news {
  border-left:2px solid #0e1b3f;
}
/*---- 新着情報一覧 ----*/

/*============================================================
フッター
============================================================*/
.gFooter {
    background: #0e1b3f;
}
.gFooter_copyright {
  background:#0e1b3f;
}
/*============================================================
新着情報
============================================================*/
.pager_item a {
    background: #0e1b3f;
}
.pager_item-active a {
    background: #0e1b3f;
    color: #fff;
}