<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*  
Theme Name: KOSHO
Theme URI: http://itoben.com/style/
Description: ITOBEN Project, Very simple theme. Markup of css which can facilitate customization.
Version: 2.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
*/

@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;
}

.sp_clear {
	clear:both;
}
@media print, screen and (min-width: 480px) {
.sp_clear {
	clear:none;
}
}

/* デフォルトテーブル
----------------------------------------------- */
table {
    margin: 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}
@media all and (-ms-high-contrast: none) {
	table {
		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;
}

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

/* -----------------
▼ベースカラー
#4D2A6C
hover→background:linear-gradient(#7C6293, #6F5388);
----------------- */

.col_base {
	color:#4D2A6C;
}
.col_red {
	color:#C11F34;
}
.col_blue {
	color:#0062A0;
}
.col_green {
	color:#29905e;
}
.col_cyan {
	color:#A3BACD;
}
.col_brown {
	color:#693C34;
}

/* 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:80% "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.6em;
	letter-spacing:1px;
	color:#333;
}
body.kinkyu {
}
@media print, screen and (min-width: 1040px) {
body {
	background: url(img/common/bg_body.png) repeat-x;
}
}

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

a img:hover {
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

a.link-to-pdf img {
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
	border:1px solid #CCC;
}
a.link-to-pdf img:hover {
	border:2px solid #d9534f;
}

a[href$=".pdf"] {
	display:inline-block;
	min-height:24px;
	padding:4px 0 0 28px;
	background:url(img/icon/adobe_pdf.png) no-repeat;
}

.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:#693C34;
	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:#F00;
}

/*パンくず*/
.breadcrumb-trail {
	display:none;
}
@media print, screen and (min-width: 480px) {
.breadcrumb-trail {
	display:block;
	padding-bottom:5px;
	margin-bottom:15px;
	border-bottom:1px dotted #999;
}
}


/*--------------------------------
　タイトル 
--------------------------------*/
h2.title {
	font-size:160%;
	border-bottom:1px solid #ddd;
	padding:10px 10px 3px 10px;
	margin-bottom:20px;
	color: #000;
}
h3.title {
	font-size:120%;
	padding:5px 8px;
	color:#333;
	border-bottom:1px solid #7C6293;
	border-left: 10px solid #7C6293;
	background:#FFF;
	margin-bottom:10px;
}
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: 1040px) {
h2.single_title {
	font-size:180%;
}
}

/*--------------------------------
　フォーム
--------------------------------*/
.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;
	border-top:#4D2A6C 6px solid;
}

/* ヘッダー */
header {
	position:relative;
	margin:0 -10px;
	padding:0 10px;
	background:#F1EEF3;
	border-top:#B0A1BE 4px solid;
}
#header {
	width:100%;
	margin:0 auto;
	padding-bottom:5px;
	position:relative;
    text-align: left;
}

/* コンテンツ */
#container_wrap {
	clear:both;
    width: 100%;
    margin: 0 auto;
	padding-top:20px;
}
#container {
	position:relative;
    width:100%;
    margin: 0 auto;
    text-align: left;
	background:#FFF;
	border-radius: 4px 4px 0 0;
}

/*メインカラム*/
#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) {
#container {
	padding:20px;
}
.front_page #container {
	padding:0;
}
#footer_wrap {
	position:relative;
	top:-10px;
}
}

@media print, screen and (min-width: 1040px) {
header {
	margin:0;
	padding:0;
	border-bottom:none;
}
.frame_outer {
	width:100%;
	padding:0;
}
/* ヘッダー */
header #headline {
	margin:0;
}
#header {
	width:1040px;
	margin:0 auto;
}

/* コンテンツ */
#container_wrap {
	width:1040px;
	background:#FFF;
}
#container {
	clear:both;
	width:1000px;
	margin:0 auto;
	position:relative;
}
/*メインカラム*/
#container .main {
	float:left;
	width:70%;
}

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

/* ------------------
メインカラム（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:70%;
	margin-bottom:0;
}
#container .one_column #right_column {
	float:right;
	width:27%;
	margin-bottom:0;
}
}

/* ==============================================
 ヘッダー詳細
=============================================== */
/* 共通 */
header li {
	list-style:none;
}

/* ▼ロゴエリア */
#header .logo_area {
	width:100%;
	padding-top:10px;
	margin:0 auto 10px auto;
	text-align:center;
}
#header .logo_area h2 {
	position:relative;
	z-index:10;
}
#header .logo_area h2 span {
	display:none;
}
/* ▼ユーティリティエリア */
#header .utilty_area {
	position:relative;
	width:100%;
}

@media print, screen and (min-width: 480px) {
#header .utilty_area {
	padding-top:0;
}
}

@media print, screen and (min-width: 1040px) {
/* ▼ロゴエリア */
#header .logo_area {
	float:left;
	padding-top:30px;
	width:60%;
	text-align:left;
	margin-bottom:0;
}
/* ▼ユーティリティエリア */
#header .utilty_area {
	margin-top:0;
	float:right;
	width:40%;
}
}

