@charset "UTF-8";

/*  
Theme Name: No.11
Theme URI: http://itoben.com/style/
Description: ITOBEN Project, Very simple theme. Markup of css which can facilitate customization.
Version: 1.0
Author: ITOBEN STYLE
Author URI: http://itoben.com/style/
Tags: black,silver,white,light,two-columns,right-sidebar,fixed-width,custom-background,custom-menu,editor-style,sticky-post,translation-ready,threaded-comments
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

SchoolColor:#FFA82E
*/

@charset "utf-8";
/* CSS Document */

/************************************************
リセット
************************************************ */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin:0;
	padding:0;
}
.comment li,
.comment ol,
.comment ul {
	margin-left:10px;
}
blockquote,
q {
	quotes:none;
}
:focus {
	outline:0;
}
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}

h1 {
	font-size:200%;
	line-height:1.2em;
	font-weight:normal;
}
h2 {
	font-size:180%;
	line-height:1.2em;
	font-weight:normal;
}
h3 {
	font-size:160%;
	line-height:1.2em;
	font-weight:normal;
}
h4 {
	font-size:140%;
	line-height:1.2em;
	font-weight:normal;
}
h5 {
	font-size:120%;
	line-height:1.4em;
	font-weight:normal;
}
h6 {
	font-size:110%;
	line-height:1.4em;
	font-weight:normal;
}
ul,
ol {
	padding:0;
	margin:0;
}
img {
	border:none;
	max-width:100%;
	height:auto;
}
.screen-reader-text {
	display:none;
}
.clear hr {
	display:none;
}
hr {
	background-color:#ddd;
	border:0;
	height:1px;
	clear:both;
	margin:30px auto;
}
/* メイリオフォントには斜体が適用されない */
em {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-style:italic;
}

/* フロート回り込み解除
----------------------------------------------- */
.clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
}
.clearfix {
    display: block; /* for IE8 */
}
.clear {
	clear:both;
}

/* デフォルトテーブル
----------------------------------------------- */
table {
    margin: 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
	table-layout: fixed;/* IE11 テーブル内のimg、max-width:100%;を機能させるために必要 */
}
table th {
    padding: 5px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #333;
    background-color: #f0f0f0;
    font-weight: normal;
}
table td {
    padding: 5px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
table[border="0"],
table[border="0"] th,
table[border="0"] td {
	border:none;
}

/************************************************
 共通設定
************************************************ */

/* paddingとborderの幅を要素の幅と高さに含める */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}

body {
	margin:0;
	padding:0;
	-webkit-text-size-adjust: none;
	font:85% "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.6em;
	letter-spacing:1px;
	color:#333;
}

@media print, screen and (min-width: 1120px) {
body {
	background:linear-gradient(#FBF2F2, #FFF, #FFF, #FFF);
}
}

body .comment {
	line-height:1.7em;
}

/* リンク文字 */
a,
a:visited {
    color: #69C;
    text-decoration: none;
}
a:hover {
    color: #F60;
}

/* リンク画像 */
a img:hover {
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

/* リンクPDF */
a[href$=".pdf"] {
	display:inline-block;
	padding:8px 10px 4px 40px;
	background:url(img/icon/adobe_pdf.png) no-repeat 0 0;
	font-size:15px;
	text-decoration:none !important;
	margin:5px 0;
	color: #C30;
}
a[href$=".pdf"]:hover {
	background:url(img/icon/adobe_pdf.png) no-repeat 0 0 #CA7575;
	color:#FFF;
}

a.link-to-pdf[href$=".pdf"] {
	display:inline;
	padding:0;
	background: none;
	border:none;
	margin:0;
}
a.link-to-pdf[href$=".pdf"]:hover {
	background: none;
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
a.link-to-pdf img {
	border: 1px solid #CCC;
}

#footer_menu_area a[href$=".pdf"],
#footer_menu_area a[href$=".docx"],
#footer_menu_area a[href$=".doc"],
#footer_menu_area a[href$=".xlsx"],
#footer_menu_area a[href$=".xls"] {
	background:none;
	padding:0;
}

/* リンクWord */
a[href$=".docx"],
a[href$=".doc"] {
	display:inline-block;
	padding:8px 10px 4px 40px;
	background:url(img/icon/word.png) no-repeat 0 0;
	font-size:15px;
	text-decoration:none !important;
	margin:5px 0;
	color: #039;
}
a[href$=".docx"]:hover,
a[href$=".doc"]:hover {
	background:url(img/icon/word.png) no-repeat 0 0 #8598BE;
	color:#FFF;
}

/* リンクExcel */
a[href$=".xlsx"],
a[href$=".xls"] {
	display:inline-block;
	padding:8px 10px 4px 40px;
	background:url(img/icon/excel.png) no-repeat 0 0;
	font-size:15px;
	text-decoration:none !important;
	margin:5px 0;
	color: #360;
}
a[href$=".xlsx"]:hover,
a[href$=".xls"]:hover {
	background:url(img/icon/excel.png) no-repeat 0 0 #5C8B71;
	color:#FFF;
}

/* コメント欄 リンクに下線なし */
.comment a {
	text-decoration:underline;
}

/* リンク ページトップ */
#pagetop {
	display:block;
	position: fixed;
	bottom: 30px;
	right: 10px;
	z-index:19;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
#pagetop:hover {
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}
#pagetop a {
	display:inline;
	color: #fff;
	font-size:200%;
	background-color:#000;
	padding: 0;
	margin: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	cursor:pointer;
}
#pagetop a span {
	position:relative;
	top:1px;
}

/*フォント*/
.attention {
	color:#C00;
}

/*パンくず*/
.breadcrumbs {
	display:block;
	padding:8px 10px 7px 10px;
	margin-bottom:15px;
	background:#f7f7f7;
}


/*--------------------------------
　タイトル 
--------------------------------*/
h2.title,
h2.single_title {
	font-size:140%;
	line-height:1.4em;
	padding-bottom:0;
	padding-left:10px;
	margin-bottom:20px;
	border-bottom:1px solid #999;
}
@media print, screen and (min-width: 1120px) {
h2.title,
h2.single_title {
	font-size:180%;
}
}

/* 月別検索・最新情報（5件） */
h3.title {
	font-size:16px;
	margin-bottom:10px;
	color:#333;
	border-bottom:1px solid #999;
}

/*--------------------------------
　フォーム
--------------------------------*/
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}


