@charset "utf-8";
@import "base.css";
@import "reset.css";
@import "cont.css";

/* ISO
--------------------------------------------------------------------*/


.iso_box {
	width:400px;
	text-align:center;
	margin:40px auto 50px;
}

.iso_graphbox {
	margin:0 20px;
}

.mgn_b20 {
	margin-bottom:20px;
}

div.iso_graphbox table {
	width:100%;
	border-top:1px solid #999;
	border-left:1px solid #999;
}

div.iso_graphbox table caption {
	text-align:center;
	background:#0099ff;
	color:#FFF;
	font-family:メイリオ;
	font-size:1.4em;
	padding:5px 0;
	font-weight:bold;
	border:1px solid #999;
}

div.iso_graphbox table tr th {
	font-weight:normal;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	width:180px;
	background:#ecffce;
	padding:5px 0;
	font-size:1.2em;
}

div.iso_graphbox table tr td {
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	padding-left:15px;
	font-size:1.2em;
}

div.iso_graphbox p {
	padding:10px 0 0px;
	font-size:1.2em;
	line-height:1.4;
}

