@charset "Shift_JIS";
@media screen and (max-width: 979px){

/* ------ 全体設定 ------ */
body {
 font-family: 'Rounded Mplus 1c','sans-serif';
 font-size: 62.5%;
 background-color: #f0f0f0;
}


/* ------------ テキスト設定 ------------ */
/* --- リンクテキスト --- */
a:link { color: #0000ff; }
a:visited { color: #000090; }
a:hover { color: #ff0000; }
a:active { color: #ff0000; }

/* --- テキスト --- */
p {
margin: 4px 1.2rem;
font-size: 1.4rem;
}

pc {
margin: 4px 1.2rem;
font-size: 1.1rem;
}


/* --- 画像周囲に罫線表示 --- */
img {
border: 1px #808080 solid;
}


/* ------------ ページ設定 ------------ */
/* --- ページ全体幅 --- */
#container {
width: 750px;
margin: 0 auto;
border: 1px #c0c0c0 solid;
}

/* --- ヘッダー --- */
#header {
padding: 10px 0 10px 10px;
background-color: #ffffff;
}

/* --- コンテンツ --- */
#content {
padding: 0 5px;
background-color: #ffffff;
}

/* --- フッター --- */
#footer {
clear: left;
padding: 20px 0 40px 10px;
border-top: 1px #c0c0c0 solid;
background-color: #deefff;
}


/* ------------ ヘッダー ------------ */
/* --- メニュー --- */
div.headerNav {
font-size: 1.2rem;
line-height: 2.4rem;
}

/* --- メニューエリア --- */
div.headerNav ul.nl {
margin: 0px ;
padding: 0;
list-style-type: none;
text-align: right;
}

/* --- メニュー項目 --- */
div.headerNav ul.nl li {
margin: 0 5px;
display: list-item;
}

/* --- リンク --- */
div.headerNav ul.nl li a {
text-decoration: none;
}

/* ------ タイトル ------ */
div.title {
margin-bottom: 0;
padding: 2px 0px 0px ; /* 見出しエリアのパディング（上下、左右） */
}

/* --- タイトル --- */
div.title h2 {
margin: 10px 0px 0;
padding: 4px 0 0 10px;
font-size: 2.2rem;
font-weight: 400;
line-height: 2.4rem;
letter-spacing: 0.4rem;
}

/* --- ひとこと --- */
div.title h6 {
margin: 0px;
padding: 4px 0px 0px 10px;
font-size: 1.2rem;
font-weight: 400;
line-height: 1.4rem;
letter-spacing: 0.2rem;
}


/* ------------ コンテンツ ------------ */
/* ------ スライドショー ------ */
#slideshow {
   position: relative;
   width:  100%;
   left: 0px;
   height: 350px;
   background-color: #ffffff;
}

#slideshow p {
   position: absolute;
   top:  0;
   z-index: 8;
   opacity: 0.0;
   margin: 0;
   background-color: #ffffff;
   height: 350px;
}

#slideshow p.active {
   z-index: 10;
   opacity: 1.0;
}

#slideshow p.last-active {
   z-index: 9;
}

#slideshow p img {
   width:  100%;
   height: 300px;
   display: block;
   border: 0;
   margin-bottom: 10px;
}

/* ------ 見出し ------ */
div.heading {
margin: 1rem 0 0.5rem;
padding: 2px 0 0 ; /* 見出しエリアのパディング（上下、左右） */
border-bottom: 1px #c0c0c0 solid; /* 見出しエリアの下境界線 */
}

/* --- タイトル --- */
div.heading h2 {
margin: 0px;
padding: 4px 4px 0px 10px;
border-left:10px #ff0000 solid;
font-size: 2rem;
font-weight: 700;
line-height: 2.6rem;
}

/* --- 形式 --- */
div.heading h3 {
margin: 0px;
padding: 4px 4px 0px 10px;
border-left: 6px #191970 solid;
font-size: 1.6rem;
font-weight: 700;
line-height: 2.2rem;
}

/* --- 細目 --- */
div.heading h4 {
margin: 0px;
padding: 4px 4px 0px 10px;
border-left: 6px #4169e1 solid;
font-size: 1.4rem;
font-weight: 500;
line-height: 2rem;
}

/* --- 過去形式 --- */
div.heading h5 {
margin: 0px;
padding: 4px 4px 0px 10px;
border-left: 6px #696969 solid;
font-size: 1.6rem;
font-weight: 700;
line-height: 2.2rem;
}

/* --- 過去細目 --- */
div.heading h6 {
margin: 0px;
padding: 4px 4px 0px 10px;
border-left: 6px #A9A9A9 solid;
font-size: 1.4rem;
font-weight: 500;
line-height: 2rem;
}

/* ------ 形式選択メニュー ------ */
/* --- 全体設定 --- */
ul.thumbnail {
width: 95%;
margin: 0;
padding: 10px 0 0;
list-style-type: none;
text-decoration: none;
}