/*--------------------------------
　固定ページタイトル下の画像 
--------------------------------*/
.page_page .top_gazou {
	margin-bottom:20px;
}

/* ==============================================
 フレーム・レイアウト
=============================================== */
.frame_outer {
	padding:0 10px;
	/* ★以下、スマホ用ドロワーメニュー稼働時の動作 */
    display: table;
	table-layout: fixed;/* IE11で必要 */
    width: 100%;
    height: 100vh;
    margin: 0;
    box-shadow: 0 0 50px 0 rgba(0,0,0,.8);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

@media print, screen and (min-width: 1120px) {
.inner1080 {
	width:1120px;
	margin:0 auto;
	background:#FFF;
	padding:0 20px;
}
#side_menu_column {
	float:left;
	width:220px;
}
#side_content_column {
	float:right;
	width:840px;
}
}

/*--------------------------------
　ヘッダー 
--------------------------------*/
header {
	position:relative;
	margin:0 -10px;
	padding:0 10px;
}
#header {
	width:100%;
	margin:0 auto;
	position:relative;
}
@media print, screen and (min-width: 1120px) {
header {
	margin:0;
	padding:0;
}
#header {
	position:relative;
}
}

/*--------------------------------
　コンテンツ 
--------------------------------*/
#container_wrap {
	clear:both;
    width: 100%;
    margin: 0 auto;
	background:#FFF;
}
#container {
	position:relative;
    width:100%;
    margin: 0 auto;
    text-align: left;
	background:#FFF;
}
@media print, screen and (min-width: 480px) {
#container {
	padding:20px 0;
}
.front_page #container {
	padding:0;
}
}
@media print, screen and (min-width: 1120px) {
#container_wrap {
	background:#FFF;
}
#container {
	clear:both;
	position:relative;
}
}

/*--------------------------------
　メインカラム 
--------------------------------*/
#container .main,
#container .one_column {
	width:100%;
	margin-bottom:20px;
}

/*--------------------------------
　右カラム 
--------------------------------*/
#container #side_right {
	width:100%;
	margin-bottom:20px;
}

/*--------------------------------
　フッター
--------------------------------*/
#footer_wrap {
	clear:both;
    width: 100%;
    margin: 0 auto;
}

@media print, screen and (min-width: 480px) {
#footer_wrap {
	position:relative;
	top:-10px;
}
}

@media print, screen and (min-width: 1120px) {
.frame_outer {
	width:100%;
	padding:0;
}

/* コンテンツ */
/*メインカラム*/
#container .main {
	float:left;
	width:72.5%;
}

/*右カラム*/
#container #side_right {
	float:right;
	width:25%;
}
}

/* ------------------
メインカラム（one_column）内をメイン・右カラムに分ける
------------------ */
#container .one_column #left_column {
	margin-bottom:30px;
}
#container .one_column #right_column {
	margin-bottom:30px;
}
@media print, screen and (min-width: 780px) {
#container .one_column #left_column {
	float:left;
	width:72.5%;
	margin-bottom:0;
}
#container .one_column #right_column {
	float:right;
	width:25%;
	margin-bottom:0;
}
}

/* -----------------------
   スマホ用ナビ（ドロワーメニュー）
----------------------- */
/* 全体スクロール非表示 */
body.open {
	overflow:hidden;
}
/* ページトップのリンクより前面 */
#drawer-menu_area {
	position:relative;
	z-index:20;
}
/* ドロワーメニュー */
.drawer-menu {
    box-sizing: border-box;
    position: fixed;
	z-index:20;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    padding: 50px 0;
    background: #fff;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: perspective(500px) rotateY(-90deg);
    transform: perspective(500px) rotateY(-90deg);
    opacity: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.drawer-menu > ul {
	padding:10px;
}
.drawer-menu li {
	list-style:none;
	position:relative;
}
/* リンク共通 */
.drawer-menu li a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
	padding:0 10px;
}
.drawer-menu ul.sub-menu {
	background:#FFF;
}
/* サブメニューリンク */
.drawer-menu ul.sub-menu li a {
    min-height: 35px;
	line-height:1.4;
    font-size: 14px;
	padding-left:35px;
	display:flex;
	align-items:center;
}
/* リンクホーバー */
.drawer-menu li a:hover {
    color: #000;
    background: #f5f5f5;
}
/* 親メニュー */
.drawer-menu li a[href="#"]:hover,
.drawer-menu li a[href="#"].is-active {
    color: #fff;
    background: #333;
}
/* 初期、サブメニュー非表示 */
.drawer-menu ul.sub-menu {
  display:none;
}
/* 親メニュー ▼印 */
.drawer-menu li a[href="#"]:before {
  position: absolute;
  content: "";
  top: 15px;
  right: 10px;
  border: 5px solid transparent;
  border-top: 5px solid #333;
}

/* checkbox */
#drawer-menu_area .check {
    display: none;
}
/* menu button - label tag */
#drawer-menu_area .menu-btn {
    position: fixed;
    display: block;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
    z-index: 3;
	background: rgba(255,255,255,0.9); /*文字は透過しない*/
}
#drawer-menu_area .menu-btn.close {
    right: 30px;
	background:#fff;
}
#drawer-menu_area .bar {
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    width: 40px;
    height: 3px;
    background: #000;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
#drawer-menu_area .bar.middle {
    top: 15px;
    opacity: 1;
}
#drawer-menu_area .bar.bottom {
    top: 25px;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}
#drawer-menu_area .menu-btn__text {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    color: #000;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: block;
    visibility: visible;
    opacity: 1;
	font-size:13px;
}
#drawer-menu_area .menu-btn:hover .bar {
    background: #ccc;
}
#drawer-menu_area .menu-btn:hover .menu-btn__text {
    color: #ccc;
}
#drawer-menu_area .close-menu {
    position: fixed;
    top: 0;
    right: 300px;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: hidden;
    opacity: 0;
}
/* checked */
#drawer-menu_area .check:checked ~ .drawer-menu {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    z-index: 2;
}
#drawer-menu_area .check:checked ~ .frame_outer {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
}
#drawer-menu_area .check:checked ~ .menu-btn .menu-btn__text {
    visibility: hidden;
    opacity: 0;
}
#drawer-menu_area .check:checked ~ .menu-btn .bar.top {
    width: 50px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#drawer-menu_area .check:checked ~ .menu-btn .bar.middle {
    opacity: 0;
}
#drawer-menu_area .check:checked ~ .menu-btn .bar.bottom {
    width: 50px;
    top: 40px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#drawer-menu_area .check:checked ~ .close-menu {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    background: rgba(0,0,0,.5);
    visibility: visible;
    opacity: 1;
    z-index: 3;
}

