@charset "utf-8";

#unite .sec h3{
	font-size: 16px;
	font-size: 1.6rem;
	background-position: 0 10px;
}
#unite .sec h4{
	font-size: 14px;
	font-size: 1.4rem;
	background-position: 0 10px;
}

#unite #contents .txt_wrap{
	margin: 0 10px;
}
#unite #contents .kugf01{
	background:url(../../images/common/bg_gray08.png);
	width: 100%;
}
#unite #contents .list_wrap{
	background:url(../../images/common/bg_gray03.png);
	width: 100%;
	padding: 10px 0;
	margin-bottom: 20px;
}
#unite #contents .list_wrap .ul_wrap{
	width: 75%;
}
#unite #contents .list_wrap .ul_wrap ul{
	overflow: hidden;
}
#unite #contents .list_wrap .ul_wrap li{
	margin-left: 30px;
	float: left;
}
#unite #contents .list_wrap p{
	margin-left: 25px;
	padding-bottom: 0;
}
#unite #sec02 .img_wrap{
	margin: 0 auto;
	width: 100%;
	max-width: 730px;
}
#unite #sec02 .img_wrap img{
	width: 100%;
}
#unite #contents table.syllabus{
	text-align: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#unite #contents table.syllabus th{
	background: #e6e6e6;
	border: 1px solid #cdcdcd;
	padding: 5px 2px;
}
#unite #contents table.syllabus td{
	border: 1px solid #cdcdcd;
	padding: 5px 2px;
}
#unite #sec04{
	padding-bottom: 0;
}
#unite #sec04 .img_wrap{
	margin: 0 auto;
	width: 100%;
	max-width: 600px;
}
#unite #sec04 .img_wrap img{
	width: 100%;
}
#unite #sec05{
	padding-top: 0;
}
#unite #sec06{
	background:url(../../images/common/bg_gray04.png);
}
#unite #sec06 .float_wrap{
	width: 100%;
	overflow: hidden;
}
#unite #sec06 .float_wrap ul{
	list-style: none;
}
#unite #sec06 a, #unite #sec03 a:link, #unite #sec03 a:visited, #unite #sec03 a:hover, #unite #sec03 a:active {
	color: #000;
}
#unite #sec06 a:hover {
	color: #000;
}
#unite .float_left, #unite .float_right{
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#unite #sec06 .float_wrap .float_right{
	padding-left: 10px;
}
@media only screen and (max-width: 619px) {
	#unite #contents .list_wrap .ul_wrap{
		width: 100%;
	}
	#unite #contents .list_wrap .ul_wrap li{
		float: none;
		width: 100%;
	}
	#unite .float_left, #unite .float_right{
		width: 100%;
		float: none;
	}
	#unite #sec06 .float_wrap .float_right{
		padding-left: 0;
	}
}