@charset "UTF-8";

/*-- main --*/

.main {
	width:1030px;
	margin-right:-35px;
	margin-bottom:40px;
	overflow:hidden;
}


.main h2{
	clear:both;
}

.main img {
	margin-right:25px;
	margin-bottom:20px;
	float:left;
}

/*-- sub --*/

.sub {
	margin-bottom:-15px;
}

.sub img {
	margin-bottom:50px;
	float:left;
}

.information_all {
	width:100%;
	margin-bottom:5px;
}

.information_l {
	float:left;
	padding:10px 2% 10px 2%;
	width:20%;
	background-color:#a00000;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	font-size:16px;
}
.information_r {
	float:left;
	padding:10px 2% 10px 2%;
	width:72%;
	background-color:#f1f1f1;
	color:#ff0000;
	font-size:16px;
}

.information_r strong {
	font-weight:bold !important
}

/*-- branch --*/

.branch {
	margin-bottom:70px;
}

.branch ul {
	overflow:hidden;
}

.branch ul li {
	width:485px;
	float:left;
}

.branch ul li + li {
	margin-left:25px;
}

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

#cobranding {
	display:none;
}

#cobranding a {
	background-color:#000;
	padding:1px 0 2px 0;
	width:234px;
	display:block;
}