@media print, screen and (min-width: 1040px) {
#drawer-menu_area {
	display:none;
}
}

/* ==============================================
 メニューカラム詳細
=============================================== */
/* ▼ロゴエリア */
#side_menu_column .logo_area img {
	max-width:60%;
}

#side_menu_column .logo_area {
	text-align:center;
	padding-top:20px;
}
#side_menu_column .logo_area h2 {
	position:relative;
}
#side_menu_column .logo_area h2 .pc {
	display:none;
}
@media print, screen and (min-width: 1120px) {
#side_menu_column .logo_area h2 .pc {
	display: inline;
}
#side_menu_column .logo_area h2 .sp {
	display: none;
}
#side_menu_column {
	position:fixed;
	z-index:2;
}
#side_menu_column .logo_area img {
	width:auto;
	max-width:100%;
}
/* ★ロゴエリア背景 */
#side_menu_column .logo_area {
	padding:20px 20px 0 20px;
	background:#b94047;
}
}

/* ==============================================
 ヘッダー詳細
=============================================== */
header li {
	list-style:none;
}
#header {
	position:relative;
}

/* -----------------------
   ヘッダーメニュー
----------------------- */
.header_menu_area {
	display:none;
}
@media print, screen and (min-width: 1120px) {
.header_menu_area {
	display:block;
	background: #b94047;
}
.header_menu_area ul {
	display:flex;
	justify-content:space-between;
}
.header_menu_area li {
	list-style:none;
}
.header_menu_area li a {
	display:inline-block;
	font-size:14px;
	padding:3px 5px;
	line-height:2.2;
	color:#FFF;
	background: #b94047;
}
.header_menu_area li a:hover {
	background: #682427;
	transition: 0.3s;
}

/* ヘッダー固定 */
.header_menu_area.is_fixed {
	position:fixed;
	z-index:9999;
	top:0;
	width:820px;
	animation: top-stop 1 0.4s 0s;
}
/* アニメ */
@keyframes top-stop {
  0%{transform: translateY(-2000px)}
  100%{transform: translateY(0px)}
}
}

/* 緊急連絡 */
#header_kinkyu_area {
	margin-bottom:5px;
	text-align:right;
}
#header_kinkyu_area .kinkyu_on {
	color: #F60;
	font-weight:bold;
	font-size:16px;
}
@media print, screen and (min-width: 1120px) {
#header_kinkyu_area {
	text-align:left;
}
}

/* -----------------------
   グローバルナビ（PC）
----------------------- */
nav#global_menu {
	display:none;
}
@media print, screen and (min-width: 1120px) {
nav#global_menu {
	display:block;
	margin-bottom:20px;
}

ul.global_menu {
	width: 220px;
	margin: 0;
	padding: 0;
}
ul.global_menu li {
	position: relative;
	width: 220px;
	height: 46px;
	list-style:none;
}
/* ★メニューの背景 */
ul.global_menu li a {
	display:block;
	width: 220px;
	height: 46px;
	font-size: 15px;
	line-height: 2.9;
	padding: 0 10px;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
	text-decoration: none;
	transition: 0.5s;
	color: #fff;
	background: #b94047;
}
ul.global_menu > li:hover > a {/*layer-1*/
	background: #682427;
	transition: 0.3s;
}
ul.global_menu > li li:hover > a {/*layer-2*/
	background: #682427;
}
ul.global_menu li:hover > ul > li {
	display:block;
	top: -46px;
	left: 220px;
	height:auto;
	min-height: 46px;
}
ul.global_menu li:hover > ul > li a {
	display:flex;
	align-items:center;
	height:auto;
	min-height: 46px;
	line-height:1.2;
}
ul.global_menu li ul li {
	display:none;
	left: 220px;
	list-style: none;
	transition: 0.2s;
}
/* 矢印 */
ul.global_menu li ul:before {
  position: absolute;
  content: "";
  top: 18px;
  left: 205px;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
}
}

/* ==============================================
 フッター
=============================================== */
#footer_wrap {
	width:100%;
	position:relative;
	z-index:3;
}

/* -----------------------
   検索エリア　footer_search_area
----------------------- */

/* ★色選択（1）*/
#footer_search_area {
	padding:20px 10px;
	margin:0 -10px;
	clear:both;
	border-top:1px solid #FFF;
	background:#b94047;
}

#footer_search_area h2.widgettitle {
	display:none;
}
#footer_search_area input[type="text"] {
	width: 180px;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	margin-bottom:10px;
}
#footer_search_area input[type="submit"] {
	width: 60px;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	letter-spacing:5px;
	color: #555;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 3px;
	cursor:pointer;
}
#footer_search_area input[type="submit"]:hover {
	background-color: #ddd;
}
#footer_search_area select {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

	margin-bottom:10px;
}
#footer_search_area select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

@media print, screen and (min-width: 1120px) {
#footer_search_area {
	margin:0;
}
#footer_search_area #box {
	width:1000px;
	margin:0 auto;
	text-align:center;
}
#footer_search_area .footer_search {
	display:inline-block;
}
#footer_search_area input[type="text"] {
	margin:0;
}
#footer_search_area select {
	display:inline-block;
	width:250px;
	margin:0 0 0 20px;
}
}

/* -----------------------
   メニューエリア　footer_menu_area
----------------------- */

/* ★色選択（2） */
#footer_menu_area {
	padding:20px 10px;
	margin:0 -10px;
	background:#FBF2F2;
}

#footer_menu_area li {
	list-style:none;
}
/* ▼外見＞メニュー＞footer_menu */
#footer_menu_area ul.footer {
	padding-bottom:20px;
}
#footer_menu_area ul.footer li {
	display:inline-block;
	margin-right:20px;
}
#footer_menu_area ul.footer li a {
	font-size:15px;
	color:#000;
}
#footer_menu_area ul.footer li a:hover {
	color: #F60;
}

/* ▼外見＞メニュー＞global_menu */
#footer_menu_area ul.menu {
	padding-top:20px;
	border-top:1px solid #CCC;
}
#footer_menu_area ul.menu > li > ul.sub-menu {
	margin-bottom:20px;
	margin-left:20px;
}
#footer_menu_area ul.menu > li a {
	font-size:15px;
	color:#000;
	display:inline-block;
	margin-bottom:5px;
}
#footer_menu_area ul.menu > li > ul.sub-menu >li a {
	font-size:13px;
	color:#000;
	border:none;
	margin-bottom:0;
}
#footer_menu_area ul.menu > li > ul.sub-menu >li a:hover {
	color: #F60;
}
#footer_menu_area ul.menu > li a[href="#"] {
	cursor:text;
}
#footer_menu_area ul.menu > li a[href="#"]:hover  {
	color:#000;
}

