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

.m-02{
	border-top:2px solid #000000;
}

.fixed .m-02 {
	border-bottom:3px solid #000000;
}

.main-img{
	width:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	background-image:url(../img/page-bg.jpg);
}


.c01-l{
	float:left;
	width:50%;
}

.c01-r{
	float:right;
	width:45%;
}

.c01-r p{
	font-size:130%;
	text-align:center;
	padding-top:20px;
}



.c02 table{
	width:100%;
	margin:0 auto;
}

.c02 table tr th{
	background-color:#333;
	color:#FFF;
	padding:5px 0;
	width:248px;
	border-right:solid 2px #FFF;
	border-bottom:solid 1px #FFF;
	vertical-align:middle;
	font-size:112%;
	letter-spacing:0.2em;
}

.c02 table tr td{
	background-color:#EEE;
	color:#000;
	padding:5px 30px;
	width:640px;
	border-bottom:solid 1px #FFF;
	line-height:1.5;
	font-size:112%;
	letter-spacing:0.2em;
}

@media screen and ( max-width:700px )
{
	.c01-l{
	float:none;
	width:100%;
}

.c01-r{
		float:none;
	width:100%;
}
.c01-r img {
	width:100%;
	padding-top:20px;
}
}