/* ヘッダー背景画像 */
header img#bg_header1 {
	display:none;
}
header img#bg_header2 {
	position:absolute;
	top:5px;
	left:0;
}
@media print, screen and (min-width: 620px) {
header img#bg_header1 {
	display:block;
	position:absolute;
	top:0;
	right:0;
}
}

/* 緊急連絡 */
#header .kinkyu {
	display:inline-block;
	position: absolute;
	top:55px;
	right:18px;
}
#header .kinkyu span {
	position:relative;
	top:1px;
}
#header .kinkyu_off {
	font-size:120%;
	color: #69C;
}
#header .kinkyu_on {
	font-size:130%;
	color: #C00;
}
@media print, screen and (min-width: 480px) {
#header .kinkyu {
	top:30px;
	right:0;
}
}
@media print, screen and (min-width: 1040px) {
#header .kinkyu {
	top:10px;
	right:140px;
}
}

/* フォントサイズ */
#fontsize_area {
	display:none;
}
@media print, screen and (min-width: 1040px) {
#fontsize_area {
	display:block;
	text-align:right;
	margin-top:10px;
	padding-right:3px;
}
#fontsize_area #text {
	display:inline-block;
	position:relative;
	top:-4px;
}
#fontsize_area img {
	display:inline-block;
}
#fontsize_area img#standard {
	margin-right:1px;
}
#fontsize_area img:hover {
	cursor:pointer;
}
}

/* メニュー1 [地図・アクセス][お問い合わせ][サイトマップ] */
#header .utilty_area .header_menu1 {
	position:relative;
	text-align: center;
	margin:5px -5px 0 -5px;
}
#header .utilty_area .header_menu1 li {
	float:left;
	width:50%;
	list-style:none;
}
#header .utilty_area .header_menu1 li a {
	color:#333;
	display: block;
	padding:5px;
	margin:5px;
	letter-spacing:0;
	font-size:110%;
	background:#fff;
	border-radius: 2px;
	border: 1px solid #666;
}
#header .utilty_area .header_menu1 li a:hover {
	background:#7C6293;
	color:#FFF;
	border: 1px solid #4D2A6C;
}
#header .utilty_area .header_menu1 li span {
	display:inline;
	padding-right:1px;
}
@media print, screen and (min-width: 480px) {
#header .utilty_area .header_menu1 {
	margin:0 -2px;
}
#header .utilty_area .header_menu1 li {
	float:none;
	width:auto;
	display:inline;
}
#header .utilty_area .header_menu1 li a {
	margin:0 2px;
	display: inline-block;
	letter-spacing:1px;
	padding:3px 5px;
}
#header .utilty_area .header_menu1 li span {
	display:inline;
}
}
@media print, screen and (min-width: 1040px) {
#header .utilty_area .header_menu1 {
	margin:5px 0 0 0;
	text-align:right;
}
}

/* メニュー2 [中学生の皆様へ][卒業生の皆様へ] */
#header .header_menu2 {
	margin:0 -5px 0 -5px;
	text-align: center;
}
#header .header_menu2 li {
	float:left;
	width:50%;
	list-style:none;
}
#header .header_menu2 li a {
	display:block;
	padding:7px 0 5px 0;
	font-size:110%;
	color:#fff;
	background:#4D2A6C;
	margin:5px;
	border-radius: 2px;
	border:1px solid #4D2A6C;
}
#header .header_menu2 li a:hover {
	background:#7C6293;
	color:#fff;
	border:1px solid #4D2A6C;
}
#header .header_menu2 li span {
	position:relative;
	top:1px;
	padding-right:5px;
}
@media print, screen and (min-width: 480px) {
#header .header_menu2 {
	margin:10px 0 0 0;
	border-bottom: none;
	padding-bottom:5px;
}
#header .header_menu2 li {
	float:none;
	display:inline-block;
	width:auto;
}
#header .header_menu2 li a {
	display: inline-block;
	padding: 6px 12px;
	margin:5px 2px 0 2px;
	font-size: 14px;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
		touch-action: manipulation;
	cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
          user-select: none;
}
}
@media print, screen and (min-width: 1040px) {
#header .header_menu2 {
	text-align:right;
	margin:7px 0 0 0;
}
}

