@charset "utf-8";
/* CSS Document */

/**********************************************************************
*
*　　 ■マップ
*
**********************************************************************/

#map_area h2 {
	background: #F0F0F0;
	color: #555;
	line-height: 32px;
	font-size: 14px;
	text-align: center;
}

#map_area section p#top_txt {
	padding: 10px;
	line-height: 18px;
	font-size: 14px;
}

#map_area p {
	width: 94%;
	margin: 15px auto;
	color: #333;
	font-size: 14px;
	line-height: 20px;
}

#map_top {
	width: 100% !important;
	margin: 0 auto !important;
}
#map_top img {
	width: 100%;
}

/**********************************************************************
*
*　　 ■st-accordion
*
**********************************************************************/

.st-accordion{
    width:94%;
    min-width:270px;
    margin: 0 auto 20px;
}
.st-accordion ul li{
    height: 60px;
    overflow: hidden;
	background: #29C7F3;
	margin-bottom: 1px !important;
}

.st-accordion ul li:first-child{
}
.st-accordion ul li > a{
	padding-left:20px;
    font-size: 10px !important;
	color: #FFF;
    display: block;
	position: relative;
	line-height: 60px;
	outline:none;
    -webkit-transition:  color 0.2s ease-in-out;
	-moz-transition:  color 0.2s ease-in-out;
	-o-transition:  color 0.2s ease-in-out;
	-ms-transition:  color 0.2s ease-in-out;
	transition:  color 0.2s ease-in-out;
}
.st-accordion ul li > a em{
    font-size: 14px !important;
	font-weight: bold;
}
.st-accordion ul li > a span{
	background: transparent url(/sp/common/img/ulink_arrow.png) no-repeat center center;
	background-size: 20px;
	text-indent:-9000px;
	width: 26px;
	height: 26px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -13px;
	opacity:1;
	-webkit-transition:  all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
	transition:  all 0.2s ease-in-out;
}
.st-accordion ul li > a:hover{
    color: #FFF;
}

.st-accordion ul li > a:hover span{
	opacity:1;
	right: 10px;
}
.st-accordion ul li.st-open > a{
    color: #FFF;
}

.st-accordion ul li.st-open > a span {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
    transform:rotate(180deg);
	right:10px;
	opacity:1;
}
.st-accordion .st-content ul li a{
	padding-left:20px;
    font-size: 14px !important;
	font-weight: nomal !important;
	color: #333;
    display: block;
	border: none !important;
	background: #F7F7F7 url(/sp/common/img/red_arrow.png) no-repeat 96% center;
	background-size: 16px;
}
.st-content{
	padding: 0;
	background: #FFF;
}
.map_top ul li div.st-content {
	padding: 0 !important;
}
.st-content p{
	width: 100%;
    font-size: 14px;
    line-height:  22px;
    text-align: justify;
    text-justify: inter-ideograph;
}

/**********************************************************************
*
*　　 ■border-box
*
**********************************************************************/

#area_address,
#area_campaign,
#area_nav li a,
.std_school li p {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

/**********************************************************************
*
*　　 ■回り込み解除
*
**********************************************************************/

#area_nav:after,
table#area-t td:after {
	content: "";
	display: block;
	clear: both;
}
