@charset "UTF-8";

/*  
Theme Name: JOSAI
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

SchoolColor:#EE869A  C:00 M:60 Y:20 K:00
*/

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

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

/* -----------------
▼ベースカラー
----------------- */

.log_blue {
	color:#71C2E7;
}
.log_pink {
	color:#E997AE;
}
.logo_gray {
	color:#DDDAD6;
}
.logo_brown {
	color:#832321;
}
.header_deep_blue {
	color:#00486A;
}
.header_blue {
	color:#69C;
}

/* 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;
	height:100%;
}
body.kinkyu {
}

/* リンク */
a,
a:visited {
    color: #0070A6;
    text-decoration: none;
}
a:hover {
    color: #F90;
}

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

a[href$=".pdf"] {
	display:inline-block;
	padding:10px 10px 10px 45px;
	background:url(img/icon/adobe_pdf.png) no-repeat 6px 4px #f5f5f5;
	font-size:15px;
	text-decoration:none !important;
	border:#CCC 1px solid;
	margin:10px 10px 10px 0;
}
a[href$=".pdf"]:hover {
	background:url(img/icon/adobe_pdf.png) no-repeat 10px 4px #ccc;
	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;
}

.comment a {
	text-decoration:underline;
}

/*ページトップ*/
.pagetop {
	display:block;
	position: fixed;
	bottom: 5px;
	right: 0;
	z-index:19;
}
.pagetop img {
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
	width:60%;
}
.pagetop img:hover {
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
.pagetop a {
	display:inline;
	cursor:pointer;
}
@media print, screen and (min-width: 480px) {
.pagetop {
	bottom: 30px;
	right: 10px;
}
.pagetop img {
	width:auto;
}
}
/*フォント*/
.attention {
	color:#F00;
}

/*パンくず*/
.breadcrumbs {
	display:block;
	padding:20px;
}


/*--------------------------------
　タイトル 
--------------------------------*/
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%;
	background:#4C4A4A;
	padding:8px 10px;
	color:#FFF;
	margin-bottom:10px;
}
h2.single_title {
	font-size:140%;
	line-height:1.4em;
	margin:0 20px;
	border-bottom:1px solid #ccc;
	text-align:left;
}
h2.single_title .kj {
	padding-right:10px;
	color:#999;
}
@media print, screen and (min-width: 480px) {
h2.single_title {
	text-align:center;
}
}
@media print, screen and (min-width: 1040px) {
h2.single_title {
	font-size:30px;
	padding:0 20px;
	margin:0;
}
h2.single_title .kj {
	font-size:20px;
}
}

/*--------------------------------
　フォーム
--------------------------------*/
.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 {
	/* ★以下、スマホ用ドロワーメニュー稼働時の動作 */
    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;
}

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

/* フロントページ */
#container_wrap.container_wrap_front {
	margin-top:-50px;
}
@media print, screen and (min-width: 480px) {
#container_wrap.container_wrap_front {
	margin-top:0;
}
}

/* ==============================================
 ヘッダー
=============================================== */
/* ヘッダー固定 */
header{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}
header.hide{
    transform: translateY(-100%);
}

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

/* 共通 */
header li {
	list-style:none;
}

#header {
	background:#0097DF;
}
/* ▼ロゴエリア */
#header .logo_area {
	width:100%;
	padding:15px 10px;
	text-align:left;
}
@media print, screen and (min-width: 480px) {
/* ヘッダー固定 */
header{
    position: relative;
}
#header .logo_area {
	text-align:center;
}
}
#header .logo_area img {
	max-width:80%;
}
#header .logo_area h2 span {
	display:none;
}


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

ul.global_menu {
  width: 200px;
  margin: 0;
  padding: 0;
}
ul.global_menu li {
  position: relative;
  width: 200px;
  height: 46px;
}
ul.global_menu li > ul > li:last-child {
  border-bottom: none;
}
ul.global_menu li a {
  display: block;
  width: 200px;
  height: 46px;
  color: #fff;
  font-size: 16px;
  line-height: 2.9;
  padding: 0 5px;
  background: #71C2E7;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  text-decoration: none;
  transition: 0.5s;
}
ul.global_menu > li:hover > a {/*layer-1*/
  background: #69C;
  transition: 0.5s;
}
ul.global_menu > li li:hover > a {/*layer-2*/
  background: #69C;
}
ul.global_menu li:hover > ul > li {
	display:block;
  top: -46px;
  left: 200px;
  height: 46px;
}
ul.global_menu li ul li {
	display:none;
  height: 0;
  left: 200px;
  list-style: none;
  transition: 0.2s;
}
ul.global_menu li ul li a {
  background: #3974AE;
  transition: 0.5s;
}
ul.global_menu li ul:before {
  position: absolute;
  content: "";
  top: 18px;
  left: 180px;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
}
ul.global_menu li:hover ul li ul li:hover > a {/*layer-3*/
  color: pink;
  background: #afc6e2;
}
}