/* -----------------------
   グローバルナビ（PC）
   https://theorthodoxworks.com/web-design/drop-down-menu-multi-css/
----------------------- */
/* 画面100%バー */
header nav {
	position:relative;
	z-index:10;
	margin-top:10px;
	padding-bottom:10px;
}
/* ボタンエリア */
nav .global_menu {
    position: relative;
    height: 50px;
    max-width: 1040px;
    margin: 0 auto;
}
/* ▼1階層ボタン */
nav .global_menu li {
    background:linear-gradient(#7C6293, #6F5388);
	padding:10px 0;
	margin-bottom:10px;
	border-radius: 2px;
}
nav .global_menu li.menu1{
	display:none;
}
nav .global_menu li.menu2,
nav .global_menu li.menu4,
nav .global_menu li.menu6 {
	clear:both;
	float:left;
	width:49%;
}
nav .global_menu li.menu3,
nav .global_menu li.menu5,
nav .global_menu li.menu7 {
	float:right;
	width:49%;
}
nav .global_menu li:hover {
    background: #4D2A6C;
    -webkit-transition: all .5s;
    transition: all .5s;
}
nav .global_menu li a {
    display:block;
    color: #fff;
	font-size:16px;
	text-align:center;
}

@media print, screen and (min-width: 1040px) {
header nav {
	background:#4D2A6C;
	border-top:2px solid #4D2A6C;
	border-bottom:2px solid #4D2A6C;
	margin-top:0;
	padding-bottom:0;
}
nav .global_menu li.menu2,
nav .global_menu li.menu4,
nav .global_menu li.menu6 {
	clear:none;
	float:none;
	width: auto;
}
nav .global_menu li.menu3,
nav .global_menu li.menu5,
nav .global_menu li.menu7 {
	float:none;
	width: auto;
}
nav .global_menu li {
    float: left !important;
    width: 14.28% !important; /* ナビ数による */
	border-left: #C9B4DC 1px solid;
    height: 50px;
    line-height: 50px;
	padding:0;
	margin-bottom:0;
	border-radius:0;
}
nav .global_menu li:last-child{
	border-right:#C9B4DC 1px solid;
}
nav .global_menu li.menu1{
	display: block;
}
}

/* -----------------------
   スマホ用ナビ（ドロワーメニュー）
----------------------- */
/* 全体スクロール非表示 */
body.open {
	overflow:hidden;
}
/* ページトップのリンクより前面 */
#drawer-menu_area {
	position:relative;
	z-index:20;
}
/* ドロワーメニュー */
.drawer-menu {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    padding: 50px 0;
    background: #222;
    -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 &gt; ul {
	padding:10px;
}
.drawer-menu li a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all .8s;
    transition: all .8s;
	padding:0 10px;
	border-bottom:1px solid #999;
}
.drawer-menu ul.sub-menu li a {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
	padding-left:35px;
	border-bottom:1px dashed #666;
}
.drawer-menu li a:hover {
	cursor:default;
}
.drawer-menu ul.sub-menu li a:hover {
    color: #1a1e24;
    background: #fff;
	cursor:pointer;
}
/* 下矢印 */
.drawer-menu .init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* checkbox */
#drawer-menu_area .check {
    display: none;
}
/* menu button - label tag */
#drawer-menu_area .menu-btn {
    position: fixed;
    display: block;
    top: 20px;
    right: 10px;
    display: block;
    width: 50px;
    height: 50px;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
    z-index: 3;
	background: rgba(77,42,108,0.7); /*文字は透過しない*/
}
#drawer-menu_area .menu-btn.close {
    right: 30px;
	background:none;
}
#drawer-menu_area .bar {
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    width: 40px;
    height: 3px;
    background: #fff;
    -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: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: block;
    visibility: visible;
    opacity: 1;
}
#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;
}
}

/* ==============================================
 フッター
=============================================== */
#footer_wrap {
}
#footer_menu_area {
	margin:0 -10px;
}
#footer_name_area {
	margin:0 -10px;
}
@media print, screen and (min-width: 1040px) {
#footer_wrap .inner {
	width:1000px;
	margin:0 auto;
}
#footer_menu_area {
	margin:0;
}
#footer_name_area {
	margin:0;
}
}

/* -----------------------
   KOSHO SPIRITS
----------------------- */
#footer_wrap #kosho_spirits {
	text-align:center;
	margin-bottom:20px;
}

/* -----------------------
   メニュー
----------------------- */
#footer_menu_area {
	padding:30px 10px;
	background:#21122E;
}
#footer_menu_area li {
	list-style:none;
}
#footer_menu_area ul li a {
	display:block;
	color:#FFF;
	cursor:text;
	font-size:14px;
	border-bottom:1px solid #999;
	margin-right:20px;
	margin-bottom:20px;
}
#footer_menu_area ul.sub-menu li a {
	display:block;
	color:#FFF;
	cursor: pointer;
	font-size:12px;
	border-bottom: none;
	margin-right:0;
	margin-bottom:10px;
	line-height:1.2em;
	padding-left:20px;
}
#footer_menu_area ul.sub-menu li a:hover {
	text-decoration:underline;
}
#footer_menu_area ul.sub-menu li:last-child {
	margin-bottom:20px;
}
#footer_menu_area .inner img#bg_footer_kosyo {
	display:none;
}
@media print, screen and (min-width: 760px) {
#footer_menu_area ul.menu {
	float:left;
	width:16.66%;
}
#footer_menu_area ul.sub-menu li {
	float:none;
	width:auto;
}
#footer_menu_area ul.sub-menu li:last-child {
	margin-bottom:0;
}
}

/* 校章 */
#footer_wrap .inner.menu {
	position:relative;
}
#footer_wrap .inner ul.menu {
	position:relative;
	z-index:1;
}
#footer_menu_area .inner.menu img#bg_footer_kosyo {
	display: inline-block;
	position:absolute;
	bottom:0;
	right:30px;
}
@media print, screen and (min-width: 480px) {
#footer_menu_area .inner.menu img#bg_footer_kosyo {
	right:80px;
}
}

