/*
Theme Name: 如水館
Description:如水館中学高等学校2017テーマ
Theme URI: テーマの URL
Author: 株式会社協同プレス
Author URI: http://www.kyodopress.co.jp/
Version: 1.0.0
*/
@charset 'UTF-8';

@import url(/wp-content/themes/josuikan/css/notosansjp.css);

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html {
	/*width: 100%;
	overflow-y: scroll;*/
	font-size: 62.5%;/*ベースを10pxにしています*/
}

body {
	border-top: 7px solid #596db3;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
    font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif,'ＭＳ Ｐゴシック','MS-PGothic';
    font-weight: 400;
    color: #444;
	position:relative;
	padding-top:75px;
}
img {
	border:none;
}
a {
	/*color: #595757;*/
	color: #596db3;
	text-decoration: none;
	outline: 0;
}
a:link,
a:visited {
	/*text-decoration: underline;*/
	/*color: #33a1db;*/
	color: #596db3;
}

a:hover {
	text-decoration: underline;
	/*opacity: 0.8;*/
}
a:hover img {
    -webkit-filter: saturate(150%) brightness(105%);
  -moz-filter: saturate(150%) brightness(105%);
  -o-filter: saturate(150%) brightness(105%);
  -ms-filter: saturate(150%) brightness(105%);
  filter: saturate(150%) brightness(105%);
}
ul, ol {
    list-style: none;
}
p {
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 1.8em;
	padding: 0;
	margin-bottom: 10px;
}


/* メニュー表示時のオーバーレイ
----------------------------------------------------------*/
body:before {
    content:"";
    display:block;
    position:absolute;
    top:80px;
    height:0;
    width:100%;
    -webkit-transition:all 0.1s linear 0s;
    transition:all 0.1s linear 0s;
}
body.off:before {
    content:"";
    display:block;
    position:absolute;
    height:auto;
    bottom:0;
    width:100%;
    background:#000000;
    opacity:0.5;
    z-index:800;
    -webkit-transition:all 0.1s linear 0s;
    transition:all 0.1s linear 0s;
}

/* カラー設定
----------------------------------------------------------*/

/*受験生カラー*/
.tc_jyuken {
	color: #db8377;
}
.bc_jyuken {
	background-color: #db8377;
}
#news #category_all.bc_jyuken,
#news #category_all .bc_jyuken {
	border-color: #db8377;
	color: #db8377;
}
#news #category_all .bc_jyuken.current {
	background-color: #db8377;
	color: #ffffff;
}

/*在校生カラー*/
.tc_zaikou {
	color: #e0ab36;
}
.bc_zaikou {
	background-color: #e0ab36;
}
#news #category_all.bc_zaikou,
#news #category_all .bc_zaikou {
	border-color: #e0ab36;
	color: #e0ab36;
}
#news #category_all .bc_zaikou.current {
	background-color: #e0ab36;
	color: #ffffff;
}

/*卒業生カラー*/
.tc_sotugyo {
	color: #ae8dc4;
}
.bc_sotugyo {
	background-color: #ae8dc4;
	color: #ffffff;
}
#news #category_all.bc_sotugyo,
#news #category_all .bc_sotugyo {
	border-color: #ae8dc4;
	color: #ae8dc4;
}
#news #category_all .bc_sotugyo.current {
	background-color: #ae8dc4;
	color: #ffffff;
}

/*保護者*/
.bc_parent {
	background-color: #e5bd5a;
	color: #ffffff;
}
#news #category_all.bc_parent,
#news #category_all .bc_parent {
	border-color: #e5bd5a;
	color: #e5bd5a;
}
#news #category_all .bc_parent.current {
	background-color: #e5bd5a;
	color: #ffffff;
}
/*入試情報*/
.bc_nyushi {
	background-color: #cd5638;
	color: #ffffff;
}
#news #category_all.bc_nyushi,
#news #category_all .bc_nyushi {
	border-color: #cd5638;
	color: #cd5638;
}
#news #category_all .bc_nyushi.current {
	background-color: #cd5638;
	color: #ffffff;
}
/*トピックス*/
.bc_topics {
	background-color: #596db3;
	color: #ffffff;
}
#news #category_all.bc_topics,
#news #category_all .bc_topics {
	border-color: #596db3;
	color: #596db3;
}
#news #category_all .bc_topics.current {
	background-color: #596db3;
	color: #ffffff;
}
/*イベント*/
.bc_event {
	background-color: #00984b;
	color: #ffffff;
}
#news #category_all.bc_event,
#news #category_all .bc_event {
	border-color: #00984b;
	color: #00984b;
}
#news #category_all .bc_event.current {
	background-color: #00984b;
	color: #ffffff;
}
/*クラブ試合結果・成績*/
.club {
	background-color: rgba(221,145,62,1);
	color: #ffffff;
}
#news #category_all.club,
#news #category_all .club {
	border-color: rgba(221,145,62,1);
	color: rgba(221,145,62,1);
}
#news #category_all .club.current {
	background-color: rgba(221,145,62,1);
	color: #ffffff;
}

/*一覧*/
.bc_all {
	background-color: #999999;
}
#news #category_all.bc_all,
#news #category_all .bc_all {
	border-color: #999999;
	color: #999999;
}
#news #category_all .bc_all.current {
	background-color: #999999;
	color: #ffffff;
}
/*緊急情報*/
.bc_urgent {
	background-color: #c1272d;
	color: #ffffff;
}
/*必須*/
.must {
	color: #ff0000;
	/*padding: 0 3px;*/
	font-size: 13px;
}
.required {
    padding: 4px 10px;
    border-radius: 5px;
    background-color: #ed1c24;
    color: #ffffff;
    margin-left: 10px;
    font-size: 13px;
}

/**/
.bc_life {
    background-color: #C69C6D;
}
.bc_club {
    background-color: #DD913E;
}
.bc_access {
    background-color: #22B573;
}
.bc_high {
    background-color: rgba(85,168,222,1);
}
.bc_junior {
    background-color: rgba(237,203,0,1);
}
.bc_about {
    background-color: #596db3;
}
.bc_jyukensei {
    background-color: #db8377;
}
.bc_zaikousei {
    background-color: #e0ab36;
}
.bc_sotugyousei {
    background-color: #ae8dc4;
}
.bc_contact {
    background-color: #596db3;
}

 
.coming_soon {
	background-color: rgba(0,0,0,0.95);
	padding: 50px 0;
	font-size: 40px;
	text-align: center;
}







/*.inner {
	padding: 0 10px;
}*/
.inner {
	padding: 0 10px 10px 10px;
}
.paragraph {
	padding: 0 0 0.8em 0;
}
.clearfix::after {content: "."; display: block;clear: both;height: 0;visibility: hidden;}




/* アイコン
----------------------------------------------------------*/
/* PDF画像のアイコン */
a span.pdf{
	padding-left: 30px;
	background:url(/wp-content/themes/josuikan/img/cmn/icon_pdf.gif) no-repeat center center;
}



/* ヘッダー
----------------------------------------------------------*/
header {
	/*position: relative;*/
		position:absolute;
		top:0;
		width:100%;
}
header h1 {
}
header h1 .logo_box {
	color: #596db3;
	display: block;
}
header h1 .logo_box ul {
	width: 80%;
	height: 54px;
	display: inline-block;
	padding: 4px;
	line-height: 1.0em;
}
.logo_box .yamanaka {
	font-size: 1.4rem;
}
.logo_box .yamanaka span {
	font-size: 1.0rem;
	margin-right: 0.5em;
}
.logo_box .josuikan {
	font-size: 1.6rem;
}


header h1 a {
	display: block;
}
header h1 #mobile_menu {
	display: inline-block;
	width: 52px;
	height: 52px;
	float: right;
	    padding: 16px;
}
header h1 .menu_close {
	display: none;
}
header ul li {
	display: inline-block;
}
header a:link, header a:visited {
	text-decoration: none;
}

.contact_menu ul li a {
	color: #666666;
	position: relative;
	padding-right: 16px;
}
.contact_menu ul li a img {
	vertical-align: middle;
	width: 22px;
	height: 22px;
	margin: 0 8px;
}


.target_menu {
	z-index: 9999;
}
.target_menu ul li {
    /*padding: 10px 0;*/
    padding: 4px 0;
	background-color: #596db3;
}
.target_menu ul li a {
	padding: 2px 16px;
	text-align: center;
	color: #fff;
	background-color: #596db3;
	display: block;
}
.target_menu ul li a img {
	vertical-align: middle;
	margin-right: 8px;
}
.target_menu ul li {
	background-color: #596db3;
	-webkit-transition:all 0.1s linear 0s;
	transition:all 0.1s linear 0s;
}
.target_menu ul li.bc_jyuken:hover {
    background-color: #db8377;
}
.target_menu ul li.bc_zaikou:hover {
    background-color: #e0ab36;
}
.target_menu ul li.bc_sotugyo:hover {
    background-color: #ae8dc4;
}
.target_menu ul li a {
	background-color: transparent;
	text-decoration:none;
}

#main_image {
	/*height: 240px;*/
	overflow: hidden;
	position: relative;
}
.main_image_wrapper {
	background: rgba(91,109,174,1);
}
#main_image .imgblock,
#main_image p {
    margin-bottom: 0;
    line-height: 1;
}
#main_image .imgblock img {
	display: block;
	margin: 0 auto;
}
#main_image .main_text {
	width: 100%;
	padding:0 16px;
}
#main_image .main_text span {
	display: block;
	width: 1000px;
	margin: 0 auto;
    padding: 8px 0;
}
#main_image .main_text span img {
	margin-left: 0;
}
#main_image .main_text span.texttitle {
    padding: 20px 0;
	font-size:24px;
	font-weight:bold;
	color:#ffffff;
}

