@charset "UTF-8";
/* CSS Document */

/* text.css 下層ページ基本
------------------------------------------------------------ */
@import url(text.css);


/* ------------ graduates.css ------------ */

h1{
	background-image:url(../graduates/img/graduates_h1.gif);
	background-image:none;  /* ここからnew design */
	}
	
#graduates01{
	clear:both;
	padding:0px 5px;
	}
	
#graduates01 h2{
	background-image:url(../graduates/img/graduates_h2.gif);
	margin-bottom:5px;
	}
/* 2009 */
#graduates01 h2#graduates2009{
	background-image:url(../graduates/img/2009/graduates_h2_2009.gif);
	}
/* 2013 */
#graduates01 h2#graduates2013{
	background-image:url(../graduates/img/2013/graduates_h2_2013.gif);
	padding-bottom:21px;
	}
.graduates_box{
	line-height:21px;
	text-align:left;
	clear:both;
	}
.graduates_box:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
	}

/*\*/
* html .graduates_box {
    height: 1em;
    overflow: visible;
	}
/**/

.graduates_box h3{
	font-size:130%;
	line-height:1.4;
	font-weight:bold;
	padding:0 0 0 0;
	}	
.graduates_box .school{
	padding-bottom:10px;
	line-height:1.4;
	}
.graduates_box .keireki li{
	background:url(../img/mrk_circle12orange.gif) left top no-repeat;
	padding-left:12px;
	margin-bottom:0.3em;
	line-height:21px;
	color:#333333;
	}
.graduates_box .keireki li dt{
	line-height:21px;
	margin-bottom:-1px;
	}	
.graduates_box .keireki li dd{
	line-height:1.4;
	margin-bottom:3px;
	}	
.graduates_box .img_graduates{
	width:140px;
	float:left;
	margin-bottom:30px;
	}
.graduates_box .img_graduates img{
	padding-bottom:7px;
	}
.graduates_box .naiyou{
	width:350px;
	float:right;
	line-height:inherit;
	font-size:inherit;
	margin-bottom:20px;
	}
.graduates_box .naiyou_text{
	line-height:1.4;
	font-weight:inherit;
	font-size:120%;
	padding-top:0;
	}

.graduates_box .naiyou_text p{
	line-height:1.6;
	padding-bottom:1em;
	}