@charset "UTF-8";

/*-- main --*/

.main {
	margin-bottom:10px;
	overflow:hidden;
}

.main img {
	width:100%;
	margin-bottom:20px;
	float:left;
}

.main h2 img {
	width:auto!important;
    max-width: 100%;
    margin-bottom: 20px;
    float: left;
}

/*-- sub --*/

.sub {
}

.sub img {
	width:100%;
	margin-bottom:30px;
	float:left;
}
.information_l {
	padding:1%;
	width:98%;
	background-color:#a00000;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
}
.information_r {
	padding:1%;
	width:98%;
	background-color:#f1f1f1;
	color:#a00000;
}

/*-- branch --*/

.branch {
	margin-bottom:30px;
}

.branch ul li {
	margin-bottom:20px;
}

.branch ul li img {
	max-width:100%;
}


