@charset 'utf-8';

ol.br_list{
	margin:0;
	padding:0;
}

ol.br_list li{
	display:inline;
}

.column_index:after,.cf:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}

.c_box{
	border:solid 1px #C0C0C0;
	width:372px;
	float: left;
	margin-bottom:10px;
}

.column_index .c_box:nth-of-type(even){
	float:right;
}

.column_index .c_box:nth-of-type(even):after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}

.c_box .pad_box{
	padding:10px;
	margin:0;
}

.index_ttl{
	text-align:center;
	background-color: #228B22;
	padding:4px;
}

.index_ttl a{
	font-size:1.1em;
	text-decoration:none;
	color: #FFF !important;
	font-weight:bold;
	display:block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}

.c_box .pad_box p{
	margin:0;
	font-size:75%;
}

.c_box .pad_box img{
	float:left;
	margin:0 10px 10px 0;
}

.more{
	text-align: right;
}

.c_pad10{
	padding:10px 0;
}