@charset "utf-8";

/* ===========================================================

	Title:			top.css
	Created:		2011-1-31
	Last Created:	2011-2-1
	
=========================================================== */
/*

	top
	news
	greeting
	menu
		
=========================================================== */
/*

	top
	
=========================================================== */

.main_visual {
	margin: 0 auto;
	width: 900px;
}
.main_visual .slick-slide {
	margin: 0;
}
.main_visual a {
	display: block;
}
.main_visual .slider a:hover {
	opacity: 0.7;
}
.main_visual img {
	height: auto;
	max-width: 100%;
}
.main_visual .thumbnail {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: -25px 10px 0;
}
.main_visual .thumbnail .thumbnail-item {
  letter-spacing: -0.4em;
	height: 70px;
  text-align: center;
  transform: translate3d(0px, 0px, 0px) !important;
  width: 100% !important;
}
.main_visual .thumbnail .thumbnail-item {
	border: 3px solid #fff;
	border-radius: 8px;
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
	box-sizing: border-box;
  display: inline-block;
  letter-spacing: normal;
  float: none !important;
	margin: 10px 0.3%;
	overflow: hidden;
	outline: none;
	cursor: pointer;
  vertical-align: top;
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	width: 19% !important;
}
.main_visual .thumbnail .thumbnail-current {
	border-color: #145eb5;
	margin-top: 0;
}


/* ===========================================================	

	news
	
=========================================================== */

#top #news {
	margin: 0 0 15px;
}

#top #news h2 {
	position: relative;
	clear: both;
	background: none;
	font-size: 11px;
	line-height: 1;
	margin: 0 0 10px;
	padding: 0;
}

#top #news h2 span {
	position: absolute;
	top: 4px;
	right: 4px;
}

#top #news dl {
	margin: 0 10px;
	line-height: 1.4;
}

#top #news dt {
	clear: both;
	float: left;
	margin: 0 0 5px;
	padding: 0 0 5px;
	color: #0066cc;
	font-weight: bold;
}

#top #news dd {
	border-bottom: solid 1px #CCC;
	margin: 0 0 5px;
	padding: 0 0 5px 7em;
}

#top #news dd img {
	vertical-align: text-bottom;
}

/* ===========================================================	

	greeting
	
=========================================================== */

#top #greeting {
	background: url(../img/top/greeting.jpg) 0 0 no-repeat;
	width: 640px;
	height: 170px;
	margin: 0 0 10px;
}

#top #greeting h3 {
	color: #0a4d9a;
	line-height: 1.4;
	font-size: 15px;
	margin: 0 15px 10px;
	padding: 20px 0 0;
	font-weight: bold;
	border: none;
}

#top #greeting p {
	color: #111;
	margin: 0 15px 0;
	padding: 0;
	line-height: 1.6;
	font-size: 12px;
}

/* ===========================================================	

	menu
	
=========================================================== */

#top .menu {
	clear: both;
	background: url(../img/top/mn_bg.gif) 0 0 no-repeat;
	width: 640px;
	height: 115px;
	margin: 0 0 10px;
}

#top .menu dt {
	margin: 0;
}

#top .menu dd {
	float: left;
	margin: 0 0 0 10px;
	display: inline;
}

#top .menu img {
	vertical-align: bottom;
}

/* ===========================================================	

	##
	
=========================================================== */

/* ##
----------------------------------------------------------- */