/*ADOBE READER*/
#adobe_reader_download {
	position: absolute;
	bottom:0;
	font-size:11px;
	line-height:1.2em;
	letter-spacing:0;
	padding:10px;
	color:#FFF;
}

/* ==============================================
メインカラム
=============================================== */
/* メインカラム */
#container .main {
	width:100%;
}
@media print, screen and (min-width: 780px) {
}

@media print, screen and (min-width: 1040px) {
#container .main .main_inner1000 {
	width:100%;
}
}
@media print, screen and (min-width: 1240px) {
#container .main .main_inner1000 {
	width:1000px;
	margin:0 auto;
}
}

/* ==============================================
 フッター
=============================================== */
/*フッター*/
#footer_wrap {
	clear:both;
}

/* -----------------------
   フッター検索エリア
----------------------- */
#footer_search_area {
	clear:both;
	padding:30px 20px;
	background:#FFF;
}
#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: 1040px) {
#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 {
	color:#FFF;
	padding:20px;
	line-height:1.8;
	background:#71C2E7;
}
#footer_menu_area a {
	color:#FFF;
	font-size:15px;
}
#footer_menu_area a:hover {
	color: #F90;
}
#footer_menu_area li,
#footer_menu_area ul {
	list-style:none;
	display:inline-block;
}
#footer_menu_area ul.menu > li {
	display:block;
}
#footer_menu_area ul.menu > li > a {
}
#footer_menu_area ul.menu > li a[href="#"] {
	display:inline-block;
	cursor:text;
	text-decoration:underline;
}
#footer_menu_area ul.menu > li a[href="#"]:hover {
	color:#FFF;
}
#footer_menu_area ul.sub-menu li {
	padding-left:10px;
	margin-left:10px;
}

/* -----------------------
   校名・住所
----------------------- */
#footer_name_area {
	background: #2F57A5;
	color:#FFF;
	font-size:14px;
	padding:30px 20px 100px 20px;
}
#footer_name_area #footer_logo {
	margin-bottom:10px;
}
#footer_name_area #footer_address {
	text-align:right;
}
#footer_name_area a {
	color:#FFF;
}
@media print, screen and (min-width: 480px) {
#footer_name_area {
	padding:30px 20px 130px 20px;
}
#footer_name_area #footer_logo {
	float:left;
	width:50%;
}
#footer_name_area #footer_address {
	float:right;
	width:50%;
	padding-right:20px;
}
}

/* ==============================================
   スマホ用ナビ（ドロワーメニュー）
=============================================== */
/* 全体スクロール非表示 */
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:#E4F0FA;
}
/* サブメニューリンク */
.drawer-menu ul.sub-menu li a {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
	padding-left:35px;
}
/* リンクホーバー */
.drawer-menu li a:hover {
    color: #fff;
    background: #84B8E7;
}
/* 親メニュー */
.drawer-menu li a[href="#"]:hover,
.drawer-menu li a[href="#"].is-active {
    color: #fff;
    background: #2066A6;
}
/* 初期、サブメニュー非表示 */
.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 #2066A6;
}

/* checkbox */
#drawer-menu_area .check {
    display: none;
}
/* menu button - label tag */
#drawer-menu_area .menu-btn {
    position: fixed;
    display: block;
    top: 10px;
    right: 10px;
    display: block;
    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;
}
/* Adobe Reader */
.drawer-menu #adobe_reader {
	padding:10px;
	color:#555;
}

.drawer-menu ul.menu {
	border-bottom:1px dotted #CCC;
}

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

/* トップページ画像
----------------------------------------------- */
#slide_wrap {
	margin-bottom:10px;
	width:100%;
	position:relative;
}

/* トップページのロゴ
----------------------------------------------- */
#slide_wrap .logo_top {
	position:absolute;
	top:5px;
	left:5px;
}
#slide_wrap .logo_top img {
	max-width:70%;
}
@media print, screen and (min-width: 480px) {
#slide_wrap .logo_top {
	top:20px;
	left:20px;
}
#slide_wrap .logo_top img {
	max-width:100%;
}
}

/* We love 城西
----------------------------------------------- */
#slide_wrap .we_love {
	position:absolute;
	top:43%;
	left: 0;
	right: 0;
	margin: auto;
	text-align:center;
}
#slide_wrap .we_love img {
	max-width:70%;
}
@media print, screen and (min-width: 750px) {
#slide_wrap .we_love {
}
#slide_wrap .we_love img {
	max-width: none;
	width:600px;
}
}

