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

/* 全体 */
html {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	height: 100%;
}
body {
	padding: 0;
	margin: 0;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	background-color: #ffffff;
	color: #3d3d3d;
	font-size: 16px;
	font-size: 1.6em;
	height: 100%;
}

p {
	margin: 0;
}
ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}




/* ヘッダー（メニュー） */
header {
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
	height: 80px;
	width: auto;
}
#navigation {
	margin: 0 auto;
	width: 980px;
	height: 80px;
}
.logo {
	float: left;
	padding-top: 14px;
}
nav {
	float: right;
}
nav li {
	display: inline-block;
}
#dropmenu{
	list-style-type: none;
	width: 450px;
	height: 80px;
	margin: 0;
	padding: 0;
}
#dropmenu li{
	position: relative;
	width: 225px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#dropmenu li a{
	display: block;
	margin: 0;
	padding: 32px 0;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	text-decoration: none;
}
.menu_first:hover {
  background: rgba(255,255,255,0.4);
  color: #FFF791;
}
#dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
}
#dropmenu li:last-child ul{
  left: -100%;
  width: 100%
}
#dropmenu li ul li{
	overflow: hidden;
	width: 225px;
	height: 0;
	color: #fff;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
}
#dropmenu li ul li a{
	padding: 13px 15px;
	background-color: #1B6DB2;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
}
#dropmenu li:hover ul li{
	overflow: visible;
	height: 38px;
	border-top: 1px solid #114775;
	border-bottom: 1px solid #114775;
}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}

#dropmenu li ul li a:hover {
	background-color: #65ACE7;
}


/* フッター（サイトマップ、コピーライト） */
#sitemap {
	padding: 40px 0;
	background-color: #f6f6f6;
}
#sitemap ul {
	margin: 0 auto;
	padding: 0;
	width: 980px;
}
#sitemap li {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	margin-right: 34px;
}
#sitemap li:last-child {
	margin-right: 0px;
}
#sitemap dl {
	margin: 0;
}


#sitemap dt {
	padding-bottom: 10px;
	font-size: 20px;
	border-bottom: 1px solid #999999;
}
#sitemap dd {
	margin: 0;
	padding-top: 15px;
	padding-left: 30px;
	background: url(../images/sitemap_icon.png) no-repeat 0 17px;
}
#sitemap a {
	color: #3d3d3d;
	text-decoration: none;
}
#sitemap a:hover {
	text-decoration: underline;
}

.contact {
	margin-top: 15px;
	display: inline-block;
	width: 300px;
	height: 50px;

}
.contact:hover {
	opacity: 0.7;
}
#logo_copy {
	background-image: url(../images/footer_bg.png);
	height: 60px;
}
.lc_wrap {
	margin: 0 auto;
	width: 980px;
	padding-top: 14px;
	height: 45px;
}
.comlogo {
	float: left;
}
.copyright {
	float: right;
	color: #ffffff;
}
.copyright p {
	margin-top: 8px;
	font-size: 12px;
}
#page_top {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
}
#page_top a {
	width: 50px;
	height: 50px;
	display: block;
	color: #ffffff;
	font-size: 24px;
	text-align: center;
	text-decoration: none;
	border-radius: 50px;
	background-color: #333;
	line-height: 50px;
}