/* -----------------------
   学校名・住所等
----------------------- */
#footer_name_area {
	background:#DCD3E0;
	position:relative;
	clear:both;
	padding:20px 10px;
}
#footer_name_area #footer_logo {
	text-align:center;
}
#footer_name_area #footer_address {
	padding-top:20px;
	margin-bottom:80px;
	font-size:12px;
	text-align:center;
}
#footer_name_area #footer_logo img {
	max-width:80%;
}
@media print, screen and (min-width: 760px) {
#footer_name_area #footer_logo {
	float:left;
	width:50%;
}
#footer_name_area #footer_address {
	float:right;
	width:50%;
	font-size:16px;
	text-align:left;
	margin-bottom:20px;
}
}


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

/* フレーム
----------------------------------------------- */
#toppage_left_frame {
}
#toppage_rightt_frame {
}
@media print, screen and (min-width: 1040px) {
#toppage_left_frame {
	float:left;
	width:70%;
}
#toppage_right_frame {
	float:right;
	width:27%;
}
}

/* トップページ画像
----------------------------------------------- */
#front_page_slide {
	margin-bottom:50px;
	text-align:center;
}

/* コンテンツタイトル
----------------------------------------------- */
.front_new_title {
	font-size:24px;
	text-align:center;
	margin-bottom:20px;
	font-weight:bold;
	color:#C11F34;
}

/* WHAT'S NEW タブ切り替え
----------------------------------------------- */
.whatnew_area {
	position:relative;
	margin-bottom:50px;
}
.whatnew_area .change_btn_area {
	text-align:left;
}
.whatnew_area button {
	font-size:12px;
	cursor:pointer;
	background:#f7f7f7;
	border:1px solid #CCC;
	border-radius: 2px;
	padding:5px;
	margin-bottom:15px;
}
.whatnew_area button:hover {
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.whatnew_area button.select {
	background:#C11F34;
	border:1px solid #C11F34;
	color:#FFF;
}
.whatnew_area .change_panel.hide{
	display: none;
}
@media print, screen and (min-width: 480px) {
.whatnew_area .sintyaku {
	display:inline;
	font-size:16px;
	color:#C00;
}
.whatnew_area button {
	font-size:14px;
	padding:5px 20px;
}
}

/* WHAT'S NEW　list-post_top1.php */
.whatnew_area .change_panel {
	margin-bottom:10px;
}
.whatnew_area .change_panel a {
	display:block;
	color:#333;
	font-size:16px;
	padding:12px 0;
	border-bottom:#CCC 1px dotted;
}
.whatnew_area .change_panel a:hover {
	background:#F1EEF3;
}
.whatnew_area .change_panel a .date {
	display:block;
	margin-right:15px;
	font-size:14px;
	color:#666;
}
@media print, screen and (min-width: 1040px) {
.whatnew_area .change_panel a .date {
	display:inline-block;
}
}

/* 一覧を見る */
.whatnew_area .list_page {
	background:#f5f5f5;
	text-align:left;
}
.whatnew_area .list_page #ichiran_miru {
	display:block;
	padding:5px 10px;
	color:#FFF;
	background:#333;
	border-right:1px solid #f5f5f5;
}
.whatnew_area .list_page a {
	display:inline-block;
	padding:10px;
	color:#000;
}
.whatnew_area .list_page a:hover {
	text-decoration:underline;
}
@media print, screen and (min-width: 480px) {
.whatnew_area .list_page #ichiran_miru {
	display:inline-block;
}
.whatnew_area .list_page a {
	background:#ddd;
	border-right:1px solid #f5f5f5;
	padding:5px 10px;
}
.whatnew_area .list_page a:hover {
	color:#fff;
	background:#999;
	text-decoration:none;
}
}

/* 緊急連絡
----------------------------------------------- */
#top_kinkyu_message {
	background:#C11F34;
	font-size:16px;
	padding:20px;
	color:#FFF;
	margin-bottom:20px;
}
#top_kinkyu_message span {
	display: inline-block;
	font-size:30px;
	color:#FC0;
	padding-top:2px;
}
.whatnew_area .kinkyu_area {
	padding-bottom:20px;
	margin:0 0 20px 0;
	border-bottom:1px dashed #666;
}
.whatnew_area .kinkyu_area .date {
	color: #C00;
	font-size:130%;
	padding:20px;
	padding-bottom:10px;
}
.whatnew_area .kinkyu_area .title {
	color:#C00;
	font-size:150%;
	padding:20px;
	padding-top:0;
	font-weight:bold;
}
.whatnew_area .kinkyu_area .comment {
	padding:20px;
	color: #069;
	font-size:130% !important;
}
/* 緊急連絡なし */
.whatnew_area .kinkyu_area .none {
	font-size:150%;
	text-align:center;
	padding:20px;
}
@media print, screen and (min-width: 480px) {
.whatnew_area .kinkyu_area {
	margin:0 2% 20px 0;
}
#top_kinkyu_message {
	font-size:24px;
	text-align:center;
}
}

