.clear { clear: both; }


#main {
/*
	padding: 0 40px 0 0;
	border-radius: 0;
	background-color: transparent;
*/
}

.top-inner {
	margin: 20px auto;
	width: 690px;
}

#Div2_a1 {
	background: none;
}

/*---------------------------------------------------------
Swipe-Slide
-----------------------------------------------------------*/
.swiper-container,
.swiper-slide  {
	width: 100%;
	height: 455px;
	margin-left: auto;
	margin-right: auto;
}
.swiper-container {
	box-sizing: content-box;
	padding-bottom: 24px;
	background-color: #fff;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: transparent;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-button-next,
.swiper-button-prev {
	width: 15px;
	height: 26px;
	background-size: 100%;
	margin-top: -13px;
}
.swiper-button-prev.swiper-button-blue {
	background: url("../img/top/btn_swiper_prev.png") no-repeat 0 0;
}
.swiper-button-next.swiper-button-blue {
	background: url("../img/top/btn_swiper_next.png") no-repeat 0 0;
}

.swiper-pagination {
	bottom: 0;
	width:320px;
	height: 11px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}
.swiper-container-horizontal>.swiper-pagination {
	bottom: 0;
}

.swiper-pagination-white .swiper-pagination-bullet {
	display: inline-block;
	width: 11px;
	height: 11px;
	border-radius: 14px;
	margin: 0 4px;
	background: #CBCBCB !important;
	cursor: pointer;
	transition: all .25s linear;
	opacity: 1 !important;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
	background-color: #15366C !important;
}

/*---------------------------------------------------------
top-menu
-----------------------------------------------------------*/
#top-menu {
	width: 679px;
	margin: 18px auto 0;
}

#top-menu-forms {
}
#top-menu-forms ul {
	padding: 0;
	margin: 0;
	zoom: 1;
}
#top-menu-forms ul:after {
	clear: both;
	display: block;
	content: "";
}
#top-menu-forms ul li {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
#top-menu-forms ul li a:hover img {
	opacity: 0.75;
}

#top-menu-banners {
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	margin: 13px 0 0 0;
}
#top-menu-banners ul {
	padding: 0;
	margin: 0;
	zoom: 1;
}
#top-menu-banners ul:after {
	clear: both;
	display: block;
	content: "";
}
#top-menu-banners ul li {
	float: left;
	padding: 0;
	margin: 0;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	list-style: none;
}
#top-menu-banners ul li a:hover img {
	opacity: 0.75;
}

#top-menu-contents {
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	margin: 13px 0 0 0;
}
#top-menu-contents ul {
	padding: 0;
	margin: 0;
	zoom: 1;
}
#top-menu-contents ul:after {
	clear: both;
	display: block;
	content: "";
}
#top-menu-contents ul li {
	float: left;
	padding: 0;
	margin: 0;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	list-style: none;
}
#top-menu-contents ul li a:hover img {
	opacity: 0.75;
}


/*
.top-menu {
	padding: 0;
	margin: 0;
}

.top-menu ul {
	margin: 0;
	padding: 0;
}

.top-menu li {
	list-style: none;
	width: 230px;
	height: 160px;
	background: url(../img/top/ln_bg.png) no-repeat;
	float: left;
	padding: 10px;
	margin: 5px 0px;
}
.top-menu li:nth-child(3n+2){
	margin: 5px 10px;
}

.top-menu li a {
	color: #333333;
	text-decoration: none;
}

.top-menu li span {
	display: inline-block;
	padding: 6px 0 0;
}
*/

/*
.cal {
	margin: 0 18px 0 0;
	;
	padding: 0;
	width: 264px;
	display: inline-block;
	vertical-align: top;
}
*/

.voice {
	width: 679px;
	padding: 12px 20px 32px 20px;
	margin: 15px auto 0;
	position: relative;
	background: url("../img/top/bg_voice.jpg") repeat-y 0 0;
	line-height: 140%;
}

.voice h2 {
	position: relative;
	padding: 0 0 0 44px;
	margin: 0;
	color: #4C392B;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
}
.voice h2:before {
	position: absolute;
	left: 0;
	top: -2px;
	display: block;
	width: 35px;
	height: 22px;
	background: url("../img/top/ico_voice.png") no-repeat;
	content: "";
}
.voice > p {
	position: absolute;
	top: 13px;
	right: 18px;
}

.voice ul {
	display: block;
	padding: 0;
	margin: 12px 0 0 0;
	border-top: 2px solid #fff;
	font-size: 12px;
	line-height: 1.6;
}

.voice li {
	list-style: none;
	margin: 0;
	padding: 14px 0;
	border-bottom: 2px solid #FFFFFF;
}

.voice li .voice-main {
}
.voice li .voice-info {
	display: block;
	margin: 12px 0 0 0;
	text-align: right;
}
.voice li .voice-info .starrr-sm i.fa-star {
	color: #FFBF00;
}
.voice li .voice-info .starrr-sm i.fa-star-o {
	color: #bbb;
}

/*
.d1 {
	padding: 10px 0;
}

.pc_top_r2_c2 div {
	line-height: 160%;
	font-size: 120%;
	padding: 0 18px 0 26px;
	background: #FFFFFF;
}

.mt20 {
	padding: 20px 0px 20px;
}

.cal h5 {
	font-size: 15px;
	font-weight: bold;
	color: #4D3A2B;
}

.cal table th, .cal table td {
	color: #4D3A2B;
}


.table > tbody > tr > td.bab-top-cal-header {
	background-color: #F9F4E7;
	text-align: center;
	font-weight:bold;
	padding:5px 0;
}

.table > tbody > tr > td.bab-top-cal-disable {
	background-color: #EEEEEE;
	text-align: center;
	font-weight:bold;
	padding:5px 0;
}

.table > tbody > tr > td.bab-top-cal-enable {
	text-align: center;
	font-weight:bold;
	padding:5px 0;
}

.table > tbody > tr > td.bab-top-cal-other {
	color: #FFFFFF;
	text-align: center;
	font-weight:bold;
	padding:5px 0;
}

.off_day_square {
	height: 13px;
	width: 13px;
	border: #9B9599 1px solid;
	background-color: #EEEEEE;
}
.bab-top-cal-header:first-child, .bab-top-cal-header:last-child  { cursor: pointer; }
*/
