@charset "utf-8";

#spNav ul li a{
	padding: 0;
}
#spNav ul li a img {
    height: 35px;
    width: auto;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■mainSlide
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#mainSlide{
	width: 100%;
	height: auto;
	margin: 0;
	position: relative;
}
#mainSlide .inner{
	width: 100%;
	position: static;
	margin: 0;
}
#mainSlide .inner ul{
	width: 100%;
}
#mainSlide .inner ul li{
	width: 100%;
}
#mainSlide .inner ul li img{
	width: 100%;
	height: auto;
	opacity: 1;
}
#mainSlide .bx-controls{
	width: 100%;
	margin: 0;
	position: static;
}
#mainSlide .bx-wrapper{
	position: relative;
}
#mainSlide .bx-prev,
#mainSlide .bx-next{
	position: absolute;
	display: block;
	text-indent: -9999px;
	top: 50%;
	margin: -9px 0 0 0;
	width: 18px;
	height: 19px;
}
#mainSlide .bx-prev{
	left: 0px;
	background: url(../../img/mainctrl_l.png) left top no-repeat;
	-webkit-background-size: 18px auto;
	background-size: 18px auto;
}
#mainSlide .bx-next{
	right: 0px;
	background: url(../../img/mainctrl_r.png) left top no-repeat;
	-webkit-background-size: 18px auto;
	background-size: 18px auto;	
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■content
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
h2{
	margin-top: 0;
	padding-left: 0;
}
.moreBtn{
	display: block;
	padding: 20px;
}
.moreBtn a{
	display: block;
	padding: 10px;
	text-align: center;
	border: 1px solid #cccccc;
	color: #000;
	background: #f8f8f8 url(../../img/ico_arrow03.png) 12px center no-repeat;
	-webkit-background-size: auto 12px;
	background-size: auto 12px;	
}
/*-----------------------------
	topBnr
-----------------------------*/
#content #main .topBnr{
	margin: 0;
	padding: 15px 20px;
}
#content #main .topBnr ul{
	height: auto;
	overflow: hidden;
	margin: 0 0 -10px 0;
}
#content #main .topBnr ul li{
	float: none;
	margin: 0 0 10px 0;
}
#content #main .topBnr ul li img{
	width: 100%;
	height: auto;
}
/*-----------------------------
	news
-----------------------------*/
#content #main .news{
	position: relative;
	border-top: 1px solid #002c99;
	margin: 0;
}
#content #main .news h2{
	margin-bottom: 0;
	padding: 15px 0 15px 10px;
	background: url(../../img/aco_close.png) 95% center no-repeat;
	-webkit-background-size: auto 17px;
	background-size: auto 17px;
}
#content #main .news h2.active{
	background: url(../../img/aco_open.png) 95% center no-repeat;
	-webkit-background-size: auto 17px;
	background-size: auto 17px;
}
#content #main .news h2 img{
	height: 15px;
	width: auto;
}
#content #main .news ul li{
	height: auto;
	overflow: hidden;
	padding: 13px 10px;
}
#content #main .news ul li .title {
	display: block;
}
#content #main .news ul li .date{
	display: block;
	width: auto;
	float: none;
}
#content #main .news ul li a{
	display: block;
}
#content #main .news ul li.pdf a{
	color: #333;
	background: url(../../img/ico_pdf.png) left 3px no-repeat;
	padding: 0 0 0 15px;
	-webkit-background-size: auto 13px;
	background-size: auto 13px;
}
/*-----------------------------
	search
-----------------------------*/
#content #main .search{
	background: #0f2d5e;
	padding: 0 10px 13px;
}
#content #main .search h2{
	text-align: center;
	padding: 12px 0;
	margin: 0;
	border: none;
}
#content #main .search h2 img{
	height: 15px;
	width: auto;
}
#content #main .search .inner{
	background: #e8e8e8;
	padding: 0;
}
#content #main .search p{
	font-size: 14px;
	font-weight: bold;
	background: url(../../img/ico_cirrcle.png) left center no-repeat;
	padding: 0 0 0 17px;
	margin: 0 0 10px 0;
}
#content #main .search .searchBox{
	padding: 0 10px;
}
#content #main .search .searchBox .box{
	position: relative;
	margin: 0 0 20px 0;
}
#content #main .search #s_word{
	width: 100%;
	height: 40px;
	border: 1px solid #dfdfdf;
	border-radius: 4px;
	font-size: 14px;
	padding: 4px 40px 4px 4px;
	-webkit-appearance: none!important;
	box-sizing: border-box;
}
#content #main .search #s_btn{
	text-indent: -9999px;
	width: 38px;
	height: 38px;
	background: url(../../img/btn_search.png) left top no-repeat;
	-webkit-background-size: auto 38px;
	background-size: auto 38px;
	border: none;
	cursor: pointer;
	position: absolute;
	top: 1px;
	right: 1px;
}
#content #main .search .map p{
	margin: 0 0 10px 10px;
}
#content #main .search .map ul{
	height: auto;
	overflow: hidden;
	padding: 0 7px;
}
#content #main .search .map ul li{
	width: 25%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 3px;
	margin-bottom:6px;
}
#content #main .search .map ul li a{
	display: block;
	font-size: 14px;
	color: #183564;
	background: #d0d0d0;
	text-align: center;
	padding: 8px 0;
}
#content #main .search .map ul li.current a{
	background: #fff;
	/*padding: 8px 0 12px;*/
}
#content #main .search .area{
	padding: 10px 5px;
	background: #fff;
	display: none;
}
#content #main .search .area01{
	display: block;
}
#content #main .search .area ul{
	height: auto;
	overflow: hidden;
	margin: 0 0 -10px 0;
}
#content #main .search .area ul li{
	width: 50%;
	float: left;
	padding: 0 5px;
	margin: 0 0 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#content #main .search .area ul li a{
	display: block;
	border-radius: 3px;
	background: #183564 url(../../img/ico_arrow02.png) 10px center no-repeat;
	-webkit-background-size: auto 7px;
	background-size: auto 7px;
	color: #fff;
	text-align: center;
	padding: 8px 0;
}
/*-----------------------------
	nearby
-----------------------------*/
#content #main .search .nearby{
	margin: 0 0 10px 0;
	border-bottom: 10px solid #0F2D5E;
	position: relative;
	display: block;
	font-weight: bold;
	background-image: url(../../img/ico_location.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}
