@charset "UTF-8";
@import url("global.css");

.h_menu{
	text-align:center;
	margin:15px auto;
}

.topics{
	margin:0 auto;
	text-align:center;
}

.news{
	text-align:center;
	margin:10px auto 15px auto;
}

.promise2{
	border-bottom:2px solid #52a400;
	margin-bottom:8px;
}
.promise1 li,.promise2 li{
	font-size:15px;
	line-height:2.5;
	text-indent:33px;
	font-weight:bold;
}
.promise1 li img,.promise2 li img{
	margin:0 3px 0 5px;
}
.promise1 li:nth-child(odd){
	background:#fffddc url(../top/images/promise_li1.png) no-repeat center left;
	background-size:30px 26px;
}
.promise1 li:nth-child(even){
	background:#fff9be url(../top/images/promise_li1.png) no-repeat center left;
	background-size:30px 26px;
}
.promise1 li a{
	display:block;
	color:#ff6700;
}
.promise2 li:nth-child(odd){
	background:#effee1 url(../top/images/promise_li2.png) no-repeat center left;
	background-size:30px 26px;
}
.promise2 li:nth-child(even){
	background:#e0fdc7 url(../top/images/promise_li2.png) no-repeat center left;
	background-size:30px 26px;
}
.promise2 li a{
	display:block;
	color:#4a9600;
}



#banner_wrap{
	text-align:center;
	background:url(../images/bg/3.png) repeat ;
	margin:5px 0 15px 0;
}

.banner {
	width: 300px;
	overflow: hidden;
	margin: 0 auto;
}
.banner li.item {
	width: 300px;
	float: left;
	margin:0;
	padding: 0;
}
.banner .flipsnap {
	width: 900px;
	padding: 0; 
	overflow:hidden;
	background:#fff;
}

.controls{
	margin:0 auto;
	text-align:center;
}
.controls button{
	width:70px;
	line-height:2;
	border: solid 1px #ff6500;
	font-size:14px;
	color:#fff;
	cursor:pointer;
	background-image: -moz-linear-gradient(top, #fe9d00 0%, #ff6500 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fe9d00), color-stop(1, #ff6500));
	background-image: -webkit-linear-gradient(top, #fe9d00 0%, #ff6500 100%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/*--------------マップ--------------*/

.map{
	margin:10px 0;
}