@charset "utf-8";
/* ===========================================================

	Title:					top.css
	Created:			2013-12-25
	Last Created:		2013-12-26
	
=========================================================== */
/*

	main-visual
	top-data
	top-contents-left
	top-contents-right
	footer
	
=========================================================== *//*

	body
	
=========================================================== */
html, body {
	height: 100%;
	position: relative;
	min-width: 940px;
	min-height: 700px;
}

/* ===========================================================	

	header-fix
	
=========================================================== */
#header-fix {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 127px;
	background: url(../img/common/bg/bg_body.gif) 0 0 repeat-x;
	z-index: 999999;
}
/*

	main-visual
	
=========================================================== */
.main-visual {
	position: relative;
	height: 50%;
	width: 900px;
	margin: 0 auto;
	background: url(../img/common/bg/bg_title.gif) 0 0 repeat-y;
}
.main-visual h2 {
	position: absolute;
	bottom: 0;
	clear: both;
	font-size: 1px;
	line-height: 1;
	background: none;
	padding: 0;
	margin: 0;
}

/* ===========================================================

	top-banner
	
=========================================================== */
#top-banner-warp {
	clear: both;
	background: #fff;
	width: 100%;
    padding-top: 20px;
}
#top-banner {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
#top-banner h3 {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	line-height: 1;
}
#top-banner ul {
	margin: 0;
	padding: 0;
	line-height: 1;
}
#top-banner ul li {
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
}
#top-banner .box-l {
	float: left;
	width: 180px;
}
#top-banner .box-r {
	float: right;
	width: 610px;
}

/* ===========================================================	

	footer-fix
	
=========================================================== */
#footer-fix {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	/*height: 68px;*/
	z-index: 999999;
	overflow: hidden;
}


/* ===========================================================

	top-info
	
=========================================================== */
#top-info-warp {
	background: #fff;
	padding: 15px 0 10px 0;
}
#top-info-warp .top-info {
	font-size: 14px;
	width: 900px;
	margin: 0 auto;
	text-align:left;
	display: flex;
	align-items: center;
	border: 1px solid #ddd;
	padding: 15px;
	letter-spacing: 0.07em;
}
#top-info-warp .top-info-ttl {
	margin: 0;
	width: 100px;
	text-align: center;
	padding-right: 15px;
}
#top-info-warp .top-info-list {
	padding-left:25px;
	flex: 1 ;
	border-left:3px #020099 solid;
}
#top-info-warp .top-info-list dl {
	margin: 5px 0;
	display: flex;
}
#top-info-warp .top-info-list dl dt {
	width: 110px;
}
#top-info-warp .top-info-list dl dd {
	flex:1;
}
#top-info-warp .top-info-list .top-info-ico-pdf {
	width: 40px;
	height: 16px;
	line-height: 15px;
	text-align: center;
	display: inline-block;
	margin: 0 0 0 10px;
	color: #d0111b;
	border: solid 1px #d0111b;
	font-size: 10px;
	border-radius: 3px;
	vertical-align: middle;
}