@charset "utf-8";

/* CSS Document */

#page_head {
	background-color: #600;
	border-radius:10px;
	padding: 5px 15px 15px;
	color: #FFF;
}

#page_head p {
	color: #FFF;
	font-family: noto_m;
	font-weight: normal;
}

#page_head h1 {
	font: 48px noto_b;
}

.huri{
	font: 12px noto;
}

#main .kuzu {
	color: #600;
}

#index {
	color: #333;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 2;
	margin-left: 10px;
}

section h1 {
	background-color: #600;
	padding: 5px;
	border-radius:10px;
	font: 21px noto_b;
	margin-bottom: 10px;
}

#main section p {
	color: #000;
	font-size: 14px;
	margin-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.4;
}

section dl {
	color: #000;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
	margin-bottom: 20px;
}

#main dl dd {
	line-height: 1.3;
}

#main dl dt {
	font-weight: bold;
	color: #600;
}


#main section #timeline {
	border-collapse:collapse;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	line-height: 1.4;
}

#timeline tr td {
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	color: #333;
	padding: 5px;
	background-color: rgba(255,255,255,0.7);
}

#timeline tr th {
	color: #666;
	font-weight: normal;
	font-size: 10px;
	background-color: #CCC;
	border: 1px solid #666;
}

#timeline .time {	width: 8%; text-align:center;}
#timeline .pro {width: 15%; text-align:center;}
#timeline .dura {width: 7%; text-align:center;}
#timeline .point {width: 35%;}
#timeline .cmt {width: 35%;}

.tool {
	margin-top: 5px;
	margin-bottom: 20px;
}

.tool dt {
	display: inline;
	background-color: #FFF;
	padding: 3px 5px;
	font-size: 12px;
	font-weight: normal;
	border-radius:5px;
	color: #F30;
	border: 1px solid #CCC;
}

.tool dd {
	display: inline;
}
#main .osusume{
	color: #F30;
	background-color: #FFF;
	padding: 5px;
	border-radius:8px;
	margin-top: 5px;
	text-indent: 0.5em;
	margin-right: 5px;
	margin-left: 5px;
}

dl .mail {
	background-color: #FFF;
	padding: 10px;
	border-radius:6px;
	margin-top: 20px;
}
#index7 .br2 dt {
	color: #600;
}
.br2 .mail .mt {
	font-weight: bold;
	color: #600;
}
.br2 dd {
	margin-bottom: 10px;
}
