@charset "utf-8";

/* -------------------------------見出しスタイル追加---------------------------------*/

.headline4, #main_col.single .headline4{
	color:#b20000;
	border-bottom:#b20000 dashed 1px;
	font-size: 14px;
	line-height: 42px;
	margin: 0;
	padding: 0 5px;
}

.headline4:before{
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 2em;
	vertical-align: -15%;
	color:#b20000;
	margin-right:8px;
}

@media screen and (max-width: 640px) {
	.headline4{
		background: rgba(0, 0, 0, 0) url("img/common/headline2.gif") repeat-x scroll left top;
		border-bottom:none;
		padding: 0 10px;
	}
}

/* -------------------------------カテゴリページ用ボタン---------------------------------*/
.button_set{
	display:block;
	font-size:0;
	margin-top:10px;
	margin-left:-2%;
	overflow:hidden;
	margin-bottom:10px;
}

.button_set li{
	width:23%;/* default4button 25% - 2% */
	margin-left:2%;
	display:inline-block;
	margin-bottom:10px;
	font-size:1rem;
	text-align:center;
	line-height:25px;
}

.set2 li{
	width:48%;/* 2button 50% - 2% */
}

.set3 li{
	width:31.33%;/* 3button 25% - 2% */
}

.set4 li{
	width:23%;/* 4button 25% - 2% */
}

.set5 li{
	width:18%;/* 5button 20% - 2% */
}

.set6 li{
	width:14.66%;/* 6button 16.66% - 2% */
}

.button_set li a{
	display:block;
	width:100%;
	padding-top:5%;
	padding-bottom:5%;
	background:#F8F8F8;
	background: rgba(0, 0, 0, 0) linear-gradient(#fff, #fcfcfc) repeat scroll 0 0;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.4) inset;
	color:#000;
	box-sizing:border-box;
	border:1px solid #ddd;
	border-radius:4px;
	text-decoration:none;
}

.button_set li a:hover{
	background:#d9fcff;
	color:#1d595f;
}

@media screen and (max-width: 640px) {
	/* 幅100%用スタイル*/
	/*
	.button_set{
		margin-left:0;
	}
	.button_set li{
		width:100%;
		margin:0;
	}
	.button_set li a{
		border-radius:0;
		padding-top:1em;
		padding-bottom:1em;
		margin:0;
		min-height:50px;
	}
	*/
	/* 幅50%用スタイル*/
	.button_set{
		margin-left:0%;
	}
	.button_set li{
	width:50%;
	margin:0;
	}
	.button_set li a{
		padding-top:0.3rem;
		padding-bottom:0.3rem;
		margin:0;
		font-size:0.8rem;
	}
}

/* -------------------------------場所から選ぶ（PC）用地図---------------------------------*/
.map{
	height:239px;
	background: url("img/map/map_bg.png") no-repeat #eee;
	position:relative;
	margin-bottom:10px;
}
#content .map{
	margin-bottom:0px;
}

.map .box{
	width:200px;
	position:absolute;
	background:#fff;
	background:RGBa(255,255,255,0.7);
	padding:0 10px;
	box-sizing:border-box;
	display: none;
	box-shadow:1px 1px 3px rgba(0,0,0,0.5);
}
.map .box .button_set{
	margin-bottom:0;
}
#content .map .box .button_set{
	margin-left: 0px;
	margin-right: 0px;
}


.map .linkarea .hokkaido{
	left:445px;
	top:0px;
}

.map .linkarea .kanto{
	left:393px;
	top:151px;
}

.map .linkarea .tokai{
	left:325px;
	top:144px;
}

.map .linkarea .kansai{
	left:252px;
	top:132px;
}

.map .linkarea .chugoku{
	left:170px;
	top:112px;
}

.map .linkarea .hokuriku{
	left:287px;
	top:120px;
}

.map .linkarea .kyushu{
	left:32px;
	top:87px;
}

