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

.leftContents {
	float: left;
	width: 280px;
}

.rightContents {
	float: right;
	width: 750px;
}

/* タイトル */

#contents h2 {
	padding: 5px 0px;
	color: #000;
	font-weight: bold;
	font-size: 3.1rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-bottom: 1px solid #BCCCCC;
}

#contents h2 span.icon {
	    padding: 0px 0 0 45px;
		background: url(../img/report_icon.png) no-repeat left top 7px;
}

.ttl h2 span.eng {
	color: #0860A8;
	margin: 7px 0 0 5px;
	padding: 0px 10px;
	font-size: 1.6rem;
	font-family: Arial, Helvetica, sans-serif;
}

.ttl {
	margin-bottom: 20px;
}

table {
	width: 100%;
	margin: 20px 0 40px;
}

table tr th {
	width: 20%;	
	color: #FFF;
	background: #0860A8 repeat;
	border: #FFF solid 1px;
	padding: 10px 0px 10px 10px;
	text-align: center;
}

tbody tr th {
	text-align: center;
	padding: 10px 0.5em;		
}
table tr td {
	background: #FFF repeat;
	border: #DDD solid 1px;
	text-align: left;
	padding: 10px 0.5em;
}

table caption {
	font-size: 2.0rem;
	margin-bottom: 0.5em;
	letter-spacing: 0.1em;
}

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

	.houkokus {
		overflow: scroll;
	}
	
	table {
		width: 600px;
		margin: 20px 0 20px 0;
	}
	
	table tr th {
		padding: 5px 0.2em;		
	}
	table tr td {
		padding: 5px 0.2em;
	}

}
