@import url(reset.css);
@import url(base.css);
@import url(common.css);

#mainimg.office {
	background: url("../image/toward/office_bg.jpg") center center no-repeat;
	background-size: cover;
}

#mainimg.student {
	background: url("../image/toward/student_bg.jpg") center center no-repeat;
	background-size: cover;
}

#mainimg.taking {
	background: url("../image/toward/taking_bg.jpg") center center no-repeat;
	background-size: cover;
}

#mainimg.graduate {
	background: url("../image/toward/graduate_bg.jpg") center center no-repeat;
	background-size: cover;
}

#mainimg.area {
	background: url("../image/toward/area_bg.jpg") center center no-repeat;
	background-size: cover;
}

#container .topback.scl {
	margin: 0;
}


#container #important .inner {
	width:auto;
}

/*-------------------------------------------------------------------
	toward
-------------------------------------------------------------------*/

#toward {
	margin: 0 0 50px;
}

#toward .lead {
	text-align: center;
	margin: 0 0 60px;
}


#toward .lead a {
	text-decoration: underline;
}

#toward .lead a:hover {
	text-decoration: none;
}

/* important */

#important {
	margin: 0 0 70px;
}

#important table {
	width: 100%;
}

#important table th,
#important table td {
	
}

#important table th {
	background: #53488f;
	width: 180px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
}

#important table th a {
	color: #fff;
	text-decoration: none;
	display: block;
}

#important table td {
	background: #f5f3f2;
	padding: 10px 20px;
}

#important table td dl {
	overflow: hidden;
	zoom:1;
	margin: 0 0 10px;
}

#important table td dl:last-child {
	margin: 0;
}

#important table td dl dt {
	float: left;
}

#important table td dl dd {
	margin-left: 90px;
}

/* お知らせ */

#news {
	border-top: 1px solid #53488f;
	padding: 20px 0 0;
	margin: 0 0 60px;
}

#news .title {
	line-height: 1.0;
	color: #53488f;
	font-size: 1.3em;
	margin: 0 0 20px;
	font-weight: 500;
}

#news dl {
	overflow: hidden;
	zoom:1;
	margin: 0 0 10px;
}


#news dl dt {
	float: left;
}

#news dl dd {
	margin-left: 80px;
}

/* link */

#toward .culumbox {
	overflow: hidden;
	zoom:1;
}


#toward .culumbox .left {
	width: 480px;
	float: left;
}

#toward .culumbox .right {
	width: 480px;
	float: right;
}


#toward .culumbox .box {
	background: #f4f0f7;
}

#toward .culumbox .box a {
	text-decoration: underline;
}

#toward .culumbox .box a:hover {
	text-decoration: none;
}


#toward .culumbox .box .main img {
	max-width: 100%;
}

#toward .culumbox .box .small {
	font-size: 0.85em;
}


#toward .culumbox .box p {
	line-height: 1.6;
}


#toward .culumbox .box .into {
	padding: 30px;
}
#toward .culumbox .box .into.pd68 {
    padding-bottom: 68px;
}
#toward .culumbox .box .pupttl {
	color: #53488f;
	font-size: 1.2em;
	line-height: 1.0;
	margin: 0 0 20px;
	font-weight: 500;
}

#toward .culumbox .box .pupttl a {
	color: #53488f;
}


#toward .culumbox .box .hdn {
	overflow: hidden;
	zoom:1;
	padding: 0 0 5px;
}

#toward .culumbox .box .hdn .lists {
	width: 50%;
	float: left;
}


#toward .culumbox .box .lists li {
	margin: 0 0 15px;
	line-height: 1.0;
}

#toward .culumbox .box .lists li:last-child {
	margin: 0;
}


#toward .culumbox .box .clist li {
	margin: 0 0 15px;
	line-height: 1.0;
	position: relative;
	padding-left: 18px;
}


#toward .culumbox .box .clist li:before {
	width: 12px;
	height: 12px;
	border: 1px solid #595757;
	border-radius: 50%;
	position: absolute;
	top: 1px;
	left: 0;
	content: '';
}

#toward .culumbox .box .clist li.none:before {
	display: none;
}


#toward .culumbox .box .clist li:last-child {
	margin: 0;
}




/*===============================================
  画面の横幅が1024px以下に適用
===============================================*/
@media screen and (max-width: 1024px){
	
	#toward .culumbox .left {
		width: 49%;
	}

	#toward .culumbox .right {
		width: 49%;
	}
}

/*===============================================
  画面の横幅が768px以下に適用
===============================================*/
@media screen and (max-width: 768px){
	
	#mainimg.office {
		background: url("../image/toward/office_bg.jpg") center center no-repeat;
		background-size: auto 100%;
	}
	
	#mainimg.student {
		background: url("../image/toward/student_bg.jpg") center center no-repeat;
		background-size: auto 100%;
	}
	
	#mainimg.taking {
		background: url("../image/toward/taking_bg.jpg") center center no-repeat;
		background-size: auto 100%;
	}
	
	#mainimg.graduate {
		background: url("../image/toward/graduate_bg.jpg") center center no-repeat;
		background-size: auto 100%;
	}
	
	#mainimg.area {
		background: url("../image/toward/area_bg.jpg") center center no-repeat;
		background-size: auto 100%;
	}
	
}

/*===============================================
  画面の横幅が640px以下に適用
===============================================*/
@media screen and (max-width: 640px){
	
	

	/* important */

	#important {
		margin: 0 0 50px;
	}

	#important table {
		width: 100%;
	}

	#important table th,
	#important table td {
		display: block;
	}

	#important table th {
		background: #53488f;
		width: auto;
		color: #fff;
		font-weight: 500;
		text-align: center;
		vertical-align: middle;
		padding: 10px 0;
	}

	#important table td {
		background: #f5f3f2;
		padding: 10px 20px;
	}

	#important table td dl {
		overflow: hidden;
		zoom:1;
		margin: 0 0 10px;
		padding: 0 0 10px;
		border-bottom: 1px dotted #ccc;
	}

	#important table td dl:last-child {
		margin: 0;
		padding: 0;
		border-bottom: none;
	}

	#important table td dl dt {
		float: none;
	}

	#important table td dl dd {
		margin: 0;
	}
	
	
	/* link */


	#toward .culumbox .left {
		width: auto;
		float: none;
	}

	#toward .culumbox .right {
		width: auto;
		float: none;
		margin: 30px 0 0;
	}


	#toward .culumbox .box .into {
		padding: 20px 5%;
	}
	
	
	#toward .culumbox .ofmin {
		min-height: inherit;
	}
	
	#toward .culumbox .box .hdn {
		overflow: hidden;
		zoom:1;
		padding: 0 0 5px;
	}

	#toward .culumbox .box .hdn .lists {
		width: auto;
		float: none;
	}
	
	#toward .culumbox .box .hdn .lists:last-child {
		margin: 15px 0 0;
	}

}

/*===============================================
  画面の横幅が380px以下に適用
===============================================*/
@media screen and (max-width: 380px){
}