#content #main .search .nearby a{
	background-image: url(../../img/ico_newwin.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin:0;
	padding: 12px 15px 12px 40px;
	margin-right:20px;
	display:block;
	color:#333;
	font-size:14px;
}


/*-----------------------------
	search
-----------------------------*/
#selection
{
	margin-top:0;
}


/*-----------------------------
	information
-----------------------------*/
#content #main .information{
	border-top: 1px solid #002c99;
	margin: 0;
}
#content #main .information h2{
	margin-bottom: 14px;
	padding: 14px 0 0 11px;
}
#content #main .information h2 img{
	height: 15px;
	width: auto;
}
#content #main .information div.box{
	background: #efeee6;
	padding: 0;
}
#content #main .information div.box01{
	margin: 0 0 5px 0;
	padding: 15px 20px;
}
#content #main .information ul{
	height: auto;
	overflow: hidden;
	margin: 0 0 -7px 0;
}
#content #main .information ul li{
	float: none;
	margin: 0 0 7px 0;
}
#content #main .information ul li img{
	width: 100%;
	height: auto;
}
#content #main .information div.box03{
	padding: 15px 10px;
}
#content #main .information div.box03 ul{
	height: auto;
	overflow: hidden;
}
#content #main .information div.box03 ul li{
	width: 33.3%;
	padding: 0 2px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#content #main .information div.box03 ul li a{
	display: block;
	background: #fff;
}
#content #main .information div.box03 ul li img{
	width: 100%;
	height: auto;
}
#content #main .information div.box03 ul li p{
	padding: 10px 5px 18px;
	line-height: 1.4;
	color: #333;
}
#content #main .information div.box03 .bx-viewport{
	margin: 0 0 15px 0;
}
#content #main .information div.box03 .bx-pager{
	text-align: center;
}
#content #main .information div.box03 .bx-pager-item{
	display: inline-block;
	margin: 0 5px;	
}
#content #main .information div.box03 .bx-pager-item a{
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 10px;
	background: #999;
	border-radius: 50px;
}
#content #main .information div.box03 .bx-pager-item a.active{
	background: #183564;
}
/*-----------------------------
	store
-----------------------------*/
#content #main .store{
	border-top: 1px solid #002c99;
	position: relative;
	margin: 0;
}
#content #main .store h2{
	padding: 15px 0 15px 10px;
	margin-bottom: 16px;
	border-bottom: 1px solid #e6e6e6;
}
#content #main .store h2 img{
	width: auto;
	height: 15px;
}
#content #main .store .newopen{
	padding: 0 10px;
	margin: 0 0 19px 0;
}
#content #main .store .newopen img{
	width: 100%;
	height: auto;
}
#content #main .store .list .new3{
	height: auto;
	overflow: hidden;
	margin: 0 0 20px 0;
}
#content #main .store .list .new3 li{
	width:100%;
	float: none;
}
#content #main .store .list .new3 li.center{
	padding: 0;
	margin: 0;
	border-right: none;
	border-left: none;
}
#content #main .store .list .new3 li img{
	width: 100%;
	height: auto;
	margin: 0 0 5px 0;
}
#content #main .store .list .new3 li .date{
	display: block;
	margin: 0 0 -1px 0;
}
#content #main .store .list .new3 li a.txt{
	font-size: 14px;
	font-weight: bold;
	background: url(../../img/ico_arrow01.png) left 4px no-repeat;
	padding: 0 0 0 17px;
}
#content #main .store .list .bx-wrapper{
	width: 60%;
	margin: 0 auto 20px!important;
	position: relative;
}
#content #main .store .list .bx-prev,
#content #main .store .list .bx-next{
	position: absolute;
	display: block;
	text-indent: -9999px;
	width: 5px;
	height: 8px;
	top: 50%;
	margin: -4px 0 0 0;
}
#content #main .store .list .bx-prev{
	left: -20%;
	background: url(../../img/sp/ctrl_l.png) left top no-repeat;
	-webkit-background-size: 5px auto;
	background-size: 5px auto;
}
#content #main .store .list .bx-next{
	right: -20%;
	background: url(../../img/sp/ctrl_r.png) left top no-repeat;
	-webkit-background-size: 5px auto;
	background-size: 5px auto;
}
#content #main .store .list .others{
	height: auto;
	overflow: hidden;
	background: #f5f5f5;
	padding:  10px 10px 0;
	margin: 0 0 -2px 0;
	border-top: 1px solid #e6e6e6;
}
#content #main .store .list .others li{
	width: 100%;
	float: none;
	background: #fff;
	margin: 0 0 2px 0;
	padding: 10px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#content #main .store .list .others li .date{
	display: block;
	float: none;
	margin: 0 0 5px 0;
}
#content #main .store .list .others li a{
	background: url(../../img/ico_arrow01.png) left 2px no-repeat;
	-webkit-background-size: auto 12px;
	background-size: auto 12px;
	padding: 0 0 0 17px;
	color: #333;
}
#content #main .store .list .moreBtn{
	background: #f5f5f5;
}
/*-----------------------------
	webshop
-----------------------------*/
#content #main .webshop{
	border-top: 1px solid #dcdcdc;
	background: #f5f5f5;
	margin: 0;
}
#content #main .webshop h2{
	text-align: center;
	margin: 0;
	padding: 15px 0;
}
#content #main .webshop h2 img{
	width: auto;
	height: 13px;
}
#content #main .webshop .top{
	padding: 0;
}
#content #main .webshop .top h3{
	margin-bottom: 8px;
}
#content #main .webshop h3 img{
	width: auto;
	height: 15px;
}
#content #main .webshop .top .left h3{
	border-right: none;
}
#content #main .webshop .top .right h3{
	border-top: 1px solid #dcdcdc;
}
#content #main .webshop .top .left,
#content #main .webshop .top .right{
	width: 100%;
	float: none;
	padding: 0 0 8px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#content #main .webshop ul{
	height: auto;
	overflow: hidden;
	padding: 0 4px!important;
	margin: 0;
}
#content #main .webshop ul li{
	width: 50%;
	float: left;
	margin: 0;
	padding: 0 4px;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#content #main .webshop ul li img{
	width: 100%;
	height: auto;
	border: 1px solid #e2e2e2;
}
#content #main .webshop .bottom{
	background: #e6e6e6;
	padding: 8px 0;
}
#content #main .webshop .bottom ul{
	margin: 0 0 -8px 0;
}
#content #main .webshop .bottom ul li{
	width: 100%;
	margin: 0 0 8px 0;
}
/*-----------------------------
	bottomBnr
-----------------------------*/
#content #main .bottomBnr{
	padding: 15px 10px;
}
#content #main .bottomBnr ul{
	margin: 0 0 -15px 0;
}
#content #main .bottomBnr ul li{
	margin: 0 0 15px 0;
}
#content #main .bottomBnr ul li img{
	width: 100%;
	height: auto;
}
/*-----------------------------
	calendar
-----------------------------*/
#content #main .calendar{
	margin-top: 10px;
	padding: 15px 0 0 0;
	background: url(../../img/index/bg_calendar.png) left top repeat;
}
#content #main .calendar h3{
	text-align: center;
	margin-bottom: 10px;
}
#content #main .calendar ul.fold{
	height: auto;
	overflow: hidden;
	padding: 0 15px;
	margin-bottom: 5px;
}
#content #main .calendar ul.fold li{
	float: none;
	margin-right: 0;
	margin-bottom: 5px;
	text-align: center;
}
#content #main .calendar ul.fold  li img{
	width: 60%;
	height: auto;
}
#content #main .calendar span.note{
	display: block;
	font-size: 10px;
	color: #555;
	padding: 0 15px 15px;
}
/* calendarArea */
#content #main .calendar .calendarArea{
	height: auto;
	overflow: hidden;
	background: #f5f5f5;
	border-top: 1px solid #eceae4;
	padding: 15px; 
}
#content #main .calendar .calendarArea .left{
	width: 100%;
	float: none;
	margin-right: 0;
}
#content #main .calendar .calendarArea .wrap{
	background: #fff;
	padding: 0 20px 20px;
	margin-bottom: 10px;
}
#content #main .calendar .calendarArea .wrap div{
	height: auto;
	overflow: hidden;
	margin-right: 0;	
}
#content #main .calendar .calendarArea .wrap table{
	width: 100%;
	table-layout: fixed;
	margin: 10px 0 0 0;
	padding: 0;
	background: none;
	float: none;
	border-top: 1px solid #e6e6e6;
}
#content #main .calendar .calendarArea .wrap table th,
#content #main .calendar .calendarArea .wrap table td{
	font-size: 10px;
	width: auto;
	border-bottom: 1px solid #e6e6e6;
	text-align: center;
	padding: 16px 0 7px 0;
	line-height: 1;
}
#content #main .calendar .calendarArea .wrap table thead td{
	font-size: 9px;
	color: #666666;
	padding: 7px 0;
}
#content #main .calendar .calendarArea .wrap table caption{
	padding: 10px 0 8px;
	text-align: center;
	color: #6e6e6e;
}
#content #main .calendar .calendarArea ul.iconguide{
	height: auto;
	overflow: hidden;
	margin-right: 0;
}
#content #main .calendar .calendarArea ul.iconguide li{
	float: left;
	font-size: 10px;
	line-height: 1;
	margin-right: 13px;
	margin-bottom: 10px;
}
#content #main .calendar .calendarArea ul.iconguide li img{
	margin-right: 3px;
}
#content #main .calendar .calendarArea .right .note{
	margin-bottom: 10px;	
	padding: 0;
}
#content #main .calendar .calendarArea .right img{
	display: inline-block;
	margin-bottom: 10px;
}

.buisinessBnr{
	display: none;
}

















