/*フッターに入る丸いボタン*/
.circle {
	margin: 0 auto;
}
.circle #sidebox #sidebar {
    display: block;
}
.circle #sidebox #sidebar div > ul > li > a {
    display: none;
}
.circle #sidebox #sidebar div > ul > li > ul {
    text-align: center;
}
.circle #sidebox #sidebar div > ul > li > ul > li {
    width: 25%;
    float: left;
    border-bottom: none;
}
.circle #sidebox #sidebar > div > ul > li:nth-of-type(1) {
    border-top: none;
}
.circle #sidebox #sidebar div > ul > li > ul > li > a {
    width: 150px;
    height: 150px;
    background-color: #596db3;
    border-radius: 50%;
    display: block;
    color: #fff;
    padding: 30px 0 0px 0;
    margin: 10px auto;
    font-size: 1.2rem;
}

/*角丸 左下*/
.left-bottom-radius {
	border-bottom-left-radius: 8px; 
	-webkit-border-bottom-left-radius: 8px; 
	-moz-border-radius-bottomleft: 8px;
}
/*角丸 左上*/
.left-top-radius {
	border-top-left-radius: 8px; 
	-webkit-border-top-left-radius: 8px; 
	-moz-border-radius-topleft: 8px;
}

/*角丸 右下*/
.right-bottom-radius {
	border-bottom-right-radius: 6px; 
	-webkit-border-bottom-right-radius: 8px; 
	-moz-border-radius-bottomright: 8px;
}
/*角丸 右上*/
.right-top-radius {
	border-top-right-radius: 8px; 
	-webkit-border-top-right-radius: 8px; 
	-moz-border-radius-topright: 8px;
}




/* フッター
----------------------------------------------------------*/
footer {
   	background-color: #596db3;
}

footer dl dt {
	margin-bottom: 20px;
	color: #fff;
	font-weight: bold;
}
footer dl dd {
	margin-bottom: 10px;
}
footer ul li a {
	display: block;
	padding: 2px 0;
}
footer a:link, footer a:visited {
	color: #fff;
	text-decoration: none;
}
footer ul li a:hover {
	text-decoration: underline;
}
footer .site_menu li.menu-item a img {
	display: none;
}
#footer_logo {
	padding: 8px;
	background:#ddd;
}
#footer_logo .wapper {
	margin:0 auto;
	width:300px;
}
footer #footer_logo a {
	color:rgb(89, 109, 179);
}
#footer_logo a.logo_box ul {
	height: 54px;
	display: inline-block;
	padding: 4px 0 0 8px;
	line-height:2rem;
}
footer #footer_logo a.logo_box {
	display: block;
	padding: 10px 0px;
	position:relative;
}
footer #footer_logo a.logo_box .yamanaka {
	font-size:1.4rem;
}
footer #footer_logo a.logo_box .yamanaka span{
	font-size:1.2rem;
}
footer #footer_logo a.logo_box .josuikan {
	font-size:1.6rem;
}
footer #footer_logo .fl,
footer #footer_logo .fr {
	float:none;
}
footer #footer_logo .fr address {
	font-style:normal;
	color: rgb(89, 109, 179);
}
footer #footer_logo address ul li {
	font-size:1.4rem;
}
#footer_logo img.logo {
	max-height: 54px;
	width: 31px;
	vertical-align: top;
}
#footer_banner {
	text-align:center;
}
#footer_banner>div,
#footer_banner>div>ul {
	display:inline-block;
	text-align: center;
	font-size:0;
}
#footer_banner ul:after {
	content:"";
	display:block;
	height:0;
	clear:both;
}
#footer_banner ul li {
	display:inline-block;
	max-width:48%;
	margin:0 1% 2%;
}
#footer_banner ul li a {
	display:block;
}
#footer_banner ul li a img {
	vertical-align:middle;
}
#copyright {
	margin: 0 auto;
	text-align: center;
	padding: 10px;
	font-size:0.9em;
	line-height: 1.2em;
}

/* パンくず
----------------------------------------------------------*/
#breadcolumn {
    max-width:1000px;
    margin:0 auto;
    font-size:0.9em;
    padding:0 16px;
}
#breadcolumn li {
    display:inline-block;
}
#breadcolumn li a:hover {
    font-weight:bold;
}
#breadcolumn li.breadlink:after {
    content:"｜";
    margin:0 0.25em;
    color:inherit;
    font-weight:normal;
    text-decoration:none;
}

/* ページャー
----------------------------------------------------------*/
#pagelink {
	padding: 8px;
	background-color: #eee;
}

#pagelink .oldpage,
#pagelink .newpage {
	display: inline-block;
	padding: 4px;
	width: 49%;
	background-color: #fff;
}
#pagelink .newpage {
	text-align: right;
}
#pagelink .oldpage a,
#pagelink .newpage a {
	display: block;
	position: relative;
	line-height: 1.4em;
	font-size: 1.2rem;
}
#pagelink .oldpage a:before {
	position: relative;
	content: "« ";
}
#pagelink .newpage a:after {
	position: relative;
	content: " »";
}

/* アーカイブ用ページナビゲーション　
----------------------------------------------------------*/
#pagenavi {
	display:block;
	width:100%;
	text-align:center;
}
#pagenavi .page-numbers {
	display:inline-block;
	margin:0 0.125em;
	padding:0.5em 0.75em;
	border:solid 1px #bbb;
	line-height:1em;
}
#pagenavi a.page-numbers {
	text-decoration:none;
}
#pagenavi a.page-numbers:hover {
	background: rgba(91,109,174,0.1) !important;
}
#pagenavi .page-numbers.dots {
	border:none;
}
#pagenavi .page-numbers.current {
	background:#596db3;
	color:#fff;
}
#pagenavi #pageback {
	margin-top:1em;
}

/* 特設ページ用　
----------------------------------------------------------*/
#faq dl {
	/*margin-bottom: 20px;*/
	
	/*background-color: #ececec;*/
	border-bottom: 1px dotted #808080;
}
#faq dl dt {
	position: relative;
	font-size: 1.6rem;
	font-weight: bold;
	/*margin-bottom: 10px;*/
	padding: 10px;
	padding-left: 50px;
}
#faq dl dt:before {
	position: relative;
	content: "Q";
	width: 3em;
	font-size: 2.3rem;
	/*color: blue;*/
	color: #fff;
    background-color: #596db3;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    text-align: center;
    margin-left: -40px;
    margin-right: 10px;
}

#faq dl dt:after {
    border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	position: absolute;
	content: "";
	right: 16px;
	top: 50%;
	margin-top: -7.5px;
	width: 15px;
	height: 15px;
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#faq dl dt.open:after {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}


#faq dl dd {
	position: relative;
	font-size: 1.4rem;
	/*line-height: 1.8em;*/
	display: none;
	margin-top: 10px;
	padding: 10px;
	background-color: #f2f2f2;
	padding-left: 50px;
	border-top: 1px dotted #808080;
}
#faq dl dd:before {
	position: relative;
	content: "A";
	width: 3em;
	font-size: 2.3rem;
	/*color: red;*/
	font-weight: bold;
	color: #fff;
    background-color: #ea81a0;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    text-align: center;
    margin-left: -40px;
    margin-right: 10px;
}


/* 新着情報
----------------------------------------------------------*/
#news .news_wrapper {
    position:relative;
}
#news .news_contents {
    border: 1px solid #ccc;
    box-sizing:border-box;
}
#news .news_wrapper .news_contents {
    position:absolute;
    top:0;
    width:100%;
}
#news .news_wrapper .news_contents:nth-of-type(1) {
    position:static;
}
#urgent .news_contents a {
	position: relative;
}
#news .news_contents a {
	display:block;
	width:100%;
	background:#fff;
    border-bottom: 1px solid #ccc;
	position: relative;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