.map .linkarea .on{
	display:block;
	z-index:999;
}

.map .linkarea .on .button_set li a:hover{
	background:#ff8585;
	color:#FFF;
}


.map .mapparts div{
	position:absolute;
	cursor:pointer;
}

.map .mapparts div:hover img{
	visibility:hidden;
}

.map .mapparts .map_hokkaido{
	left:445px;
	top:0px;
	background: url("img/map/map_hokkaido_bg.png") no-repeat;
}

.map .mapparts .map_kanto{
	left:393px;
	top:151px;
	background: url("img/map/map_kanto_bg.png") no-repeat;
}

.map .mapparts .map_tokai{
	left:325px;
	top:144px;
	background: url("img/map/map_tokai_bg.png") no-repeat;
}

.map .mapparts .map_kansai{
	left:252px;
	top:132px;
	background: url("img/map/map_kansai_bg.png") no-repeat;
}

.map .mapparts .map_chugoku{
	left:170px;
	top:112px;
	background: url("img/map/map_chugoku_bg.png") no-repeat;
}

.map .mapparts .map_hokuriku{
	left:287px;
	top:120px;
	background: url("img/map/map_hokuriku_bg.png") no-repeat;
}

.map .mapparts .map_kyushu{
	left:32px;
	top:87px;
	background: url("img/map/map_kyushu_bg.png") no-repeat;
}

.map .mapparts .on img{
	visibility:hidden;
}

@media screen and (max-width: 640px) {
	.map{
		display:none;
	}
}



/* -------------------------------トップ（スマホ）用ボタン---------------------------------*/
.top_button_set{
	display:block;
	position:relative;
	font-size:0;
	margin-bottom:10px;
	margin-left:-2%;
	overflow:hidden;
}

.top_button_set li{
	width:31.33%;/* 3button 25% - 2% */
	margin-left:2%;
	display:inline-block;
	margin-bottom:10px;
	font-size:1rem;
	text-align:center;
}

.top_button_set li a{
	display:block;
	width:100%;
	padding-top:10%;
	padding-bottom:10%;
	background:#F8F8F8;
	background: rgba(0, 0, 0, 0) linear-gradient(#fff, #fcfcfc) repeat scroll 0 0;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.4) inset;
	color:#000;
	box-sizing:border-box;
	border:1px solid #ddd;
	border-radius:10px;
	text-decoration:none;
}

.top_button_set li a:hover{
	background:#d9fcff;
	color:#1d595f;
}

.fa.f_icon{
	font-size:3rem;
	color:#666;
	margin-bottom:8px;
}

.top_button_set li a:hover .fa.f_icon{
	color:#1d595f;
}

/* -------------------------------トップ（PC）用ヘッダーリンク---------------------------------*/
.headlinks{
	position:absolute;
	right:100px;
}

.headlinks li{
	display:inline-block;
margin-top: 11px;
		margin-right:10px;
}

.headlinks li a{
	color:#FFF;
	text-decoration:none;
	background:#999;
	padding:2px 20px;
	border-radius:10px;
}

.headlinks li a:hover{
	background:#d9fcff;
	color:#1d595f;
}

.fa.f_icon_head{
	margin-right:10px;
}
/* 小スクリーン時非表示 */
@media screen and (max-width: 640px) {
.headlinks{
	display:none !important;
}
}

/* -------------------------------メルマガ---------------------------------*/

.mailmagazine{

background:#fff;
text-align:center;
font-size:12px;
}

.mailmagazine form{
margin:8px 0 0;
}

.mailmagazine form input[type="text"]{
background: #f2f2f2 none repeat scroll 0 0;
border: 1px solid #ccc;
box-shadow: 2px 2px 3px 0 #ddd inset;
height: 33px;
margin: 0 0 10px;
padding: 0 10px;
width: 168px;
}

.mailmagazine form input[type="submit"]{

background: #40444D;
border: medium none;
cursor: pointer;
display: block;
float: right;
height: 36px;
margin-bottom: -3px;
width: 95px;
		color:#FFF;
		padding-left:20px;
}

.mailmagazine form input[type="radio"]{
	margin-bottom:15px;
vertical-align: -0.1em;
}

.mailmagazine form span{
}

.mailmagazine form .submitbox{
	position:relative;
	display:block;
	width:95px;
	height:34px;
	float:right;
}
.mailmagazine form .submitbox:before{
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f1d8";
			color:#FFF;
			/*background:#F00;*/
				position:absolute;
				top:12px;
				left:25px;
}

@media screen and (max-device-width: 480px) {
	.mailmagazine form .submitbox:before{
				left:15px;
	}
}

@media screen and (max-width: 640px) {
	.mailmagazine{
		text-align:left;
	}
	.mgfix{
		width:100%;
	}
	.mailmagazine form .mgfix input[type="text"]{
		display:block;
		float:left;
		margin-right:5px;
		width: 50%;
	}
	.mailmagazine form .submitbox{
		float:left;
		display:block;
	}
}

/* -------------------------------メルマガ（本文用）---------------------------------*/

#content .mailmagazine form input[type="text"] {
	width: 50%;
	display:inline-block;
			vertical-align:top;
}

