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

/*----------------------
	デフォルトスタイル
-----------------------*/
body, p, h1, h2, h3, h4, h5, h6, span, small, strong, div, ul, li, figure, img, header, footer, nav, section {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font-size: 1rem;
}
header, footer, nav, section {
	display: block;
}
html {
	-webkit-text-size-adjust: none;
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.3;
	font-size: 16px;
}
li {
	list-style: none;
}
.top_intro_btn {
	-moz-border-radius: 6px;    /* Firefox */
	-webkit-border-radius: 6px; /* Safari,Chrome */
	border-radius: 6px;         /* CSS3 */
	background: -moz-linear-gradient(top, #F9F9F9 0%, #CCCCCC);
	background: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(#CCCCCC));
	border: 1px solid #DDD;
	color: #FFF;
	text-align: center;
	margin-bottom: 8px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font-size: 90%;
}
/*----------------------------------------
	全ページ共有ここから
----------------------------------------*/
body {
	color: #333333;
}
/* リンク色変更はここ */
a {
	text-decoration: underline;
	color: #353535;
}
.btn_up a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}
/*【角丸】
 　角丸にしたいコンテンツに
 　クラスで指定してください。
*/
.corner {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.corner img {
	background: #FFF;
	padding: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/*--------------------
	共通ヘッダ部分
--------------------*/
header {
	text-align: center;
}
#top_contact {
	background-color: #93235C;
	text-align: center;
	padding-top: 4px;
}
#top_contact_senior {
	background-color: #8ACCEF;
	text-align: center;
	padding-top: 4px;
	margin-top: 10px;
}
#top_contact_shogakko {
	background-color: #A8D71F;
	text-align: center;
	padding-top: 4px;
	margin-top: 10px;
}
#top_contact_maria {
	background-color: #F395A3;
	text-align: center;
	padding-top: 4px;
	margin-top: 10px;
}
#top_menu {
	text-align: center;
	margin-bottom: 10px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-top-color: #93235C;
	border-bottom-color: #93235C;
	border-bottom-style: solid;
	padding-top: 10px;
	padding-bottom: 10px;
}
#top_slide {
	background-color: #93235C;
	text-align: center;
	width: 320px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#top_slide_other {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#top_slide_other img {
	max-width: 100%;
	height: auto;
}
/*	サイト名やタイトル
--------------------*/
header h1 {
	padding: .25em 0;
	text-shadow: 0 0 1px #A2A2A2;
	text-align: center;
}
/*	メニュー
--------------------*/
.menu {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
nav ul li {
	background: -webkit-gradient(linear, left top, left bottom, from(#CFEFC9), color-stop(0.5, #91D982), color-stop(0.5, #4AAE35), to(#3A8729));
	background: -webkit-gradient(linear, left top, left bottom, from(#CFEFC9), color-stop(0.5, #91D982), color-stop(0.5, #4AAE35), to(#3A8729));
	border: 1px solid #DDD;
	color: #FFF;
	width: 96%;
	padding-right: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 5px;
	font-size: 16px;
}
nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
.btn {
	background: -webkit-gradient(linear, left top, left bottom, from(#CFEFC9), color-stop(0.5, #91D982), color-stop(0.5, #4AAE35), to(#3A8729));
	background: -webkit-gradient(linear, left top, left bottom, from(#CFEFC9), color-stop(0.5, #91D982), color-stop(0.5, #4AAE35), to(#3A8729));
	border: 1px solid #DDD;
	color: #FFF;
	width: 96%;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 5px;
	font-size: 16px;
	display: block;
}
.btn_up {
	background: -moz-linear-gradient(top, #FFF 0%, #E6E6E6);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	color: #111;
	-moz-box-shadow: inset 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: inset 1px 1px 1px rgba(000,000,000,0.3);
	width: 100px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 10px;
}
h2_00 {
	position: relative;
	color: #111;
	background: #fff;
	font-size: 16px;
	line-height: 1;
	border : 2px solid #555;
	border-radius: 3px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 12px;
	padding-left: 10px;
	width: 93%;
}
h2_00:after, h4:before {
	content: "";
	position: absolute;
	top: 100%;
	height: 0;
	width: 0;
}
h2_00:after {
	left: 33px;
	border: 11px solid transparent;
	border-top: 11px solid #fff;
}
h2_00:before {
	left: 30px;
	border: 14px solid transparent;
	border-top: 14px solid #555;
}
/*	パンくず
--------------------*/
#pan {
	padding: .5em;
	overflow: hidden;
	border-bottom: solid 1px #DFDFDF;
	font-weight: bold;
	text-shadow: 0 0 1px #CCC;
}
#pan li {
	float: left;
}
#pan li:nth-child(even) {
	margin: 0 5px;
}
#pan li a {
	text-decoration: underline;
}
/*	セクションボーダー
--------------------*/
section {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding: 10px;
	margin-bottom: 20px;
}
section1 {
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #DFDFDF;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
section h2 {
	padding: 10px 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
section h3 {
	background-image: url(img/common/h3_back.png);
	background-repeat: repeat-x;
	text-align: left;
	margin-bottom: 10px;
	font-size: 18px;
	color: #378728;
}
section h4 {
	font-weight: bold;
	color: #38872B;
	border-bottom-width: 1px;
	border-left-width: 7px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #38872B;
	border-left-color: #38872B;
	margin-bottom: 15px;
	padding-top: 0.6em;
	padding-right: 0.8em;
	padding-bottom: 0.6em;
	padding-left: 0.8em;
}
section h5 {
	border-left: 7px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-top: 0.6em;
	padding-right: 0.8em;
	padding-bottom: 0.6em;
	padding-left: 0.8em;
}
section a {
	color: #333333;
	text-decoration: underline;
}
section p {
	padding: 10px;
}
section p.qa_t {
	width: 90%;
	overflow: auto;
	padding: 5px;
	font-weight: bold;
	color: #965479;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
section p.qa {
	width: 90%;
	overflow: auto;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 12px;
	background-color: #FAEBF0;
	padding: 10px;
}
section p.blog_t {
	width: 90%;
	overflow: auto;
	padding: 5px;
	font-weight: bold;
	color: #965479;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
section p.blog {
	width: 93%;
	overflow: auto;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 12px;
	background-color: #FAEBF0;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
}
section p.school_t {
	width: 90%;
	overflow: auto;
	padding: 5px;
	font-weight: bold;
	color: #965479;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
section p.school {
	width: 89%;
	overflow: auto;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 12px;
	background-color: #FAEBF0;
	padding: 10px;
}
section p.privacy_t {
	width: 90%;
	overflow: auto;
	padding: 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: bold;
	color: #86ADF6;
	font-size: 12px;
}
section p.privacy {
	width: 89%;
	overflow: auto;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 12px;
	background-color: #FFFFFF;
}
section p.prize {
	width: 89%;
	overflow: auto;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 12px;
	background-color: #FFFFFF;
	padding-top: 5px;
}
section p.history1 {
	width: 89%;
	overflow: auto;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 12px;
	background-color: #FFFFFF;
	padding-top: 5px;
}
section p.history2 {
	width: 89%;
	overflow: auto;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 12px;
	background-color: #FCE9F0;
	padding-top: 5px;
}
section p.entrance_t {
	overflow: auto;
	margin: 0px;
	font-weight: bold;
	color: #7081A5;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
section p.entrance {
	width: 89%;
	overflow: auto;
	font-size: 12px;
	background-color: #EDEFF3;
	padding: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
}
section p.entrance2 {
	width: 88%;
	overflow: auto;
	font-size: 16px;
	padding: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	border: 3px double #6B7D9A;
	font-weight: bold;
	color: #6B7D9A;
	text-align: center;
	background-color: #FFFFFF;
}
section p.entrance_t2 {
	overflow: auto;
	margin: 0px;
	font-weight: bold;
	color: #669933;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
section p.entrance3 {
	width: 88%;
	overflow: auto;
	font-size: 12px;
	background-color: #EDF1DE;
	padding: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
}
.entrance_text_box {
	width: 89%;
	overflow: auto;
	font-size: 16px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	border: 3px double #6B7D9A;
	font-weight: bold;
	color: #6B7D9A;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
.entrance_text {
	overflow: auto;
	font-size: 12px;
	padding: 10px;
	text-align: left;
	font-weight: normal;
	color: #333333;
}
/*	広告
--------------------*/
.ad {
	max-width: 95%;
	margin: auto;
	overflow: hidden;
	display: block;
	text-align: center;
	border: solid 1px #FFF;
}
.ad img {
	max-width: 98.5%;
	height: auto;
	margin: auto;
	display: block;
	border: solid 1px #CCC;
}
.ad span {
	background: #FFF;
	max-width: 98.5%;
	height: auto;
	margin: auto;
	padding: 5px;
	display: block;
	border: solid 1px #CCC;
	text-align: left;
}
/*	タイトル
--------------------*/
#title h1 {
	font-size: 30px;
	text-align: center;
}
/* ------------------------------------------------------------
フッター
------------------------------------------------------------ */

#footer_wrap {
	width: 100%;
	padding-top: 15px;
	background-color: #93235C;
	padding-bottom: 10px;
}
#footer_wrap_senior {
	width: 100%;
	padding-top: 15px;
	background-color: #8ACCEF;
	padding-bottom: 10px;
}
#footer_wrap_shogakko {
	width: 100%;
	padding-top: 15px;
	background-color: #A8D71F;
	padding-bottom: 10px;
}
#footer_wrap_maria {
	width: 100%;
	padding-top: 15px;
	background-color: #F395A3;
	padding-bottom: 10px;
}
#footer {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footer_left {
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	text-align: center;
}
#footer_copy {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 80%;
	text-align: center;
	color: #FFFFFF;
}
#footer_right_menu {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
	color: #FFFFFF;
	margin-left: auto;
	overflow: auto;
}
#footer_right_menu a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer_right_menu a:hover {
	color: #FFCC00;
	text-decoration: none;
}
#foot_descript {
	float: left;
	padding-top: 7px;
}
/*	インデックス・戻る
--------------------*/
.jump {
	overflow: hidden;
}
.goindex, .back {
	background: #965479;
	color: #FFF;
	position: relative;
	float: right;
}
.goindex {
	padding: .65em 1.5em;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
.back {
	margin: 3px 1px 0 0;
	padding: .525em 1.5em .5em 1em;
	float: right;
	-moz-border-radius: 5px 0px 5px 0px;
	-webkit-border-radius: 5px 0px 5px 0px;
	border-radius: 5px 0px 5px 0px;
}
/*	リスト画像有り(画像サイズ小)
--------------------*/
img {
	max-width: 320px;
	height: auto;
}
.box_course img {
	max-width: 100%;
	height: auto;
}
.img_comment {
	text-align: center;
	width: 96%;
	margin-top: 2px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
/* 05.アメリカンな(?)吹き出し */
h2 {
	position: relative;
	padding: 5px 10px;
	font: bold 20px/1.6 Arial, Helvetica, sans-serif;
	color: #333;
	background: #fff;
	text-shadow: 1px 1px 0 #fff,  2px 2px 0 #999;
	border-top: #333 solid 3px;
	border-bottom: #333 solid 3px;
	background-image: -webkit-gradient(linear, left top, right bottom,  from( rgba(255, 255, 255, 0.0)),  color-stop(0.4, rgba(255, 255, 255, 0.0)),  color-stop(0.4, rgba(0, 0, 0, 0.1)),  color-stop(0.6, rgba(0, 0, 0, 0.1)),  color-stop(0.6, rgba(255, 255, 255, 0.0)),  to( rgba(255, 255, 255, 0.0))  );
	background-image: -webkit-linear-gradient(top -45deg,  transparent 40%,  rgba(0, 0, 0, 0.1) 40%,  rgba(0, 0, 0, 0.1) 60%,  transparent 60%  );
	background-image: -moz-linear-gradient(top -45deg,  transparent 40%,  rgba(0, 0, 0, 0.1) 40%,  rgba(0, 0, 0, 0.1) 60%,  transparent 60%  );
	background-image: -o-linear-gradient(top -45deg,  transparent 40%,  rgba(0, 0, 0, 0.1) 40%,  rgba(0, 0, 0, 0.1) 60%,  transparent 60%  );
	background-image: linear-gradient(to bottom -45deg,  transparent 40%,  rgba(0, 0, 0, 0.1) 40%,  rgba(0, 0, 0, 0.1) 60%,  transparent 60%  );
	background-size: 4px 4px;
	margin-bottom: 10px;
}
h2:before {
	content: " ";
	position: absolute;
	top: 100%;
	left: 24px;
	width: 0;
	height: 0;
	border-width: 12px;
	border-style: solid;
	border-color: transparent;
	border-top-color: #333;
}
h2:after {
	content: " ";
	position: absolute;
	top: 100%;
	left: 28px;
	width: 0;
	height: 0;
	border-width: 8px;
	border-style: solid;
	border-color: transparent;
	border-top-color: #f0f0f0;
	z-index: 1;
}
.side_bnr_recruit {
	list-style-type: none;
	background-image: url(img/bnr_recruit.jpg);
	background-repeat: no-repeat;
	height: 13px;
	border: 1px solid #CCCCCC;
	padding-top: 85px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
	background-position: right top;
	margin: 10px;
}
.side_bnr_kangobu {
	list-style-type: none;
	background-image: url(img/bnr_kangobu.jpg);
	background-repeat: no-repeat;
	height: 13px;
	border: 1px solid #CCCCCC;
	padding-top: 85px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
	background-position: right top;
	margin: 10px;
}
.side_bnr_kangobu a {
	color: #333333;
	text-decoration: underline;
}
.side_bnr_kangobu a:hover {
	color: #0D429A;
	text-decoration: none;
}
.side_bnr_chiiki {
	list-style-type: none;
	margin-bottom: 10px;
	background-image: url(img/bnr_chiiki.jpg);
	background-repeat: no-repeat;
	height: 13px;
	border: 1px solid #CCCCCC;
	padding-top: 85px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
	background-position: right;
	margin-right: 10px;
	margin-left: 10px;
}
.side_bnr_zaitaku a {
	color: #333333;
	text-decoration: underline;
}
.side_bnr_zaitaku a:hover {
	color: #0D429A;
	text-decoration: none;
}
.side_bnr_zaitaku {
	list-style-type: none;
	margin-bottom: 10px;
	background-image: url(img/bnr_zaitaku.jpg);
	background-repeat: no-repeat;
	height: 13px;
	border: 1px solid #CCCCCC;
	padding-top: 85px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
	background-position: right;
	margin-right: 10px;
	margin-left: 10px;
}
.side_bnr_chiiki a {
	color: #333333;
	text-decoration: underline;
}
.side_bnr_chiiki a:hover {
	color: #0D429A;
	text-decoration: none;
}
.box {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
}
.box_course {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
}
.title_gairai {
	background-color: #FFFFFF;
	margin-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0C419A;
	background-image: url(img/icon_gairai.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 35px;
	font-weight: bold;
	color: #0C419A;
	font-size: 120%;
}
.title_menkai {
	background-color: #FFFFFF;
	margin-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0C419A;
	background-image: url(img/icon_menkai.png);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 35px;
	font-weight: bold;
	color: #0C419A;
	font-size: 120%;
}
.title_kamoku {
	background-color: #FFFFFF;
	margin-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #93235C;
	background-image: url(img/logo_s.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 65px;
	font-weight: bold;
	color: #93235C;
	font-size: 120%;
}
.title_senior {
	background-color: #FFFFFF;
	margin-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #8ACCEF;
	background-image: url(img/logo_senior_s.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 11px;
	padding-left: 65px;
	font-weight: bold;
	color: #8ACCEF;
	font-size: 120%;
}
.title_shogakko {
	background-color: #FFFFFF;
	margin-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #A8D71F;
	background-image: url(img/logo_shogakko_s.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 65px;
	font-weight: bold;
	color: #A8D71F;
	font-size: 120%;
}
.title_maria {
	background-color: #FFFFFF;
	margin-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F395A3;
	background-image: url(img/logo_maria_s.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 65px;
	font-weight: bold;
	color: #F395A3;
	font-size: 120%;
}
.side_contact {
	margin: 0;
	padding: 0;
}
.side_kamoku ul {
	margin: 0;
	padding: 0;
	font-size: 120%;
}
.side_kamoku li {
	list-style-type: none;
	margin-bottom: 15px;
	background-image: url(img/title_navi.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 8px;
	margin-left: 8px;
}
.side_kamoku a {
	color: #333333;
	text-decoration: underline;
}
.side_kamoku a:hover {
	color: #0D429A;
	text-decoration: none;
}
.fc_01 {
	color: #CC0000;
}
.fc_02 {
	color: #0A3F99;
}
.text_box {
	margin-bottom: 5px;
	font-size: 90%;
}
.btn_detail2 {
	text-align: left;
	padding-right: 0;
	padding-left: 18px;
	background-image: url(img/bnr_navi.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: auto;
	display: block;
}
.btn_detail2 a {
	color: #333333;
	text-decoration: underline;
}
.btn_detail2 a:hover {
	color: #0D429A;
	text-decoration: none;
}
.btn_special {
	text-align: center;
	padding-right: 16px;
	padding-left: 16px;
	margin-left: auto;
	display: block;
	background-color: #64aadd;
	padding-top: 16px;
	padding-bottom: 16px;
	color: #FFFFFF;
	font-size: 1.5rem;
	margin-bottom: 14px;
}
.btn_special span {
	text-align: center;
	padding-right: 0;
	margin-left: auto;
	display: block;
	color: #FFFFFF;
	font-size: 0.8rem;
}
.box_special {
	text-align: left;
	margin-left: auto;
	padding-top: 16px;
	font-size: 0.8rem;
	margin-right: auto;
}
.box_special p {
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 16px;
	font-size: 0.9rem;
	margin-bottom: 14px;
	margin-top: 0px;
	padding-top: 0px;
}
.box_special span.name {
	text-align: center;
	margin-left: auto;
	font-size: 0.7rem;
	margin-bottom: 20px;
	display: inline-block;
}
.box_special_voice {
	/*text-align: left;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #4694D1;
	font-size: 0.9rem;
	margin-bottom: 25px;
	margin-top: 10px;*/
	background-image: url(img/senior/course/2016/main_special2_bg.png);
	background-repeat: no-repeat;
	background-size: 70% auto;
	background-position: left top;
	padding-top: 22px;
	margin-top: 22px;
}
.special_voice_border {
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #4694D1;
	font-size: 0.9rem;
	margin-bottom: 25px;
	margin-top: 10px;
	border: 1px solid #4694D1;
}
.box_advance {
	text-align: left;
	margin-left: auto;
	padding-top: 16px;
	font-size: 0.8rem;
	margin-right: auto;
}
.box_advance p {
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 16px;
	font-size: 0.9rem;
	margin-bottom: 14px;
	margin-top: 0px;
	padding-top: 0px;
}
.box_advance span.name {
	text-align: center;
	margin-left: auto;
	font-size: 0.7rem;
	margin-bottom: 14px;
}
.box_advance_voice {
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #7EC164;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFFFFF;
	font-size: 0.9rem;
	margin-bottom: 25px;
	margin-top: 10px;
}
.advance_list01 {
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background-color: #7DC163;
	font-size: 0.8rem;
}
.advance_list02 {
	color: #333333;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background-color: #E7F3E2;
	margin-bottom: 16px;
	font-size: 0.7rem;
}
.abroad_back01 {
	color: #333333;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin-bottom: 15px;
	background-repeat: repeat;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 15px;
}
.abroad_back02 {
	color: #333333;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background-image: url(img/senior/course/2015/sub_back_abroad2.png);
	background-repeat: repeat;
}
.box_abroad {
	text-align: left;
	margin-left: auto;
	padding-top: 16px;
	font-size: 0.8rem;
	margin-right: auto;
}
.box_abroad p {
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 16px;
	font-size: 0.9rem;
	margin-bottom: 14px;
	margin-top: 0px;
	padding-top: 0px;
}
.box_abroad span.name {
	text-align: center;
	margin-left: auto;
	font-size: 0.7rem;
	margin-bottom: 14px;
}
.box_abroad_voice {
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFFFFF;
	font-size: 0.9rem;
	margin-bottom: 25px;
	margin-top: 10px;
}
.box_children {
	text-align: left;
	margin-left: auto;
	padding-top: 16px;
	font-size: 0.8rem;
	margin-right: auto;
}
.box_children p {
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 16px;
	font-size: 0.9rem;
	margin-bottom: 14px;
	margin-top: 0px;
	padding-top: 0px;
}
.box_children span.name {
	text-align: center;
	margin-left: auto;
	font-size: 0.7rem;
	margin-bottom: 14px;
}
.box_children_voice {
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #F5A100;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFFFFF;
	font-size: 0.9rem;
	margin-bottom: 25px;
	margin-top: 10px;
}
.btn_advance {
	text-align: center;
	padding-right: 16px;
	padding-left: 16px;
	margin-left: auto;
	display: block;
	background-color: #c9a750;
	padding-top: 16px;
	padding-bottom: 16px;
	color: #FFFFFF;
	font-size: 1.5rem;
	margin-bottom: 14px;
}
.btn_advance span {
	text-align: center;
	padding-right: 0;
	margin-left: auto;
	display: block;
	color: #FFFFFF;
	font-size: 0.8rem;
}
.btn_abroad {
	text-align: center;
	padding-right: 16px;
	padding-left: 16px;
	margin-left: auto;
	display: block;
	background-color: #b093c3;
	padding-top: 16px;
	padding-bottom: 16px;
	color: #FFFFFF;
	font-size: 1.5rem;
	margin-bottom: 14px;
}
.btn_abroad span {
	text-align: center;
	padding-right: 0;
	margin-left: auto;
	display: block;
	color: #FFFFFF;
	font-size: 0.8rem;
}
.btn_children {
	text-align: center;
	padding-right: 16px;
	padding-left: 16px;
	margin-left: auto;
	display: block;
	background-color: #f09bad;
	padding-top: 16px;
	padding-bottom: 16px;
	color: #FFFFFF;
	font-size: 1.5rem;
	margin-bottom: 6px;
}
.btn_children span {
	text-align: center;
	padding-right: 0;
	margin-left: auto;
	display: block;
	color: #FFFFFF;
	font-size: 0.8rem;
}
.box_course a {
	color: #333333;
	text-decoration: none;
}
.box_course a:hover {
	color: #0D429A;
	text-decoration: none;
}
.t_sp_01 {
	color: #333333;
	text-align: left;
	font-size: 0.9rem;
	padding-top: 12px;
	margin-bottom: 10px;
	margin-top: 15px;
	font-weight: bold;
}
.t_sp_02 {
	color: #333333;
	text-align: left;
	font-size: 0.9rem;
	padding-top: 12px;
	margin-bottom: 10px;
	margin-top: 15px;
	font-weight: bold;
}
.t_sp_03 {
	color: #333333;
	text-align: left;
	font-size: 0.8rem;
	padding-top: 12px;
	margin-bottom: 10px;
	margin-top: 15px;
	font-weight: bold;
}
.t_advance_01 {
	color: #333333;
	text-align: left;
	font-size: 0.75rem;
	padding-top: 14px;
	margin-bottom: 10px;
	margin-top: 15px;
	font-weight: bold;
}
.t_advance_02 {
	color: #333333;
	text-align: left;
	font-size: 0.9rem;
	padding-top: 12px;
	margin-bottom: 10px;
	margin-top: 15px;
	font-weight: bold;
}
.t_abroad_01 {
	color: #333333;
	text-align: left;
	font-size: 0.9rem;
	padding-top: 12px;
	margin-bottom: 10px;
	margin-top: 15px;
	font-weight: bold;
}
.t_abroad_02 {
	color: #333333;
	text-align: left;
	font-size: 0.9rem;
	padding-top: 12px;
	margin-bottom: 10px;
	margin-top: 15px;
	font-weight: bold;
}
.t_abroad_03 {
	color: #333333;
	text-align: left;
	font-size: 0.9rem;
	padding-top: 12px;
	margin-bottom: 10px;
	margin-top: 15px;
	font-weight: bold;
}
#ryugaku_link a {
	color: #EE846D!important;
	text-decoration: none!important;
	display: block;
	border: 1px solid #EE846D;
	padding:8px;
	text-align:center;
	overflow:hidden;
}
.t_children_01 {
	color: #333333;
	text-align: left;
	font-size: 0.7rem;
	padding-top: 14px;
	margin-bottom: 10px;
	margin-top: 15px;
	font-weight: bold;
}
.t_children_02 {
	color: #333333;
	text-align: left;
	font-size: 0.8rem;
	padding-top: 14px;
	margin-bottom: 10px;
	margin-top: 15px;
	font-weight: bold;
}
.t_children_03 {
	color: #333333;
	text-align: left;
	font-size: 0.8rem;
	padding-top: 14px;
	margin-bottom: 10px;
	margin-top: 15px;
	font-weight: bold;
}
.fc2015_sp {
	color: #65AADD;
}
.fc2015_advance {
	color: #7DC163;
	font-weight: bold;
}
.fc2015_abroad {
	color: #ED7971;
	font-weight: bold;
}
.fc2015_children {
	color: #F5A200;
	font-weight: bold;
}
.btn_compare {
	width: auto;
	font-size: 1.4rem;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 8px 0 10px;
	color: #fff;
	background-color: #8ACCEF;
	border-radius: 5px;
	box-shadow: 2px 2px #1a6ea0;
}
#compare_special {
	color: #333333;
	text-align: center;
	margin-bottom: 10px;
	border-radius: 6px;
	border: 1px solid #86b3e0;
	clear: both;
	overflow: hidden;
	background-color: #d3e1f3;
}
#compare_special .l {
	color: #4694D1;
	padding: 15px;
	text-align: left;
	font-size: 1.5rem;
	font-weight: bold;
	background-color: #FFFFFF;
}
#compare_special .r {
	color: #333333;
	background-color: #E5EFF9;
	padding: 10px;
	text-align: left;
	font-size: 0.9rem;
}
#compare_special .r span {
	color:#4694D1;
	text-align: left;
	font-weight: bold;
	font-size: 0.9rem;
}
#compare_special span {
	color: #4694D1;
	text-align: left;
	font-size: 0.9rem;
}
#compare_advance {
	color: #333333;
	text-align: center;
	margin-bottom: 10px;
	border-radius: 6px;
	border: 1px solid #dfbf5d;
	clear: both;
	overflow: hidden;
	background-image: url(img/senior/course/2015/compare_back_advance.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #7DC163;
}
#compare_advance .l {
	color: #c9a750;
	padding: 15px;
	text-align: left;
	font-size: 1.5rem;
	font-weight: bold;
	background-color: #FFFFFF;

}
#compare_advance .r {
	color: #333333;
	background-color:  #f5e6be;
	padding: 10px;
	text-align: left;
	font-size: 0.9rem;
}
#compare_advance .r span {
	color: #c9a750;
	text-align: left;
	font-weight: bold;
	font-size: 0.9rem;
}
#compare_advance span {
	color: #c9a750;
	text-align: left;
	font-size: 0.9rem;
}
#compare_abroad {
	color: #333333;
	text-align: center;
	margin-bottom: 10px;
	border-radius: 6px;
	border: 1px solid #baa0ca;
	clear: both;
	overflow: hidden;
	background-image: url(img/senior/course/2015/compare_back_abroad.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #EC7972;
}
#compare_abroad .l {
	color: #b093c3;
	padding: 15px;
	text-align: left;
	font-size: 1.5rem;
	font-weight: bold;
	background-color: #FFFFFF;

}
#compare_abroad .r {
	color: #333333;
	background-color: #eee0ed;
	padding: 10px;
	text-align: left;
	font-size: 0.9rem;
}
#compare_abroad .r span {
	color: #b093c3;
	text-align: left;
	font-weight: bold;
	font-size: 0.9rem;
}
#compare_abroad span {
	color: #b093c3;
	text-align: left;
	font-size: 0.9rem;
}
#compare_children {
	color: #333333;
	text-align: center;
	margin-bottom: 10px;
	border-radius: 6px;
	border: 1px solid #f09cb4;
	clear: both;
	overflow: hidden;
	background-image: url(img/senior/course/2015/compare_back_children.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #F4A000;
}
#compare_children .l {
	color:#f09bad;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	text-align: left;
	font-size: 1.5rem;
	font-weight: bold;
	background-color: #FFFFFF;
}
#compare_children .r {
	color: #333333;
	background-color:#f9dbe1;
	padding: 10px;
	text-align: left;
	font-size: 0.9rem;
}
#compare_children .r span {
	color: #f09bad;
	text-align: left;
	font-weight: bold;
	font-size: 0.9rem;
}
#compare_children span {
	color: #f09bad;
	text-align: left;
	font-size: 0.8rem;
}
.course_table_tr {
	background-color: #FFFFCC;
}
.course_table_ratio {
	background-color: #78a8da;
	color: #FFFFFF;
	text-align: center;
}
.ratio_table_tr {
	background-color: #e8e8e8;
}
.table_ratio tr:nth-child(n+3) > td:nth-child(n+1) {
	text-align: right;
}
.table_ratio tr:nth-child(n+3) > td:first-child {
	text-align: center;
}
.course_table_ad_tr {
	color: #FFFFFF;
	background-color: #95ca7a;
}
.course_table_ab_tr {
	color: #FFFFFF;
	background-color: #f2a5bb;
}
.course_table_sp_tr {
	color: #FFFFFF;
	background-color: #78a8da;
}
.course_table_ch_tr {
	color: #FFFFFF;
	background-color: #95ca7a;
}
input#submit_button {
	padding: 15px 40px;
	font-size: 1.2em;
}
.formSend {
	padding: 15px 40px;
	font-size: 1.2em;
	text-align: center;
}
.l span {
	line-height: 18px;
	display: inline-block;
	font-size: 12px;
}
/*---------------------
教育理念
---------------------*/
.idea_text {
	font-size: 0.9rem;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-left: 15px;
	padding-right: 15px;
}
.idea_text:last-child {
	border: none;
}
/*---------------------
沿革
---------------------*/
#title_history {
	background-image: url(../img/title_history.gif);
	padding-top: 80px;
	background-repeat: no-repeat;
	background-size: 99% auto;
	background-position: center 0%;
}
.text_title01 {
	text-align: left;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #93235C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #93235C;
	padding:5px 5px 5px 10px;
	font-weight: bold;
	color: #333333;
	margin-right:10px;
	margin-left: 10px;
}
.cont_history {
	margin-right:10px;
	margin-left: 10px;
}
.cont_history p,.cont_history table  {
	font-size: 0.9rem;
}
.en_left01 {
	color: #93235C;
	padding: 5px;
	width: 25%;
	text-align: left;
	background-color: #FCF1F7;
	vertical-align: text-top;
}
.en_left02 {
	text-align: left;
	padding: 5px;
	width:25%;
	vertical-align: text-top;
}
.en_right01 {
	color: #93235C;
	padding: 5px;
	width: 75%;
	text-align: left;
	background-color: #FCF1F7;
}
.en_right02 {
	text-align: left;
	padding: 5px;
	width: 75%;
}
/*---------------------
2018
---------------------*/
.t_sp_title {
	margin-bottom:15px;
	border: 1px solid #000000;
	display: block;
	border-radius: 30px;
	text-align: center;
	padding: 10px;
	color: #3071B7;
	font-size: 18px;
}
.t_ad_title {
	margin-bottom:15px;
	border: 1px solid #000000;
	display: block;
	border-radius: 30px;
	text-align: center;
	padding: 10px;
	color: #dfbf5d;
	font-size: 18px;
}
.t_ab_title {
	margin-bottom:15px;
	border: 1px solid #000000;
	display: block;
	border-radius: 30px;
	text-align: center;
	padding: 10px;
	color: #baa0ca;
	font-size: 18px;
}
.t_ch_title {
	margin-bottom:15px;
	border: 1px solid #000000;
	display: block;
	border-radius: 30px;
	text-align: center;
	padding: 10px;
	color: #f09cb4;
	font-size: 18px;
}
.result_table th {
	font-weight: normal;
	background-color: #b7d450;
}
.result_table tr:nth-child(2) > td:first-child, .result_table tr:nth-child(14) > td:first-child {
	background-color: #d8e698;
}
.result_table tr:nth-child(odd) >td {
	background-color: #ecf4d9;
}
.result_message_bg {
	padding: 20px;
	background-image: url(img/senior/route/R2/result_message_bg.png);
	background-repeat: repeat-y;
	margin-top: -5px;
	margin-left:-5px;
	margin-right:2px;
	
}
.result_area,
.result_area2{
	background:#d8e698!important;
	}
.recommend_table th {
	font-weight: normal;
	background-color: #b4b3a9;
}
.tokutyo_sp span{
color:#4694D1;
}
.tokutyo_ad span{
color:#c9a750;
}
.tokutyo_ab span{
color:#b093c3;
}
.tokutyo_ch span{
color:#f09bad;
}
