@charset "UTF-8";

.imgCommon img {
	width: 100%;	
}
.imgCommon2 >div{
	width: 50%;
	float: left;	
}

/*--------------------contents--------------------*/
.d3_contents img{
width:100%;
display:block;
}

#half_half div{
	position: relative;
}
#half_half a{
    display: block;
    position: absolute;
}

a.btn1{
width:26%;
max-width: 182px;
left:12%;
}
a.btn2{
width:39%;
max-width: 287px;
left:56.2%;
}
a.btn3{
width:30%;
max-width: 215px;
left:10%;
}
a.btn4{
width:30%;
max-width: 209px;
left:61.5%;
}
#kiji{
background-color:#f1ead0;
display: table;
}
.kiji_text{
	border-radius:10px;
	background-color:#ffffff;
	padding:10px;
	margin:10px;
	color:#2C1D08;
}
.kiji_text h3{
border-bottom: solid 1px #D3D2D0;
padding-left:2em;
text-indent:-2em;
font-weight: bold;
font-size: 1.17em;
margin: 18px 0;
padding-bottom: 5px;
}
.kiji_text img{
	width:70%;
	margin:20px auto;
}

@media screen and (min-width: 741px) {
	.kiji_text img {
	    width: 35%;
	}
}