#urgent .news_contents a:after,
#news .news_contents a:after {
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	position: absolute;
	top: 50%;
	right: 40px;
	display: block;
	margin-top: -7px;
	width: 12px;
	height: 12px;
	border-right: 2px solid #596db3;
	border-top: 2px solid #596db3;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 0;
}
#urgent .news_contents a:hover:after,
#news .news_contents a:hover:after {
	right: 8px;
	opacity: 1;
}
#news .news_contents a:hover {
	background:#eee;
}
#news .news_contents dl {
    padding: 8px 8px;
}
#news .news_contents dl { display:table; }
#news .news_contents dl dt,
#news .news_contents dl dd {
    /*display: inline-block;*/
    display: table-cell;
    vertical-align:middle;
}
#news .news_contents dl dt {
	text-decoration:none;
	color:#444;
}
#news .news_contents dl dd {
    line-height: 1.4em;
}
#news .news_contents dl dd a {
    padding: 4px 4px;
    display: block;
}
#news .news_contents dl dt ul li {
    display: inline-block;
    vertical-align:middle;
    padding: 4px 8px;
}
#news .news_contents dl dt ul li.category {
    border:solid 1px #999;
    color:#fff;
    background:#999;
    font-weight:bold;
}
/*受験生カラー*/
/*
#news .news_contents dl dt ul li.category.bc_jyuken {
	border-color: #db8377;
	color: #db8377;
}
#news .news_contents a:hover dl dt ul li.category.bc_jyuken {
	background-color: #db8377;
	color: #ffffff;
}
*/
#news .news_contents dl dt ul li.category.bc_jyuken {
	border-color: #db8377;
	background-color: #db8377;
	color: #ffffff;
}
/*在校生カラー*/
/*
#news .news_contents dl dt ul li.category.bc_zaikou {
	border-color: #e0ab36;
	color: #e0ab36;
}
#news .news_contents a:hover dl dt ul li.category.bc_zaikou {
	background-color: #e0ab36;
	color: #ffffff;
}
*/
#news .news_contents dl dt ul li.category.bc_zaikou {
	border-color: #e0ab36;
	background-color: #e0ab36;
	color: #ffffff;
}
/*卒業生カラー*/
/*
#news .news_contents dl dt ul li.category.bc_sotugyo {
	border-color: #ae8dc4;
	color: #ae8dc4;
}
#news .news_contents a:hover dl dt ul li.category.bc_sotugyo {
	background-color: #ae8dc4;
	color: #ffffff;
}
*/
#news .news_contents dl dt ul li.category.bc_sotugyo {
	border-color: #ae8dc4;
	background-color: #ae8dc4;
	color: #ffffff;
}
/*保護者*/
/*
#news .news_contents dl dt ul li.category.bc_parent {
	border-color: #e5bd5a;
	color: #e5bd5a;
}
#news .news_contents a:hover dl dt ul li.category.bc_parent {
	background-color: #e5bd5a;
	color: #ffffff;
}
*/
#news .news_contents dl dt ul li.category.bc_parent {
	border-color: #e5bd5a;
	background-color: #e5bd5a;
	color: #ffffff;
}
/*入試情報*/
/*
#news .news_contents dl dt ul li.category.bc_nyushi {
	border-color: #cd5638;
	color: #cd5638;
}
#news .news_contents a:hover dl dt ul li.category.bc_nyushi {
	background-color: #cd5638;
	color: #ffffff;
}
*/
#news .news_contents dl dt ul li.category.bc_nyushi {
	border-color: #cd5638;
	background-color: #cd5638;
	color: #ffffff;
}
/*トピックス*/
/*
#news .news_contents dl dt ul li.category.bc_topics {
	border-color: #596db3;
	color: #596db3;
}
#news .news_contents a:hover dl dt ul li.category.bc_topics {
	background-color: #596db3;
	color: #ffffff;
}
*/
#news .news_contents dl dt ul li.category.bc_topics {
	border-color: #596db3;
	background-color: #596db3;
	color: #ffffff;
}
/*イベント*/
/*
#news .news_contents dl dt ul li.category.bc_event {
	border-color: #00984b;
	color: #00984b;
}
#news .news_contents a:hover dl dt ul li.category.bc_event {
	background-color: #00984b;
	color: #ffffff;
}
*/
#news .news_contents dl dt ul li.category.bc_event {
	border-color: #00984b;
	background-color: #00984b;
	color: #ffffff;
}
/*クラブ*/
/*
#news .news_contents dl dt ul li.category.club {
	border-color: rgba(221,145,62,1);
	color: rgba(221,145,62,1);
}
#news .news_contents a:hover dl dt ul li.category.club {
	background-color: rgba(221,145,62,1);
	color: #ffffff;
}
*/
#news .news_contents dl dt ul li.category.club {
	border-color: rgba(221,145,62,1);
	background-color: rgba(221,145,62,1);
	color: #ffffff;
}
/*緊急情報*/
/*
#news .news_contents dl dt ul li.category.bc_urgent {
	border-color: #c1272d;
	color: #c1272d;
}
#news .news_contents a:hover dl dt ul li.category.bc_urgent {
	background-color: #c1272d;
	color: #ffffff;
}
*/
#news .news_contents dl dt ul li.category.bc_urgent {
	border-color: #c1272d;
	background-color: #c1272d;
	color: #ffffff;
}
/*卒業生*/
/*
#news .news_contents dl dt ul li.category.sotugyousei {
	border-color: #ae8dc4;
	color: #ae8dc4;
}
#news .news_contents a:hover dl dt ul li.category.sotugyousei {
	background-color: #ae8dc4;
	color: #ffffff;
}
*/
#news .news_contents dl dt ul li.category.sotugyousei {
	border-color: #ae8dc4;
	background-color: #ae8dc4;
	color: #ffffff;
}

#news .date {
    font-size: 1.2rem;
    /*line-height: 20px;
    vertical-align: top;*/
}
#news .category,
#urgent .category {
    font-size: 1rem;
    text-align: center;
    width: 82px;
    line-height:1.2rem;
    display: inline-block;
    /*float: left;*/
    vertical-align: top;
    margin-right: 4px;
}

/*カテゴリ一覧*/
#news #category_all {
    width:100%;
    margin: 10px auto 0;
    display:table;
    font-size:0;
    background:transparent !important;
    border-bottom:solid 4px #dddddd;
}
#news #category_all:after {
	display:none !important;
}
#news #category_all li {
    display:table-cell;
    width:20%;
    padding: 0 0 0 2px;
    background:transparent !important;
    /*border-left:solid 1px #ffffff;*/
}
#news #category_all li:nth-of-type(1) {
    padding: 0 0 0 0px;
}
#news #category_all li a {
    font-size:1.2rem;
    font-weight:bold;
    color: #fff;
    line-height:1em;
    padding: 12px 0;
    display: inline-block;
    width:100%;
    border-top:solid 1px #ffffff;
    border-left:solid 1px #ffffff;
    border-right:solid 1px #ffffff;
    background:#fff;
    box-sizing:border-box;
    vertical-align:bottom;
    margin-top:12px;
    text-decoration:none;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    -webkit-transition:all 0.1s linear 0s;
    transition:all 0.1s linear 0s;
}
#news #category_all li a:hover,
#news #category_all li a.current {
    padding: 16px 0 16px;
    margin-top:0;
}
#news #category_all li a:hover:after {
    opacity:1;
}


/* 学校生活スナップ
----------------------------------------------------------*/
#snap h2 img {
    vertical-align: middle;
    margin-right: 10px;
}
#gallery_items {
    margin-top:8px;
    margin-bottom:8px;
    display:block;
    position:relative;
}
#gallery_items:after {
    content:"";
    display:block;
    height:0;
    clear:both;
}
#gallery_items .gallery_item {
    display:block;
    width:auto;
    margin:0 0 0 0;
    position:relative;
}
#gallery_items .gallery_item .imgblock img {
    vertical-align:middle;
    padding:0 1px;
}
#gallery_items .slick-slide {
    padding:0;
}

/* フォーム体裁
----------------------------------------------------------*/
.mw_wp_form .form {
	background-color: #e6e6e6;
	padding: 20px;
	margin-top: 20px;
}
.mw_wp_form .title {
	font-size: 1.8rem;
	margin-top: 40px;
}

.mw_wp_form .form dl dt {
	font-weight: bold;
	font-size: 1.6rem;
	/*width: 25%;*/
	display: inline-block;
}
.mw_wp_form .form dl dd {
	display: inline-block;
	/*width: 75%;*/
}
.mw_wp_form .form .horizontal-item + .horizontal-item {
	margin-left: 0;
}

/*郵便番号*/
.mwform-zip-field input[type=text] {
	ime-mode:disabled;
}
.mw_wp_form .form input[type=number] {
	max-width: 73px;
}
/*エラー*/
.mw_wp_form .error {
	color : green;
	font-weight: bold;
	font-size: 1.5rem;
}

.mw_wp_form .form select {
	margin-right: 8px;
}

.mw_wp_form .form table {
	background-color: #fff;
	margin:0;
}
.mw_wp_form .form table,
.mw_wp_form .form td,
.mw_wp_form .form th {
	border: 1px #cccccc solid;
	padding: 4px;
	text-align: left;
}




/*プレースフォルダー*/
input[type=text]::-webkit-input-placeholder, 
input[type=text]:-ms-input-placeholder, 
input[type=text]::-moz-placeholder,  
input[type=text]:-moz-placeholder, 
input[type=password]::-webkit-input-placeholder, 
input[type=password]:-ms-input-placeholder, 
input[type=password]::-moz-placeholder, 
input[type=password]:-moz-placeholder,
input[type=email]::-webkit-input-placeholder, 
input[type=email]:-ms-input-placeholder, 
input[type=email]::-moz-placeholder, 
input[type=email]:-moz-placeholder,
input[type=tel]::-webkit-input-placeholder, 
input[type=tel]:-ms-input-placeholder, 
input[type=tel]::-moz-placeholder, 
input[type=tel]:-moz-placeholder {
  color: #ccc !important;
  font-weight: normal !important;
  font-size: 1.6rem;
}
input[type="radio"], input[type="checkbox"] {
    margin-right: 4px;
}
input[type=text], input[type=password], 
input[type=tel], input[type=email],select,
input[type=number] {
	max-width: 100%;
    line-height: 24px;
    font-size: 1.4rem;
    margin-bottom: 4px;
    padding: 0 4px;
    height: 36px;
    font-family: Arial, Helvetica, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
textarea {
    padding: 4px;
    font-size: 1.4rem;
}
input[type=button], select {
    font-size: 120%;
}
input[type=text]:focus, input[type=password]:focus, 
input[type=tel]:focus, input[type=email]:focus {
    background-color: #D1E3F1;
}
input[type=tel],input[type=number] {
    ime-mode:disabled;
}


/* ラジオボタンデザイン変更
----------------------------------------------------------*/
input[type=radio], input[type=checkbox] {
    display: none;
}

label {
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block !important;
    padding: 12px 12px 12px 32px;
    border-radius: 8px;
    vertical-align: middle;
    cursor: pointer;
}


label:hover:after {
    border-color: #081733;
}

input[type=radio] + span:after,
input[type=checkbox] + span:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 50%;
    left: 0px;
    display: block;
    margin-top: -12px;
    width: 20px;
    height: 20px;
    border: 2px solid #bbb;
    border-radius: 6px;
    content: '';
    background-color: #fff;
}

input[type=radio] + span:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 6px;
    display: block;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #081733;
    content: '';
    opacity: 0;
    z-index: 2;
}
input[type=checkbox] + span:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 6px;
	display: block;
	margin-top: -11px;
	width: 7px;
	height: 15px;
	border-right: 4px solid #081733;
	border-bottom: 4px solid #081733;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 2;
}

