@charset "UTF-8";

/********************************************

 CSR 地域産品プロジェクト（local）

********************************************/
#local {
	
}


.local_IMG{
	width:100%;
	text-align:center;
}

.local_zigyo{
	width:240px;
	float:left;
	font-size: 86%;
}

.local_zigyo1{
	width:100%;	
}

.local_zigyo2{
	width:230px;
}

.zissekiLink{
	float:left;
	padding-right:10px;
}

.shodan_koushin{
	margin-bottom:20px;
}

.shodan_zisseki{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom:20px;
}
.shodan_zisseki .box{
	width: 350px;
}
.shodan_zisseki .box .label{
	font-size: 86%;
	padding: 0.5em 0;
	background: #fff;
}
.shodan_zisseki .box .label span{
	font-weight: bold;
	line-height: 1.0;
	padding: 0 0.5em;
	border-left: 5px solid #12898d;
}

/*
.shodan_zisseki{
	margin-bottom: 20px;
}

.shodan_zisseki .label{
	padding: 10px 0;
	background: #fff;
}
.shodan_zisseki .label span{
	font-weight: bold;
	line-height: 1.0;
	padding: 0 0.5em;
	border-left: 5px solid #12898d;
}
*/

.shodan_zisseki a :hover{
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.catalog {
	padding: 0 0 10px;
	background: #fff;
}
.catalog ul {
	
}
.catalog ul li {
	float: left;
	display: block;
	width: 144px;
	padding: 0 0 10px;
	text-align: center;
}
.catalog ul li .img {
	padding: 0 0 5px;
}
.catalog ul li .txt {
	font-size: 74%;
}
.catalog .link {
	padding: 10px 10px;
}


.csr_st {
	background: #efefef;
	line-height: 30px;
	font-size: 110%;
	font-weight: bold;
	color: #000;
	padding-left: 10px;
	margin-bottom: 15px;
}