/* SCHOOL VISIT
----------------------------------------------- */
.tyosen_area {
	margin-bottom:50px;
}
.tyosen_area a {
	display:block;
	position:relative;
	padding:15px 15px 10px 15px;
}
.tyosen_area li {
	list-style:none;
	background:#FFF;
}
.tyosen_area li .school_visit{
	float:left;
	width:49%;
}
.tyosen_area li p {
	float:right;
	width:49%;
	color:#666;
	font-size:12px;
	line-height:1.2em;
	padding-top:25px;
}
.tyosen_area li h2 {
	color:#333;
	font-size:14px;
	position:absolute;
	top:10px;
	left:52%;
}
.tyosen_area li img:hover {
    filter:alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
}
.tyosen_area li:hover {
	background:#eee;
}
@media print, screen and (min-width: 480px) {
.tyosen_area li {
	float:left;
	border-radius: 2px;
	border:1px solid #999;
	margin-bottom:15px;
}
.tyosen_area li.left {
	clear:both;
	width:49%;
	margin-right:2%;
}
.tyosen_area li.right {
	width:49%;
}
.tyosen_area li h2 {
	font-size:16px;
}
}

/* トップページ　サイドカラム
----------------------------------------------- */
#toppage_right_frame {
	margin-bottom:50px;
}

/* #side_area_1 */
#toppage_right_frame #side_area_1 {
	margin-bottom:10px;
}
#toppage_right_frame #side_area_1 a {
	display:block;
	float:left;
	width:48%;
	max-height:160px;
	margin:0 1%;
	margin-bottom:10px;
	border:1px solid #999;
	overflow:hidden;
	position:relative;
}
#toppage_right_frame #side_area_1 a:hover {
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
}
#toppage_right_frame #side_area_1 a .toppage_side {
	padding:1px;
}
#toppage_right_frame #side_area_1 a .toppage_side img {
	display:block;
	margin:0;
}
#toppage_right_frame #side_area_1 a .toppage_side img:hover {
    filter:alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
}
#toppage_right_frame #side_area_1 a .back {
	position:absolute;
	bottom:0;
	height:40px;
	width:100%;
	background:#FFF;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    opacity:0.5;
}
#toppage_right_frame #side_area_1 a img.item {
	position:absolute;
	bottom:1px;
	left:0;
	right:0;
	margin:0 auto;
}
@media print, screen and (min-width: 480px) {
#toppage_right_frame #side_area_1 a {
	width:23%;
}
#toppage_right_frame #side_area_1 a .back {
	height:60px;
}
#toppage_right_frame #side_area_1 a img.item {
	bottom:12px;
}
}
@media print, screen and (min-width: 1040px) {
#toppage_right_frame {
	margin-bottom:10px;
}
#toppage_right_frame #side_area_1 a {
	float:none;
	width:100%;
	margin:0 0 10px 0;
}
}

/* #side_area_2 */
#toppage_right_frame #side_area_2 {
	margin-bottom:10px;
}
#toppage_right_frame #side_area_2 a {
	display:block;
	float:left;
	width:48%;
	margin:0 1%;
	margin-bottom:10px;
	border:1px solid #999;
	overflow:hidden;
	position:relative;
}
#toppage_right_frame #side_area_2 a:hover {
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
}
#toppage_right_frame #side_area_2 a.button {
	padding:10px;
	font-size:13px;
	border:1px solid #333;
}
#toppage_right_frame #side_area_2 a.button.zaiko {
	background:#608149;
	color:#FFF;
}
#toppage_right_frame #side_area_2 a.button.sotu {
	background: #5C859C;
	color:#FFF;
}
#toppage_right_frame #side_area_2 a.button.pta {
	background: #AC1C2E;
	color:#FFF;
}
#toppage_right_frame #side_area_2 a.button.doso {
	background: #AB5303;
	color:#FFF;
}
@media print, screen and (min-width: 1040px) {
#toppage_right_frame #side_area_2 a {
	float:none;
	width:100%;
	margin:0 0 5px 0;
}
#toppage_right_frame #side_area_2 a.button {
	padding:10px;
	font-size:16px;
}
}


/* ===============================
グローバルメニューページ（page-global_top.php）
================================== */
.page_global_top #menu_area ul li {
	list-style-type:none;
}
.page_global_top #menu_area ul a {
	display:none;
}
.page_global_top #menu_area ul.sub-menu a {
	display:block;
	font-size:15px;
	padding:10px 15px 10px 30px;
	margin-bottom:10px;
	border:#eee 1px solid;
	background: url(img/icon/ico_sankaku.png) no-repeat 10px center;
	color:#333;
}
.page_global_top #menu_area ul.sub-menu a:hover {
	background: url(img/icon/ico_sankaku.png) no-repeat 10px center #7C6293;
	color:#FFF;
}

/* ===============================
カテゴリページ（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:10px 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 .new_icon {
	position:absolute;
	left:5px;
	top:10px;
	z-index:1;
}
#tabs_container .post_area .image {
	float:left;
	width:35%;
	max-height:100px;
	overflow:hidden;
}

#tabs_container .post_area .post_text {
	float:right;
	width:63%;
}
#tabs_container .post_area .post_text .title {
	font-size:130%;
	margin-bottom:5px;
	color:#000;
}
#tabs_container .post_area .post_text .title span {
	color: #069;
	display:block;
	font-size:90%;
	font-weight:normal;
}
#tabs_container .post_area .post_text .comment {
	display:none;
}
@media print, screen and (min-width: 480px) {
#tabs_container .post_area .image {
	float:left;
	width:30%;
	max-height:140px;
}
#tabs_container .post_area .post_text {
	float:right;
	width:68%;
}
#tabs_container .post_area .post_text .comment {
	display: block;
	line-height:1.3em;
}
}

/* ==============================================
 ページナビ
=============================================== */
.page_navi_area .wp-pagenavi {
	clear:both;
	margin:30px 0;
	text-align:center;
	padding:10px;
	background:#f7f7f7;
}
.page_navi_area .wp-pagenavi .pages,
.page_navi_area .wp-pagenavi .page,
.page_navi_area .wp-pagenavi .previouspostslink,
.page_navi_area .wp-pagenavi .nextpostslink {
	background:#FFF;
}
.page_navi_area .wp-pagenavi .current {
	background:#286090;
	color:#FFF;
}

