
@charset "Shift_JIS";

/* --- タイプ1 レイアウト --- */


/* --- 全体の背景・テキスト --- */
body {
margin: 0;
padding: 0;
color: #414040; 
font-size: 90%; 
font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 
メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/* --- 全体のリンクテキスト --- */
a:link { color: #414040; }
a:hover { color: #0031ad; }
a:visited { color: #414040; }

/* --- コンテナ --- */
#container {
width: 1000px; /* コンテナの幅 */
margin: 0 auto; /* センタリング */
}

/* --- ページ --- */
#page {
width: 100%; /* ページの幅 */
margin: 0 auto; /* センタリング */
}


/* --- ▼ヘッダ内の設定開始 --- */

/* --- ヘッダ --- */
#header {
position: relative; /* 相対配置（ガイドメニューのために設定） */
width: 100%; /* IE 6のために幅の指定が必要 */
margin: 0 0 20px; /* ヘッダのマージン（上、左右、下） */
padding: 10px 0 0; /* ヘッダのパディング（上、左右、下） */

}

/* --- サイトタイトル --- */
#header h1.siteTitle,
#header p.siteTitle {
margin: 0 0 3px; /* サイトタイトルのマージン（上、左右、下） */
font-size: 400%; /* サイトタイトルの文字サイズ */
}
/* サイトタイトル内のリンク */
#header h1.siteTitle a,
#header p.siteTitle a {
text-decoration: none; /* テキストの下線（なし） */
color: #000000; /* 文字色 */
font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}
#header .image1 {
float: left;
}
/* --- キャッチフレーズ --- */
#header p.catch {
margin: 0 0 10px; /* キャッチフレーズのマージン（上、左右、下） */
}
#header p.catch strong {
font-weight: normal; /* 文字の太さ（ノーマル） */
font-size: 200%; /* サイトタイトルの文字サイズ */
font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}

/* --- ガイドメニュー --- */
#header ul.guide {
position: absolute; /* 絶対配置 */
top: 25px; /* 上からの距離 */
right: 10px; /* 右からの距離 */
margin: 0;
padding: 0;
list-style-type: none;
font-size: 120%

}
/* メニュー項目 */
#header ul.guide li {
display: inline;
padding: 0 4px 0 8px; /* 項目のパディング（上右下左） */
text-decoration: none; /* テキストの下線（なし） */
}
/* 最初の項目 */
#header ul.guide li.first {
background: none; /* 区切り線なし */
text-decoration: none; /* テキストの下線（なし） */
}

/* --- オープニングエリア（トップページ） --- */
#header div.opening {
margin-bottom: 2px; /* オープニングエリアの下マージン */
}
/* オープニングエリア内の見出し */
#header div.opening h2 {
margin: 0;
}

/* --- ヘッダメニュー --- */

/* メニュー項目 */

#dropmenu {
  list-style-type: none;
  width: 100%;
  margin: 30px auto 70px;
  padding: 0;
}
#dropmenu li {
  position: relative;
  width: 16.66%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#dropmenu li a {
  display: block;
  margin: 0;
  padding: 15px 2px;
  font-weight:bold;
  text-decoration: none;
  border-left: 0.25px #cccccc solid; 
}
#dropmenu li ul {
  list-style: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
#dropmenu li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .2s;
}
/* 最後のリンクエリア */
#dropmenu .last {
  border-right: 0.25px #cccccc solid;
 }

#dropmenu li ul li a {
  padding: 13px 15px;
  background: #87CEEB;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  border: none;
  font-size: 75%;
}
#dropmenu > li:hover > a {
  background: #87CEEB; 
  color: white;
}
#dropmenu > li:hover li:hover > a {  background: #E0FFFF; 
color: black;
}
#dropmenu li:hover > ul > li {
  overflow: visible;
  height: 38px;
}



/* --- トピックパス（下層ページ） --- */
#header ol.topicPath {
margin: 0;
padding: 7px 2px; /* トピックパスのパディング（上下、左右） */
border-bottom: 1px #c0c0c0 solid; /* トピックパスの下境界線 */
list-style-type: none;
}
/* リスト項目 */
#header ol.topicPath li {
display: inline;
}
/* リンクエリア */
#header ol.topicPath li a {
padding-right: 12px; /* リンクエリアの右パディング */
background: url(../image/topic_path.gif) no-repeat right; /* リンクエリアの背景（区切り記号） */
}

