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

#right_box .unit{
	text-align:right;
	margin-bottom:0.8em;
	font-size:1.4rem;
}
#right_box .table_wrap{
	margin-bottom:3rem;
}
#right_box .table_wrap:last-child{
	margin-bottom:0rem;
}
#right_box table.number th:first-child{
	min-width:18em;
	width:18em;
}
#right_box table.number td:first-child{
	min-width:18em;
	width:18em;
}
#right_box .caption{
	margin-bottom:3rem;
	margin-top:-1.5rem;
}
#right_box .caption li{
	padding-left:2.5em;
	text-indent:-2.5em;
	font-size:1.4rem;
}



/*---------------------------------------------------------------
横幅768px～1190pxまでのレイアウト
---------------------------------------------------------------*/
@media screen and (min-width:768px) and (max-width:1150px){
#right_box table.number th:first-child{
	min-width:0em;
}
#right_box table.number td:first-child{
	min-width:0em;
}

}





/*---------------------------------------------------------------
スマホレイアウト
---------------------------------------------------------------*/
@media screen and (max-width:767px){

#right_box table.number th:first-child{
	width:11em;
	min-width:11em;
}
#right_box table.number td:first-child{
	width:11em;
	min-width:11em;
}
	
}



