@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      about.css
 Author:         masaki kiuchi
 Style Info:     JMVAとはページ用スタイル
----------------------------------------------------------- */


/*----------------------------------------------------
	#contents
----------------------------------------------------*/

div#contents h4 {
	padding-left: 5px;
	margin-right: 20px;
	margin-left: 20px;
	border-bottom: #1f78b4 solid 1px;
	border-left: #1f78b4 solid 5px;
}

div#contents p.ind {
	margin-right: 20px;
	margin-left: 20px;
	font-weight: normal;
}
div#contents h3.ind {
	margin-right: 20px;
	margin-left: 20px;
	font-weight: normal;
	font-size: 1.2em;
	margin-bottom: 1em;
}

div.box_gray {
	padding: 15px 15px 1em;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	background-color: #F1F1F1;
}

.caption {
	margin-right: 20px;
	margin-left: 20px;
	font-size: 11px;
	color: darkred;
}

p.list01 {
	height: 22px;
	padding-top: 2px;
	padding-left: 27px;
	margin-top: 25px;
	font-weight: bold;
	background: url(../img/about/list_01.gif) no-repeat left top;
}

p.list02 {
	height: 22px;
	padding-top: 2px;
	padding-left: 27px;
	margin-top: 25px;
	font-weight: bold;
	background: url(../img/about/list_02.gif) no-repeat left top;
}

p.list03 {
	height: 22px;
	padding-top: 2px;
	padding-left: 27px;
	margin-top: 25px;
	font-weight: bold;
	background: url(../img/about/list_03.gif) no-repeat left top;
}

p.list04 {
	height: 22px;
	padding-top: 2px;
	margin-top: 25px;
	padding-left: 27px;
	font-weight: bold;
	background: url(../img/about/list_04.gif) no-repeat left top;
}

p.list05 {
	height: 22px;
	padding-top: 2px;
	padding-left: 27px;
	font-weight: bold;
	background: url(../img/about/list_05.gif) no-repeat left top;
}

p.list06 {
	height: 22px;
	padding-top: 2px;
	padding-left: 27px;
	margin-bottom: 25px;
	font-weight: bold;
	background: url(../img/about/list_06.gif) no-repeat left top;
}

#schedule {
	text-align: center;
	display: block;
}
#schedule p {
	margin: 15px;
	display: inline;
}

p#schedule a:hover {
	position: relative;
	left: 1px;
	top: 1px;
}

#schedule p a:hover {
	position: relative;
	left: 1px;
	top: 1px;
}

table {
	width: 520px;
	margin-bottom: 30px;
	border: 1px solid #DEDEDE;
	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;
	color: #FFF;
	white-space: nowrap;
	background-color: #1f78b4;
}

td {
	padding: 10px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #E7EEF9;
}

td.sub {
	width: 100px;
	border-bottom: 1px dashed #DEDEDE;
}

td.sub2 {
	width: 100px;
}

td.place {
	font-weight: bold;
	background-color: #F2FAFF;
}

td.place2 {
	font-weight: bold;
	background-color: #EFFFF0;
}

.sun {
	color: #CC0033;
}

.sat {
	color: #003399;
}
.h203 {
	font-size: 1.4em;
	color: #1f78b4;
	padding-left: 5px;
	border-bottom: #1f78b4 solid 1px;
	border-left: #1f78b4 solid 5px;
	margin-top: 2em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 20px;
}
