@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      about.css
 Author:         masaki kiuchi
 Style Info:     JMVAとはページ用スタイル
----------------------------------------------------------- */


/*----------------------------------------------------
	#contents
----------------------------------------------------*/

h4 {
	padding-left: 5px;
	border-bottom: #1f78b4 solid 1px;
	border-left: #1f78b4 solid 5px;
}
.h203 {
	font-size: 1.4em;
	margin: 2em 0;
	color: #1f78b4;
	padding-left: 5px;
	border-bottom: #1f78b4 solid 1px;
	border-left: #1f78b4 solid 5px;
}
h5.title, .title02 {
	font-size: 1.4em;
	margin-bottom: 1em;
	padding-left: 18px;
	background: url(../img/event/h5_icon.gif) no-repeat 0px 3px;
}

div.box_gray {
	padding: 15px;
	margin: 35px 0 15px;
	background-color: #F1F1F1;
}

div.box_gray .midashi01 {
	font-size: 2.2em !important;
	font-family: Arial, Helvetica, sans-serif;
}

div.box_gray h5 img {
	vertical-align: middle;
}

div.box_gray p {
	margin-bottom: 0;
}

table {
	width: 520px;
	margin-bottom: 30px;
	border: 1px solid #CCCCCC;
	font-size: 1.2em;
	color: #333;
	line-height: 1.6;
	border-collapse: separate;
	border-spacing: 1px;
}

th {
	padding: 10px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	white-space: nowrap;
	background-color: #ADCFE5;
	font-weight: normal;
}

td {
	padding: 10px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFF;
}

table.report {
	margin-bottom: 65px;
	font-size: 1em;
}

table.report td {
	background-color: #E7E7E7;
}

table.report h3 {
	font-size: 1.1em;
	background-color: #1f78b4;
	padding: 1px 5px;
	color: #FFF;
	text-align: center;
	margin-bottom: 1em;
}

table.report p {
	margin-bottom: 0;
}

table.report img {
	float: left;
	margin-right: 15px;
}

.red {
	color: #F00;
}
