@charset "utf-8";
/*
 * ================================================
 * 
 * [ÊÂ˜I¸ÅÒª]
 * 
 * ================================================
 */
#pageTitle {
	background-image: url(/ap-portal/images/content/about/mv.jpg);
}
.title {
	padding-bottom: 30px;
}
.text01 {
	margin-bottom: 60px;
}
.vox01 {
	background-color: #F5F5F5;
	padding: 10px;
	margin-bottom: 60px;
	width: 800px;
}
	.vox01 .inner {
		border: 1px solid #B3B6B3;
		background-color: #FFFFFF;
		padding: 20px;
	}
	.vox01 table {
		width: 100%;
	}
	.vox01 tr {
		border-bottom: 1px dashed #B3B6B3;
	}
	.vox01 tr:last-child {
		border-bottom: none;
	}
	.vox01 td {
		padding: 10px 0 10px 10px;
	}
	.vox01 td:nth-child(1) {
		width: 6em;
	}
	.vox01 td:nth-child(2) {
		width: 9em;
		color: #5FBFE2;
	}
		.vox01 td:nth-child(2) span {
			width: 2em;
			display: inline-block;
			color: #FFFFFF;
			background-color: #5FBFE2;
			text-align: center;
			margin-left: 0.5em;
		}
	.vox01 td:nth-child(3) {
		color: #5FBFE2;
	}
	.vox01 td:nth-child(4) {
		color: #5FBFE2;
	}
/**
 ****************************************************
 * 
 * screens larger than 768
 * 
 ****************************************************
 */
@media only screen and (min-width: 768px) {
	
}
/**
 ****************************************************
 * 
 * screens smaller than 767
 * 
 ****************************************************
 */
@media only screen and (max-width: 767px) {
	.title {
		padding-bottom: 15px;
	}
	.text01 {
		margin-bottom: 30px;
	}
	.vox01 {
		padding: 5px;
		margin-bottom: 30px;
		width: 100%;
	}
		.vox01 .inner {
			padding: 5px;
		}
		.vox01 td {
			padding: 5px;
			vertical-align: top;
		}
		.vox01 td:nth-child(1) {
			width: 5em;
		}
		.vox01 td:nth-child(2) {
			width: 9em;
		}
			.vox01 td:nth-child(2) span {
				width: 1.5em;
				margin-left: 0.5em;
			}
		.vox01 td:nth-child(3) {
			width: 4em;
		}
	/**
	 * end
	 */
}