/* ==============================================
 シングルページ
=============================================== */
/*タイトルの下マージン*/
.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;
}
}

/* ==============================================
 記事
=============================================== */
.comment {
	font-size:110%; /* /js/font_size.jsの標準サイズと同じにする */
}
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%;
}
}

/* ==============================================
 右カラム
=============================================== */
/*--------------------------------
　サイドメニュー
--------------------------------*/
.side_menu {
	margin-bottom:15px;
	padding:10px;
	background:#E1E4E8;
	border:1px solid #CCC;
}
.side_menu .image img {
	max-width:60%;
}
.side_menu li {
	list-style:none;
	margin-bottom:2px;
}
.side_menu li a {
	display:block;
	padding:10px;
	background:#FFF;
	color:#333;
	font-size:110%;
}
.side_menu li a:hover {
	background:#337ab7;
	color:#FFF;
}

/*--------------------------------
　検索エリア
--------------------------------*/
#sidber_search_area {
	margin-bottom:20px;
}
/*検索*/
#sidber_search_area .side_search {
}
#sidber_search_area h2.widgettitle {
	display:none;
}
#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: 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;

	margin-bottom: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*/
#sidber_search_area .rss_area {
	margin-top:10px;
}
#sidber_search_area .rss_area a {
	display:block;
	font-size:120%;
}
#sidber_search_area .rss_area a span {
	padding-right:5px;
}

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

/*記事：最新5件*/
#side_limit_post {
	margin-bottom:20px;
}
#side_limit_post a {
	display:block;
	margin-bottom:10px;
}
#side_limit_post .image {
	float:left;
	width:39%;
}
#side_limit_post .text {
	float:right;
	width:59%;
}
#side_limit_post .image .trimming {
	width:100%;
	height:80px;
	overflow:hidden;
	text-align:center;
	background:#000;
}
#side_limit_post a:hover {
	background:#f5f5f5;
}
#side_limit_post a:hover img {
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}


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



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

/* 最上部のバナー */
#page_top_banner {
	margin-bottom:10px;
}
@media print, screen and (min-width: 1040px) {
#page_top_banner {
	width:1000px;
	margin:0 auto;
}
}

/* -------------------------------------
カテゴリーの記事から数点チョイス
「体験入学」「学校説明会」「学校公開日」「紫紺祭」「PTA」
設定→ sidebar-postchoice.php
読み込み→ page.php page-right_column.php
------------------------------------- */
.choice_category_list {
	margin:30px 0;
}
.choice_category_list .title {
	font-size:14px;
	background: #0062A0;
	padding:7px 10px;
	margin-bottom:20px;
	color:#FFF;
}
.choice_category_list a {
	color:#333;
}
.choice_category_list a img:hover {
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
.choice_category_list a:hover {
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.choice_category_list .title span {
	font-size:16px;
}
.choice_category_list .list_area {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dashed #666;
}
.choice_category_list .list_area .image {
	width:100%;
	max-height:200px;
	overflow:hidden;
	margin-bottom:10px;
}
.choice_category_list .list_area .text {
	width:100%;
}
.choice_category_list .list_area .post_title {
	font-size:120%;
	border-bottom:#999 1px solid;
	padding-bottom:3px;
	margin-bottom:3px;
}
.choice_category_list .list_area .post_time {
	font-weight:bold;
	margin-bottom:10px;
}
.choice_category_list .all_page {
	margin:10px 0;
	text-align: center;
}
.choice_category_list .all_page a {
	display:block;
	padding:5px 10px;
	background:#f7f7f7;
}
.choice_category_list .all_page a:hover {
	background:#eee;
}


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

/*1カラムの場合*/
.one_column .choice_category_list .list_area .image {
	width:33%;
}
.one_column .choice_category_list .list_area .text {
	width:65%;
}

}


/* ==============================================
 学校生活
=============================================== */
/* 各種行事の読み込み */
.main_schoollife ul#menu-kakusyugyoji li {
	display: block;
}
.main_schoollife ul#menu-kakusyugyoji li a {
	display:inline-block;
	padding:2px 10px;
	border-left:#d9534f 5px solid;
	margin-bottom:5px;
}
.main_schoollife ul#menu-kakusyugyoji li a:hover {
	background:#d9534f;
	color:#FFF;
}

/* ==============================================
 よくあるご質問
=============================================== */