@media print, screen and (min-width: 760px) {
/* ▼外見＞メニュー＞global_menu */
#footer_menu_area ul.menu > li {
	float:left;
}
#footer_menu_area ul.menu > li > ul.sub-menu {
	margin-left:0;
}
#footer_menu_area ul.menu > li a {
	width:90%;
	border-bottom:1px dashed #999;
}
/*メニューの横幅 自動調整*/
#footer_menu_area.num1 ul.menu > li{
	width:100%;
}
#footer_menu_area.num2 ul.menu > li{
	width:50%;
}
#footer_menu_area.num3 ul.menu > li{
	width:33.33%;
}
#footer_menu_area.num4 ul.menu > li{
	width:25%;
}
#footer_menu_area.num5 ul.menu > li{
	width:20%;
}
#footer_menu_area.num6 ul.menu > li{
	width:16.66%;
}
#footer_menu_area.num7 ul.menu > li{
	width:14.28%;
}
#footer_menu_area.num8 ul.menu > li{
	width:12.5%;
}
#footer_menu_area.num9 ul.menu > li{
	width:11.11%;
}
#footer_menu_area.num10 ul.menu > li{
	width:10%;
}
}
@media print, screen and (min-width: 1120px) {
#footer_menu_area {
	margin:0;
}
/* ▼外見＞メニュー＞footer_menu */
#footer_menu_area ul.footer {
	width:96%;
	margin:0 auto;
}
/* ▼外見＞メニュー＞global_menu */
#footer_menu_area ul.menu {
	width:96%;
	margin:0 auto;
}
}

/* -----------------------
   校名・住所等エリア　footer_name_area
----------------------- */

#footer_name_area {
	position:relative;
	clear:both;
	padding:30px 10px 80px 10px;
	margin:0 -10px;
	color:#FFF;
	background:#b94047;
}

#footer_name_area #footer_logo {
	margin-bottom:30px;
	text-align:center;
}
#footer_name_area #footer_logo a {
	font-size:24px;
	color:#FFF;
	letter-spacing:0;
}
#footer_name_area #footer_address {
	font-size:12px;
	text-align:center;
}
@media print, screen and (min-width: 480px) {
#footer_name_area #footer_address {
	font-size:16px;
}
#footer_name_area #footer_logo a {
	font-size:30px;
}
}
@media print, screen and (min-width: 1120px) {
#footer_name_area {
	margin:0;
}
#footer_name_area #footer_logo {
	text-align:left;
	float:left;
	width:50%;
	padding-left:20px;
}
#footer_name_area #footer_address {
	float:right;
	width:50%;
	font-size:16px;
	text-align:right;
	padding-right:20px;
}
}


/* ==============================================
 トップページ
=============================================== */

/* 緊急連絡
----------------------------------------------- */
.front_kinkyu_announce {
	padding:20px 0;
}
a.kinkyu_ari_area {
	display:block;
	background:#FFF;
	font-size:14px;
}
a.kinkyu_ari_area .date {
	font-size:16px;
	color: #F60;
	margin-bottom:10px;
}
a.kinkyu_ari_area .title {
	font-size:18px;
	font-weight:bold;
	color:#F60;
	margin-bottom:10px;
}

/* トップページ画像
----------------------------------------------- */
#slide_wrap {
	text-align:center;
	margin-top:20px;
}
#slide_wrap #slide {
	margin:0;
}

/* トップページのブロック共通
----------------------------------------------- */
.front_block_area {
	position:relative;
	margin-top:30px;
}
/* タイトル */
.front_block_area .front_block_title {
	text-align:center;
	margin-bottom:20px;
}
.front_block_area .front_block_title .large {
	font-size:20px;
}
.front_block_area .front_block_title .small {
	font-size:14px;
	padding-left:20px;
}
@media print, screen and (min-width: 1120px) {
.front_block_area .front_block_title .large {
	font-size:30px;
}
.front_block_area .front_block_title .small {
	font-size:20px;
}
}

/* 最新情報
----------------------------------------------- */
/* NEWSリスト */
.category_parent_list {
	margin-bottom:30px;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	text-align:center;
	background:#f7f7f7;
}
.category_parent_list li {
	list-style:none;
	display: inline-block;
	font-size:16px;
}
.category_parent_list a {
	display:block;
	color:#333;
	padding:10px 5px;
}
.category_parent_list a {
}
.category_parent_list a:hover {
	background:#333;
	color:#FFF;
}