/* 最新! KJニュース<
----------------------------------------------- */
.front_page_box1 {
	position:relative;
	padding:0 20px;
	margin-bottom:50px;
}
/* タブ切り替え */
.front_page_box1 .change_btn_area {
	margin:0 0 15px 0;
	text-align:center;
}
/* タイトル */
.front_page_box1 .change_btn_area #whatsnew {
	display:block;
	position:relative;
	top:0;
	padding:0 0 20px 0;
	font-size:18px;
}
.front_page_box1 .change_btn_area #whatsnew span {
	padding-left:10px;
	font-size:14px;
}
/* ボタン */
/*
.front_page_box1 button {
	color:#fff;
	cursor:pointer;
	background:#999;
	margin-bottom:10px;
	font-size:12px;
	border:none;
	text-align:center;
	padding:7px;
	border-radius:4px;
}
*/

.front_page_box1 button {
	color:#fff;
	cursor:pointer;
	background:#999;
	margin-bottom:10px;
	font-size:12px;
	width:70px;
	height:70px;
	line-height:70px;
	border-radius:50%;
	border:none;
	text-align:center;
	padding:0;
}

.front_page_box1 button i {
	color:#CCC;
}
.front_page_box1 button:hover i,
.front_page_box1 button.select i {
	color:#666;
}
.front_page_box1 button:hover {
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.front_page_box1 button.oshirase {
	background:#0097DF;
}
.front_page_box1 button.gyoji {
	background:#F90;
}
.front_page_box1 button.kyoikukatudo {
	background:#BE7EBE;
}
.front_page_box1 button.bukatu {
	background:#29905e;
}
.front_page_box1 button.dosokai {
	background: #E1AB1E;
}
.front_page_box1 button.kinkyu {
	background:#C11F34;
}
.front_page_box1 button.kinkyu.ari {
	background:#F00;
}
.front_page_box1 .change_panel.hide{
	border:none;
	display: none;
}
@media print, screen and (min-width: 480px) {
/* タイトル */
.front_page_box1 .change_btn_area #whatsnew {
	font-size:30px;
}
.front_page_box1 .change_btn_area #whatsnew span {
	font-size:18px;
}
}
@media print, screen and (min-width: 760px) {
/* ボタン */
.front_page_box1 button {
	color:#fff;
	cursor:pointer;
	background:#999;
	margin-bottom:10px;
	font-size:18px;
	width:100px;
	height:100px;
	line-height:100px;
	border-radius:50%;
	border:none;
	text-align:center;
	padding:0;
}
}

/* サムネイル表示　list-post_top1.php */
.front_page_box1 .change_panel {
	margin-left:-1%;
	width:102%;
	overflow:hidden;
}
.front_page_box1 .change_panel .post_area {
	width:100%;
	position:relative;
	clear:both;
	margin-bottom:30px;
}
.front_page_box1 .change_panel .post_area img:hover {
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
.front_page_box1 .change_panel .post_area:hover {
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}


.front_page_box1 .change_panel .post_area .photo { /* ★枠の中心に画像の中心を置く */
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 70%;
	position:relative;
}
.front_page_box1 .change_panel .post_area .new_icon {
	position:absolute;
	left:0;
	bottom:-5px;
	z-index:1;
}
.front_page_box1 .change_panel .post_area .photo .category_name {
	display:inline-block;
	float:right;
	padding:5px 10px;
	background:#666;
	color:#FFF;
	border-left:1px solid #FFF;
	border-bottom:1px solid #FFF;
	border-radius:0 0 0 6px;
}
.front_page_box1 .change_panel .post_area .text_area {
	margin:10px 0 0 0;
	color:#333;
}
.front_page_box1 .change_panel .post_area .category_name.oshirase {
	background:#0097DF;
}
.front_page_box1 .change_panel .post_area .category_name.gyoji {
	background: #F90;
}
.front_page_box1 .change_panel .post_area .category_name.kyoikukatudo {
	background:#BE7EBE;
}
.front_page_box1 .change_panel .post_area .category_name.bukatu {
	background:#29905e;
}
.front_page_box1 .change_panel .post_area .category_name.dosokai {
	background: #E1AB1E;
}
.front_page_box1 .change_panel .post_area .category_name.kinkyu {
	background: #F00;
}
.front_page_box1 .change_panel .post_area .text_area .date {
	text-align:left;
	color:#096;
}
.front_page_box1 .change_panel .post_area .text_area .title {
	margin-bottom:5px;
	font-size:14px;
}
.front_page_box1 .change_panel .sp_clear {
	clear:both;
}


.front_page_box1 .change_panel .post_area {
	float:left;
	width:46%;
	clear:none;
	margin:0 2% 30px 2%;
}

.front_page_box1 .change_panel .sp_clear {
	clear: both;
}

@media print, screen and (min-width: 480px) {
.front_page_box1 .change_panel .post_area {
	width:22%;
	margin:0 1.5% 30px 1.5%;
}
.front_page_box1 .change_panel .post_area .text_area .title {
	font-size:16px;
}
.front_page_box1 .change_panel .sp_clear {
	clear:none;
}
.front_page_box1 .change_panel .pc_clear {
	clear: both;
}
}


/* 一覧を見る */
.front_page_box1 .list_page {
	text-align:center;
	font-size:14px;
	color:#FFF;
	margin-top:20px;
}
.front_page_box1 .list_page #ichiran_miru {
	display:block;
	padding:6px 10px;
	background:#71C2E7;
}
.front_page_box1 .list_page a {
	display:inline-block;
	padding:6px 10px;
	color:#000;
}
.front_page_box1 .list_page a:hover {
	text-decoration:underline;
}
@media print, screen and (min-width: 480px) {
.front_page_box1 .list_page {
	margin-top:0;
}
.front_page_box1 .list_page #ichiran_miru {
	display:inline-block;
}
.front_page_box1 .list_page a {
	background:#eee;
	padding:6px 15px;
	color:#000;
}
.front_page_box1 .list_page a:hover {
	color:#fff;
	background:#71C2E7;
	text-decoration:none;
}
}