article.main_qa h4 {
	color:#C00;
	border-left:#C00 5px solid;
	padding-left:5px;
	margin-bottom:10px;
}
article.main_qa .qe-faqs-toggles-group {
	margin-bottom:20px;
}
article.main_qa .qe-toggle-title strong {
	font-weight:normal;
}
article.main_qa .qe-toggle-content {
	padding-bottom:15px;
}

/* ==============================================
 部活動
=============================================== */

/* トップページ
--------------------------------*/
#bukatsu_top_area .bukatsudo_kyoku {
	font-size:18px;
	border-bottom:1px dotted #999;
	margin:20px 0;
	color: #606;
}
#bukatsu_top_area ul {
}
#bukatsu_top_area li {
	list-style:none;
}
#bukatsu_top_area li a {
	display:block;
	color:#000;
	font-size:14px;
	padding:5px 5px 5px 26px;
	margin-bottom:1px;
	background:url(img/icon/ico_sankaku.png) no-repeat 10px center #f7f7f7;
}
#bukatsu_top_area li a:hover {
	background:url(img/icon/ico_sankaku.png) no-repeat 10px center #7C6293;
	color:#FFF;
}


/* 共通
--------------------------------*/
article.bukatudo .bukatudo_main_comment {
	margin-bottom:20px;
}
article.bukatudo .gazou {
	margin-bottom:10px;
}
article.bukatudo .gazou .left {
	float:left;
	width:49%;
}
article.bukatudo .gazou .right {
	float:right;
	width:49%;
}
article.bukatudo .title {
	font-size:110%;
	background:linear-gradient(#7C6293, #6F5388);
	border-left:10px solid #4D2A6C;
	color:#fff;
	padding:5px 10px;
	margin-bottom:10px;
}
article.bukatudo .content {
	margin-bottom:20px;
}

/* ==============================================
 学年だより
=============================================== */
.gakunen_area .gakunen {
	font-size:18px;
	border-bottom:1px dotted #999;
	margin:20px 0;
	color: #606;
}
.gakunen_area .tayori_box {
	float:left;
	width:32%;
	margin-right:2%;
	margin-bottom:10px;
	border-radius:4px;
	border:#ccc 1px solid;
}
.gakunen_area .tayori_box.right {
	margin-right:0;
}
.gakunen_area .tayori_box a {
	display:block;
	font-size:13px;
	color:#333;
	padding:10px 0 10px 40px;
	background-position:10px center;
}
.gakunen_area .tayori_box a:hover {
	background-color:#7C6293;
	color:#FFF;
}
.gakunen_area .tayori_box span {
	display:block;
	font-size:16px;
	color:#ddd;
	padding:10px 0;
	text-align:center;
}
@media print, screen and (min-width: 480px) {
.gakunen_area .tayori_box a {
	font-size:16px;
}
}

/* ==============================================
 甲商生の一日
=============================================== */
.page_1day .space_area {
	height:30px;
}
.page_1day .item_area {
	margin-bottom:30px;
}
.page_1day .item_area .title {
	font-size:16px;
	background:#FAF3F8;
	color:#000;
	border-left:10px solid #CEB7F0;
	padding:8px 0 8px 15px;
	margin-bottom:10px;
}
.page_1day .item_area .gazou {
	float:left;
	width:48%;
}
.page_1day .item_area .comment {
	float:right;
	width:50%;
	line-height:1.3em;
}
@media print, screen and (min-width: 480px) {
.page_1day .item_area .title {
	font-size:20px;
}
.page_1day .item_area .comment {
	line-height:1.6em;
}
}

/* ==============================================
 施設案内
=============================================== */
.page_sisetu .haiti_area {
	margin-bottom:50px;
}
.page_sisetu .haitizu {
}
.page_sisetu .photo {
	margin-top:-15px;
}
.page_sisetu table,
.page_sisetu th,
.page_sisetu td {
	margin:0;
	padding:0;
	border:none;
	vertical-align:top;
}
.page_sisetu th,
.page_sisetu td {
	text-align:center;
	padding:0 5px;
}
.page_sisetu table img {
	display:inline-block;
	padding:0;
	margin:15px 0 0 0;
	border:1px solid #eee;
}
@media print, screen and (min-width: 480px) {
.page_sisetu .haitizu {
	float:left;
	width:67%;
}
.page_sisetu .photo {
	float:left;
	width:33%;
}
}

/* ==============================================
 行事予定
=============================================== */
/*PDF予定表*/
.page_event #pdf_schedule {
	border:1px solid #999;
	padding:10px;
	text-align:center;
	margin-bottom:20px;
	font-size:12px;
	background:#f7f7f7;
}
@media print, screen and (min-width: 480px) {
.page_event #pdf_schedule {
	font-size:16px;
}
}

/* 月のボタン */
.page_event .calendar {
	margin-bottom:20px;
}
.page_event .calendar .sphone {
	clear:both;
	display:block;
}
.page_event .calendar .month {
	float:left;
	width:16.66%;
}
.page_event .calendar a {
	display:block;
	text-align:center;
	padding:5px;
	background:#8F79A3;
	color:#FFF;
}
.page_event .calendar a:hover,
.page_event .calendar .active a {
	background: #FC0;
	color:#000;
}
@media print, screen and (min-width: 480px) {
.page_event .calendar .sphone {
	clear: none;
	display:inline;
}
.page_event .calendar .month {
	float:left;
	width:8.33%;
}
}

