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

/* scroll_box */
.scroll_box {
		width: 100%;
		height: 200px;
		border: none;
		margin: 0 auto;
		overflow: auto;
	}
	
	.scroll_box li {
		width: 100%;
		font-size: 100%;
		color: #000;
		margin-top: 10px;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px dotted #999;
	}
	
	.scroll_box p.date {
		color: #000;
		font-size: 100%;
		font-weight: bold;
		margin: 0;
	}
	
	.scroll_box p.title {
		color: #000;
		font-size: 100%;
		font-weight: bold;
		margin: 0 0 0.5em;
	}
	
	.scroll_box p.txt {
		color: #000;
		font-size: 100%;
		margin: 0;
		padding-left:1.0em;
	}
	
	.scroll_box a {
		color: #000;
		text-decoration: underline;
	}
	
		.scroll_box a:hover {
			color: #ba8134;
		}

/*-- lines -------------------------------------------*/

.line1 {
	margin-bottom: 0.5em;
	padding-bottom: 0.3em;
	border-bottom: 1px solid #999;
}
.line2 {
	margin-bottom: 0.5em;
	padding-bottom: 0.3em;
	border-bottom: 1px solid #ccc;
}

.line-box {
	width: 100%;
	border: 5px solid #2d5aae;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 2.0em;
	margin-top: 0.5em;
}

/*-- topics & news -------------------------------------------*/

.topi-style01 {
	padding: 4px 10px;
	width: 100px;
	text-align: center;
	background: #fff;
	margin-right: 1.0em;
}

/*-- other -------------------------------------------*/

.red {
	color: #F00;
}
.blue {
	color: #2d5aaf;
}
.blue2 {
	color: #101088;
}
.blue3 {
	color: #0051d8;
}
.green {
	color: #008913;
}
.white {
	color: #FFF;
}
.fc333 {
	color: #333;
}

.fw-100 {
	font-weight: 100 !important;
}

.fs-10 {
	font-size: 10px !important;
}

.fs-12 {
	font-size: 12px !important;
}

.fs-13 {
	font-size: 13px !important;
}

.fs-85 {
	font-size: 85% !important;
}

.fs-140 {
	font-size: 140% !important;
}

.fs-145 {
	font-size: 145% !important;
}

.fs-150 {
	font-size: 150% !important;
}

.fs-400 {
	font-size: 400% !important;
}

.mt-0 {
	margin-top: 0 !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-30 {
	margin-top: 30px !important;
}

.mt-20m {
	margin-top: -20px !important;
}

.mb-08 {
	margin-bottom: 0.8em !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mb-5 {
	margin-bottom: 5px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-15 {
	margin: 0 0 15px !important;
}
.mb-20 {
	margin: 0 0 20px !important;
}
.mb-30 {
	margin: 0 0 30px !important;
}
.mt-40 {
	margin-top: 40px !important;
}
.mb-50 {
	margin-bottom: 50px !important;
}

.p-20 {
	padding: 20px !important;
}
.pt-0 {
	padding-top: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}


.pl-1 {
	padding-left: 1.0em;
	
}
.pl-15 {
	padding-left: 1.5em;
}

.ta-c {
	text-align: center;
}
.ta-r {
	text-align: right;
}
.ta-l {
	text-align: left !important;
}