/* 緊急連絡
----------------------------------------------- */
/* slide_wrap内に表示 */
#top_kinkyu_message {
	position:absolute;
	top:80px;
	left:20px;
	z-index:1;
	margin-right:20px;
}
#top_kinkyu_message #message_area {
	display:inline-block;
	background:#F00;
	border-radius:5px;
	color:#FFF;
	padding:10px;
	font-size:14px;
	line-height:1.8;
}
#top_kinkyu_message i {
	display: inline-block;
	font-size:30px;
	color:#FC0;
}
@media print, screen and (min-width: 480px) {
#top_kinkyu_message {
	top:150px;
}
#top_kinkyu_message #message_area {
	font-size:18px;
}
}

/* 緊急連絡あり */
.front_page_box1 a.kinkyu_ari_area {
	display:block;
	color:#000;
}
.front_page_box1 a.kinkyu_ari_area:hover .kinkyu_ari {
	background:#f7f7f7;
}
.front_page_box1 .kinkyu_ari {
	margin:0 0 20px 0;
	padding:20px;
	border:5px double #F00;
	line-height:2em;
}
.front_page_box1 .kinkyu_ari .date {
	font-size:14px;
}
.front_page_box1 .kinkyu_ari .title {
	font-size:18px;
	color:#F00;
	font-weight:bold;
}
.front_page_box1 .kinkyu_ari .comment {
	font-size:16px !important;
}
@media print, screen and (min-width: 480px) {
.front_page_box1 a.kinkyu_ari_area {
	margin:0 20px;
}
.front_page_box1 .kinkyu_ari {
	margin:0 auto 20px auto;
}
}

/* 緊急連絡なし */
.front_page_box1 .kinkyu_nasi .none {
	font-size:150%;
	text-align:center;
	padding:50px 0;
}

/* ピックアップ
----------------------------------------------- */
.front_page_box2 {
	padding:50px 20px 40px 20px;
	margin-bottom:10px;
}
.front_page_box2 #pickup_title {
	display:block;
	position:relative;
	top:0;
	padding:0 0 30px 0;
	font-size:18px;
	text-align:center;
}
.front_page_box2 #pickup_title span {
	padding-left:10px;
	font-size:14px;
}
.front_page_box2 .pickup_item {
	width:48%;
	position:relative;
	margin-bottom:20px;
}
.front_page_box2 .pickup_item.left {
	float:left;
	margin-right:1%;
}
.front_page_box2 .pickup_item.right {
	float:right;
	margin-left:1%;
}
/* simple-image ウィジェット */
.front_page_box2 .pickup_item .pickup {
	position:relative;
}
.front_page_box2 .pickup_item .pickup h2 {
	text-align:center;
	font-size:16px;
	padding-bottom:5px;
}
.front_page_box2 .pickup_item .pickup p {
	border-top:2px dotted #BCC;
	padding:5px 0;
}
.front_page_box2 .pickup_item .pickup p.simple-image {
	border:none;
	padding:0;
}
.front_page_box2 .pickup_item .pickup p.more {
	text-align:right;
	font-size:16px;
}