#content .mailmagazine form .submitbox {
    	display:inline-block;
    float: none;
    height: 34px;
    position: relative;
    width: 95px;

}
@media screen and (max-width: 640px) {
	#content .mailmagazine{
		text-align:center;
	}
	#content .mailmagazine form .mgfix input[type="text"] {
		float:none;
	}
}


/* -------------------------------topNEWS---------------------------------*/
#header #news_ticker {
background-image:url("img/header/header_news.gif");
}

/* -------------------------------サイドバーサムネイル---------------------------------*/
.sidethumbnail{
	background: #fff none repeat scroll 0 0;
	float: left;
	height: 60px;
	margin-right: 10px;
	overflow: hidden;
	width: 60px;
}

.no_marker li{
	background:none !important;
	padding-left:0 !important;
	clear:both !important;
	overflow:hidden !important;
}

.no_marker li span{
	overflow:auto;
	display:block;
}

/* -------------------------------複合検索---------------------------------*/
.search_checkbox{
	width:30%;
	display:inline-block;
	padding-bottom:10px;
}

.search_checkbox span{
	padding-left:10px;
}

/* -------------------------------cv---------------------------------*/
.cv_box{
	background:#f8f8f8;
	overflow:hidden;
	margin-left:-15px;
	margin-right:-15px;
	padding-top:15px;
}
.post .cv_box p{
	margin:0;
}
.post .cv_box img{
	margin-bottom:12px;
	margin-top:0;
}
.post .cv_box a img{
	margin-top:0px;
	margin-bottom:15px;
}
.aff a:hover img{
	opacity:0.8;
}

@media screen and (max-width: 640px) {
	.cv_box{
		padding-left:15px;
		padding-right:15px;
	}
}

/* -------------------------------スクールおしらせ・イベント---------------------------------*/

#content .post .news_list_box{
	overflow-y: scroll;
	width: 86%;
	margin-left:auto;
	margin-right:auto;
	height: 150px;
	border: 3px solid #ccc;
	padding-left:2.5%;
	padding-right:2.5%;
	line-height:1.8em;
	font-size:0.9em;
	color:#b20000;
}

#content .post .news_list_box a{
	padding-left:10px;
	width:84%;
	display: inline-table;
	text-decoration:none;
	color:#3f7985;
}

#content .post .news_list_box a:hover{
	text-decoration:underline;
	color:#003d53;
}

.post .bookmark2 .twitter_button{
	padding-top:36px;
}
.post .bookmark2 .facebook_button{
	padding-top:16px;
}

