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

/* common -------------------------------------------------------------------------------
---------------------------------------------------------------------------------------*/

#keyvisual {
	background-size: cover;
}



.img_center img {
	width: 100%;
	height: auto;
}

/* list */
.img_list img {
	width: 100%;
	height: auto;
}
.img_3line {
	text-align: center;
}
.img_3line li {
	display: inline-block;
	margin-bottom: 10px;
}

/* float */
.wrapbox .fl_left,
.wrapbox .fl_right {
	float: none;
	margin: 0;
	text-align: center;
}
.wrapbox .fl_left50,
.wrapbox .fl_right50 {
	float: none;
	width: auto;
	margin: 0;
}





/* header -------------------------------------------------------------------------------
---------------------------------------------------------------------------------------*/

#header .inner {
	overflow: hidden;
	padding: 10px;
}

#gnav,
#guide_link {	
	display: none;
}
	#index #gnav {
		display: block;
	}
#logo img {
	width: 100%;
	max-width: 240px;
	height: auto;
}
#sp_menu {
	float: right;
}
#sp_gnav {
	display: none;
	position: absolute;
	top: 66px;
	width: 100%;
	background: #FE785E;
	z-index: 200;
}
#sp_gnav li {
	border-bottom: 1px solid #fff;
}
#sp_gnav li:last-child {
	border: none;
	background: #5097C5;
}
#sp_gnav li a {
	display: block;
	padding: 12px 15px;
	color: #fff;
	text-decoration: none;
}




/* contents -----------------------------------------------------------------------------
---------------------------------------------------------------------------------------*/
#contents {
	padding: 15px;
}

#keyvisual h1 {
	padding: 30px 15px;
}
#keyvisual img {
	width: 100%;
	max-width: 300px;
	height: auto;
}



/* footer -------------------------------------------------------------------------------
---------------------------------------------------------------------------------------*/
#footer .wrapbox {
	display: none;
}
#pagetop {
	padding: 0 0 15px;
	text-align: center;
}


/* index.html ---------------------------------------------------------------------------
---------------------------------------------------------------------------------------*/
#gnav {
	overflow: hidden;
	width: 320px;
	margin: 15px auto;
	text-align: center;
}
#gnav li {
	float: left;
	width: 160px;
}
#gnav li img {
	width: 100%;
	height: auto;
}



#info_box h2 span {
	display: none;
}

#bnr_link {
	text-align: center;
}




/* staff ---------------------------------------------------------------------------
---------------------------------------------------------------------------------------*/

#staff .staff_list dl {
	margin: 0 auto 20px;
}
#staff .staff_list dl dt {
	margin-bottom: 8px;
	text-align: center;
}
#staff .staff_list dl dt img {
	width: 100%;
	max-width: 300px;
	height: auto;
}
#staff .staff_list dl dd {
	margin-bottom: 5px;
	text-align: left;
	font-size: 95%;
}
#staff .staff_list dl dd.name {
	font-size: 110%;
	font-weight: bold;
}

#staff .text_list {
	overflow: hidden;
	width: 90%;
	margin: 0 auto 30px;
}
#staff .text_list dl {
	overflow: hidden;
	margin-bottom: 10px;
}
#staff .text_list dt,
#staff .text_list dd {
	float: left;
}
#staff .text_list dt {
	width: 160px;
	font-weight: bold;
}
