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

/**********  koe  **********/

.contents {
	width: 95%;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin:auto;
	font-size:125%;
}
.koe_box {
	padding-bottom: 100px;
}
.koe_box .koe_img {
	text-align:center;
}
.koe_box .koe_img img{
	width:95%;
}
.koe_box h2 {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #59b224;
	font-size: 125%;
	margin-bottom: 10px;
}
.koe_box h3 {
	background-image: url(../images/koe_marker.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #59b224;
}
.koe_box p {
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 35px;
}
.intro_txt {
	text-align: center;
	padding-bottom: 30px;
}
.btn{
	display: block;
	padding:20px 0px;
	text-align:center;
}
.btn img{
	width:80%;
}
#koe_others .koe_img {
	display:none;
	float: none;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 800px;
}
#koe_others .koe_img img {
	width: 100%;
}
