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

/*=========================
ALL
=========================*/
.w70 {
	width:70%;
}

/*横並び ulリスト*/
#contents ul.list_rows li {
	float: left;
	margin-right:20px;
}

/*横並び 定義リスト*/
.dl_rows dd {
	float: right;
	padding-left: 7em;
}

dl.dl_rows {
	width:40%;
	margin-bottom:40px;
}

.dl_rows dt {
	clear: both;
	float: left;
	font-weight:bold;
	font-size: 1.2em;
	 color: #285E9A;
}

@media screen and (max-width: 480px){
	#contents ul.list_rows li {
		float:none;
		margin-right:0px;
	}
}



/*=========================
Index
=========================*/
/*.sec01 p {
	margin-bottom:15px;
}*/

#contents .sec01 div.col2 div {
	margin-bottom:0;
}

.top_btn01  {
	margin:20px 20px 20px 0;
}

.top_btn01 div:first-child  {
	float: left;
	margin-right:20px;
}

.top_btn01 div {
	width:48.5%;
}


/*=========================
course.html
=========================*/
span.caption {
	font-size:90%;
}

#contents .basicBox.intro {
	margin-bottom:40px;
}

.basicBox.list p {
	margin: 0 15px 15px;
}

#contents .col3  {
	 margin-bottom:40px;
 }

#contents table.tbl_expense th {
	text-align:left;
}

#contents .tbl_expense .btn_download{
	width: 300px;
	margin-top:10px;
}

@media screen and (max-width: 480px){
	#contents .tbl_expense .btn_download {
		width: 100%;
		margin-top:10px;
	}
}
span#jasso{
	display: block;
	margin: 10px auto 0;
	width: 230px;
	text-align: center;
}
span#jasso a{
	display: block;
	background: none !important;
	padding: 0;
	margin: 0;
}
section#h2_11 table,
section#h2_list table{
	border: none;
}
section#h2_11 td.qr,
section#h2_list td.qr{
	width: 80px;
	border: none;
	font-size: 0.8em;
	line-height: 1.2;
}
section#h2_11 td.qr a,
section#h2_list td.qr a{
	background: none;
	padding: 0;
	margin: 0;
}
section#h2_11 td.qr img,
section#h2_list td.qr img{
	display: block;
}

/*=========================
recommend.html
=========================*/

/*横並び 定義リスト２*/
.dl_rows2 dt {
	font-weight:bold;
}
.dl_rows2 dd {
	margin-bottom:5px;
}


/*=========================
scholarship.html
=========================*/
.dl_rows3 dt {
	float:left;
	margin-top:10px;
	font-weight:bold;
}

.dl_rows3 dd {
	margin-top:10px;
	padding-left: 11em;
}



#contents span#h2_scolar_inner:before {
	content: none;
}
	














