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

/*===========================================================

	css 読み込み

===========================================================*/

@import url(reset.css);

/*===========================================================

	common

===========================================================*/

a {	text-decoration: underline;}
a:link {	color: #333}
a:visited {	color: #333}
a:hover ,
a:active { text-decoration: none;color: #999}

body {
	background-color:#fff;
	margin:0;
	padding:0;
	color:#333;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.small { font-size: 12px; font-size: 1.2rem; }
.large { font-size: 16px; font-size: 1.6rem; }
.red { color:#FF0000; }
.bold { font-weight:bold; }

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

/* img hover tag */

#header #logo a:hover, ul.menu a:hover,
#g_submenu a:hover, #g_sns a:hover, 
#gNav li a:hover {
	-ms-filter: "alpha(opacity=70)"; /* for IE8 */
    filter: alpha(opacity=70); /* for IE6,7 */
    -moz-opacity: 0.7; /* for Netscape, Firefox 0.9 */
    opacity: 0.7;
}

/* !Clearfix
---------------------------------------------------------- */
.clearfix,
#contents,
section,
article
{
	display: block;
	min-height: 1%;
}
.clearfix:after,
#contents:after,
section:after,
article:after
{
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
	overflow: hidden;/* 隙間対応 */
	font-size: 0.1em;/* 隙間対応 */
	line-height: 0;/* 隙間対応 */
}
* html .clearfix,
* html #contents,
* html section,
* html article
{
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*===========================================================

	 container

===========================================================*/

#container{
	width:100%;
}

#header, #body,
#footer .wrap {
	width:980px;
	margin: 0 auto;
	position:relative;

}

/*===========================================================
	 page_title
===========================================================*/

.page_title {
	width: 765px;
	background:#fff5c8;
	padding: 10px 18px;
	font-weight:bold;
	font-size:117%;
	margin: 0;
}
/*
.page_title2 {
	padding: 10px 18px;
	font-weight:bold;
}
 */
.page_title3 {
	background: url(../img/page_title_bg3.jpg) no-repeat 0 0;
	padding: 22px 12px 0 18px;
	font-weight:bold;
	font-size:130%;
	min-height:62px;
	position:relative;
}

.page_title4 {
	background:#005BAE;
	padding: 8px 15px;
	font-size:100%;
	margin: 20px 0 10px;
	color: #FFF;
}

.page_title5 {
	background:#94D0C9;
	padding: 8px 15px;
	font-size:100%;
	margin: 20px 0 10px;
	color: #FFF;
}

.page_title6 {
	background:#d3e4f2;
	padding: 8px 15px;
	font-size:100%;
	margin: 20px 0 10px;
	color: #6DA7D4;
}

.page_title7 {
	font-weight:bold;
	padding: 8px 0;
	margin: 10px 0 30px;
	font-size: 140%;
	color: #ED1E79;
	border-bottom: 14px solid #FAE3E6;
}

.page_title7 span {
	font-size: 70%;
}

.page_title8 {
	padding: 0 0 20px;
	font-weight:bold;
	font-size: 162%;
	line-height: 150%;
	margin: 0;
	color: #FF931E;
}

.page_title9 {
	padding: 20px 0 5px;
	font-weight:bold;
	font-size: 162%;
	line-height: 150%;
	text-align: center;
	margin: 0;
	color: #666;
}


.page_title10 {
	background: #FDE0BE;
	padding: 8px 15px;
	font-size:100%;
	margin: 10px 0;
}

.page_title11 {
	font-weight: normal;
	font-size: 108%;
	margin: 10px 0;
}

h1.school_top {
	height: 0px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	visibility: hidden;
}

/* 肌色ボーダー付きのページタイトル */
.page_title_border {
	border-bottom: solid 15px #FEE0BE;
	margin: 40px 0 20px 0;
	padding: 0 0 8px 0;
}
.buttonnav {
	margin: 10px auto;
	padding:0;
}
.buttonnav li {
	float:left;
	margin: 0 3px 0 3px;
	padding:0;
}

.selectbox {
	margin: 15px 0;
	padding: 5px;
}
.rightIcon,
.new {
	position:absolute;
	top:15px;
	right:10px;
}
.rightIcon img,
.new img {
	margin-left:15px;
}
.floatL {
	float:left;
}
.floatR {
	float:right;
}
img.floatL {
	float:left;
	margin: 0 40px 20px 0;
}
img.floatR {
	float:right;
	margin: 0 0px 20px 40px;
}

/* !arrows
---------------------------------------------------------- */

.arrows1 li a,
.arrow1 {
	background:url(../img/common/arrow1.png) no-repeat 0 3px;
	padding: 0 0 3px 17px;
}
.arrows2 li a,
.arrow2 {
	background:url(../img/common/arrow2.png) no-repeat 0 3px;
	padding: 0 0 3px 17px;
}
.arrows3 li a,
.arrow3 {
	background:url(../img/common/arrow3.png) no-repeat 0 6px;
	padding: 0 0 3px 12px;
}

/*===========================================================
	 #header
===========================================================*/

#header {
}

#header {
	height: 140px;
	background-color:#fff;
}
#header #logo {
	padding: 20px 15px 5px 0;
	margin: 0;
	float:left;
}

