@charset "utf-8";

/* 基本要素 */
body {
  margin: 0;
  padding: 0;
  color: #666;
  background-color: #FFF;
  font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: bottom;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/* リンク（全般） */
a {
	color: #666;
}
a:hover {
	color: #182659;
	text-decoration: none;
}
a img { transition: opacity 0.2s linear; }
a:hover img { opacity: 0.7; }

/* コンテナ */
#container {
	width: 947px;
	margin: 0px auto;
	background: #FFF;
	border-top: 5px solid #182659;
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
}

/* ヘッダー */
header {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

/* ヘッダーh1タグ */
header h1 {
    float: left;
    margin: 15px 0 10px 15px;
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
	color: #999;
}

/* ロゴ */
header #logo {
    clear: both;
    float: left;
    margin: 0 15px 10px 15px;
}

header #tel {
  	position: absolute;
	left: 620px;
	top: 4px;
}


/* ナビゲーション*/
#global_navi {
  width: 947px;
  clear: both;
  overflow: hidden;
  margin: 0 auto;
}
/*メニューの設定*/
nav#global_navi ul li {
	float: left;
	width: 157px;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
}
nav#global_navi ul li a {
	height: 46px;
	padding-top: 12px;
	line-height: 1.4;
	text-decoration: none;
	display: block;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;	/
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e5e5e5));
	background-image: -webkit-linear-gradient(#fff, #e5e5e5);
	background-image: linear-gradient(#fff, #e5e5e5);
}
/*最初のメニューの設定*/
nav#global_navi ul li:first-child {
	border-left: none;
}
/*マウスオン時と、current(表示中のメニュー)の設定*/
nav#global_navi ul li a:hover,
nav#global_navi ul li#current a {
	background: #e7e9ee url(../images/menu_on.png) no-repeat left center;
}
/*英語表記の設定*/
nav#global_navi ul li a span {
	font-size: 9px;
	display: block;
	font-weight: normal;
	color: #182659;
}

/* メインビジュアル */
#main_visual {
	clear: left;
	width: 100%;
	height: auto;
    margin-bottom: 15px;
	position: relative;
}

/* コンテンツ全体 */
#wrapper {
  clear: left;
  width: 920px;
  margin: 0px auto;
  overflow: hidden;
}

/* メイン部分 */
#main {
  width: 660px;
  float: left;
  padding-bottom: 20px;
}

#main h1 {
	background-color: #101a42;
	background: url(../images/midashi_bg1.png) no-repeat left center, -webkit-gradient(linear, left top, left bottom, from(#2b3e72), to(#101a42));
	background: url(../images/midashi_bg1.png) no-repeat left center, -webkit-linear-gradient(#2b3e72, #101a42);
	background: url(../images/midashi_bg1.png) no-repeat left center, linear-gradient(#2b3e72, #101a42);
	-webkit-box-shadow: 1px 2px 5px #CCC;
	box-shadow: 1px 2px 5px #CCC;
	font-size: 100%;
	color: #FFF;
	padding: 7px 15px 7px 30px;
	border-radius: 4px;
	clear: both;
}

#main h2 {
    padding-bottom: 15px;
	margin-bottom: 15px;
	background-color: #101a42;
	background: url(../images/midashi_bg1.png) no-repeat left center, -webkit-gradient(linear, left top, left bottom, from(#2b3e72), to(#101a42));
	background: url(../images/midashi_bg1.png) no-repeat left center, -webkit-linear-gradient(#2b3e72, #101a42);
	background: url(../images/midashi_bg1.png) no-repeat left center, linear-gradient(#2b3e72, #101a42);
	-webkit-box-shadow: 1px 2px 5px #CCC;
	box-shadow: 1px 2px 5px #CCC;
	font-size: 100%;
	color: #FFF;
	padding: 7px 15px 7px 30px;
	border-radius: 4px;
	clear: both;
}

#main h3 {
    margin-bottom: 20px;
	background-color: #FFF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f4f4f4));
	background-image: -webkit-linear-gradient(#FFF, #e8e8e8);
	background-image: linear-gradient(#FFF, #e8e8e8);
	-webkit-box-shadow: 1px 2px 5px #e2e2e2;
	box-shadow: 1px 2px 5px #e2e2e2;
	font-size: 100%;
	padding: 5px 15px;
	border-radius: 4px;
	clear: both;
	border: 1px solid #CCC;
}

#main p {
	padding: 0 35px 1.5em;
}

/* サイドバー */
#sidebar {
  width: 240px;
  float: right;
}
#side_banner { margin-top: 0; }
#side_banner h2 {
  background-color: #716961;
  color: #fff;
  padding: 7px;
  font-size: 14px;
  text-align: center;
}
#side_banner ul {
  list-style: none;
  padding: 0 10px;
}
#side_banner ul li { margin-bottom: 20px; }

/* フッター */
footer {
  background-color: #182659;
  text-align: center;
}
footer #footer_nav {
  background-color: #efefef;
  padding: 10px 0;
}
footer #footer_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer #footer_nav li {
  display: inline;
  border-left: solid 1px #aaa;
  margin-left: 8px;
  padding-left: 8px;
  font-size: smaller;
}
footer #footer_nav li:last-child {
  border-right: solid 1px #aaa;
  padding: 0 8px;
}
footer small {
  display: block;
  padding: 8px 0px;
  color: #fff;
}