.front_block_news .sp_clear {
	clear:both;
}
@media print, screen and (min-width: 760px) {
.front_block_news .sp_clear {
	clear:none;
}
.front_block_news .pc_clear {
	clear:both;
}
}
/* タブ切り替え
-------------------- */
/* 緊急連絡なし */
.front_block_news .kinkyu_nasi {
	margin-bottom:30px;
	text-align:center;
	font-size:18px;
}
.front_block_news .change_btn_area {
	margin:0 0 15px 0;
	text-align:center;
}
.front_block_news .change_panel.hide{
	display: none;
}
/* type2 */
.front_block_news .type2 button {
	font-size:18px;
	color:#fff;
	cursor:pointer;
	background:#999;
	border: none;
	border-top:2px solid #999;
	border-bottom:2px solid #999;
	padding:5px;
	margin-bottom:10px;
	transition: .3s;
}
.front_block_news .type2 button:hover,
.front_block_news .type2 button.select {
	background:none;
	color:#999;
}
.front_block_news .type2 button.item001{
	background:#0097DF;
	border-top:2px solid #0097DF;
	border-bottom:2px solid #0097DF;
}
.front_block_news .type2 button.item001:hover,
.front_block_news .type2 button.item001.select {
	color:#0097DF;
	background:none;
}
.front_block_news .type2 button.item002 {
	background:#F90;
	border-top:2px solid #F90;
	border-bottom:2px solid #F90;
}
.front_block_news .type2 button.item002:hover,
.front_block_news .type2 button.item002.select {
	color:#F90;
	background:none;
}
.front_block_news .type2 button.item003 {
	background:#BE7EBE;
	border-top:2px solid #BE7EBE;
	border-bottom:2px solid #BE7EBE;
}
.front_block_news .type2 button.item003:hover,
.front_block_news .type2 button.item003.select {
	color:#BE7EBE;
	background:none;
}
.front_block_news .type2 button.item004 {
	background:#29905e;
	border-top:2px solid #29905e;
	border-bottom:2px solid #29905e;
}
.front_block_news .type2 button.item004:hover,
.front_block_news .type2 button.item004.select {
	color:#29905e;
	background:none;
}
.front_block_news .type2 button.item005 {
	background:#039;
	border-top:2px solid #039;
	border-bottom:2px solid #039;
}
.front_block_news .type2 button.item005:hover,
.front_block_news .type2 button.item005.select {
	color:#039;
	background:none;
}
.front_block_news .type2 button.item006 {
	background:#930;
	border-top:2px solid #930;
	border-bottom:2px solid #930;
}
.front_block_news .type2 button.item006:hover,
.front_block_news .type2 button.item006.select {
	color:#930;
	background:none;
}
.front_block_news .type2 button.item007 {
	background:#906;
	border-top:2px solid #906;
	border-bottom:2px solid #906;
}
.front_block_news .type2 button.item007:hover,
.front_block_news .type2 button.item007.select {
	color:#906;
	background:none;
}
.front_block_news .type2 button.item008 {
	background:#996;
	border-top:2px solid #996;
	border-bottom:2px solid #996;
}
.front_block_news .type2 button.item008:hover,
.front_block_news .type2 button.item008.select {
	color:#996;
	background:none;
}
.front_block_news .type2 button.item009 {
	background:#633;
	border-top:2px solid #633;
	border-bottom:2px solid #633;
}
.front_block_news .type2 button.item009:hover,
.front_block_news .type2 button.item009.select {
	color:#633;
	background:none;
}
.front_block_news .type2 button.item010 {
	background:#063;
	border-top:2px solid #063;
	border-bottom:2px solid #063;
}
.front_block_news .type2 button.item010:hover,
.front_block_news .type2 button.item010.select {
	color:#063;
	background:none;
}
.front_block_news .type2 button.kinkyu {
	background:#C11F34;
	border-top:2px solid #C11F34;
	border-bottom:2px solid #C11F34;
}
.front_block_news .type2 button.kinkyu:hover,
.front_block_news .type2 button.kinkyu.select {
	color:#C11F34;
	background:none;
}

/* ======= ▼list-post_top-b.php ======= */
/* レイアウト */
.list-post_top-b .post_area {
	float:left;
	width:48%;
	margin-right:4%;
	position:relative;
	margin-bottom:30px;
}
.list-post_top-b .post_area.sp_right {
	margin-right:0;
}
@media print, screen and (min-width: 760px) {
.list-post_top-b .post_area {
	width:18%;
	margin-right:2.5%;
}
.list-post_top-b .post_area.sp_right {
	margin-right:2.5%;
}
.list-post_top-b .post_area.pc_right {
	margin-right:0;
}
}

/* コンテンツ */
a.list-post_top-b {
	color:#333;
}
.list-post_top-b .post_area:hover {
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.list-post_top-b .post_area span.new {
	position:absolute;
	z-index:1;
	top:0;
	right:0;
	background: #F90;
	color:#FFF;
	font-size:11px;
	display:inline-block;
	padding:0 5px;
}
.list-post_top-b .post_area .image { /* ★枠の中心に画像の中心を置く */
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 70%;
	position:relative;
}
.list-post_top-b .post_area .title {
	line-height:1.2;
}
.list-post_top-b .post_area .date {
	font-size:12px;
	color: #36C;
	text-align:left;
}
.list-post_top-b .post_area .category {
	font-size:12px;
	margin-bottom:5px;
	background:#eee;
	color:#000;
	text-align:center;
	padding:4px 0;
}
.list-post_top-b .post_area .more {
	text-align:right;
	color:#666;
}
/* list-post_top-b_change.php */
.list-post_top-b .post_area .category.item001 {
	background:#0097DF;
	color:#FFF;
}
.list-post_top-b .post_area .category.item002 {
	background:#F90;
	color:#FFF;
}
.list-post_top-b .post_area .category.item003 {
	background:#BE7EBE;
	color:#FFF;
}
.list-post_top-b .post_area .category.item004 {
	background:#29905e;
	color:#FFF;
}
.list-post_top-b .post_area .category.item005 {
	background:#039;
	color:#FFF;
}
.list-post_top-b .post_area .category.item006 {
	background:#930;
	color:#FFF;
}
.list-post_top-b .post_area .category.item007 {
	background:#906;
	color:#FFF;
}
.list-post_top-b .post_area .category.item008 {
	background:#996;
	color:#FFF;
}
.list-post_top-b .post_area .category.item009 {
	background:#633;
	color:#FFF;
}
.list-post_top-b .post_area .category.item010 {
	background:#063;
	color:#FFF;
}
/* ======= ▲list-post_top-b.php ======= */

/* ピックアップエリア
----------------------------------------------- */
.front_block_pickup {
	padding:50px 10px 10px 10px;
	margin:0 -10px 0 -10px;
}
.front_block_pickup ul {
	display:flex;
	flex-wrap: wrap;
}
.front_block_pickup li {
	list-style:none;
	display:block;
	width:25%;
	padding-left:10px;
	padding-right:5px;
	margin-bottom:20px;
}
.front_block_pickup li a {
	color:#333;
	font-size:12px;
}
.front_block_pickup li img {
	display:block;
	margin-bottom:10px;
}
.front_block_pickup li span {
	display:block;
}
@media print, screen and (min-width: 480px) {
.front_block_pickup {
	padding:50px 10px 0 10px;
}
.front_block_pickup li {
	text-align:center;
}
.front_block_pickup li a {
	font-size:16px;
}
}
@media print, screen and (min-width: 1040px) {
.front_block_pickup {
	padding:50px 0 35px 0;
	margin:0;
}
}

/* ===============================
カテゴリページ（index.php → list-post.php）
================================== */

/* index.php */
/* カテゴリー編集の「説明」 */
.index .category_description {
	font-size:120%;
	background:#f5f5f5;
	padding:10px;
	color:#000;
	margin:10px 0;
}
.index .category_description li {
	list-style:circle;
	list-style-position:outside;
	margin-left:20px;
}

/* list-post.php */
#tabs_container {
	clear:both;
}
#tabs_container .post_area {
	position:relative;
	clear:both;
	border-bottom:1px solid #999;
}
#tabs_container .post_area a {
	display:block;
	color:#333;
	padding:15px 5px;
}
#tabs_container .post_area a:hover {
	background:#f5f5f5;
}
#tabs_container .post_area a:hover img {
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
#tabs_container .post_area .image_area {
	position:relative;
	float:left;
	width:30%;
}
#tabs_container .post_area .image_area .image { /* ★枠の中心に画像の中心を置く */
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 70%;
	position:relative;
}
#tabs_container .post_area .image_area span.new {
	position:absolute;
	z-index:1;
	top:0;
	right:0;
	background: #F90;
	color:#FFF;
	font-size:11px;
	display:inline-block;
	padding:0 5px;
}