#header .leftBox {
	width:450px;
	float:left;
}
#header .rightBox {
	width: 300px;
	float:right;
}

#g_submenu {
	width: 202px;
	float: left;
	padding: 20px 0 0;
}
#g_submenu li#g_request {
	float:left;
	padding: 0 0 7px;
}
#g_submenu li#g_magazine {
	float: right;
	padding: 0 0 7px;
}

#g_sns {
	float: right;
	padding: 24px 0 0;
}


/* !gNav
---------------------------------------------------------- */

#gNav {
	height:44px;
	width:980px;
	margin: 9px 0;
}
#gNav li {
	float: left;
	position:relative;
}

#gNav li a { display: block; }

#gNav li#g_sapporo { background-image:url(../img/common/gnav/g_school_sapporo_hover.png); }
#gNav li#g_tokyo { background-image:url(../img/common/gnav/g_school_tokyo_hover.png); }
#gNav li#g_yokohama { background-image:url(../img/common/gnav/g_school_yokohama_hover.png); }
#gNav li#g_nagoya { background-image:url(../img/common/gnav/g_school_nagoya_hover.png); }
#gNav li#g_shinsaibashi { background-image:url(../img/common/gnav/g_school_shinsaibashi_hover.png); }
#gNav li#g_tenjin { background-image:url(../img/common/gnav/g_school_tenjin_hover.png); }

#gNav li#g_sapporo a:hover, #gNav li#g_tokyo a:hover,
#gNav li#g_yokohama, #gNav li#g_nagoya,
#gNav li#g_shinsaibashi, #gNav li#g_tenjin {
	background-color:transparent; /* for IE */
}

#gNav li#g_sapporo a:hover img, #gNav li#g_tokyo a:hover img,
#gNav li#g_yokohama a:hover img, #gNav li#g_nagoya a:hover img,
#gNav li#g_shinsaibashi a:hover img, #gNav li#g_tenjin a:hover img {
	visibility: hidden;
}

body.body_class_sapporo #gNav li#g_sapporo,
body.body_class_tokyo #gNav li#g_tokyo,
body.body_class_yokohama #gNav li#g_yokohama,
body.body_class_nagoya #gNav li#g_nagoya,
body.body_class_shinsaibashi #gNav li#g_shinsaibashi,
body.body_class_tenjin #gNav li#g_tenjin {
	background-color:transparent; /* for IE */
}

body.body_class_sapporo #gNav li#g_sapporo img,
body.body_class_tokyo #gNav li#g_tokyo img,
body.body_class_yokohama #gNav li#g_yokohama img,
body.body_class_nagoya #gNav li#g_nagoya img,
body.body_class_shinsaibashi #gNav li#g_shinsaibashi img,
body.body_class_tenjin #gNav li#g_tenjin img {
	visibility: hidden;
}

/*===========================================================
	 #body
===========================================================*/

#body { margin: 20px auto 40px; }

/* !main/side
---------------------------------------------------------- */

#mainBox {
	width: 775px;
	float:left;
}

#sideBox {
	width: 175px;
	float: right;
}

/* !arrows
---------------------------------------------------------- */

.border {
	border-bottom: solid 2px #bebebe;
	margin: 0 0 20px 0;
	padding: 8px 0;
}

.section {
	margin: 0 10px 30px 10px;
}
.section2 {
	margin: 0 0 35px 0;
}
.section .txt {
	margin-bottom:1em;
}

.section .txt img {
	max-width:370px;
}

.section h2 {
	font-size:117%;
	line-height:150%;
	position:relative;
	padding-right:185px;
}
.section .leftBox {
	width:374px;
	float:left;
}

.section .leftBox img {
	max-width:374px;
	max-height:374px;
	float:left;
}