.post .bookmark2 .hatena_button{
	padding-top:16px;
}


.post .bookmark2 #feedlyFollow{
	padding-top:24px;
}



.post .bookmark2 .g-plus{
	padding-top:36px;
}

.post .bookmark2 .pocket{
	padding-top:36px;
}

/* -------------------------------続きを読む---------------------------------*/
#toggle{
	display:none;
}

#toggle.on{
	display:block;
}

.toggle_btn{
	background:#999;
	display:block;
	text-align:center;
	color:#FFF;
	border:solid 0px;
	border-radius:3px;
	position:relative;
	cursor:pointer;
}
.toggle_btn:hover{
	background:#777;
}
.toggle_btn:after{
	content:"▼";
	position:absolute;
	right:20px;
	top:0;
}

.toggle_btn.tg_opened:after{
	content:"▲";
}

.tg_opened{
	background: #777 !important;
}


.sosialouter{
	background:#666;
	width:100%;
}

#sosialarea{
    margin: 0 auto;
    position: relative;
    width: 994px;
		height:250px;
	padding:20px 0;
}

.tw_timeline_box{
	/*width:200px;*/
	width:487px;
	overflow:hidden;
	float:left;
}

.fb_pp_box{
	float:right;
	width:487px;
}

.top_socialbar .wp_social_bookmarking_light {
    padding: 10px 0 20px 0px !important;
}

#content.over {
	overflow:visible;
}

.ad_area a:hover img{
opacity:0.8;
}

/* -------------------------------ソーシャルボックス---------------------------------*/
.socialbox{
	width:100%;
	height:190px;
	background:#000;
	margin-bottom:40px;
}
.likebtnarea{
	text-align:center;
}
.likebtnarea p{
	font-size:0.9em;
	color:#999;
	padding-top:1em;
	line-height:1.6;
}
.likebtnarea .lcc{
	color:#FFF;
	padding:1.5em 0 1.5em;
	font-size:1.3em;
	margin-bottom:0;
}
.socialimage{
	float:left;
	text-align:left;
	overflow:hidden;
	height:190px;
}
.socialimage img{
	width:320px;
}

#content{
	overflow: visible !important;
}

@media screen and (max-width: 640px) {
#u_0_6{
	display:none !important;
}
#content{
	overflow: hidden !important;
}
	.socialimage{
		float:none;
	}
	.socialbox{
		height:auto;
	}
	.likebtnarea{
		padding-bottom:1.5em;
	}
	.socialimage{
		max-height:300px;
		height:auto;
	}
	.socialimage img{
		width:100%;
	}
}

.videoarea{
	margin-left:30px;
	margin-right:30px;
}
.videoarea div{
	max-width:100%;
}

@media screen and (max-width: 640px) {
.videoarea{
	margin-left:0px;
	margin-right:0px;
}
}


/* page nav */
#content #post_pagination { margin:20px 0 15px 0; }
#content #post_pagination h5 { font-size:10px; font-weight:normal; margin:0 0 10px 0; color:#888; }
#content #post_pagination ul { margin:0; }
#content #post_pagination p { float:left; }
#content #post_pagination a:hover { color:#fff; background:#3F7985; text-decoration:none; }
#content #post_pagination span.dots { background:none; }
#content #post_pagination span.current { color:#fff; background:#333; }
#content #post_pagination p.back { margin:0; }
#content #post_pagination p.back a, #post_pagination p.back a:hover { display:inline-block; padding: 10px 15px; }


/* */
#content #post_pagination a{
	color:#FFF;
}
#content #post_pagination p{
	background-color:#333;
}
#post_pagination a, #post_pagination p{
	background-color:#bbb;
	width:35px;
	height:35px;
	line-height:35px;
}
#content #post_pagination h5 {
	float:none;
	line-height:124%;
}
#content #post_pagination{
	margin-left:30px;
}


#site_description{
	font-weight:bold;
}