@charset "UTF-8";
.line_bk {
	height: 1px;
	color: #FFFFFF;
	margin-top: 20px;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
}
#main-content .content .main {
	padding-bottom: 3%;
}
.content .main .maincopy {
	text-align: center;
	margin-top: 2%;
	color: #016022;
	font-size: 40px;
	line-height: 1.2em;
	font-weight: bold;
}
.content .main .type02 {
	overflow: hidden;
}
.type02 .box02 {
	float: left;
	width: 48%;
}
.type02 .box02 +  .box02 {
	margin-left: 2%;
}
.txtbox {
	clear: both;
	font-size: 16px;
	line-height: 1.5em;
	margin-top: 2%;
}
.txtbox .shop {
	color: #499D5A;
	font-weight: bold;
	font-size: 120%;
}




@media screen and (max-width: 480px){
.content .main .maincopy {
	text-align: center;
	margin-top: 2%;
	color: #016022;
	font-size: 24px;
	line-height: 1.2em;
	font-weight: bold;
}
.content .main .type02 {
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
.type02 .box02 {
	float: left;
	width: 100%;
}
.type02 .box02 +  .box02 {
	margin-top: 2%;
	margin-left: 0px;
}
.txtbox {
	clear: both;
	font-size: 14px;
	line-height: 1.5em;
	margin-top: 2%;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
}
