@charset "utf-8";
/* CSS Document */
@media only screen and (max-width: 750px) {
#mainContents {
	word-break: break-all;
}
#search {
	margin-top: 5px;
}
h1.gennoM {
	line-height: 1.3em;
}
#searchBtn a {
	font-size: 1.4rem;
	color: #333;
	text-align: center;
	display: block;
	padding: 5px;
	border: 1px solid #CDCDCD;
	background: #e0e0e0;
	background: -moz-linear-gradient(top, #FFF 0%, #E0E0E0 100%);
	background: -webkit-linear-gradient(top, #FFF 0%, #E0E0E0 100%);
	background: linear-gradient(to bottom, #FFF 0%, #E0E0E0 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E0E0E0', GradientType=0 );
}
#recallBtn {
	margin-top: 5px;
	margin-bottom: 10px;
}
#recallBtnM {
	width: 46%;
	float: left;
}
#recallBtnC {
	width: 46%;
	float: left;
	margin-right: 5%;
}
#recallBtnC a,
#recallBtnM a {
	font-size: 1.4rem;
	color: #333;
	text-align: center;
	display: block;
	width: 100%;
	padding: 5px;
	border: 1px solid #CDCDCD;
	background: #e0e0e0;
	background: -moz-linear-gradient(top, #FFF 0%, #E0E0E0 100%);
	background: -webkit-linear-gradient(top, #FFF 0%, #E0E0E0 100%);
	background: linear-gradient(to bottom, #FFF 0%, #E0E0E0 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E0E0E0', GradientType=0 );
}
#recallBtn p {
	clear: both;
}
}