/* パンくずリスト */
#breadcrumb { font-size: smaller; }
#breadcrumb ol {
  list-style: none;
  margin: 10px 0 5px 30px;
  padding: 0;
}
#breadcrumb ol li { display: inline; }
#breadcrumb ol li::after {
  content: ">";
  padding-left: 7px;
}
#breadcrumb ol li:last-child::after { content: none;
}

/* ホーム「お知らせ」 */
/* ブロック全体の設定 */
#news{
	margin-bottom: 5px;
}
#news dl{
	overflow: auto;
	height: 225px;
	padding-left: 15px;
}
/* 日付設定 */
#news dt {
	font-weight: bold;
	float: left;
	width: 8em;
}
/* 記事設定 */
#news dd {
	border-bottom: 1px solid #d2d2d2;
	padding-left: 8em;
}
#news dd img {
	vertical-align: middle;
}

/* テーブル１ */
.ta1 {
	width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCC;
	line-height: 2;
}
/* テーブル内の右側 */
.ta1 td{
	padding: 10px;
    line-height: normal
}
/* テーブル内の左側 */
.ta1 th{
	width: 180px;
	padding: 10px;
	text-align: center;
	background-color: #e2e2e3;
}
/* テーブル１行目に入った見出し部分 */
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	color: #FFF;
	background-color: #333;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(#333));
	background-image: -webkit-linear-gradient(#4b4b4b, #333);
	background-image: linear-gradient(#4b4b4b, #333);
}
/* テーブルのキャプション設定 */
.ta1 caption{
	padding: 10px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	text-align: left;
	background-color: #e9ddae;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efe6c5), to(#e9ddae));
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);
	background-image: linear-gradient(#efe6c5, #e9ddae);
	font-weight: bold;
}
/* ボタンの設定 */
input[type="submit"],
input[type="button"],
input[type="reset"] {
	width: 250px;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 30px;
	background-color: #e5e5e5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));
	background-image: -webkit-linear-gradient(#FFF, #e5e5e5);
	background-image: linear-gradient(#FFF, #e5e5e5);
	-webkit-box-shadow: 1px 2px 7px #ccc;
	box-shadow: 1px 2px 7px #ccc;
	font-size: 16px;
	letter-spacing: 0.1em;
	border: 1px solid #999;
}
/* ボタンのマウスオン時の設定 */
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background-color: #FFF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#FFF));
	background-image: -webkit-linear-gradient(#e5e5e5, #FFF);
	background-image: linear-gradient(#e5e5e5, #FFF);
}

/* テーブル２ */
.ta2 {
	width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.ta2, .ta2 td, .ta2 th{
	border: 1px solid #CCC;
	line-height: 2;
}
/* テーブル内の右側 */
.ta2 td{
	padding: 10px;
    line-height: normal
}
/* テーブル内の左側 */
.ta2 th{
	width: 10px;
	padding: 10px;
	text-align: center;
	background-color: #e2e2e3;
}
/* テーブル１行目に入った見出し部分 */
.ta2 th.tamidashi{
	width: auto;
	text-align: left;
	color: #FFF;
	background-color: #333;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(#333));
	background-image: -webkit-linear-gradient(#4b4b4b, #333);
	background-image: linear-gradient(#4b4b4b, #333);
}
/* テーブルのキャプション設定 */
.ta2 caption{
	padding: 10px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	text-align: left;
	background-color: #e9ddae;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efe6c5), to(#e9ddae));
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);
	background-image: linear-gradient(#efe6c5, #e9ddae);
	font-weight: bold;
}
/* ボタンの設定 */
input[type="submit"],
input[type="button"],
input[type="reset"] {
	width: 200px;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 30px;
	background-color: #e5e5e5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));
	background-image: -webkit-linear-gradient(#FFF, #e5e5e5);
	background-image: linear-gradient(#FFF, #e5e5e5);
	-webkit-box-shadow: 1px 2px 7px #ccc;
	box-shadow: 1px 2px 7px #ccc;
	font-size: 16px;
	letter-spacing: 0.1em;
	border: 1px solid #999;
}
/* ボタンのマウスオン時の設定 */
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background-color: #FFF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#FFF));
	background-image: -webkit-linear-gradient(#e5e5e5, #FFF);
	background-image: linear-gradient(#e5e5e5, #FFF);
}

/* 事業案内 */
#business ul li {
  width: 60%;
  margin-left: auto;
  margin-right: auto
}
#business ul li:last-child {
  margin-bottom: 15px;
}

/* プライバシーポリシー */
#policy {
  line-height: normal
}
#policy dt {
  width: 90%;
  margin: 0 0 0 40px;
}
#policy dd {
  width: 85%;
  margin: 0 0 0 4em;
}
#policy ul li {
  width: 90%;
  margin: 0 0 0 2em;
}

/* その他 */

/* メディアクエリー */
@media screen and (max-width : 767px){

  /* 基本要素 */
  img {
    max-width: 100%;
  }
  /* Layout */
  header{
    height: auto;
    text-align: center;
  }
  #global_navi,
  #sidebar,
  #wrapper{
    width: 100%;
  }

  /* ヘッダー */
  header h1 {
    display: none;
  }
  header #logo img {
	width: 100%;
	height: auto;
	margin: 10px auto 0 auto;
  }
  header #tel {
    display: none;
  }

  /* ナビゲーション */
nav#global_navi {
	border-bottom: 1px solid #d2d2d2;
	overflow: hidden;
}
/* メニュー１個ごとの設定 */
nav#global_navi ul li {
	width: 50%;
	border-bottom: none;
	border-left: none;
}
/* 奇数番目のメニューの設定 */
nav#global_navi ul li:nth-child(odd) {
	border-right: 1px solid #d2d2d2;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* コンテナー */