/* --- リスト項目 --- */
ul.thumbnail li {
width: 50%;
float: left;
}

/* --- 項目内容 --- */
ul.thumbnail dl {
width: 50%;
margin: 0 20px;
font-size: 1.2rem;
}

/* --- 写真エリア --- */
ul.thumbnail dt {
margin-bottom: 5px;
}
ul.thumbnail dt img {
border: 1px #808080 solid;
}

/* --- キャプションエリア --- */
ul.thumbnail dd {
margin: 0 0 3px;
height: 3rem;
line-height: 1.2rem;
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}


/* ------ 編成表の備考 ------ */
div.remarks {
width: 100%;
font-size: 1.4rem;
}

/* --- 見出 --- */
div.remarks h3 {
width: 100%;
margin: 0 0 5px;
}

/* --- リスト --- */
div.remarks dl {
width: 100%;
margin: 0;
border-top: 1px #c0c0c0 dotted;
}

/* --- 題目 --- */
div.remarks dt {
width: 100%;
padding: 4px 4px;
line-height: 2rem;
font-weight: 700;
}

/* --- 本文 --- */
div.remarks dd {
margin: 0;
padding: 0 0 0 1rem;
border-bottom: 1px #c0c0c0 dotted;
line-height: 2rem;
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

/* ------------ 吹き出し ------------ */
.fukidashi {
	position: relative;
	z-index: auto;
}
.fukidashi img {
	width: 100%;
	height: 100%;
}
.fukidashi .box {
	position:absolute;
	width: 400px; /* 吹き出しの幅 */
	height: 64px; /* 吹き出しの高さ */
	top: -76px; /* 吹き出しと三角形の高さをプラスした値 */
	left: 0;
	border-radius: 10px 10px 10px 10px;
	border: 1px #808080 solid;
	background-color: #deefff;
	display: none;
}
.fukidashi .box:after { /* 三角形を作成 */
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	top: 64px; /* 吹き出しの高さと同じ値 */
	left: 12px;
	border: 16px solid transparent;
	border-top: 16px solid #808080;
}
.fukidashi .text {
	font-size: 1.2rem;
	position: absolute;
	text-align: left; 
	top: 2px;
	left: 4px;
	color: #000000;
}
.fukidashi:hover .box {
	z-index: 2;
	display: block;
}

/* ------------ メインメニュー ------------ */
/* --- 大項目ボタン --- */
.button_nl {
	display: inline-block;
	border: 1px solid #333;
	width: 100%;
	height: 120px;
	text-align: center;
	text-decoration: none;
	line-height: 7rem;
	outline: none;
	background-color: #eeeeee;
	font-size: 2rem;
}
.button_nl::before,
.button_nl::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button_nl,
.button_nl::before,
.button_nl::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* --- リンクありボタン --- */
.button {
	display: inline-block;
	border: 1px solid #333;
	width: 100%;
	height: 100px;
	text-align: center;
	text-decoration: none;
	line-height: 6rem;
	outline: none;
	background-color: #ffffff;
	font-size: 1.8rem;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button:hover {
	background-color: #deefff;
}

/* --- リンクなしボタン --- */
.button_ns {
	display: inline-block;
	border: 1px solid #333;
	width: 100%;
	height: 100px;
	text-align: center;
	text-decoration: none;
	line-height: 6rem;
	outline: none;
	background-color: #ffffff;
	font-size: 1.8rem;
}
.button_ns::before,
.button_ns::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button_ns,
.button_ns::before,
.button_ns::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


/* ------------ フッター ------------ */
/* --- メニュー --- */
div.footerNav {
font-size: 1.2rem;
line-height: 2rem;
}

/* --- メニューエリア --- */
div.footerNav ul.nl {
margin: 0 ;
padding: 0;
list-style-type: none;
text-align: left;
}

/* --- メニュー項目 --- */
div.footerNav ul.nl li {
margin: 0 5px;
display: list-item;
}


/* ------------ 更新履歴 ------------ */
/* --- 全体設定 --- */
div.update {
width: 100%;
font-size: 1.2rem;
}

/* --- 見出し --- */
div.update h3 {
margin: 0 0 5px;
}

/* --- リスト --- */
div.update dl {
width: 98%;
height: 250px;
overflow: auto;
margin: 0;
background-color: #f9f9f9;
border-top: 1px #c0c0c0 dotted;
border-bottom: 1px #c0c0c0 dotted;
}

/* --- 日付 --- */
div.update dt {
width: 98%;
padding: 4px 4px;
line-height: 1.6rem;
font-weight: 700;
}

/* --- 本文 --- */
div.update dd {
margin: 0;
padding: 0 0 0 1rem;
border-bottom: 1px #c0c0c0 dotted;
line-height: 1.4rem;
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}