#tabs_container .post_area .post_text {
	float:right;
	width:68%;
}
#tabs_container .post_area a .post_text .title {
	font-size:18px;
	display:inline-block;
	border-bottom:1px solid #CCC;
	margin:3px 0;
	color: #000;
}
#tabs_container .post_area .post_text .comment {
	display:none;
}
@media print, screen and (min-width: 480px) {
#tabs_container .post_area .image_area {
	float:left;
	width:26%;
}
#tabs_container .post_area .post_text {
	float:right;
	width:72%;
}
#tabs_container .post_area .post_text .comment {
	display: block;
	line-height:1.4em;
}
}

/* ==============================================
 ページナビ
=============================================== */
.page_navi_area .wp-pagenavi {
	clear:both;
	margin:30px 0;
	text-align:center;
	padding:10px;
	background:#f7f7f7;
}
/* 全ページ */
.page_navi_area .wp-pagenavi .pages {
	display: block;
	border:none;
}
/* ... */
.page_navi_area .wp-pagenavi .extend {
	display: block;
	border:none;
}

.page_navi_area .wp-pagenavi .page, /* ページ数字 */
.page_navi_area .wp-pagenavi .previouspostslink, /* 矢印 */
.page_navi_area .wp-pagenavi .nextpostslink, /* 矢印 */
.page_navi_area .wp-pagenavi .last, /* 最後 */
.page_navi_area .wp-pagenavi .first /* 先頭 */
{
	background:#FFF;
	font-size:16px;
	display: inline-block;
	margin:0 5px;
}

/* アクティブ */
.page_navi_area .wp-pagenavi .current {
	background:#000;
	color:#FFF;
	font-size:16px;
	display: inline-block;
}

@media print, screen and (min-width: 480px) {
/* 全ページ */
.page_navi_area .wp-pagenavi .pages {
	display: inline-block;
}
/* ... */
.page_navi_area .wp-pagenavi .extend {
	display: inline-block;
}

.page_navi_area .wp-pagenavi .page, /* ページ数字 */
.page_navi_area .wp-pagenavi .previouspostslink, /* 矢印 */
.page_navi_area .wp-pagenavi .nextpostslink, /* 矢印 */
.page_navi_area .wp-pagenavi .last, /* 最後 */
.page_navi_area .wp-pagenavi .first /* 先頭 */
{
	font-size:14px;
	margin:2px;
}
/* アクティブ */
.page_navi_area .wp-pagenavi .current {
	font-size:14px;
	margin:2px;
}
}

/* ==============================================
 シングルページ
=============================================== */
/*タイトルの下マージン*/
.single h2 {
	margin-bottom:20px;
}
.single .single_date {
	font-size:120%;
	margin-bottom:10px;
}
.single .single_date span {
	display:block;
	color:#999;
	font-size:90%;
}
.single .single_date ul,
.single .single_date li {
	list-style-type:none;
	display:inline;
}
@media print, screen and (min-width: 480px) {
.single .single_date span {
	display:inline-block;
	margin-left:10px;
}
}

/* ==============================================
 記事
=============================================== */
img.alignleft {
	float:left;
	margin:0 10px 10px 0;
}
img.alignright {
	float:right;
	margin:0 0 10px 10px;
}
img.alignnone {
	clear: both;
	display:block;
	margin:0 auto;
	margin-bottom:10px;
	margin-top:10px;
}
.aligncenter {
	clear: both;
	display: block;
	margin:0 auto;
	margin-bottom:10px;
	margin-top:10px;
}


/*動画*/
.video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	width: 100%;
	margin:20px auto;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media print, screen and (min-width: 480px) {
.video {
	width: 90%;
}
table .video {
	width:100%;
}
}

/* ==============================================
 左カラム
=============================================== */
/*--------------------------------
　検索エリア
--------------------------------*/
/* 記事検索 */
#sidber_search_area {
	display: none;
}
/*RSS*/
.rss_area {
	display: none;
}
@media print, screen and (min-width: 1120px) {
/* 記事検索 */
#sidber_search_area {
	display:block;
	margin-bottom:20px;
}
#sidber_search_area h2.widgettitle {
	display:none;
}
#sidber_search_area .side_newslist {
	margin-bottom:20px;
}
#sidber_search_area h3 {
	color:#C00;
	font-size:16px;
	border-bottom: 2px solid #C00;
}
#sidber_search_area .side_search input[type="text"] {
	width: 180px;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	margin-bottom:10px;
}
#sidber_search_area .side_search input[type="submit"] {
	width: 60px;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	letter-spacing:5px;
	color: #555;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 3px;
	cursor:pointer;
}
#sidber_search_area .side_search input[type="submit"]:hover {
	background-color: #ddd;
}
#sidber_search_area select {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 2px solid #C00;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

	margin-bottom:10px;
	margin-top:10px;
}
#sidber_search_area select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

/*RSS*/
.rss_area {
	display:block;
	margin-bottom:10px;
}
.rss_area a {
	color:#333;
}
}

/* カレンダー */
#side_limit_post table#wp-calendar {
	margin-bottom:10px;
}
#side_limit_post table#wp-calendar caption {
	font-size:120%;
}
#side_limit_post table#wp-calendar thead th {
	text-align:center;
	background:#999;
	color:#FFF;
}
#side_limit_post table#wp-calendar tfoot td {
	padding:0;
	background:#FFF;
}
#side_limit_post #wp-calendar tfoot a {
	display:block;
	text-align:center;
	background: #eee;
	padding:3px 0;
	color:#000;
}
#side_limit_post #wp-calendar tfoot a:hover {
	background:#ddd;
}
#side_limit_post #wp-calendar tbody td {
	background:#FFF;
	text-align:center;
}
#side_limit_post #wp-calendar tbody td a {
	display:block;
	color: #F90;
	font-weight:bold;
}
#side_limit_post #wp-calendar tbody td a:hover {
	background: #FFE9D2;
}
#side_limit_post #wp-calendar tbody td#today {
	font-weight:bold;
	background:#F4FCFF;
}

