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

#mv .mvInr {
	background-image: url(../images/mv.jpg);
}


.list table {
	width: 100%;
	border-top: 1px #ddd solid;
	border-left: 1px #ddd solid;
}
.list table tr th, .list table tr td {
	width: 50%;
	padding: 15px 2%;
	border-bottom: 1px #ddd solid;
	border-right: 1px #ddd solid;
}
.list table tr th {
	background: #ddd;
	border-bottom: 1px #fff solid;
}
.list table a {
	color: #111;
}
.list table a:hover {
	text-decoration: underline;
	color: #ec6515;
}































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

	.list {
		width: 96%;
		margin: 0 auto;
	}


}
/*/*/