#container {
	width: auto;
	border-right: none;
	border-bottom: none;
	border-left: none;
  }
/* メイン部分 */
  #main {
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
  }
  #main figure {
    text-align: center;
  }
/* トップページパーツ */
  #main_visual {
    width: 100%;
    height: auto;
  }
  #point figure {
    float: none;
    margin: 0 0 11px 0;
  }
#main p {
    line-height: normal;
	padding: 0 3px 1em;
}
/* トップページ お知らせ */
/* ブロック全体の設定 */
#news dl {
	height: auto;
	margin: 5px 5px 0px;
}
/* 日付設定 */
#news dt {
	float: none;
	width: auto;
}
/* 記事設定 */
#news dd {
	padding-left: 0;
}

/* テーブル１ */
.ta1 {
	width: 100%;
}
/* テーブル内の右側 */
.ta1 td{
	width: auto;
	padding: 2px;
}
/* テーブル内の左側の見出し部分 */
.ta1 th{
	width: 75px;
	padding: 2px;
}

/* 事業案内 */
#business ul li {
  width: 97%;
  margin-left: auto;
  margin-right: auto
}

/* お問い合わせ */
#detail {
	width: 100%;
  }
  
/* プライバシーポリシー */
#policy dt {
  clear: both
  width: 100%;
}
#policy dd {
  clear: both
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#policy ul li {
  clear: both
  margin: 0 auto;
}

  /* サイドバー */
  #side_banner ul li {
    text-align: center;
    margin: 11px auto;
  }
}