@charset "euc-jp";


@media screen and (min-width: 641px) {

.txt_top {
	text-align: center;
	margin-bottom: 50px;
	padding-top: 20px;
}



#searchBox {
	width: 734px;
	margin-bottom: 30px;
	border: 1px solid #cfcece;
	background-color: #f8f8f8;
}


#searchBox h3{
	margin-bottom: 20px;
}

#searchBox p{
	text-align: center;
}


#searchBox ul{
	width: 694px;
	border-left: 1px solid #cfcece;
	border-right: 1px solid #cfcece;
	border-bottom: 1px solid #cfcece;
	margin: 0 auto 20px;
	padding: 10px 0 8px;
	background-color: #FFF;
}

#searchBox ul li{
	float: left;
	font-size: 110%;
	width: 140px;
	padding: 0;
	margin-bottom: 0;
}

#searchBox ul li.s{
	width: 100px;
}

#searchBox ul li.l{
	width: 210px;
}


#searchBox ul li a{
	color:#555555;
	background:url(../img/bg_list_side_reason.gif) no-repeat top left;
	padding: 0px 0 0px 28px;
	margin-bottom: 0;
	text-decoration: none;
}

#searchBox ul li a:hover{
	text-decoration: underline;
}
}

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

.txt_top {
	text-align: center;
	margin-bottom: 50px;
	padding-top: 20px;
}



#searchBox {
	width: 734px;
	margin-bottom: 30px;
	border: 1px solid #cfcece;
	background-color: #f8f8f8;
}


#searchBox h3{
	margin-bottom: 20px;
}

#searchBox p{
	text-align: center;
}


#searchBox ul{
	width: 694px;
	border-left: 1px solid #cfcece;
	border-right: 1px solid #cfcece;
	border-bottom: 1px solid #cfcece;
	margin: 0 auto 20px;
	padding: 10px 0 8px;
	background-color: #FFF;
}

#searchBox ul li{
	float: left;
	font-size: 110%;
	width: 140px;
	padding: 0;
	margin-bottom: 0;
}

#searchBox ul li.s{
	width: 100px;
}

#searchBox ul li.l{
	width: 210px;
}


#searchBox ul li a{
	color:#555555;
	background:url(../img/bg_list_side_reason.gif) no-repeat top left;
	padding: 0px 0 0px 28px;
	margin-bottom: 0;
	text-decoration: none;
}

#searchBox ul li a:hover{
	text-decoration: underline;
}

.match_title {
	background-color: #353535;
	padding: 5px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	display: block;
}

.match_img {
	width: 100%;
}


.match_list {
	display: block;
	width: 90%;
	margin: 10px auto;
}

.match_list dt {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #4B3931;
	color: #4B3931;
	margin-bottom: 10px;
}

.match_list dt span {
	display: inline-block;
	background-color: #4B3931;
	color: #fff;
	font-size: 16px;
	padding: 3px 5px;
}

.match_list dd {
	margin-bottom: 20px;
}

}