/*最新記事：5件*/
#side_limit_post a {
	display:block;
	margin-bottom:10px;
	color:#333;
}
#side_limit_post .image_area {
	float:left;
	width:39%;
}
#side_limit_post .text_area {
	float:right;
	width:59%;
}
#side_limit_post .image_area .image{ /* ★枠の中心に画像の中心を置く */
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 70%;
	position:relative;
}
#side_limit_post a:hover {
	background:#f5f5f5;
	color:#666;
}
#side_limit_post a:hover .image_area {
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
@media print, screen and (min-width: 480px) {
#side_limit_post .text_area {
	font-size:13px;
	line-height:1.4em;
}
}

/*ADOBE READER*/
#adobe_reader_download {
	font-size:85%;
	line-height:1.2em;
	letter-spacing:0;
}


/* ==============================================
 固定ページ
=============================================== */

/* 最上部のバナー */
#page_top_banner {
	margin-top:20px;
}

/* -------------------------------------
カテゴリーの記事から数点チョイス
設定→ sidebar-postchoice.php
読み込み→ page.php page-right_column.php
------------------------------------- */
.choice_category {
	margin:30px 0;
}
.choice_category .title_area {
	font-size:14px;
	background: #48686F;
	color:#fff;
	padding:7px 10px;
	margin-bottom:20px;
}
.choice_category .title_area .name {
	font-size:120%;
	font-weight:bold;
}
.choice_category a {
	color:#333;
}
.choice_category a img:hover {
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
.choice_category a:hover {
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.choice_category .list_area {
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px dashed #666;
}
.choice_category .list_area .image {
	width:100%;
	max-height:200px;
	overflow:hidden;
	margin-bottom:10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.choice_category .list_area .text {
	width:100%;
}
.choice_category .list_area .post_title {
	font-size:120%;
	border-bottom:#999 1px solid;
	padding-bottom:3px;
	margin-bottom:3px;
}
.choice_category .list_area .post_time {
	font-weight:bold;
	margin-bottom:10px;
}
.choice_category .all_page {
	margin:10px 0;
	text-align: center;
}
.choice_category .all_page a {
	display: inline-block;
	padding:10px 30px;
	background:#333;
	color:#FFF;
	border-radius:5px;
}
.choice_category .all_page a:hover {
	background:#ccc;
	color:#000;
}

@media print, screen and (min-width: 480px) {
.choice_category .list_area .image {
	float:left;
	width:26%;
	max-height:150px;
	overflow:hidden;
	margin-bottom:0;
}
.choice_category .list_area .text {
	float:right;
	width:72%;
}

}

/* ==============================================
 アクセス
=============================================== */
.access_map_click,
.access_map {
	text-align:center;
}

/* ==============================================
 在校生・保護者、卒業生、リンクデザイン
=============================================== */
ul.gaikan_menu_bar li {
	display:block;
	margin-top:20px;
	margin-bottom:20px;
}
ul.gaikan_menu_bar li a {
	display:inline-block;
	font-size:18px;
	border-bottom:2px solid #CF696B;
	border-left:10px solid #CF696B;
	padding-left:10px;
	padding-right:10px;
	color:#333;
}
ul.gaikan_menu_bar li a:hover {
	color:#FFF;
	background: #A62023;
}

/* ==============================================
 行事予定
=============================================== */
/* 年間予定 */
article.main_gyojiyotei .comment {
	margin-bottom:20px;
}
article.main_gyojiyotei {
	width:100%;
	margin-bottom:15px;
}
article.main_gyojiyotei .schedule_year {
	text-align:center;
}
article.main_gyojiyotei .schedule_year a {
	display: block;
	width:100%;
	padding:24px;
	font-size:14px;
	background: #69C;
	color:#fff;
	border:1px #666 solid;
}
article.main_gyojiyotei .schedule_year a:hover {
	background:#00486A;
	color:#FFF;
}
article.main_gyojiyotei .schedule_year span{
	display:block;
	padding:15px 0;
	font-size:14px;
	background:#eee;
	color:#999;
	border:1px #ddd solid;
	border-radius:4px;
}
article.main_gyojiyotei .schedule_year i {
	font-style:normal;
}
/* 月予定 */
article.main_gyojiyotei .schedule_box {
	float:left;
	width:32%;
	margin-right:2%;
	margin-bottom:15px;
	text-align:center;
}
article.main_gyojiyotei .right {
	margin-right:0;
}
article.main_gyojiyotei .schedule_box a {
	display:block;
	padding:24px 0;
	background: #69C;
	color:#fff;
	border:1px #666 solid;
	margin:0;
}
article.main_gyojiyotei .schedule_box a:hover {
	background:#00486A;
	color:#FFF;
}
article.main_gyojiyotei .schedule_box span {
	display:block;
	padding:24px 0;
	background:#eee;
	color:#999;
	border:1px #ddd solid;
	border-radius:4px;
}
article.main_gyojiyotei .schedule_box i {
	font-style:normal;
}
@media print, screen and (min-width: 480px) {
article.main_gyojiyotei .schedule_year a {
	display:inline-block;
	width:32%;
	margin:0 auto 20px auto;
}
article.main_gyojiyotei .schedule_year a,
article.main_gyojiyotei .schedule_box a,
article.main_gyojiyotei .schedule_box span {
	font-size:16px;
}
}

/* ==============================================
 サイトマップ
=============================================== */
.sitemap ul,
.sitemap li,
.sitemap ol {
	list-style:none;
	font-size:14px;
	line-height:2.2;
}
.sitemap li {
	display:inline-block;
	margin-right:20px;
}
.sitemap ul.header_menu2,
.sitemap ul.header_menu1 {
}
.sitemap ul.menu > li {
	display:block;
}
.sitemap ul.menu > li > a {
	display:block;
	font-size:16px;
}
.sitemap ul.menu > li > a[href="#"] {
	color:#333;
	cursor:text;
}
.sitemap ul.sub-menu {
	padding-left:20px;
}
.sitemap ul.header_menu2 a:hover,
.sitemap ul.header_menu1 a:hover,
.sitemap ul.sub-menu > li > a:hover {
	color: #F60;
	text-decoration:underline;
}

/* カテゴリー一覧 */
.sitemap #category_ichiran {
	font-size:18px;
	border-bottom:1px solid #666;
	padding-bottom:5px;
	margin-top:50px;
	margin-bottom:0;
}
.sitemap ul#category_list li {
	margin:0;/*上の設定クリア*/
}
.sitemap ul#category_list > li {
	display: block;
}
.sitemap ul#category_list > li > ul {
	padding-left:20px;
}
.sitemap ul#category_list > li > ul > li {
	display:inline-block;
	margin-right:15px;
}