/* --- 罫線 --- */
#header hr.none {
display: none; /* 表示形式（なし） */
}

/* --- ▲ヘッダ内の設定終了 --- */


/* --- ▼コンテンツ内の設定開始 --- */

/* --- コンテンツ --- */
#content {
width: 100%; /* コンテンツの幅 */
margin-bottom: 10px; /* コンテンツの下マージン */
}


/* --- ▼メインカラム内の設定開始 --- */

/* --- メインカラム --- */
#main {
float: right;
width: 80%; /* メインカラムの幅 */
}

/* --- ページタイトル（下層ページ） --- */
#main h1.pageTitle {
margin: 0 0 15px 20px; /* ページタイトルのマージン（上右下左） */
padding: 8px 10px; /* ページタイトルのパディング（上下、左右） */
border-bottom: 1.5px #87CEEB solid;  /* 見出しの境界線 */
font-size: 160%; /* ページタイトルの文字サイズ */
}

/* --- セクション（共通設定） --- */
#main div.section {
margin: 0 0 2em 20px; /* セクションのマージン（上右下左） */
}
#main .image1 {
float: right;
margin: 8px 0 0 0; /* マージン（上右下左） */
}
#main .image2 {
float: right;
margin: 8px 0 0 0; /* マージン（上右下左） */
}

/* --- 標準セクション --- */
/* 見出し */
#main div.normal h2 {
margin: 0 0 0 15px; /* 見出しのマージン（上右下左） */
padding: 5px 8px; /* 見出しのパディング（上下、左右） */
font-size: 130%; /* 見出しの文字サイズ */
border-bottom: 1px #B0E0E6 solid;  /* 見出しの境界線 */
}

/* 見出し */
#main div.normal h3 {
margin: 5px 0 0 15px; /* 見出しのマージン（上右下左） */
padding: 5px 8px; /* 見出しのパディング（上下、左右） */
color: #00a1e9 ;
font-size: 120%; /* 見出しの文字サイズ */}

/* 段落 */
#main div.normal p {
margin: 10px 25px 25px 2em; /* 段落のマージン（上、左右、下） */
line-height: 160%; /* 行の高さ */
font-size: 90%;
letter-spacing: 1px;
}

#main .pname1 {
font-size: 90%; /* 見出しの文字サイズ */
}
#main .punt1 {
font-size: 100%; /* 文字サイズ */
font-weight: bold; /*文字の太さ*/
border-bottom: solid 3px #e3f0f2;
letter-spacing: 0.1em;
}

.square_btn{
position: relative;
display: inline-block;
font-weight: bold;
margin:0px 5px 2px 5px;
padding: 0.2em 0.2em 0 0.2em;
text-decoration: none;
background: #ECECEC;
transition: .4s;
font-size:80%;
}
.square_btn:hover {
background: #00bcd4;
color: white;

} 
#main table.type04 {
margin:10px 0 10px 30px; 
width: 90%;
border-collapse: separate;
border-spacing: 1px;
text-align: left;
font-size:90%;
padding-left: 20px;
}
#main table.type04 th {
width: 20%;
padding: 10px;
vertical-align: top;
border-bottom: 1px solid #ccc;

}
#main table.type04 td {
width: 80%;
padding: 10px;
vertical-align: top;
border-bottom: 1px solid #ccc;

}


/* --- 新着情報（トップページ） --- */
/* 見出し */
#main div.update h2 {
margin: 0 0 15px 0px; /* ページタイトルのマージン（上右下左） */
padding: 8px 10px; /* ページタイトルのパディング（上下、左右） */
border-bottom: 1.5px #87CEEB solid;  /* 見出しの境界線 */
font-size: 160%; /* ページタイトルの文字サイズ */
}
#main div.update dl {
width: 95%; 
margin: 0 auto; 
}
/* 日付エリア */
#main div.update dt {
width: 6.7em; /* 日付エリアの幅 */
float: left;
padding: 7px 0 0 5px; /* 日付エリアのパディング（上右下左） */
line-height: 120%; /* 行の高さ */
}
/* 本文エリア */
#main div.update dd {
margin: 0 0 6px 0;
padding: 7px 0 6px 7.1em; /* 本文エリアのパディング（上右下左） */
border-bottom: 1px #c0c0c0 dotted; /* 本文エリア下境界線 */
line-height: 130%; /* 行の高さ */
}