/*効かない*/
input[type=radio]:checked + span:before,
input[type=checkbox]:checked + span:before {
    opacity: 1;
}


/*ギャラリー
----------------------------------------------------------*/
.post.gallery_post .blogtext {
    padding:1rem 0 4rem;
}
.gallery {
    margin-left:-1.3%;
}
.gallery:after {
    content:"";
    display:block;
    height:0;
    clear:both;
}
.gallery dl.gallery-item {
    float:left;
    width:32%;
    margin-left:1.3%;
}
.gallery dl.gallery-item img {
    margin:2.6% 0;
}


dl.gallery-item dt.gallery-icon a {
	display:block;
}
dl.gallery-item dt.gallery-icon a img {
	border:none !important;
	vertical-align:top;
}
dl.gallery-item dd.wp-caption-text.gallery-caption {
	font-size:0.8em;
}
div.wp-video　{
	float:left;
	margin:0 0 1em 1em;
}


/* グローバルメニューのアイコン
----------------------------------------------------------*/
.global_menu.sp_hidden {
	z-index:900;
	position:relative;
	background:#fff;
}
.global_menu .site_menu > div > ul > li.menu-item>a {
    position:relative;
    background:#fff;
}
.global_menu .site_menu > div > ul > li.menu-item>a:before {
    content:"";
    display:block;
    width:45px;
    height:45px;
    position:absolute;
    top:2px;
    left:50%;
    margin-left:-22.5px;
	background-repeat: no-repeat;
	background-position: center top;
}
.global_menu .site_menu > div > ul > li.menu-item:nth-of-type(1)>a:before {
	background-image: url("/wp-content/themes/josuikan/img/cmn/icon_menu_about_all.png");
}
.global_menu .site_menu > div > ul > li.menu-item:nth-of-type(2)>a:before {
	background-image: url("/wp-content/themes/josuikan/img/cmn/icon_menu_junior_all.png");
}
.global_menu .site_menu > div > ul > li.menu-item:nth-of-type(3)>a:before {
	background-image: url("/wp-content/themes/josuikan/img/cmn/icon_menu_high_all.png");
}
.global_menu .site_menu > div > ul > li.menu-item:nth-of-type(4)>a:before {
	background-image: url("/wp-content/themes/josuikan/img/cmn/icon_menu_life_all.png");
}
.global_menu .site_menu > div > ul > li.menu-item:nth-of-type(5)>a:before {
	background-image: url("/wp-content/themes/josuikan/img/cmn/icon_menu_club_all.png");
}
.global_menu .site_menu > div > ul > li.menu-item:nth-of-type(6)>a:before {
	background-image: url("/wp-content/themes/josuikan/img/cmn/icon_menu_access_all.png");
}
.global_menu .search_menu {
    width:100%;
    clear:both;
}
.global_menu .search_menu #sp_hsearch {
    padding:8px;
}
.global_menu .search_menu #sp_hsearch input[type="text"]#ss{
    width:100%;
    box-sizing:border-box;
    font-size:16px;
    line-height:1em;
    padding:8px 1.5em 8px 2.5em;
    border:solid 1px #666;
    outline:none;
    background:URL("/wp-content/themes/josuikan/img/cmn/icon_search.svg") 8px center no-repeat;
    vertical-align:top;
    -webkit-appearance:none;
    appearance:none;
}

/* 投稿記事
----------------------------------------------------------*/
.post.paragraph {
    padding: 2rem 2rem 1rem;
    margin: 0 16px 2rem;
    border: 1px solid #b2b2b2;
}
.post .titlebox h2 {
    font-size:2rem;
    line-height:1.4;
    letter-spacing:0.1em;
    margin-bottom:0.5em;
    padding:0 0 0.5em;
    border-bottom: 4px solid #e0dfde;
}
.post .titlebox .date {
    font-size:1em;
    line-height:1em;
}
.post .blogtext {
    line-height:1.4;
    padding: 1rem 0 4rem;
}
.post .blogtext img {
    margin:1em 0;
}
.post .blogtext li {
    line-height:1.4;
    margin: 0 0 0.5em;
}
.post .blogfooter {
    border-top:solid 1px #ddd;
    padding-top:2rem;
    line-height:1.4;
}

/* 検索結果
----------------------------------------------------------*/
.resultinfo {
    text-align:center;
    font-size:1.2em;
    padding:1em;
    background:#ffeecc;
    margin-bottom:1em;
}
.nomatchblock p {
    text-align:center;
    padding:1em;
}
.post.searchitem .titlebox h2 {
    font-size:2rem;
    line-height:1.4;
    letter-spacing:0.1em;
    margin-bottom:0.5em;
    padding:0 0 0.5em;
    border-bottom: 4px solid #e0dfde;
}
.post.searchitem .titlebox .date {
    font-size:0.9em;
    line-height:1em;
}
.post.searchitem .blogtext {
    font-size:0.9em;
    line-height:1.4;
    padding: 0;
}
.post.searchitem .blogtext li {
    line-height:1.4;
    margin: 0 0 0.5em;
}
.post.searchitem .blogfooter {
    border-top:none;
    padding-top:2rem;
    line-height:1.4;
}
.post.searchitem .postlink {
    text-align:right;
}
.post.searchitem .postlink a {
    display:inline-block;
    padding:0.5em 1em;
    border:solid 1px #596db3;
}


/* カレンダー
----------------------------------------------------------*/
.gcalwapper {
	max-width: 960px;
	min-width: 300px;
	margin: 2.0833% auto;
}
.gcalwapper .gcalcontent {
	position: relative;
	padding-bottom: 100%;
	height: 0;
}
.gcalwapper .gcalcontent iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
@media only screen and (min-width: 767px) {
.gcalwapper .gcalcontent { padding-bottom: 75%; }
}

/* Youtube
----------------------------------------------------------*/
#youtubecontent {
    margin-bottom:1em;
}
#youtubecontent .cannelblock {
}
#youtubecontent .videoblock {
    padding:8px;
    border:solid 1px #bbb;
}
#youtubecontent .videoblock .topitem {
}
#youtubecontent .videoblock #videolist {
    margin-bottom:0;
    max-height:96px;
    overflow:hidden;
}
#youtubecontent .videoblock #videolist li {
}
#youtubecontent .videoblock #videolist li img {
    width:100%;
    height:auto;
}


/*===============================================
画面の横幅が767pxまで *モバイル*
===============================================*/
@media screen and (max-width: 767px){
	body {
		font-size: 16px;/*IE対策*/
		font-size: 1.6rem;/*13px*/
		width: 100%;
		line-height: 1.8em;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	.pc_hidden {
		/*display: block;*/
	}
	.sp_hidden {
		display: none;
	}

    /* ブロック制御
    ----------------------------------------------------------*/

	.block_outer {
	    margin: 50px auto 0;
	}
	#body .block_outer>* {
	    margin: 0 16px 0;
	}
	#body .block_outer>h2 {
	    margin: 0 16px 20px;
	}
	#body .block_outer>.bg_dot {
	    margin: 0 0;
	    padding:16px;
		width: auto;
	}
	#body .block_outer .block_outer {
	    padding:0;
	}
	#body .block_outer .block_outer>*{
	    padding:0;
	}
	#content {
		width: auto;
		margin: 0 auto 20px;
	}

	#bread {
		width: 95%;
		margin: 20px auto;
	}
	
    #sidebar {
        margin:50px 16px 0;
        display: block;
    }
    #sidebar ul.menu {
    }
    #sidebar ul.menu li {
    }
    #sidebar ul.menu li a {
        display:block;
        text-align:center;
        padding:1em 1em;
        line-height:1.2em;
        border:solid 1px #ddd;
        margin-bottom:2px;
        color: #333;
    }
    #sidebar>div>ul.menu>li>a {
        color: #fff;
        font-weight:bold;
    }
	#sidebar .widget_categories h2.widgettitle {
        text-align: center;
        letter-spacing: 0.4rem;
        border-bottom: none;
        background: #e0dfde;
        margin-bottom: 1em;
        padding-bottom: 0;
    }
    #sidebar .widget_search,
    #sidebar .widget_archive,
    #sidebar .widget_recent_entries,
    #sidebar .widget_categories li .toggletitle {
        display:none;
    }
    #sidebar .widget_categories li,
    #sidebar .widget_categories li a,
    #sidebar .widget_categories li ul {
        display:inline;
    }
    #sidebar .widget_categories li:after {
        content:"、";
    }
    #sidebar .widget_categories .children>li:last-child:after {
        content:"";
    }
	
    /* ヘッダー
    ----------------------------------------------------------*/
    /*ヘッダー上部固定時*/
	header.fixed {
		position: fixed;
		top: 0px;
		width: 100%;
		bottom: inherit;
		z-index: 999;
		background-color: #fff;
	}
    header h1 {
    	display: inline-block;
    	padding: 8px;
    }
    header h1 img {
    	max-height: 40px;
    	width: auto;
    }
    .logo_box ul {
    	line-height: 1.0em;
    }
    .logo_box .yamanaka {
    	font-size: 1.0rem;
    }
    .logo_box .josuikan {
    	font-size: 1.2rem;
    }
    .logo_box .josuikan span {
    	display: block;
    }
    .logo_box .josuikan span.sp_hidden {
    	display: none;
    }

    #main_image .main_text span {
		width: 60%;
		margin: 0;
	}
	#main_image .main_text span.texttitle {
		width: auto;
	}

