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


#other{
	width:700px;
	margin:30px auto;
	text-align:center;
}
#other .ttl{
	font-size:20px;
	border-bottom:1px solid #000;
	padding:20px 0;
	margin-top: 50px;
	margin-bottom:50px;
}

#other .ttl2{
	font-size:16px;
	font-weight:bold;
	padding:20px 0;
	margin-bottom:0px;

}


#other .box{
	width:45%;
	vertical-align:top;
	display:inline-block;
	margin:/*50px*/0px 2% 50px 2%;
}


#other .box p{
	text-align:left;
	margin: 30px 0 0 0;
}

#other .box img{
	width:100%;
}


#other .box p.btn a{
	width: 100%;
	text-align: center;
	display: block;
	padding: 15px 0;
	color: #fff;
	background-color: #999;
}



@media only screen and (max-width: 800px) {

#other {
	width:94%;
	margin:30px auto;
	text-align:center;
}

#other .box{
	width: 90%;
	margin:0 auto 30px auto;
	display: block;
}


}
