@charset "UTF-8";


/**
 *
 * ディレクトリ共通
 *
**/

/**
 * グローバルナビ
**/
#content_header nav ul li.active01 a {
	color:#fff;
	background: none;
}

#content_header nav ul li.active01 a:hover {
	color: #2166aa;
	background: #ffffff;
}


/**
 *
 * index.php開始
 *
**/

.err_msg{
	padding-bottom:200px;
	line-height:2;
}

.err_msg a{
	color:#297AAA;
}

/**
 * 左コンテンツ
**/

/**
 * ページング
**/

.paging{
	overflow:hidden;
	border-bottom: 1px solid #EEEEEE;
	margin-bottom:10px;
}

.paging_bottom{
	overflow:hidden;
	border-top: 1px solid #EEEEEE;
	padding-top:10px;
}

.result_head{
	float:left;
}

.result_head_btn{
	float:left;
}

ul.pagelists{
	margin:0;
	padding:0;
	list-style:none;
	font-size:80%;
	float:right;
	overflow:hidden;
}
	
ul.pagelists_btn{
	margin:0;
	padding:0;
	list-style:none;
	font-size:80%;
	float:right;
	overflow:hidden;
}

.pagelists li,.pagelists_btn li{
	text-align:center;
	border:1px solid #2166AC;
	margin-bottom:10px;
	margin-left:5px;
	float:left;
}

.pagelists li a,.pagelists_btn li a{
	color:#2166AC;
	display:block;
	padding:2px 5px;
}

.pagelists li.active,.pagelists_btn li.active{
	background-color:#2166AC;
}

.pagelists li.active a,.pagelists_btn li.active a{
	color:#FFFFFF;
}

.pagelists li.navi,.pagelists_btn li.navi{
	border:none;
}

/**
 * 一覧
**/

.list_box{
	background:#f2f2f2;
	overflow:hidden;
	padding:5px 10px;
	margin-bottom:20px;
	clear:both;
}

.list_box .icons_box{
	float:right;
}

.list_box ul.icons{
	overflow:hidden;
}

.list_box ul.icons li{
	float:left;
	margin-left:5px;
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	font-size:12px;
}

.list_box dt{
	color:#1a1a1a;
	font-size:15px;
	text-shadow: 1px 1px 2px rgba(170, 170, 170, 1);
	padding:3px 0 10px 0;
	border-bottom:1px dashed #ccc;
}

.list_box dt a{
	color:#287BAB;
	text-decoration:none;
}

.list_box dt a:hover{
	text-decoration:underline;
}

.list_box .address{
	padding-top:7px;
	font-size:13px;
	float:left;
}

.list_box .btn_detail{
	margin-left:auto;
	margin-top:5px;
	color:#fff;
	background:#287BAB;
	width:150px;
}

.list_box .btn_detail a{
	color:#fff;
	display:block;
	text-align:center;
	padding:2px 0;
	text-decoration:none;
	border:2px solid #287BAB;
}

.list_box .btn_detail a:hover{
	border:2px solid #0d5982;
}

.list_box .btn_detail a .icon {
	padding: 0 18px 0 0;
	background: url("/jhs/common/images/icon_04.jpg") no-repeat right center;
}

/**
 * 右コンテンツ
**/

.link_list{
	margin-top:5px;
}

.link_list a{
	display:block;
	text-align:center;
	padding:3px 0;
	width:120px;
	margin:0 auto;
	background:#979797;
	color:#fff !important;
	text-decoration:none;
}

/**
 *
 * index.php終了
 *
**/



/**
 *
 * info.php開始
 *
**/

/**
 *
 * 学校情報
 *
**/
.school_info{
	overflow:hidden;
	margin-bottom:30px;
}

.school_info .box01{
	float:left;
}

.school_info ul.icons{
	overflow:hidden;
	margin-bottom:20px;
}

.school_info ul.icons li{
	float:left;
	margin-right:15px;
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
}

.icon_jhs{
	padding:3px 20px;
	background:#AB2121;
}

.icon_private{
	padding:3px 10px;
	background:#15992A;
}

.icon_coedu{
	padding:3px 10px;
	background:#E56C19;
}

.school_info h3{
	color:#1a1a1a;
	font-size:26px;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
	margin-bottom:20px;
}

.school_info .tel{
	background:url(../images/icon_tel.png) no-repeat 0 center;
	padding-left:38px;
	margin-right:20px;
	display:inline-block;
}

.school_info .url{
	background:url(../images/icon_url.png) no-repeat 0 center;
	padding-left:38px;
	display:inline-block;
}

.school_info .url a{
	color:#0071BC;
	text-decoration:none;
}

.school_info .url a:hover{
	text-decoration: underline;
}

.school_info .box02{
	float:right;
	margin-left:20px;
}

