@charset "utf-8";
@import "../../css/campuslife.css";

/* ホテルステイプログラム～リッツカールトンホテル～ */



#main.june{
width:760px;
margin:0 auto;
}

/* イントロ */
#main.june .intro {
	background:url(../img/june/intro.jpg) no-repeat;
	height:270px;
}
#main.june .intro p {padding: 110px 320px 0 10px;}

/* プログラム内容 */

#main.june .program ul { margin-left: 5px; }
#main.june .program li {
	float: left;
	width: 250px;
	}

#main.june .program div {
	height: 22px;
	background: url(../img/june/icon_greenflower.gif) left center no-repeat;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro";
	font-weight: bold;
	padding: 3px 0 0 28px;
	width: 222px;
	overflow: hidden;
	}

#main.june .program p {
	margin: 0;
	padding: 0 5px 10px 5px;
	font-size: 93%;
	line-height: 140%;
	}

/* 学生コメント */
#main.june .comment {
	width: 760px;
	height:140px;
	}
	
#main.june .comment img { float: left; }
	
#main.june .comment p {
	float: left;
	width: 530px;
	height: 75px;
	font-size: 93%;
	line-height:160%;
	margin:0 0 20px 0;
	padding: 60px 15px 0 35px;
	}
	
#main.june .comment p em { display:none; }

#main.june .comment#student_01 { background: url(../img/june/bg_comment01.jpg) right top no-repeat; }
#main.june .comment#student_02 { background: url(../img/june/bg_comment02.jpg) right top no-repeat; }

/* 卒業生メッセージ */
#main.june .message {
	background: url(../img/june/bg_massage.jpg) left top no-repeat;
	height:160px;
	}
	
#main.june .message img { float: right; }
	
#main.june .message p {
	width: 530px;
	height: 80px;
	font-size: 93%;
	line-height: 160%;
	margin:0 0 20px 0;
	padding: 60px 15px 0 25px;
	}
#main.june .message p em { display:none; }

