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

#right_box .unit {
    text-align: right;
    margin-bottom: 0.8em;
}
#right_box .caption{
	margin-top:1.5em;
}
#right_box .caption li{
	font-size:1.4rem;
	padding-left:1em;
	text-indent:-1em;
}

#right_box table.number th {
    text-align: center;
}

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

}





/*---------------------------------------------------------------
スマホレイアウト
---------------------------------------------------------------*/
@media screen and (max-width:767px){
#right_box table.number td:first-child {
	width:50%;
}

}