#main div.update .past {
text-align: right
}




/* --- ▲メインカラム内の設定終了 --- */


/* --- ▼サイドバー内の設定開始 --- */

/* --- サイドバー --- */
#nav {
float: right;
width: 20%; /* サイドバーの幅 */
}			

/* --- セクション（共通設定） --- */
#nav div.section {
margin-bottom: 10px; /* セクションの下マージン */
}
/* 見出し */
#nav div.section h2 {
padding: 10px 10px 2px 10px; /* 見出しのパディング（上下、左右） */
font-size: 150%; /* 見出しの文字サイズ */
}
/* 段落 */
#nav div.section p {
margin: 0 10px 0.7em; /* 段落のマージン（上、左右、下） */
line-height: 130%; /* 行の高さ */
}

/* --- サブメニュー --- */
/* サブメニュー内の見出し */
#nav div.subMenu h2 {
margin: 0; /* 見出しのマージン（上書き） */
border-bottom: 1px #800000 solid;  /* 見出しの境界線 */
}
/* メニューエリア */
#nav div.subMenu ul.nl {
margin: 0;
padding: 0;
list-style-type: none;
}
/* メニュー項目 */
#nav div.subMenu ul.nl li {
border-bottom: 1px #c0c0c0 solid; /* 項目の下境界線 */
font-weight: bold;
}

/* リンクエリア */
#nav div.subMenu ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 9px 10px; /* リンクエリアのパディング（上下、左右） */
text-decoration: none; /* テキストの下線（なし） */
font-size: 85%;
}
/* ポイント時の設定 */
#nav div.subMenu ul.nl li a:hover {
background-color: #f0ffff; /* ポイント時の背景色 */
text-decoration: none; /* テキストの下線（あり） */
color: #393d42;
}
#nav div.subMenu .menu1 {
margin: 0 0 0 20px; /* マージン */
}
#nav .banner {
float: left;
list-style-type: none;
margin: 0px;
padding: 30px 10px 0px 10px;
}
#nav .banner img {
width: 100%;
}
/* --- ▲サイドバー内の設定終了 --- */


/* --- 罫線 --- */
#content hr.clear {
clear: right; /* 右フロートのクリア */
width: 100%;
margin: 0;
visibility: hidden; /* 非表示 */
}
.returntop {
text-align: right;
}
.returntop a {
text-decoration: none; 
}
/* --- ▲コンテンツ内の設定終了 --- */


/* --- ▼フッタ内の設定開始 --- */

/* --- フッタ --- */
#footer {
padding: 15px 0 20px; /* フッタのパディング（上、左右、下） */
border-top: 1px #c0c0c0 solid; /* フッタの上境界線 */
}
#footer a {
text-decoration: none;
}
/* --- フッタメニュー --- */
#footer ul.nl {
margin: 0 0 10px; /* フッタメニューのマージン（上、左右、下） */
padding: 0;
list-style-type: none;
text-align: center;
}
/* --- メニュー項目 --- */
#footer ul.nl li {
padding: 0 4px 0 8px; /* 項目のパディング（上右下左） */
display: inline;
}
/* 最初の項目 */
#footer ul.nl li.first {
background-image: none; /* 区切り線なし */
}
/* ガイドメニュー */
#footer ul.guide {
margin: 0 0 15px; /* ガイドメニューのマージン（上書き） */
}

/* --- アドレス・コピーライト --- */
#footer address {
font-style: normal;
text-align: center;
line-height: 140%; /* 行の高さ */
}

/* --- ▲フッタ内の設定終了 --- */


/* --- ▼その他の設定開始 --- */

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

span.new{
  display: inline-block;
  background: red;
  color:white;
  border-radius: 3px;
}
span.new::after{
  content: "NEW";
  padding: 2px 5px;
  font-size: .8em;
}
/* --- ▲その他の設定終了 --- */