@media print, screen and (min-width: 480px) {
.front_page_box2 {
	background:#EDF2F3;
}
.front_page_box2 #pickup_title {
	font-size:30px;
}
.front_page_box2 #pickup_title span {
	font-size:18px;
}
/* simple-image ウィジェット */
.front_page_box2 .pickup_item .pickup h2 {
	font-size:20px;
}
.front_page_box2 .pickup_item .pickup p {
	float:right;
	width:68%;
	font-size:14px;
	line-height:1.6em;
}
.front_page_box2 .pickup_item .pickup p.simple-image {
	float:left;
	width:30%;
}
}


/* ===============================
「右カラム」ありのレイアウト
・カテゴリページ　・シングルページ　・デフォルト（右カラムあり）テンプレート
================================== */

@media print, screen and (min-width: 480px) {
/* メインカラム内、左右カラムのレイアウト */
#container .main .main_left_column {
	float:left;
	width:70%;
	padding-right:30px;
}
#container .main .main_right_column {
	float:right;
	width:30%;
	padding-left:30px;
	border-left:1px dotted #CCC;
}
}

/* 右カラム（カレンダー・最新投稿記事） */
#container .main .main_right_column .block {
	margin-bottom:30px;
}
#container .main .main_right_column h2.widgettitle {
	font-size:16px;
	background:#00486A;
	padding:10px;
	color:#FFF;
	margin-bottom:10px;
}
#container .main .main_right_column #archives-3 h2 {
	display:none;
}
#container .main .main_right_column #archives-3 select {
	margin-top:10px;
	width:100%;
	padding:7px;
	border:1px solid #CCC;
	border-radius:4px;
	color:#333;
}

/* 記事一覧 */
.main_right_column .side_news_list {
	text-align:center;
	margin-bottom:10px;
}
.main_right_column .side_news_list a {
	display:inline-block;
	color:#fff;
	cursor:pointer;
	background:#999;
	margin-bottom:10px;
	font-size:12px;
	width:70px;
	height:70px;
	line-height:70px;
	border-radius:50%;
	border:none;
	text-align:center;
	text-decoration:none;
}
.main_right_column .side_news_list a:hover {
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.main_right_column .side_news_list a.oshirase {
	background:#0097DF;
}
.main_right_column .side_news_list a.gyoji {
	background:#F90;
}
.main_right_column .side_news_list a.kyoikukatudo {
	background:#BE7EBE;
}
.main_right_column .side_news_list a.bukatu {
	background:#29905e;
}
.main_right_column .side_news_list a.dosokai {
	background:#E1AB1E;
}

/* カレンダー */
#container .main .main_right_column #wp-calendar caption {
	font-size:15px;
	font-weight:bold;
}
#container .main .main_right_column .calendar a {
	text-decoration:none;
	display:inline-block;
	background:#eee;
	color:#000;
	font-weight:bold;
}
#container .main .main_right_column .calendar a:hover {
	background:#000;
	color:#fff;
}

/* 最新投稿記事 */
#container .main .main_right_column .image_area {
	float:left;
	width:45%;
	margin-bottom:20px;
}
#container .main .main_right_column .image_area .image { /* ★枠の中心に画像の中心を置く */
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 70%;
	position:relative;
}
#container .main .main_right_column .text_area {
	float:right;
	width:53%;
	margin-bottom:20px;
}
#container .main .main_right_column .new_post a {
	text-decoration:none;
	color:#333;
}
#container .main .main_right_column .new_post a:hover {
	opacity:0.7;
}
@media print, screen and (min-width: 480px) {
#container .main .main_right_column .text_area {
	font-size:12px;
	line-height:1.4;
}
}

/* ===============================
カテゴリページ（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:last-child {
	border:none;
}
#tabs_container .post_area a {
	display:block;
	color:#333;
	padding:20px 0;
}
#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 {
	float:left;
	width:30%;
}
#tabs_container .post_area .image { /* ★枠の中心に画像の中心を置く */
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 70%;
	position:relative;
}
#tabs_container .post_area .image .new_icon {
	position:absolute;
	left:0;
	bottom:-5px;
	z-index:1;
}

#tabs_container .post_area .post_text {
	float:right;
	width:67%;
}
#tabs_container .post_area .post_text .date {
	margin-bottom:10px;
}
#tabs_container .post_area a .post_text .title {
	font-size:14px;
}
#tabs_container .post_area .post_text .comment_area {
	display:none;
}
@media print, screen and (min-width: 480px) {
#tabs_container .post_area a .post_text .title {
	font-size:16px;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dashed #CCC;
}
#tabs_container .post_area .post_text .comment_area {
	display: block;
}
}