.school_info .box02 img{
	/* box-shadow */
	box-shadow:rgba(179, 179, 179, 0.65) 2px 2px 2px 1px;
	-webkit-box-shadow:rgba(179, 179, 179, 0.65) 2px 2px 2px 1px;
	-moz-box-shadow:rgba(179, 179, 179, 0.65) 2px 2px 2px 1px;
}

.school_info .box03{
	width:640px;
	float:left;
	clear:left;
}

.school_info .box03 dl{
	overflow:hidden;
	margin-bottom:10px;
	max-width:640px;
}

.school_info .box03 dt{
	width:90px;
	color:#fff;
	background:#686868;
	padding:3px 0;
	text-align:center;
	float:left;
	margin-right:20px;
}

.school_info .box03 dd{
	overflow:hidden;
}

/**
 *
 * コンテンツ共通
 *
**/

h4{
	padding:10px 0 10px 10px;
	background:#F2F2F2;
	color:#287BAB;
	font-size:16px;
	margin-bottom:15px;
}

.corner{
	display:block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 14px 0 0;
	border-color: #ffffff transparent transparent transparent;
}

#sp_movie,#sp_map,#sp_tsushin,#sp_media,#sp_graph{
	display:none;
}
/**
 *
 * 左コンテンツ
 *
**/

.content_left{
	width:300px;
	float:left;
	margin-right:30px;
}

/**
 * 説明会情報
**/
.info h4{
	background:#287BAB;
	color:#fff;
}

.info a {
	color: #005697;
	text-decoration: none;
}

.info a:hover {
	color: #005697;
	text-decoration: underline;
}

.info dt {
	padding: 0px 0 0 19px;
	background: url("/jhs/common/images/icon_update.jpg") no-repeat left 2px;
	margin-bottom:5px;
}

.info dd {
	padding: 0 0 8px 0;
	color: #222222;
	border-bottom: 1px dotted #d9d9d9;
	margin-bottom:10px;
}

/**
 *
 * 中央コンテンツ
 *
**/

.content_center{
	width:300px;
	float:left;
	margin-right:30px;
}

/**
 * 地図
**/
.map .map_frame iframe{
	width:300px;
	height:350px;
}

/**
 * 進学通信
**/

.tsushin dl{
	background: #29919E;
	padding:5px;
	margin-bottom:10px;
	overflow:hidden;
}

.tsushin dl dd{
	float:right;
	padding:0;
	margin:0;
	margin-left:10px;
}
.tsushin dl dd a{
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    width: 96px;
    height: 70px;
    background-size: cover;
}
.tsushin dl dd img{
	width:100px;
}

.tsushin a{
	color:#fff !important;
	text-decoration:none !important;
}

/*進学通信アーカイブ*/

.archiveTushin{
	padding:5px;
	text-align:center;
	border:1px solid #29919E;
}

.archiveTushin a{
	display:block;
	color:#29919E !important;
	font-size:15px;
	padding:0 0 14px 0;
	text-decoration:none;
}

.archiveTushin a:hover{
	text-decoration:underline;
}

.corner_green{
	display:block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 14px 0 0;
	border-color: #29919E transparent transparent transparent;
}

/**
 * Media Release
**/

.media dl{
	background: #DF5B36;
	padding:5px 20px 15px 5px;
	margin-top:10px;
	overflow:hidden;
}

.media dl dd{
	float:right;
	margin-left:20px;
}

.media dl dt{
	margin-top:-5px;
}
.media dl dt a{
	display:block;
	color:#fff;
	text-decoration:none;
	padding-left:15px;
}


/**
 *
 * 右コンテンツ
 *
**/

.content_right{
	width:300px;
	float:right;
}

/**
 * 学校動画
**/

.movie dl{
/* グラデーション */
	background: #1a1a1a; /* Old browsers */
	background: -moz-linear-gradient(left,  #1a1a1a 0%, #242424 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1a1a1a), color-stop(100%,#242424)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #1a1a1a 0%,#242424 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #1a1a1a 0%,#242424 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #1a1a1a 0%,#242424 100%); /* IE10+ */
	background: linear-gradient(to right,  #1a1a1a 0%,#242424 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1a1a', endColorstr='#242424',GradientType=1 ); /* IE6-9 */
/* グラデーション */
	padding:5px;
	border-top: 1px solid #666;
	overflow:hidden;
}

.movie .activeBtn dl{
	background:#393939;
}

.movie dl dd{
	float:right;
	margin-left:20px;
}

.movie dl dt a{
	color:#fff;
	text-decoration:none;
	padding:5px 0 0 10px;
	display:block;
}


.catMark2014{
	display:inline-block;
	padding:3px 10px;
	background:#287BAB;
	color:#FFFFFF;
	margin-bottom:5px;
	border-radius: 5px;
	font-size:12px;
}

#moviebox{
	margin:auto;
	width:300px;
}
a.moviebutton{
    color: #fff;
    text-decoration: none;
}
a.moviebutton img{
	width:100px;
}
.alignRight{
	text-align:right;
}
.info01 .url{word-wrap:break-word;}
/**
 *
 * info.php終了
 *
**/
