
/* =============================================================== 
	*** commons *** 
=============================================================== */

.box_abouts {
	float: right;
	width: 74%;
}

/*box_detail*/
.box_abouts .box_detail {
	margin: 15px 0 0 0;
	width: 100%;
}
.box_abouts .box_detail a {
	color: #0063CF;
}
.box_abouts .box_detail table {
	width: 100%;
}
.box_abouts .box_detail table td {
	border: solid 1px #e5e5e5;
	padding: 10px 10px;
}



/* =============================================================== 
	*** index page *** 
=============================================================== */



@media screen and (max-width: 768px) {
	
/* =============================================================== 
	*** commons *** 
=============================================================== */

.box_abouts {
	float: right;
	width: 67%;
}

	
}


@media screen and (max-width: 640px) {
	
/* =============================================================== 
	*** commons *** 
=============================================================== */

.box_abouts {
	width: 100%;
}
.box_abouts .box_detail {
	margin: 10px 0 0 0;
}

}