/* 同窓会ページへのリンク */
.link_dosokai_page {
	margin-bottom:10px;
	text-align: right;
}
.link_dosokai_page a {
	display:inline-block;
	padding:10px;
	background: #990;
	color:#FFF;
	border-radius:5px;
	text-decoration:none;
	font-weight: bold;
}

/* ==============================================
 ページナビ
=============================================== */
.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 .single_date {
	text-align:center;
	padding-bottom:10px;
	margin-bottom:30px;
	font-size:16px;
	border-bottom:1px dashed #CCC;
}
.single .click_pdf {
	text-align:center;
	margin-bottom:10px;
}

/* ==============================================
 記事
=============================================== */
.main .comment { /* ★固定ページも兼ねる */
	font-size:110%; /* /js/font_size.jsの標準サイズと同じにする */
	padding:20px 0;
	margin:0 20px;
	border-bottom:1px solid #ccc;
}
@media print, screen and (min-width: 1040px) {
.main .comment { /* ★固定ページも兼ねる */
	margin:0;
	padding:0;
}
.main .comment td {
	padding:10px;
}
.main .comment .main_inner1000 {
	padding:20px;
	background:#FFF;
}
}
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%;
}
}

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

/* 最上部のバナー */
#page_top_banner {
	width:100%;
	text-align:center;
	margin-bottom:15px;
}
#page_top_banner img {
	width:100%;
}

/* -------------------------------------
カテゴリーの記事から数点チョイス
設定→ sidebar-postchoice.php
読み込み→ page.php
------------------------------------- */
.choice_category {
	margin:20px;
	padding-bottom:40px;
	border-bottom:1px solid #CCC;
}
.choice_category .title_area {
	font-size:16px;
	background: #00486A;
	padding:10px;
	margin-bottom:20px;
	color:#fff;
}
.choice_category a.item {
	color:#333;
	display:block;
	margin-bottom:30px;
}
.choice_category a.item .image_area {
	float:left;
	width:30%;
}
.choice_category a.item .text_area {
	float:right;
	width:68%;
}
.choice_category a.item .image_area .image { /* ★枠の中心に画像の中心を置く */
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 70%;
	position:relative;
}
.choice_category a.item img:hover {
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
.choice_category a.item:hover {
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.choice_category a.item .text_area .date {
}
.choice_category a.item .text_area .title {
	font-weight:bold;
	margin-bottom:5px;
}
.choice_category a.item .text_area .content {
	display:none;
}
.choice_category .all_page {
	clear:both;
	margin:10px 0;
	text-align: center;
}
.choice_category .all_page a {
	display: inline-block;
	margin:0 auto;
	padding:10px 20px;
	background:#f7f7f7;
	color:#333;
	border:1px solid #CCC;
	border-radius:4px;
	font-size:16px;
}
.choice_category .all_page a:hover {
	background:#eee;
}

@media print, screen and (min-width: 480px) {
.choice_category a.item.left {
	float:left;
	width:48%;
}
.choice_category a.item.right {
	float:right;
	width:48%;
}
.choice_category a.item .text_area .content {
	display:block;
}
}
@media print, screen and (min-width: 1040px) {
.choice_category {
	margin:20px 0;
}
}

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

/* 部活動の一覧ページ */
.page_bukatudo_list .main_inner1000 {
	margin:0 -2%;
}
.page_bukatudo_list .name_area {
	margin-bottom:20px;
}
.page_bukatudo_list .name_area .title {
	display:inline-block;
	margin:0 0 20px 10px;
	font-size:16px;
	padding:10px 20px;
	color:#FFF;
}
.page_bukatudo_list .undo_area.name_area .title{
	background:#00B0F0;
	border-radius:6px;
}
.page_bukatudo_list .bunka_area.name_area .title{
	background:#0B0;
	border-radius:6px;
}
.page_bukatudo_list ul.menu li {
	list-style:none;
	display:inline-block;
	width:46%;
	margin:0;
	margin-right:2%;
	margin-bottom:20px;
}
.page_bukatudo_list ul.menu li a {
	display:block;
	text-decoration:none;
	text-align:center;
	color:#333;
	padding:20px 0;
	font-size:13px;
	border-radius:6px;
}
.page_bukatudo_list .undo_area ul.menu li a {
	background:#00B0F0;
	color: #FFF;
	font-weight:bold;
}
.page_bukatudo_list .bunka_area ul.menu li a {
	background: #0B0;
	color: #FFF;
	font-weight:bold;
}
.page_bukatudo_list ul.menu li a:hover {
	opacity:0.5;
}
@media print, screen and (min-width: 480px) {
.page_bukatudo_list .main_inner1000 {
	margin:0 -1%;
}
.page_bukatudo_list ul.menu li {
	width:23%;
	margin-right:1%;
}
.page_bukatudo_list ul.menu li a {
	font-size:16px;
}
}

/* 各部活動のページ */
article.bukatudo_tpl .gazou {
	margin-bottom:30px;
	text-align:center;
}
article.bukatudo_tpl .gazou .left {
	float:left;
	width:49%;
}
article.bukatudo_tpl .gazou .right {
	float:right;
	width:49%;
}
article.bukatudo_tpl .gazou .center {
	width:100%;
}
article.bukatudo_tpl .item_area {
	margin-bottom:30px;
}
article.bukatudo_tpl .item_title {
	font-size:18px;
	border-left:10px solid #CCC;
	border-bottom:1px solid #CCC;
	padding-left:5px;
	margin-bottom:10px;
}
article.bukatudo_tpl .honbun {
	margin-bottom:30px;
}
@media print, screen and (min-width: 1040px) {
article.bukatudo_tpl .gazou .center {
	width:70%;
	margin:0 auto;
}
}

/* セレクト（その他の部活動） */
.bukatudo_page_choice {
	margin-bottom:5px;
	text-align:right;
}
.bukatudo_page_choice select {
	display: inline-block;
	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;
}

/* ==============================================
 施設設備
=============================================== */
article.main_sisetu td .commentarea_title_s {
	margin-top:10px;
}

/* ==============================================
 行事予定
=============================================== */
/* 年間予定 */
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;
}
}