/* ==============================================
 部活動一覧
=============================================== */
.bukatudo_list_area .name {
	font-size:22px;
	margin-bottom:20px;
	border-left:10px solid #333;
	padding:0 0 0 10px;
	font-weight:bold;
}
.bukatudo_list_area ul {
	margin-bottom:30px;
	margin-right:-2%; /* li→display:inline-blockによる調整 */
}
.bukatudo_list_area li {
	list-style:none;
	display:inline-block; /* 横幅1%を加算 */
	width:48%;
	margin-bottom:20px;
	margin-right:1%;
}
/* 画像なし */
.bukatudo_list_area li a {
	display:block;
	border:1px solid #999;
	text-align:center;
	padding:10px 0;
	color:#333;
	background:#f7f7f7;
}
.bukatudo_list_area li a:hover {
	background:#333;
	color:#FFF;
	border:1px solid #333;
}
/* 画像あり */
.bukatudo_list_area li.img a {
	padding:0;
	border: none;
	background:none;
	color:#333;
}
.bukatudo_list_area li.img img:hover {
	opacity:1;
}
.bukatudo_list_area li.img a:hover {
	opacity:0.7;
}
@media print, screen and (min-width: 480px) {
.bukatudo_list_area li {
	width:23%;
}
}

/* ==============================================
 部活動（個別）
=============================================== */
.bukatudo_page_choice {
	background:#f7f7f7;
	padding:10px;
	margin-bottom:20px;
	text-align:right;
}
.bukatudo_page_choice select {
	font-size:15px;
	padding:8px;
	border:1px solid #999;
	border-radius:4px;
}

/* ==============================================
 主な年間行事
=============================================== */

/* 月の選択 */
.page_event h3 {
	font-size:18px;
	text-align:center;
	margin-bottom:10px;
}
.page_event .calendar {
	border-top:1px solid #48686F;
	border-bottom:1px solid #48686F;
	margin-bottom:20px;
}
.page_event .calendar .month {
	float:left;
	width:16.66%;
}
.page_event .calendar .month a {
	display:block;
	text-align: center;
	padding:5px 0;
}
.page_event .calendar .month a:hover {
	background:#eee;
	color:#000;
}
.page_event .calendar .month.active a {
	background:#48686F;
	color:#FFF;
}
.page_event .calendar .sphone {
	clear:both;
}
@media print, screen and (min-width: 480px) {
.page_event .calendar .month {
	width:8.33%;
}
.page_event .calendar .month a {
	font-size:16px;
	padding:10px 0;
}
.page_event .calendar .sphone {
	clear: none;
}
}

/* コンテンツ */
.page_event .space_area {
	margin-bottom:20px;
}
.page_event .box.left {
	float:left;
	width:48.5%;
	margin-bottom:20px;
}
.page_event .box.right {
	float:right;
	width:48.5%;
	margin-bottom:20px;
}

/* ==============================================
 施設紹介
=============================================== */
.sisetu_main_comment {
	margin-bottom:20px;
}
.sisetu_item_area {
	margin:0 -1%;
}
.sisetu_item_area .sisetu_item {
	float:left;
	width:23%;
	margin:0 1% 30px 1%;
}
.sisetu_item_area .name {
	background:#333;
	color:#FFF;
	text-align:center;
	margin-bottom:10px;
	padding:5px 0;
}
.sisetu_item_area .comment {
	line-height:1.4;
}
.sisetu_item_area .sisetu_item.item5,
.sisetu_item_area .sisetu_item.item9,
.sisetu_item_area .sisetu_item.item13,
.sisetu_item_area .sisetu_item.item17 {
	clear:both;
}

/* ==============================================
▼ 管理画面記事作成のスタイル
=============================================== */

/*背景グレー*/
.bg_gray_box {
	padding:15px;
	background:#f5f5f5;
}
/*背景:黒 文字:白*/
.bg_black_box {
	padding:15px;
	color:#FFF;
	background:#333;
}
/*タイトル[大]*/
.commentarea_title {
	font-size:140%;
    background:#CA6469;
	border-left:10px solid #953338;
	padding:8px 10px;
	color:#FFF;
	margin-bottom:15px;
}
/*タイトル[中]*/
.commentarea_title_m {
	font-size:130% ;
	background: #F1DADB;
	border-left:10px solid #C14A51;
	padding:8px 10px;
	color:#000;
	margin-bottom:15px;
}
/*タイトル[小]*/
.commentarea_title_s {
	font-size:120%;
	background:#fff;
	border-left:10px solid #D58286;
	border-bottom:2px solid #D58286;
	padding:5px 10px;
	color:#000;
	margin-bottom:15px;
}

/* リンクボタン1 */
.style_link_btn_blue a {
	text-decoration:none;
	background: #2E3874;
	color:#FFF;
	padding:10px 20px;
	font-size:16px;
	display:inline-block;
	margin:5px;
	border-radius:4px;
}
.style_link_btn_blue a:hover {
	opacity:0.7;
}
/* リンクボタン_red */
.style_link_btn_red a {
	text-decoration:none;
	background: #BF262B;
	color:#FFF;
	padding:10px 20px;
	font-size:16px;
	display:inline-block;
	margin:5px;
	border-radius:4px;
}
.style_link_btn_red a:hover {
	opacity:0.7;
}
/* リンクボタン_orange */
.style_link_btn_orange a {
	text-decoration:none;
	background: #EA7500;
	color:#FFF;
	padding:10px 20px;
	font-size:16px;
	display:inline-block;
	margin:5px;
	border-radius:4px;
}
.style_link_btn_orange a:hover {
	opacity:0.7;
}
/* リンクボタン_green */
.style_link_btn_green a {
	text-decoration:none;
	background: #38712B;
	color:#FFF;
	padding:10px 20px;
	font-size:16px;
	display:inline-block;
	margin:5px;
	border-radius:4px;
}
.style_link_btn_green a:hover {
	opacity:0.7;
}