/*    .css-mail {
    	display: block;
    }*/

	/*問い合わせ*/
    .contact_menu {
	    position: absolute;
    	padding: 8px;
	    top: 0px;
	    right: 0;
    }
    .contact_menu ul li {
    	border: 1px solid #b3b3b3;
    	width: 58px;
    	height: 58px;
    	box-sizing:border-box;
    	vertical-align: top;
    	margin-left:2px;
    	border-radius:4px;
    }
    .contact_menu ul li a {
		padding: 8px 0px;
		font-size: 0.8rem;
		background-color: transparent;
		line-height: 2.25em;
		display: block;
		text-align: center;
    }
    .contact_menu ul li a img {
    	display: block;
    	margin: 0 auto;
    }
    .contact_menu #pc_hsearch {
        display:none;
    }

	/*受験生・在校生・卒業生*/
	.target_menu {
		background-color: #596db3;
	}
	.target_menu ul {
	}
	.target_menu ul li {
		width: 33.3%;
	    text-align: center;
	    float: left;
	}
	.target_menu ul li:nth-of-type(2) a {
		border-right: 1px solid #fff;
		border-left: 1px solid #fff;
	}
	.target_menu ul li a {
		display: block;
		font-size: 1.1rem;
		/*padding: 24px 4px 4px 4px;*/
		padding: 10px 4px 4px 4px;
	}
	.target_menu ul li a img {
		display: block;
   		margin: 0 auto;
	}


	/*グローバルメニュー*/
	.global_menu .site_menu li.menu-item {
		width: 33.3%;
		text-align: center;
		float: left;
	    border-right: 1px solid #cccccc;
	    border-bottom: 1px solid #cccccc;
	}
	.global_menu .site_menu li.menu-item:nth-of-type(1) {
	   	border-left: none;
	}
	.global_menu .site_menu li.menu-item:nth-of-type(3),
	.global_menu .site_menu li.menu-item:nth-of-type(6) {
	   	border-right: none;
	}
	.global_menu .site_menu li.menu-item span {
		display: block;
	}
	.global_menu .site_menu li.menu-item a {
		display: block;
		padding: 8px 4px;
		font-size: 1.2rem;
	}
	.global_menu .site_menu li.menu-item > a {
		padding: 40px 4px 10px 4px;
		display: block;
		color: #7a7b7e;
		font-weight: bold;
	}
	.global_menu .site_menu li.menu-item .sub-menu {
		display: none;
	}

	.global_menu .site_menu > div > ul > li {
		width: 33.3%;
		text-align: center;
		float: left;
	}

	/*グローバルメニュー　マウスオーバー*/
	.global_menu .site_menu li.open {
		width: 100%;
		position: absolute;
	}
    .global_menu .site_menu li.open .sub-menu li {
    	display: block;
    	position: relative;
    	border-bottom: 1px solid #fff;
    }
    .global_menu .site_menu li.menu-item .sub-menu li:after {
    	border-top: 1px solid #fff;
	    border-right: 1px solid #fff;
	    -webkit-transform: rotate(45deg);
	    transform: rotate(45deg);
	    position: absolute;
	    content: "";
	    right: 16px;
	    top: 50%;
	    margin-top: -3px;
	    width: 6px;
	    height: 6px;
    }
	#panel-btn {
	  position: relative;
	  width: 56px;
	  height: 56px;
	  padding: 0;
	  background-color: #5b6dae;
	}
	#panel-btn:hover{
	}
	#panel-btn-icon {
	  display: block;
	  position: absolute;
	  top: 50%;
	  left: 9px;
    	width: 40px;
	  height: 4px;
	  margin: -2px 0 0 0px;
	  background: #fff;
	  transition: .2s;
	  border-radius: 2px;
	}
	#panel-btn-icon:before, #panel-btn-icon:after {
	  display: block;
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 0;
	  width: 40px;
	  height: 4px;
	  background: #fff;
	  transition: .3s;
	  border-radius: 2px;
	}
	#panel-btn-icon:before{
	  margin-top: -12px;
	}
	#panel-btn-icon:after{
	  margin-top: 10px;
	}
	#panel-btn .close{
	  background: transparent;
	}
	#panel-btn .close:before, #panel-btn .close:after{
	  margin-top: 0;
	}
	#panel-btn .close:before{
	  transform: rotate(-45deg);
	  -webkit-transform: rotate(-45deg);
	}
	#panel-btn .close:after{
	  transform: rotate(-135deg);
	  -webkit-transform: rotate(-135deg);
	}


    /* フッター
    ----------------------------------------------------------*/
    #pagetop {
    	display: none;
    }
    footer .footer_sub {
    	display: none;
    }
    footer .site_menu > div > ul > li {
    	margin-bottom: 0px;
    	border-bottom: 1px solid #fff;
    	position: relative;
    	font-size:0.9em;
    	line-height:1.2em;
    	/*
    	width:50%;
    	float:left;
    	*/
    }
    footer .site_menu li.menu-item .sub-menu {
    	display: none;
    	margin-bottom: 0px;
    	padding-left: 32px;
    	background: #394d93;
    }
    footer .site_menu li.menu-item a {
    	padding: 16px 16px 16px 32px;
        border-bottom: 1px solid #fff;
    }
    footer .site_menu li.menu-item a:hover {
    	text-decoration:none;
    }
    footer .site_menu > div > ul > li.open {
    	display: block;
    	position: relative;
    }
    /*下向きの三角*/
    footer .site_menu a {
    	position: relative;
    	text-decoration:none;
    }
    /*右向きの三角*/
    footer .site_menu > div > ul > li.menu-item-has-children > a:after {
    	position: absolute;
    	content: "";
	    width: 0;
	    height: 0;
	    border-top: 8px solid transparent;
	    border-right: 8px solid transparent;
	    border-bottom: 8px solid transparent;
	    border-left: 8px solid #fff;
	    left: 16px;
	    top:50%;
	    margin-top: -8px;
	    -webkit-transform: rotate(0deg);
	    transform: rotate(0deg);

    }
    footer .site_menu > div > ul > li.menu-item-has-children > a.open:after {
	    left: 12px;
	    margin-top: -2px;
	    -webkit-transform: rotate(90deg);
	    transform: rotate(90deg);
    }
    footer .site_menu li.menu-item .sub-menu li {
    	position: relative;
    }
    footer .site_menu > div > ul > li > a:after,
    footer .site_menu li.menu-item .sub-menu li a:after {
    	border-top: 1px solid #fff;
	    border-right: 1px solid #fff;
	    -webkit-transform: rotate(45deg);
	    transform: rotate(45deg);
	    position: absolute;
	    content: "";
	    right: 16px;
	    top: 50%;
	    margin-top: -3px;
	    width: 6px;
	    height: 6px;
    }
	footer .site_menu li.menu-item .sub-menu li a {
		padding: 16px 8px 16px 0px;
		display: block;
	}
	footer .site_menu li.menu-item .sub-menu li:last-of-type a {
		border-bottom: none;
	}

	footer #copyright {
		font-size: 1.1rem;
	}
	#footer_banner ul li {
		text-align: center;
	}

    /* フォーム
    ----------------------------------------------------------*/
	.mw_wp_form .form {
		background-color: transparent;
		padding: 0;
	}
	.mw_wp_form .form dl {
    	margin-bottom: 2px;
		background-color: #e6e6e6;
		padding: 10px;
    }
	.mw_wp_form .form dl dt {
		width: 100%;
		margin-bottom: 10px;
	}
	.mw_wp_form .form dl dd {
		width: 100%;
	}
	.mw_wp_form .form table {
		font-size: 1.2rem;
		margin:0;
	}
	input[type=text], input[type=password], 
	input[type=tel], input[type=email],textarea {
		max-width: 100%;
	}


    /* 新着情報
    ----------------------------------------------------------*/
    #news #category_all li {
        font-size: 1.1rem;
        text-align: center;
        min-width: 60px;
    }
    #news .news_contents {
        display: block;
        float: none;
        max-height: 350px;
		overflow-y: scroll;
    }
    #news .news_contents dl dt,
    #urgent .news_contents dl dt,
    #news .news_contents dl dd,
    #urgent .news_contents dl dd {
        display: block;
    }
    #news .news_contents dl dt ul li.category,
    #urgent .category,
    #news .date,
    #urgent .date {
        font-size: 1.1rem;
        padding: 0px 8px;
        line-height: 1.8em;
    }
    #news #topnewsside.fr {
        float: none;
    }
    #news #topnewsside p {
        margin: 10px auto;
    }
    #news #topnewsside p img {
        max-width: 100%;
    }




    /* 学校生活スナップ
    ----------------------------------------------------------*/
    #snap ul {
        font-size:0;
    }
    #snap ul li {
        display:inline-block;
        margin: 0px 2.5%;
        width: 45%;
        /*float: left;*/
        font-size: 1.4rem;
        vertical-align:top;
    }
    #snap ul li img {
        width: 100%;
        height: auto;
    }
    
    
    /* ギャラリー一覧
    ----------------------------------------------------------*/
    #gallery_items {
        max-height:165px;
        overflow:hidden;
    }

}

/*4インチスマホ*/
@media screen and (max-width: 320px){
    header h1 img {
    	max-height: 34px;
    }
	.target_menu ul li a {
		font-size: 1.0rem;
		padding: 20px 2px 4px 2px;
	}
}

