@charset "utf-8";

/* ### 下層ページ限定設定 ### */
/* -------------------------------------------------------------------------------- */


/* ---- メインビジュアル ---- */
.main_vis{
	width: 100%;
	height: 100px;
	
	background:url(/sgu/information/images/main_visual.jpg) no-repeat top center;
	-moz-background-size:1333px 100px;
	background-size:1333px 100px;

	margin-bottom: 40px;
}
.main_vis h1{
	padding-top: 40px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	letter-spacing: 0.1em;
}
.main_vis h2{
	padding-top: 10px;
	color: #fff;
	text-align: center;
	font-size: 1.0em;
	letter-spacing: 0.1em;
}




.info_content {
	margin: 10px 0 20px 0;
	padding-bottom: 40px;
}


.info_news li.info_left{
	width: 100%
}
.info_news li.info_right{
	width: 100%
}


.info_news .info_news_img{
	width: 30%;
	float: left;
}
.info_news .info_news_img img{
	width: 100%;
	height: auto;
}

.info_news .info_news_text{
	width: 65%;
	float: right;
}

.info_news {
	border-top: 1px dotted #888;
}
.info_news .info_news_part {
	border-bottom: 1px dotted #888;
	padding: 20px 10px 15px 5px;
}

.info_news .info_news_part a {
	color: #333;
}


.info_news .info_news_date{
	margin-bottom: 7px;
}