.section .rightBox {
	width:334px;
	float:right;
}
.section .btn {
	margin-top:20px;
	margin-bottom:40px;
}
.section .btn img {
	margin-left:7px;
	margin-right:7px;
}
.section .btn p {
	margin-top:20px;
	font-size: 85%;
}

.section .btn p.mb20 {
	margin-bottom:20px;
}

/* !mainBox
---------------------------------------------------------- */

/* !search */

#search {
	width: 760px;
	margin: 20px auto;
}

#mainBox #mainBox_search,
#mainBox_form #mainBox_search,
#mainBox_shikaku {
	width: 770px;
	margin: 0px auto 20px;
	display: none;
	overflow: hidden;
}

#mainBox_search .moduleL h3 {
	margin: 0;
}

#mainBox_search .moduleL .block {
	border: 5px solid #aaaaaa;
	border-top: none !important;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	font-size: .9em;
}
#mainBox_search .moduleL .block table {
	width: 100%;
	position: relative;
}
#mainBox_search .moduleL .block table tr {
}
#mainBox_search .moduleL .block table th,
#mainBox_search .moduleL .block table td {
	border-top: 1px solid #cacaca;
	padding: 8px 10px;
}
#mainBox_search .moduleL .block table th {
	width: 7em;
	background: #EFEBDB;
	border-right: 1px solid #cacaca;
	vertical-align: middle;
}

#mainBox_search .moduleL .block table td { text-align: left; }

#mainBox_search .moduleL .block table th.first {
	border-top: none;
}
#mainBox_search .moduleL .block table td.first {
	border-top: none;
}
#mainBox_search .moduleL .block table ul li {
	display: inline;
	margin: 0 1em 0 0;
	white-space: nowrap;
}
#mainBox_search .moduleL .block table td input.searchText {
	border: 3px solid #eeeeee;
	padding: 5px;
	width: 80%;
}

#mainBox_search .moduleL .block table td.send { text-align: center; }

#mainBox_search .moduleL .block table td.send span {
	display: block;
	margin-bottom: 1em;
}

/* !shikaku */

.shikaku_catch {
	border: 5px solid #ddd;
	padding: 6px;
	line-height: 0;
}

.shikaku_catch #shikaku_player {
	float:left;
}

.shikaku_box {
	margin: 20px 0 0;
}

.shikaku_box ul {
	margin: 0 0 0 -11px;
}
.shikaku_box ul li {
	float: left;
	padding: 0 0 11px 11px;
}
.shikaku_box ul li a:hover img {
	filter:alpha(opacity=70);
	opacity:0.7;
}

/* !topicbox */

.topicBox { margin: 30px 0 0; }

.topic_body li {
	float: left;
	margin-right: 19px;
	width: 242px;
}

.topic_body li.margin0 {
	margin-right: 0px;
}

.topic_body li p {
	font-size: 1.2rem;
	line-height: 1.5;
	margin: 0;
	padding: 8px 0;
}

.topic_body li img {
	width: 242px;
	height: 122px;
}

/* !pagetop */

.pageTop { text-align: right; }

/* !sideBox
---------------------------------------------------------- */

#sideBox a:hover img {
	filter:alpha(opacity=70) !important;
	opacity:0.7 !important;
}

/* information */

div.information {
	border: 1px solid #9b9b9b;
	padding: 10px;
	font-size: 1.25rem;
	margin: 0 0 10px;
}

div.information h3 {
	text-align: center;
	padding: 5px 0 10px;
}

div.information .scroll {
	height: 200px;
	overflow-y:scroll;
}

div.information ul li {
	border-bottom: 1px dotted #d51f1b;
	padding: 0 0 10px;
	margin: 0 10px 10px 0;
}

div.information ul li span.date { display: block; }

div.information ul li span.cat {
	display:block;
	text-align:center;
	width:6em;
	padding:1px 5px;
	font-size: 1.2rem;
	margin: 2px 0;
	font-weight:bold;
	color:#fff;
	margin-right:10px;
}

