@charset "utf-8";
/* ===================================================================

CSS information

=================================================================== */
#main {
	color: #333;
}
#main a {
	color: #D93932;
}
#items_wrap a{
	color: #333!important;
}
#main img {
	vertical-align: bottom;
}

.main_wrap,
.stadio_wrap,
.lecturer_wrap {
	margin-bottom: 30px;
}

/* main_visual  */
.h2_wrap {
	position: relative;
	margin-bottom: 1px;
}
.h2_wrap .image {
	text-align: right;
	background: url(../img/growup/bg_grow_01.jpg) no-repeat 0 0;
}
.h2_wrap h2 {
	margin: 100px 0 15px;
	font-size: 32px;
	line-height: 1.3;
	color: #D93932;
}
.h2_wrap p {
	font-size: 12px;
}
.h2_wrap .text {
	position: absolute;
	top: 0;
	left: 20px;
}
h2 img{
	width: 333px;
	height: auto;
}

/* .intro */
.intro {
	text-align: center;
}
.intro h3 {
	margin: 40px 0 25px;
	font-size: 150%; /* 18px */
	text-align: center;
	line-height: 1.3;
	color: #D93932;
}
.intro h3 span {
	font-size: 88%; /* 16px */
}
h3 img{
	width: 297px;
	height: auto;
}
ul.work {
	margin: 30px 0 40px;
	text-align: center;
}
ul.work li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 7px;
}

/* WS紹介 */
.wrap_box {
	position: relative;
	margin: 2px 0;
}
.wrap_box .image.left {
	text-align: left;
}
.wrap_box .image.right {
	text-align: right;
}
.wrap_box .text {
	position: absolute;
	top: 0;
	width: 245px;
	height: 356px;
}
.wrap_box .text dd p {
	margin-top: 12px;
}
.wrap_box .text.left {
	left: 0;
	padding: 30px 185px 0 30px;
	background: url(../img/growup/bg_g_01.png) repeat-y 0 0;
}
.wrap_box .text.right {
	right: 0;
	padding: 30px 30px 0 185px;
	background: url(../img/growup/bg_g_02.png) repeat-y 10px 0;
}
.wrap_box .text.right dl dt {
	text-align: right;
}
.wrap_box .text dl dt {
	margin-bottom: 35px;
}

/* STADIO */
.stadio_wrap .link {
	margin-top: 12px;
}

/* LECTURER */ 
ul.lecturer li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 240px;
	margin: 0 40px 25px;
	vertical-align: top;
	color: #555;
}
ul.lecturer li .image {
	margin-bottom: 20px;
}
ul.lecturer li .job {
	margin-bottom: 5px;
	font-size: 91%; /* 11px */
}
ul.lecturer li .name {
	margin-bottom: 15px;
}
ul.lecturer li .name .jp {
	font-size: 117%; /* 14px */
	color: #D93932;
}
ul.lecturer li .name .en {
	display: block;
}
ul.lecturer li dl dd,
ul.lecturer li p {
	margin-bottom: 15px;
}

/* RELATED NEWS */
#main .related_wrap {
	margin-bottom: 45px;
}
#main #related {
	margin: 0 -10px;
	*zoom: 1;
}
#main #related:before,
#main #related:after{
	content: " ";
	display: table;
	clear: both;
}
#main #related .item{
	line-height:1.6em;
	width:180px;
	margin:10px;
	float:left;
	color:#666;
	background-color:#fff;
	-moz-box-shadow:0px 0px 5px rgba(000,000,000,0.2),;
	-webkit-box-shadow:0px 0px 5px rgba(000,000,000,0.2);
	box-shadow:0px 0px 5px rgba(000,000,000,0.2);
}
#main #related .item a{
	display:block;
}
#main #related .item a:hover{
	background-color:#fff;
	-moz-box-shadow:0px 0px 5px rgba(000,000,000,0.6),;
	-webkit-box-shadow:0px 0px 5px rgba(000,000,000,0.6);
	box-shadow:0px 0px 5px rgba(000,000,000,0.6);
}

/* リンク装飾 */
a.under_arrow {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	min-height: 7px;
	padding: 5px 10px 5px 15px;
	background: url(../img/icn_arrow_01.png) no-repeat left center;
	line-height: 1;
}
a.left_arrow {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	min-height: 9px;
	padding: 5px 10px 5px 15px;
	background: url(../img/icn_arrow_03.png) no-repeat left center;
	line-height: 1;
}


/* ----------------------------------------------------
	SP表示
---------------------------------------------------- */
@media screen and ( max-width: 480px ) {
	/* IMAGE */
	#main img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	/* MAIN VISUAL */
	.h2_wrap {
		margin-bottom: 15px;
		text-align: center;
	}
	.h2_wrap .image {
		background: none;
	}
	.h2_wrap .text {
		position: static;
		padding: 0;
	}
	.h2_wrap h2 {
		margin: 15px 0 10px 0;
	}
	#main .h2_wrap h2 img {
		width: 70%;
	}
	
	/* INTRO */
	#main .intro h3 {
		margin: 25px 0 10px;
	}
	#main .intro h3 img {
		width: 70%;
	}
	
	/* WS */
	ul.work li {
		width: 20%;
		margin: 0 2%;
	}
	.wrap_box {
		margin-bottom: 30px;
	}
	.wrap_box .text {
		position: static;
		width: auto;
		height: auto!important;
		margin-top: 10px;
		padding: 0!important;
		background: none!important;
	}
	.wrap_box .text dl dt {
		float: left;
		width: 25%;
		margin: 0;
		text-align: center!important;
	}
	.wrap_box .text dl dt img {
		max-width: 69px;
		height: auto;
	}
	.wrap_box .text dl dd {
		float: right;
		width: 70%;
	}
	
	/* LECTURER */
	ul.lecturer li {
		display: block;
		width: 100%;
		margin: 0;
		padding-top: 20px;
		vertical-align: top;
		color: #555;
		border-bottom: 1px dotted #CCC;
	}
	ul.lecturer li:first-child {
		padding-top: 0;
	}
	ul.lecturer li.last {
		border-bottom: none;
	}
	ul.lecturer li .image {
		float: left;
		width: 25%;
	}
	ul.lecturer li .text {
		float: right;
		width: 70%;
	}
	#related{
		padding: 20px 10px 0;
	}
	#main #related .item{
		width: 100%;
		margin: 0 0 20px 0;
	}
}