/* 写真紹介エリア */
.event_area .left {
	float:left;
	width:48%;
}
.event_area .right {
	float:right;
	width:48%;
	font-size:110%;
	line-height:1.6em;
}
.event_area .left .title {
	text-align:center;
	font-size:110%;
	font-weight:bold;
}
@media print, screen and (min-width: 480px) {
.event_area .right {
	font-size:120%;
	line-height:1.8em;
}
}


/* ==============================================
 サイトマップ
=============================================== */
.sitemap ul,
.sitemap li,
.sitemap ol {
	list-style:none;
}
.sitemap li {
	display:inline-block;
	margin:0 5px 10px 0;
}
.sitemap ul.menu {
	margin-bottom:30px;
}
.sitemap ul.menu &gt; li &gt; a {
	display:block;
	font-size:16px;
	color:#4D2A6C;
	cursor:text;
	margin-bottom:10px;
}
.sitemap ul.sub-menu &gt; li &gt; a {
	display:block;
	font-size:14px;
	color:#333;
	padding:5px 10px;
	border-radius:3px;
	border:#999 1px solid;
	background:#f7f7f7;
}
.sitemap ul.sub-menu &gt; li &gt; a:hover {
	background:#ddd;
}

/* カテゴリー一覧 */
.sitemap #category_ichiran {
	font-size:18px;
	border-bottom:1px solid #666;
	padding-bottom:5px;
	margin-bottom:10px;
}
.sitemap ul#category_list li {
	margin:0;/*上の設定クリア*/
}
.sitemap ul#category_list &gt; li {
	font-size:16px;
	font-weight:bold;
	display: block;
	margin-bottom:15px;
}
.sitemap ul#category_list &gt; li &gt; ul &gt; li {
	font-size:14px;
	font-weight:normal;
	display:inline-block;
	margin-right:15px;
}


/* ==============================================
▼クッキー（cookie）とJava Scriptの設定
=============================================== */
#undercolumn_cookie {
	margin-bottom:20px;
}
#undercolumn_cookie img {
	max-width:100%;
}
#undercolumn_cookie a img:hover {
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
#undercolumn_cookie .box {
	margin-bottom:20px;
}
#undercolumn_cookie .browser_name {
	position:relative;
	padding-left:16px;
	margin-bottom:5px;
}
#undercolumn_cookie .browser_name:hover {
	background:#f7f7f7;
}
#undercolumn_cookie .browser_name a {
	cursor:pointer;
	font-size:120%;
	display:block;
	text-decoration:underline;
	padding:5px 0;
}
#undercolumn_cookie .browser_name img.statusicon {
	position:absolute;
	top:7px;
	left:0;
}
#undercolumn_cookie .left {
	float:left;
	width:49%;
	margin-right:1%;
	margin-bottom:20px;
	position:relative;
	padding-left:5%;
}
#undercolumn_cookie .right {
	float:right;
	width:44%;
	margin-leftt:1%;
	margin-bottom:20px;
}
#undercolumn_cookie .left .no {
	position:absolute;
	top:0;
	left:0;
	border-radius:50%;
	width:18px;
	padding-left:2px;
	height:20px;
	line-height:20px;
	background-color: #C00;
	color:#fff;
	text-align:center;
	font-size:14px;
}
#undercolumn_cookie .center {
	margin-bottom:20px;
	padding-left:20px;
}
#undercolumn_cookie .center ul li {
	list-style:decimal;
	margin-left:20px;
}

/* WHAT'S NEW のNEWアイコン*/
.whatnew_area .post_area {
	position:relative;
}
.whatnew_area .post_area span.new {
	position:absolute;
	z-index:1;
	top:-10px;
	right:0;
	background: rgba(255,0,0,0.5);
	color:#FFF;
	font-size:12px;
	display:inline-block;
	padding:4px 5px;
}

.post_area.list-post .image {
	position:relative;
}
.post_area.list-post span.new {
	position:absolute;
	z-index:1;
	top:0;
	right:0;
	background: rgba(243,145,0,0.9);
	color:#FFF;
	font-size:12px;
	display:inline-block;
	padding:4px 5px;
}


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

/*背景グレー*/
.bg_gray_box {
	padding:15px;
	background:#f5f5f5;
}
/*背景:黒 文字:白*/
.bg_black_box {
	padding:15px;
	color:#FFF;
	background:#333;
}
/*タイトル[大]*/
.commentarea_title {
	font-size:140%;
    background:linear-gradient(#7C6293, #6F5388);
	border-left:10px solid #4D2A6C;
	padding:8px 10px;
	color:#FFF;
	margin-bottom:10px;
}
/*タイトル[中]*/
.commentarea_title_m {
	font-size:120%;
	background:#999;
	border-left:10px solid #666;
	padding:10px;
	color:#fff;
	margin-bottom:10px;
}
/*タイトル[小]*/
.commentarea_title_s {
	font-size:110%;
	background:#f5f5f5;
	border-left:10px solid #ccc;
	padding:5px 10px;
	color:#333;
	margin-bottom:10px;
}
</pre></body></html>