div.information ul li .cat01 { background-color:#d51f1b;}
div.information ul li .cat02 { background-color:#F7931E;}

/* 札幌校 */
div.information ul li .cat_sapporo{	background-color:#aacec4;}
/* 東京校 */
div.information ul li .cat_tokyo{ background-color:#78b1c5;}
/* 横浜校 */
div.information ul li .cat_yokohama{ background-color:#9ad3aa;}
/* 名古屋校 */
div.information ul li .cat_nagoya{ background-color:#9fc264;}
/* 心斎橋校 */
div.information ul li .cat_shinsaibashi{ background-color:#d4a4a0;}
/* 天神校 */
div.information ul li .cat_tenjin { background-color:#ddad58;}

/* banner */

#sideBox section {margin-bottom: 5px;}

#sideBox .banner { margin:0 0 5px; }
#sideBox .banner { margin:0 0 5px; }
.s_search img, .s_shikaku img { cursor: pointer; }

/* box */

#sideBox .box {
	margin:0 0 5px;
	height:1%;
}

#sideBox .box_title {
    min-height: 35px;
    padding: 0;
    font-weight: bold;
    position: relative;
    height: 1%;
	cursor:pointer;
}

#sideBox .box_title#blogname span.title,
#sideBox .box_title#facebookname span.title,
#sideBox .box_title#instagramname span.title,
#sideBox .box_title#twittername span.title,
#sideBox .box_title#moviename span.title{
	display:block;
	text-indent:-9999px;
	width:175px;
	padding: 13px 0;
}

#sideBox .box_body {
	border:solid 1px #ccc;
	border-top: none;
}

#sideBox .box_body.body { display:none; }

#sideBox .box_body ul.arrows3 {
	padding: 15px 25px;
	font-size: 1.3rem;
	line-height: 1.6;
}

#sideBox .box_body ul.arrows3 li { margin-bottom: 4px; }
#sideBox .box_body ul.arrows3 li.margin0 { margin-bottom: 0; }
#sideBox .box_body ul.arrows3 li a { display:block; }

#sideBox .box_body ul.arrows3 li.title { margin: 20px 0 10px; }
#sideBox .box_body ul.arrows3 li.title.first { margin: 0 0 10px; }

#sideBox #link h3 {
	font-size: 80%;
	font-weight: normal;
	padding: 10px 0;
}
#sideBox #link li { margin:0 0 10px; }


/* side movie fancy box */

.fancybox-slide--video .fancybox-content {
	width  : 853px;
	height : 480px;
	max-width  : 80%;
	max-height : 80%;
        margin: 0;
}

/*===============================================
　#flt_Btn
===============================================*/

#flt_btn {
	text-align: right;
	padding: 0 20px 24px 0;
}

#flt_btn.fixed_bottom {
	position: fixed;
	-webkit-transform: translateZ(0); /* chrome描画対策 */
	padding: 0;
	bottom: 20px;
	right: 0px;
	z-index: 999;
}

#flt_btn.test2 {
	right: 25px !important;
}

#flt_btn span {
	display: block;
	font-size: 36px;
	font-weight: 100;
	position: absolute;
	background: #fff;
	top: -20px;
	right: 0px;
	color: #999;
	line-height: 0;
	cursor: pointer;
}

/*===============================================
　#footer
===============================================*/
#footer {
	padding: 40px 0 0 0;
	background: #e6e6e6;
	height: 1%;
}
#footer .wrap {
	padding-bottom: 40px;
	background-color: transparent;
}

#footer p.footer_txt {
	text-align: center;
	padding: 0 0 30px;
}

#footer #copyright {
	margin: 0px auto;
	padding: 20px 0;
	text-align:center;
	color: #FFF;
	font-size: 1.2rem;
	background-color: #d51f1b;
}
.footerLink {
	width: 17%;
	float: left;
	margin: 0 3% 0 0;
}
.footerLink ,
.footerLink a {
	color:#4d4d4d;
}
.footerLink a:hover {
	text-decoration:none;
}
.footerLink li {
	padding:0;
}
.footerLink li a,
.footerLink li span.header {
	display:block;
	background:url(../img/common/arrow6.png) no-repeat 5px 5px;
	padding:0 0 5px 20px;
	margin:0;
	font-weight:bold;
	border-bottom: solid 1px #4d4d4d;
	text-decoration:none;
}
.footerLink li span.header.link {
	background:url(../img/common/ft_link.png) no-repeat 5px 5px;
	padding:0 0 5px 25px;
}

.footerLink li ul {
	margin: 15px 0px 25px 10px;
	font-size:80%;
}
.footerLink li ul li {
	margin: 0;
	padding:0;
}
.footerLink li ul li a {
	display:block;
	background:url(../img/common/arrow7.png) no-repeat 0 3px;
	padding:0 0 5px 15px;
	margin:0;
	font-weight:normal;
	border-bottom:none;
	text-decoration: underline;
}

.footerLink.relateLink {
	width:38%;
	margin: 0 3% 0 0;
}
.footerLink.relateLink li ul {
	float:left;
	width:47%;
	margin-right:0;
}
.footerLink.relateLink.last {
	margin: 0;
}