/*===============================================
画面の横幅が768px以上 *PC*
===============================================*/
@media screen and (min-width: 768px){

	body {
		font-size: 14px;/*IE対策*/
		font-size: 1.4rem;/*13px*/
		width: 100%;
		min-width: 1024px;
		line-height: 1.8em;
		padding-top:0px;
	}
    body:before {
        top:136px;
    }

	h1 {
		font-size: 2rem;
		font-weight: bold;
	}
	h2 {
		font-size: 1.8rem;
		font-weight: bold;
	}
	h3 {
		font-size: 1.5rem;
		font-weight: bold;
		margin-bottom: 10px;
	}
	h4 {
		font-size: 1.4rem;
		font-weight: bold;
		margin-bottom: 10px;
	}
	h5 {
		font-size: 1.8rem;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.pc_hidden {
		display: none;
	}
	.sp_hidden {
		/*display: block;*/
	}

    /* ブロック制御
    ----------------------------------------------------------*/
	#content {
		margin:50px auto;
	}

	.block_outer {
	    margin: 50px auto 0;
	}
	.narrow {
		width: 1000px;
		margin: 50px auto;
	}
	.narrow_min {
		width: 800px;
		margin: 50px auto;
	}
	#content.column2 {
		width: 1000px;
	}
	.column2 #main {
		width: 720px;
		width: 680px;
		float: left;
	}
	.column2 #sidebar {
	 	display: block;
		float: right;
		width: 220px;
		width: 280px;
		margin: 0 0 60px 0;
	}
	#bread {
		width: 1000px;
		clear: both;
	}
	.archive {
		/*background-color: #E6E6E6;*/
	}
    .post.paragraph {
        padding: 4rem 4rem 1rem;
    }


    /* ヘッダー
    ----------------------------------------------------------*/

	#head_logo {
		display: inline-block;
		width: 40%;
		z-index: 10;
		position:relative;
		z-index:1;
	}
	header {
		position:static;
		width: 1000px;
		margin: 0 auto;
	}
	header h1 {
	}

    header h1 img.logo {
    	max-height: 54px;
		width: 31px;
		vertical-align: top;
    }
    header h1 img.name {
    }

	.target_menu ul {
		width: 1000px;
		margin: 0 auto;
    	text-align: right;
	}
	.target_menu ul li {
		display: inline-block;
	}

    /* ターゲットメニュー（ヘッド内）
    ----------------------------------------------------------*/
	header .target_menu {
		position: absolute;
		top:0;
		z-index:0;
	}
	header .target_menu ul li {
		padding: 4px 0;
		border-right: 1px solid #fff;
	}
	header .target_menu ul li:nth-of-type(1){
		border-left: 1px solid #fff;
	}

    /* ターゲットメニュー（スライダー内）
    ----------------------------------------------------------*/
    .target_menu.top_menu {
    	/*position: absolute;*/
    	width: 100%;
    	bottom: 40px;
		background-color: #596db3;
		border-top:solid 1px #fff;
    }
    .target_menu.top_menu ul {
		text-align: center;
    }
    .target_menu.top_menu ul li {
    	width: 264px;
    	border-radius:0 !important;
    }
    .target_menu.top_menu ul li:nth-of-type(2) a{
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	header h1 #panel-btn {
		display: none;
	}
	header h1 > a {
		padding: 10px 10px;
	}

    /* お問い合わせメニュー（横）
    ----------------------------------------------------------*/

	.contact_menu_side {
		position: fixed;
		right: 0;
		top: 140px;
		z-index: 999;
		/*height: 270px;
		overflow: hidden;*/
		text-align:right;
	}
	.contact_menu_side ul {
		display: block;
		position: relative;
		/*height: 280px;*/
		width:38px;
	}
	.contact_menu_side ul li {
		display: block;
		position: relative;
		text-align:right;
		margin-bottom:4px;
		line-height:0;
	}
	.contact_menu_side ul li a {
		display: block;
		height:12em;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		position: relative;
	    left:0px;
		background-color: rgba(75,75,75,0.3);
		color: #fff;
		text-align: center;
		text-decoration: none;
		padding: 20px 16px 20px 8px;
		-webkit-transition:all 0.1s linear 0s;
		transition:all 0.1s linear 0s;
	}
	.contact_menu_side ul li a:hover {
	    left:-8px;
		background-color: rgba(75,75,75,1);
	}
	.contact_menu_side ul li a img {
		margin-bottom: 10px;
		width: 22px;
		height: 22px;
	}

    /* お問い合わせメニュー（ヘッド内）
    ----------------------------------------------------------*/
	.contact_menu {
		position: absolute;
		margin-top: -30px;
	}
	.contact_menu ul {
		width: 1000px;
		margin: 0 auto;
		text-align: right;
	}
	.contact_menu ul li {
		margin-left: 32px;
		line-height:22px;
		color: #666666;
	}
	.contact_menu ul li > img {
	    vertical-align:middle;
	}

	.contact_menu ul li a:after {
		border-top: 1px solid #666666;
	    border-right: 1px solid #666666;
	    -webkit-transform: rotate(45deg);
	    transform: rotate(45deg);
	    position: absolute;
	    content: "";
	    right: 16px;
	    top: 50%;
	    margin-top: -4px;
	    width: 6px;
	    height: 6px;
	    opacity:0;
	    -webkit-transition:all 0.1s linear 0s;
	    transition:all 0.1s linear 0s;
	}
	.contact_menu ul li a:hover:after {
	    opacity:1;
	    right: 4px;
	}
	
	.contact_menu #pc_hsearch form {
	    display:inline-block;
	}
    .contact_menu #pc_hsearch form input[type="text"]#hs {
        height:24px;
        width:9em;
        margin:0 16px 0 4px;
        box-sizing:border-box;
        font-size:16px;
        line-height:1em;
        padding:4px;
        border:solid 1px #666;
        outline:none;
        vertical-align:top;
        -webkit-appearance:none;
        appearance:none;
    }

    /* グローバルメニュー
    ----------------------------------------------------------*/
	.global_menu {
		height: 46px;
		margin-top: 16px;
	}
	.global_menu.sp_hidden {
		position:static;
	}
	.global_menu .site_menu {
		text-align: center;
	}
	.global_menu .site_menu > div {
		table-layout: fixed;
		display: table;
		width: 100%;
	}
	.global_menu .site_menu > div > ul {
		display: table-row;
	}
	.global_menu .site_menu > div > ul > li.menu-item {
		display: table-cell;
        width : 16.63%;
        width : -webkit-calc(100% / 6);
        width : calc(100% / 6);
        -webkit-transition:all 0.1s linear 0s;
        transition:all 0.1s linear 0s;
	}
	.global_menu .site_menu > div > ul > li.menu-item > a {
		padding: 10px 4px 4px 4px;
		display: block;
		color: #7a7b7e;
		font-size: 1.4rem;
		font-family: "Sawarabi Gothic";
		text-align:center;
	}
	.global_menu .site_menu > div > ul > li.menu-item > a:before {
	    display:inline-block;
	    width:32px;
	    height:32px;
	    position:relative;
	    top:-4px;
	    left:0;
	    margin-left:-16px;
	    margin-right:4px;
	    vertical-align:middle;
        -webkit-transition:all 0.1s linear 0s;
        transition:all 0.1s linear 0s;
	    background-position: center bottom;
	    background-size:32px auto;
    }
	/*開いている*/
	.global_menu .site_menu > div > ul > li.menu-item a {
		background:transparent;
	}
	.global_menu .site_menu > div > ul > li.menu-item:hover > a,
	.global_menu .site_menu > div > ul > li.menu-item.open > a {
		color: #ffffff;
	}
	.global_menu .site_menu > div > ul > li.menu-item.current_page_item>a:before,
    .global_menu .site_menu > div > ul > li.menu-item.current-page-parent>a:before,
    .global_menu .site_menu > div > ul > li.menu-item.current_page_parent>a:before {
        background-position: center top;
    }
    .global_menu .site_menu > div > ul > li.menu-item.open>a:before,
    .global_menu .site_menu > div > ul > li.menu-item>a:hover:before {
        background-position: center center !important;
    }

	.global_menu .site_menu > div > ul > li.menu-item:nth-of-type(1):hover,
	.global_menu .site_menu > div > ul > li.menu-item:nth-of-type(1).open {
		background-color: #5b6dae;
	}
	.global_menu .site_menu > div > ul > li.menu-item:nth-of-type(1).open > ul > li > ul.sub-menu > li {
		width: 180px;
	}


	.global_menu .site_menu > div > ul > li.menu-item:nth-of-type(2):hover,
	.global_menu .site_menu > div > ul > li.menu-item:nth-of-type(2).open {
		background-color: #edcb00;
	}
	.global_menu .site_menu > div > ul > li.menu-item:nth-of-type(3):hover,
	.global_menu .site_menu > div > ul > li.menu-item:nth-of-type(3).open {
		background-color: #55a8de;
	}
	.global_menu .site_menu > div > ul > li.menu-item:nth-of-type(4):hover,
	.global_menu .site_menu > div > ul > li.menu-item:nth-of-type(4).open {
		background-color: #c69c6d;
	}
	.global_menu .site_menu > div > ul > li.menu-item:nth-of-type(5):hover,
	.global_menu .site_menu > div > ul > li.menu-item:nth-of-type(5).open {
		background-color: #dd913e;
	}
	.global_menu .site_menu > div > ul > li.menu-item:nth-of-type(6):hover,
	.global_menu .site_menu > div > ul > li.menu-item:nth-of-type(6).open {
		background-color: #22b573;
	}
	.global_menu .site_menu > div > ul > li.menu-item.open > ul {
	    position: absolute;
	    width:100%;
	    display: block !important;
	    left: 0;
	    right: 0;
	    background-color: #e6e6e6;
	    padding: 10px 0;
	    z-index: 850;
	    overflow:hidden;
	}
	.global_menu .site_menu > div > ul > li.menu-item:nth-of-type(1).open > ul {
		background-color: #5b6dae;
	}
	.global_menu .site_menu > div > ul > li.menu-item:nth-of-type(2).open > ul {
		background-color: #edcb00;
	}
	.global_menu .site_menu > div > ul > li.menu-item:nth-of-type(3).open > ul {
		background-color: #55a8de;
	}
	.global_menu .site_menu > div > ul > li.menu-item:nth-of-type(4).open > ul {
		background-color: #c69c6d;
	}
	.global_menu .site_menu > div > ul > li.menu-item:nth-of-type(5).open > ul {
		background-color: #dd913e;
	}
	.global_menu .site_menu > div > ul > li.menu-item:nth-of-type(6).open > ul {
		background-color: #22b573;
	}
	.global_menu .site_menu > div > ul > li.menu-item.open > ul > li {
		width: 1000px;
		margin: 0 auto;
		position: relative;
		vertical-align: middle;
	}
	.global_menu .site_menu > div > ul > li.menu-item.open > ul > li > a {
		display: inline-block;
		width: 236px;
		height: 92px;
		float: left;
		color: transparent;
		vertical-align: middle;
		position: absolute;
		left: 0;
		top: 4px;
		bottom: 0;
		border-radius:5px;
		-webkit-transition:all 0.1s linear 0s;
		transition:all 0.1s linear 0s;
	}
	.global_menu .site_menu > div > ul > li.menu-item.open > ul > li > a:hover {
		box-shadow:0 0 0 8px rgba(0,0,0,0.3);
	}
	/*閉じている*/
	.global_menu .site_menu > div > ul > li.menu-item > ul > li > a {
		display: none;
	}
	.global_menu .site_menu > div > ul > li.menu-item.open > ul > li > a {
		display: block;
		background-repeat: no-repeat;
		background-position: center center;
		background-color:#fff;
	}
	.global_menu .site_menu > div > ul > li.menu-item:nth-of-type(1).open > ul > li > a {
		background-image: url("/wp-content/themes/josuikan/img/cmn/img_menu_about.png");
	}
	.global_menu .site_menu > div > ul > li.menu-item:nth-of-type(2).open > ul > li > a {
		background-image: url("/wp-content/themes/josuikan/img/cmn/img_menu_junior.png");
	}
	.global_menu .site_menu > div > ul > li.menu-item:nth-of-type(3).open > ul > li > a {
		background-image: url("/wp-content/themes/josuikan/img/cmn/img_menu_high.png");
	}
	.global_menu .site_menu > div > ul > li.menu-item:nth-of-type(4).open > ul > li > a {
		background-image: url("/wp-content/themes/josuikan/img/cmn/img_menu_life.png");
	}
	.global_menu .site_menu > div > ul > li.menu-item:nth-of-type(5).open > ul > li > a {
		background-image: url("/wp-content/themes/josuikan/img/cmn/img_menu_club.png");
	}
	.global_menu .site_menu > div > ul > li.menu-item:nth-of-type(6).open > ul > li > a {
		background-image: url("/wp-content/themes/josuikan/img/cmn/img_menu_access.png");
	}
	/*閉じている*/
	.global_menu .site_menu > div > ul > li.menu-item > ul > li > ul.sub-menu {
		display: none;
	}
	.global_menu .site_menu > div > ul > li.menu-item.open > ul > li > ul.sub-menu {
		width: 754px;
	    min-height: 100px;
		display: inline-block;
		float: right;
		/*background-color: #fff;*/
		/*min-height: 76px;*/
		/*border-radius: 8px;*/
		text-align: left;
		/*padding: 10px 32px;*/
	}
	.global_menu .site_menu > div > ul > li.menu-item.open > ul > li > ul.sub-menu > li {
		display: inline-block;
		padding: 4px;
		width: 32%;
		min-width: 180px;
		max-width: 240px;
	}
	.global_menu .site_menu > div > ul > li.menu-item.open > ul > li > ul.sub-menu > li > a {
		display: block;
		position: relative;
		/*padding-left: 24px;*/
		color: #666666;
		background-color: #fff;
		border-radius: 4px;
		padding: 8.5px 8.5px 8.5px 30px;
		-webkit-transition:all 0.1s linear 0s;
		transition:all 0.1s linear 0s;
	}
	.global_menu .site_menu > div > ul > li.menu-item.open > ul > li > ul.sub-menu > li > a:hover {
		text-decoration: none;
		box-shadow:0 0 0 8px rgba(0,0,0,0.3);
	}
	.global_menu .site_menu > div > ul > li.menu-item.open > ul > li > ul.sub-menu > li > a:before {
	   	content: '';
	    width: 15px;
	    height: 15px;
	    border-radius: 50%;
	    position: absolute;
	    top: 50%;
	    left: 8px;
	    margin-top: -8px;
	}
	.global_menu .site_menu > div > ul > li.menu-item:nth-of-type(1).open > ul > li > ul.sub-menu > li > a:before {
		background-color: #5b6dae;
	}
	.global_menu .site_menu > div > ul > li.menu-item:nth-of-type(2).open > ul > li > ul.sub-menu > li > a:before {
		background-color: #edcb00;
	}
	.global_menu .site_menu > div > ul > li.menu-item:nth-of-type(3).open > ul > li > ul.sub-menu > li > a:before {
		background-color: #55a8de;
	}
	.global_menu .site_menu > div > ul > li.menu-item:nth-of-type(4).open > ul > li > ul.sub-menu > li > a:before {
		background-color: #c69c6d;
	}
	.global_menu .site_menu > div > ul > li.menu-item:nth-of-type(5).open > ul > li > ul.sub-menu > li > a:before {
		background-color: #dd913e;
	}
	.global_menu .site_menu > div > ul > li.menu-item:nth-of-type(6).open > ul > li > ul.sub-menu > li > a:before {
		background-color: #22b573;
	}
	.global_menu .site_menu > div > ul > li.menu-item.open > ul > li > ul.sub-menu > li > a:after {
	    content: '';
	    width: 4px;
	    height: 4px;
	    border: 0px;
	    -ms-transform: rotate(45deg);
	    -webkit-transform: rotate(45deg);
	    transform: rotate(45deg);
	    position: absolute;
	    top: 50%;
	    left: 12px;
	    margin-top: -3px;
	    border-top: solid 1px #ffffff;
	    border-right: solid 1px #ffffff;
	}
	.global_menu .search_menu {
	    display:none;
	}
    /* サイドメニュー
    ----------------------------------------------------------*/
    


    /* サイドカテゴリ
    ----------------------------------------------------------*/
    /*親カテゴリ*/
    #sidebar {
        font-size: 1.4rem;
        line-height:1.4;
    }
    #sidebar ul li a {
        display: block;
        color: #333;
        padding: 1rem 0.5rem 1rem 1rem;
    }
    #sidebar ul li a:hover {
        text-decoration:underline;
    }
    #sidebar ul.menu li a {
        font-size: 1.6rem;
        padding: 1.5rem 1.5rem 1.5rem 2rem;
    }
    #sidebar > div > ul.menu > li > a {
        color: #fff;
        padding: 1rem 1rem;
        display: block;
        text-decoration: none;
        font-size: 2rem;
        font-weight:bold;
        margin-bottom: 0;
        border-bottom: none;
    }
    #sidebar > div > ul > li > ul > li {
        border-bottom: 1px solid #ccc;
    }
    #sidebar>div>ul>li:nth-of-type(1)>a:before {
	    content:"";
	    display:inline-block;
	    position:relative;
	    top:-2px;
	    width:32px;
	    height:32px;
	    margin-right:4px;
	    background-position:center center;
	    background-size:32px auto;
	    vertical-align:middle;
	}
	#sidebar>div>ul#menu-sidemenu_summary>li:nth-of-type(1)>a:before,
	#sidebar>div>ul#menu-sidemenu_summary-1>li:nth-of-type(1)>a:before {
	    background-image: url("/wp-content/themes/josuikan/img/cmn/icon_menu_about_all.png");
	}
	#sidebar>div>ul#menu-sidemenu_junior>li:nth-of-type(1)>a:before,
	#sidebar>div>ul#menu-sidemenu_junior-1>li:nth-of-type(1)>a:before {
	    background-image: url("/wp-content/themes/josuikan/img/cmn/icon_menu_junior_all.png");
	}
	#sidebar>div>ul#menu-sidemenu_high>li:nth-of-type(1)>a:before,
	#sidebar>div>ul#menu-sidemenu_high-1>li:nth-of-type(1)>a:before {
	    background-image: url("/wp-content/themes/josuikan/img/cmn/icon_menu_high_all.png");
	}
	#sidebar>div>ul#menu-sidemenu_schoollife>li:nth-of-type(1)>a:before,
	#sidebar>div>ul#menu-sidemenu_schoollife-1>li:nth-of-type(1)>a:before {
	    background-image: url("/wp-content/themes/josuikan/img/cmn/icon_menu_life_all.png");
	}
	#sidebar>div>ul#menu-sidemenu_club>li:nth-of-type(1)>a:before,
	#sidebar>div>ul#menu-sidemenu_club-1>li:nth-of-type(1)>a:before {
	    background-image: url("/wp-content/themes/josuikan/img/cmn/icon_menu_club_all.png");
	}
	#sidebar>div>ul#menu-sidemenu_examinee>li:nth-of-type(1)>a:before {
	    background-image: url("/wp-content/themes/josuikan/img/cmn/icon_jyuken_all.png");
	}
	#sidebar>div>ul#menu-sidemenu_graduate>li:nth-of-type(1)>a:before {
	    background-image: url("/wp-content/themes/josuikan/img/cmn/icon_zaikou_all.png");
	}
	#sidebar>div>ul#menu-sidemenu_graduate>li:nth-of-type(1)>a:before {
	    background-image: url("/wp-content/themes/josuikan/img/cmn/icon_sotugyo_all.png");
	}
	#sidebar>div ul>li>a {
	    position:relative;
	}
	#sidebar>div ul>li>a:after {
	    content: "";
	    width: 8px;
	    height: 8px;
	    border: 0px;
	    -ms-transform: rotate(45deg);
	    -webkit-transform: rotate(45deg);
	    transform: rotate(45deg);
	    position: absolute;
	    top: 50%;
	    right: 32px;
	    margin-top: -4px;
	    border-top: solid 2px #666;
	    border-right: solid 2px #666;
	    opacity:0;
	    -webkit-transition:all 0.1s linear 0s;
	    transition:all 0.1s linear 0s;
	}
	#sidebar>div>ul>li>a:after {
	    border-top: solid 2px #ffffff;
	    border-right: solid 2px #ffffff;
	}
	#sidebar>div ul>li>a:hover:after {
	    right: 12px;
	    opacity:1;
	}
	
    /*子カテゴリ*/
    /*ウィジット*/
    .widget {
        margin-bottom:2rem;
    }
    .widget .widgettitle {
        background-color: #596db3;
        color: #fff;
        padding: 1rem 1rem;
        display: block;
        text-decoration: none;
        font-size: 1.6rem;
        font-weight:bold;
        margin-bottom: 0;
        border-bottom: none;
    }
    .widget label {
        padding: 16px 8px;
    }
    .widget label.screen-reader-text {
        display:none !important;
    }
    .widget form {
        margin-top:16px;
    }
    .widget #searchform {
        font-size:0;
    }
    .widget #searchform input[type="text"] {
        max-width:75%;
        box-sizing:border-box;
        font-size:16px;
        line-height:1em;
        padding:8px 1.5em 8px 2.5em;
        border:solid 1px #666;
        outline:none;
        background:URL("/wp-content/themes/josuikan/img/cmn/icon_search.svg") 8px center no-repeat;
        vertical-align:top;
        -webkit-appearance:none;
        appearance:none;
    }
    .widget #searchform input[type="submit"] {
        width:25%;
        box-sizing:border-box;
        font-size:12px;
        line-height:1em;
        padding:11px 1em 11px 1em;
        border:solid 1px #666;
        border-left:none;
        background:#dfdfdf;
        outline:none;
        vertical-align:top;
        cursor:pointer;
        -webkit-appearance:none;
        appearance:none;
    }
    .widget select {
        margin-top:16px;
        width:100%;
        box-sizing:border-box;
        font-size:14px;
        line-height:32;
        border:solid 1px #666;
        outline:none;
        background:#dfdfdf;
    }
    /*アーカイブ*/
    #sidebar .widget.widget_archive {
    }
    /*最新記事*/
    #sidebar .widget.widget_recent_entries ul li {
        position: relative;
    }
    #sidebar .widget.widget_recent_entries ul li span.post-date {
        font-size:1.0rem;
        vertical-align:middle;
        margin-left: 0;
        float: left;
        position: absolute;
        top: 1.25rem;
        left: 0.5rem;
        display:block;
        z-index:0;
    }
    #sidebar .widget.widget_recent_entries ul li a {
        position: relative;
        top: 0;
        padding-left: 30% !important;
        z-index:1;
    }
    #sidebar .widget.widget_recent_entries ul li a:hover {
        background-color: rgba(91,109,174,0.1) !important;
    }
    /*カテゴリー*/
    #sidebar .widget.widget_categories ul li a {
        display: block;
        color: #333;
        padding: 1rem 1.5rem 1rem 0.5rem;
        margin-left:20px;
    }
    #sidebar .widget.widget_categories ul.children {
        margin:0 0 0 2rem;
        display:none;
    }
    #sidebar .widget.widget_categories ul.children li {
        border-top: 1px dotted #ccc;
        border-bottom: none !important;
    }
    #sidebar .widget.widget_categories ul.children li a {
        font-size:1.3rem;
    }
    #sidebar .widget.widget_categories a:hover {
        background-color: rgba(91,109,174,0.1) !important;
    }
    #sidebar .widget.widget_categories ul li a span.count {
        font-size:1.2rem;
        padding-left:0.5rem;
        color:#666;
    }
    #sidebar .widget.widget_categories li {
        position:relative;
    }
    #sidebar .widget.widget_categories li span.toggletitle {
        position:absolute;
        display:block;
        left:0;
        top:12px;
        font-size:10px;
        line-height:1em;
        padding:2px;
        border:solid 1px #666;
        text-align:center;
        cursor:pointer;
    }
    #sidebar .widget.widget_categories li span.toggletitle:before {
        content:"＋";
    }
    #sidebar .widget.widget_categories li span.toggletitle.open:before {
        content:"ー";
    }



    /* フッター
    ----------------------------------------------------------*/
    #pagetop {
    	width: 1000px;
    	margin: 0 auto;
    	text-align: right;
    	position: relative;
    }
    #pagetop a {
    	display: inline-block;
	    bottom: -80px;
	    position: fixed;
	    -webkit-transition: all 0.3s linear;
	    transition: all 0.3s linear;
    }
    #pagetop a.fixed {
	    bottom: 0;
    }
    footer .site_menu {
		width: 1000px;
		margin: 0 auto;
		padding: 40px 0;
    }
    /*
    footer .site_menu > div > ul > li {
		width : 16.63% ;
	   	width : -webkit-calc(100% / 6) ;
	   	width : calc(100% / 6) ;
	   	float: left;
    }
    footer .site_menu > div > ul > li.menu-item > ul > li > a {
    	display: none;
    }
    footer .footer_subitem {
    	display: inline-block;
		float: right;
    }
    footer .footer_subitem ul li {
    	display: inline-block;
    	margin-right: 10px;
    }
    */
    footer .menu-footermenu_1-container,
    footer .menu-footermenu_2-container {
    	width:50%;
    	float:left;
    }
    footer .menu-footermenu_3-container {
        clear:both;
        padding-top:1em;
    }
    footer .menu-footermenu_1-container .menu,
    footer .menu-footermenu_2-container .menu {
    	margin-right:2em;
    }
    footer .menu-footermenu_3-container .menu-item {
        float:left;
        margin-right:2.5em;
    }
    footer .menu-footermenu_3-container .menu-item:last-child {
        margin-right:0;
    }
    footer .site_menu > div > ul > li {
    	display:block;
    	padding:4px 8px;
    }
    footer .site_menu > div > ul > li > a {
    	display:block;
    	float:left;
    	font-size:1.2em;
    }
    footer .site_menu > div > ul > li > .sub-menu {
    	margin-left:10em;
    }
    footer .site_menu > div > ul > li > .sub-menu > li {
    	display:block;
    	float:left;
    }
    footer .site_menu > div > ul > li > .sub-menu > li a:before {
    	content:"｜";
    	display:inline-block;
    	text-decoration:none;
    }
    footer .site_menu > div > ul > li > .sub-menu > li a:hover:before {
    	text-decoration:none;
    }
    footer .site_menu > div > ul > li:after,
    footer .site_menu > div > ul > li > .sub-menu > li:after {
    	content:"";
    	display:block;
    	height:0;
    	clear:both;
    }
	footer #copyright {
		width: 1000px;
		clear: both;
	}
	/*タイトル*/
    /*
	footer .footer-menu > div > ul > li > a {
		margin-bottom: 10px;
		font-size: 1.4rem;
		font-weight: bold;
	}
    */
    footer #footer_logo {
        background:#ddd;
    }
    footer #footer_logo .wapper {
		width: 1000px;
		margin: 0 auto;
		padding: 10px 0;
		position:relative;
		text-align:center;
    }
    footer #footer_logo .fl, 
    footer #footer_logo .fr {
    	display:inline-block;
    	text-align:left;
    	float:none;
    }
    footer #footer_logo a.logo_box {
    	display: block;
    	padding: 10px 0px;
    	position:relative;
    }
    footer #footer_logo a.logo_box ul {
    	line-height:1.8em;
    	padding: 0 0 0 8px;
    }
    footer #footer_logo a.logo_box .yamanaka {
    	font-size:1.4em;
    }
    footer #footer_logo a.logo_box .yamanaka span{
    	font-size:0.8em;
    }
    footer #footer_logo a.logo_box .josuikan {
    	font-size:1.6em;
    }
    footer #footer_logo .fr address {
    	margin-left:4em;
    	font-style:normal;
    	position:relative;
    	color: rgb(89, 109, 179);
    }
    footer #footer_logo address ul li {
    	font-size:1.2em;
    }
    footer .menu-item-has-children>ul.sub-menu>li:nth-of-type(1) {
    	display:none;
    }


    /*フッターに入る丸いボタン*/
	.circle {
		width: 1000px;
	}

    /* フッターバナー
    ----------------------------------------------------------*/
    #footer_banner {
        width: 1000px;
    	margin:0 auto 50px;
    }
    #footer_banner ul {
    	text-align: center;
    }
    #footer_banner ul li {
    	display: inline-block;
		margin:0 4px 10px;
		float:none;
    }


    /* フォーム
    ----------------------------------------------------------*/
	.mw_wp_form .form dl dt {
		width: 28%;
		float: left;
		padding-right: 10px;
	}
	.mw_wp_form .form dl dd {
		width: 72%;
	}
	.mw_wp_form .form dl {
		border-bottom: 1px solid #b3b3b3;
		padding: 25px;
	}
	.mw_wp_form .form dl:last-of-type {
		padding-bottom: 0;
		border-bottom: none;
	}

    /* 新着情報
    ----------------------------------------------------------*/

    #news #category_all li {
        font-size: 1.4rem; 
        text-align: center;
        position: relative;
        z-index: 2;
    }

    /* スナップ
    ----------------------------------------------------------*/
    #snap {
        width: 1000px;
    }
    #snap ul li {
        float: left;
        width: 23%;
        margin-right: 26px;
    }
    #snap ul li:last-of-type {
        margin-right: 0;
    }
    #snap ul li a img {
      max-width: 100%;
      height: auto;  
    }


    /* 受験生のかた
    ----------------------------------------------------------*/
    .eventbanner {
        width: 824px;
        margin: 30px auto;
    }
    
    #gallery_items {
        max-height:165px;
        overflow:hidden;
    }

}