/* ==============================================
 「緊急連絡」受信メールの登録
=============================================== */
form[name="s2form"] {
	text-align:center;
}
form[name="s2form"] input {
	padding:10px;
	margin-bottom:15px;
	border:1px solid #CCC;
	border-radius:4px;
}
form[name="s2form"] input#s2email {
	width:300px;
}
form[name="s2form"] input[type="submit"] {
	width:120px;
	margin:0 5px;
	border:1px solid #666;
	cursor:pointer;
}
form[name="s2form"] input[type="submit"]:hover {
	opacity:0.7;
}
form[name="s2form"] input[name="subscribe"] {
	background:#69C;
	color:#FFF;
}




/* ==============================================
 イベント・行事情報
=============================================== */

/* 月の選択 */
.page_event h3 {
	font-size:18px;
	text-align:center;
	margin-bottom:10px;
}
.page_event .calendar {
	border-top:1px solid #69C;
	border-bottom:1px solid #69C;
	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:#69C;
	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 .event_area .image {
	float:left;
	width:48%;
	margin-bottom:20px;
}
.page_event .event_area .text {
	float:right;
	width:48%;
	margin-bottom:20px;
	font-size:16px;
	line-height:2;
}

/* ==============================================
 行事予定
=============================================== */
/* 年間予定 */
.schedule .comment {
	margin-bottom:20px;
}
.schedule .schedule_year {
	width:100%;
	text-align:center;
	margin-bottom:15px;
}
.schedule .schedule_year a {
	display:block;
	padding:15px 0;
	font-size:120%;
	background: #FDF0F2;
	color:#000;
	border:1px #999 solid;
	border-radius:4px;
}
.schedule .schedule_year a:hover {
	background:#EE869A;
	color:#FFF;
}
.schedule .schedule_year span{
	display:block;
	padding:15px 0;
	font-size:120%;
	background:#eee;
	color:#999;
	border:1px #ddd solid;
	border-radius:4px;
}
.schedule .schedule_year i {
	font-style:normal;
}
/* 月予定 */
.schedule .schedule_box {
	float:left;
	width:32%;
	margin-right:2%;
	margin-bottom:15px;
	text-align:center;
}
.schedule .right {
	margin-right:0;
}
.schedule .schedule_box a {
	display:block;
	padding:30px 0;
	background: #FDF0F2;
	color:#000;
	border:1px #999 solid;
	border-radius:4px;
	margin:0;
}
.schedule .schedule_box a:hover {
	background:#EE869A;
	color:#FFF;
}
.schedule .schedule_box span {
	display:block;
	padding:30px 0;
	background:#eee;
	color:#999;
	border:1px #ddd solid;
	border-radius:4px;
}
.schedule .schedule_box i {
	font-style:normal;
}
@media print, screen and (min-width: 480px) {
.schedule .schedule_box a {
	font-size:120%;
}
.schedule .schedule_box span {
	font-size:120%;
}
}

/* ==============================================
 8系列
=============================================== */
/* -------------------------------
　トップページ
------------------------------- */
.page_keiretu8 .main_inner1000 {
	margin:0 -2%;
}
.page_keiretu8 .keiretu8 {
	float:left;
	width:46%;
	margin:0 2% 30px 2%;
}
.page_keiretu8 .keiretu8 h2 {
	font-size:14px;
	padding:8px;
	color:#FFF;
	text-align:center;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.page_keiretu8 .keiretu8 .simple-image img {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.page_keiretu8 .keiretu8.jinbun h2,
.page_keiretu8 .keiretu8.shizen h2,
.page_keiretu8 .keiretu8.sports h2,
.page_keiretu8 .keiretu8.fukushi h2 {
	background:#9C0;
}
.page_keiretu8 .keiretu8.mechatronics h2,
.page_keiretu8 .keiretu8.electronics h2,
.page_keiretu8 .keiretu8.business h2,
.page_keiretu8 .keiretu8.jyoho h2 {
	background: #6CF;
}
.page_keiretu8 .sp_clear {
	clear:both;
}
@media print, screen and (min-width: 480px) {
.page_keiretu8 .main_inner1000 {
	margin:0 -1%;
}
.page_keiretu8 .keiretu8 {
	width:23%;
	margin:0 1% 30px 1%;
}
.page_keiretu8 .keiretu8 h2 {
	font-size:18px;
}
.page_keiretu8 .sp_clear {
	clear: none;
}
}

/* -------------------------------
　各ページ
------------------------------- */

/* 8系列リンク */
.page_keiretu8_each ul.menu {
	text-align:left;
	border-bottom:1px solid #CCC;
	padding-bottom:10px;
	margin-bottom:20px;
}
.page_keiretu8_each ul.menu li {
	list-style:none;
	display:inline-block;
	margin:0 0 10px 0;
}
.page_keiretu8_each ul.menu li a {
	display:block;
	text-decoration:none;
	padding:6px;
	border:#999 2px solid;
	border-radius:5px;
	color:#555;
	font-size:12px;
	background: #F0FAFF;
}
.page_keiretu8_each ul.menu li a:hover {
	opacity:0.5
}
@media print, screen and (min-width: 480px) {
.page_keiretu8_each ul.menu {
	text-align:center;
}
}

/* レイアウト */
.page_keiretu8_each .gazou {
	margin-bottom:30px;
	text-align:center;
}
.page_keiretu8_each .gazou .left {
	float:left;
	width:49%;
}
.page_keiretu8_each .gazou .right {
	float:right;
	width:49%;
}
.page_keiretu8_each .gazou .center {
	width:100%;
}
.page_keiretu8_each .item_area {
	margin-bottom:30px;
}
.page_keiretu8_each .item_title {
	font-size:18px;
	border-left:10px solid #CCC;
	border-bottom:1px solid #CCC;
	padding-left:5px;
	margin-bottom:10px;
}
.page_keiretu8_each .honbun {
	margin-bottom:30px;
}
@media print, screen and (min-width: 1040px) {
.page_keiretu8_each .gazou .center {
	width:70%;
	margin:0 auto;
}
}

/* ==============================================
 サイトマップ
=============================================== */
.main.sitemap .comment .sitemap_area li {
	display:inline;
	list-style:none;
	margin:0;
}
.main.sitemap .comment .sitemap_area ul.sub-menu {
	margin:0;
}
.main.sitemap .comment .sitemap_area a {
	color:#000;
	font-size:14px;
	text-decoration:none;
	display:inline-block;
	padding:10px;
	margin:0 0 10px 0;
	border:#999 1px solid;
	border-radius:3px;
}
.main.sitemap .comment .sitemap_area a:hover {
	background:#000;
	border-color:#000;
	color:#FFF;
}
.main.sitemap .comment .sitemap_area ul.menu > li > a {
	margin-top:20px;
}
.main.sitemap .comment .sitemap_area ul.menu > li a[href="#"] {
	cursor:text;
	clear:both;
	border:none;
	display:block;
	padding:0;
	margin-bottom:0;
	font-size:16px;
}
.main.sitemap .comment .sitemap_area ul.menu > li a[href="#"]:hover {
	background:none;
	color:#000;
}



/* カテゴリー一覧 */
.main.sitemap .comment #category_ichiran {
	font-size:16px;
	border-bottom:1px solid #666;
	padding-bottom:10px;
	margin-top:50px;
	margin-bottom:10px;
}
.main.sitemap .comment #category_list li {
	list-style:none;
	display: inline-block;
}
.main.sitemap .comment #category_list li a {
	text-decoration:none;
}

/* ==============================================
▼クッキー（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;
}

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

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