
/* ----------------------------------------------------  メインイメージ設定 ---------------------------------------------------- */

.about .mainimg {
	background-image:url(../about/images/mainimg.jpg);
	color:#FFF;
}

/* ----------------------------------------------------  A-2　学校長挨拶 設定 ---------------------------------------------------- */
.message_text {
	font-size:13px;
	line-height:2.2em;
	letter-spacing:.1em;
}
/* ----------------------------------------------------  A-4　校歌設定 ---------------------------------------------------- */
.friend_song {
	width:88%;
	margin:20px 6%;
}
.about_song_box {
	width:600px;
	margin:0 auto;
	text-align:center;
	margin-bottom:20px;
}




/* ----------------------------------------------------  卒業生の今　設定 20170608追記 ---------------------------------------------------- */


.abcms_column {
	border: 1px solid #0E224F;
	background-image: url(../about/images/ab_gladcms_btn_new.png);
	background-position: top right;
	background-repeat: no-repeat;
	line-height: 1.8em;
	font-size: 14px;
	margin-bottom:30px;
}

.abcms_column p {
    text-indent: 1em;
}
.abcms_gladtop_img {
	width: 150px;
	height: 113px;
	overflow: hidden;
	margin: 30px 0 auto 30px;
	float:left;
	/* box-shadow */
	-webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.5);
	box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.5);
}
.abcms_gladtop_img img {
	height: 100%;
}

.abcms_gladtop_txt {
	width: 438px; /* border-right,-left: 2px */
	float: right;
	margin: 30px; 
}
.abcms_gladtop_data {
	color: #0E224F;
	font-size: 15px;
}


.abcms_gladtop_title {
	width:100%;
	padding:7px 0;
	color:#0E224F;
	font-size: 18px;
	font-weight:600;
	margin-bottom:10px;
	line-height: 2.0em;
}

.abcms_gladtop_poster {
	font-weight: bold;
	line-height: 1.6em;
	letter-spacing:0;
	font-size:14px;
}

.abcms_past_box {
	text-align:left;
	text-justify:auto;
	border-top: 1px solid #D6D6D6; 
	padding: 10px 25px ;
}
.abcms_date {
	width: 60px;
	color: #0E224F;
	font-size: 15px;
	line-height:1em;
		vertical-align: top;
		margin: 10px;
	display: inline-block;
}


.abcms_cat_img {
	width: 75px;
	height: 56px;
	display: inline-block;
	
	/* box-shadow */
	-webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.5);
	box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.5);
}

.abcms_cat_img img {
	height: 100%;
}


.abcms_txtbox {
	display: inline-block;
	margin: 10px;
}


.abcms_title {
	color: #0E224F;
	font-weight: bold;
	font-size: 15px;
	line-height:1em;
	vertical-align: top;
	margin: 0px 0px 0px 10px;
	display: inline-block;
}


.abcms_poster {
/*	font-weight: bold;   */
	font-size:14px;
	line-height: 1.em;
	margin: 0px 0px 0px 0px;
	letter-spacing:0;
}


.abcms_btn {
	border-top: 1px solid #D6D6D6; 
	width: 120px;
	height: 20px;
	margin: 50px 10px 20px 20px;

	/* box-shadow */
	-webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.5);
	box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.5);
}


.abcms_post_content img {
	display:none;
}










/* -- Media query	480px以下の場合 スマートフォン用設定
------------------------------------------------------------- */
@media screen and (max-width: 740px) {

img.mb {
	width:100%;
}
.about_song_box {
	width:100%;
	margin:0 auto;
	text-align:center;
	margin-bottom:20px;
}




/* -------- 卒業生の今　設定 20170608追記 ----------- */

.abcms_column{
	width: 96%;
	border: 1px solid #0E224F;
	background-image: url(../about/images/ab_gladcms_btn_new.png);
	background-position: top right;
	background-repeat: no-repeat;
	line-height:1.9em;
	font-size:15px;
}

.abcms_gladtop_postername {
	width: 100%;
	float: none;
	margin: 0 auto;
 	display:block;
}

.abcms_gladtop_box {
	width: 96%;
}

.abcms_gladtop_txt{
	width: 80%;
}
.abcms_txtbox {
	width: 96%;
	line-height:1.9em;
	font-size:15px;
}
.abcms_title {
	width: 100%;
	display: block;
}

.abcms_txt_jp {
	width: 96% ;
	line-height:1.9em;
	font-size:15px;
}



}