@charset "UTF-8";
/*
 * ==========================================================================
 *
 * [common]
 *
 * ==========================================================================
 */
/**
 * ---------------------------------------------------
 * reset
 * ---------------------------------------------------
 */
img {
	vertical-align: middle;
}
ol, ul { list-style: none; }

table {
	border-collapse: collapse;
}
/**
 * ---------------------------------------------------
 * body
 * ---------------------------------------------------
 */
body {
	font: 13px
	YuGothic, 'Yu Gothic Medium', 'Yu Gothic',
	'ヒラギノ角ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
	"ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	color: #000;
	width: 100%;
	background: #FFFFFF;
	position: relative;
}
/**
 * ---------------------------------------------------
 *	link
 * ---------------------------------------------------
 */
a { text-decoration: none; }

a.jqHover:hover {
	transition: .5s;
	opacity: 0.5;
}

a:hover {
	/*text-decoration: underline;*/
}

/**
 * ---------------------------------------------------
 *	common
 * ---------------------------------------------------
 */
.container {
	width: 990px;
	margin: 0 auto;
}

.clearfix:after {
	content:"";
	display:block;
	clear:both;
}

.jqHover:hover {
	transition: .5s;
	opacity: 0.7;
}

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

#header {
	overflow: hidden;
	border-bottom: 5px solid #ffa600;
	position: relative;
}
#header:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	height: 36px;
	width: 50%;
	background: #ececeb;
	z-index: 1;
}
#header:after {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	height: 36px;
	width: 40%;
	background: #646464;
	z-index: 1;
}
	#header a {
		text-decoration: none;
	}
.head-bar {
	overflow: hidden;
	position: relative;
	z-index: 10;
}
	.head-bar .siteDesc {
		font-size: 10px;
		width: 650px;
		float: left;
		background: #ececeb;
		padding: 10px 12px 10px 38px;
		letter-spacing: 1px;
	}
	.head-bar ul {
		overflow: hidden;
		width: 340px;
		height: 36px;
		float: right;
	}
	.head-bar li {
		float: left;
	}
	.head-bar li.contact {
		background: #ffb400;
		width: 130px;
		text-align: center;
	}
		.head-bar li.contact a {
			display: block;
			color: #3b3b3b;
			font-weight: bold;
			line-height: 36px;
		}
.head-main {
	padding: 0 30px 0 65px;
	display: table;
}
	.head-main h1 {
		width: 222px;
		display: table-cell;
		vertical-align: middle;
	}
	.head-main h2{
		display: table-cell;
		vertical-align: middle;
	}
	
	.animation{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
  width: 128px;
}

.keyframe6 {
  animation-name: poyopoyo;
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
	

/**
 * ---------------------------------------------------
 *	gNav
 * ---------------------------------------------------
 */
#gNav {
	width: 560px;
	display: table-cell;
	vertical-align: middle;
	padding-top: 12px;
}
	#gNav ul {
		display: table;
		width: 100%;
		padding: 0;
	}
	#gNav li {
		display: table-cell;
		text-align: center;
	}
		#gNav li a {
			display: block;
			color: #616161;
			font-weight: bold;
			padding: 22px 20px 30px;
			-webkit-transition: .2s;
			    -ms-transition: .2s;
			        transition: .2s;
		}
		#gNav li a:hover {
			opacity: .8;
		}
		#gNav li a span {
			border-bottom: 3px solid #FFF;
			-webkit-transition: .2s;
			    -ms-transition: .2s;
			        transition: .2s;
		}
		#gNav li a:hover span,
		#gNav li.current a span {
			border-bottom: 3px solid orange;
		}
		#gNav li.current a:hover {
			opacity: 1;
		}
/**
 * ---------------------------------------------------
 *	footer
 * ---------------------------------------------------
 */
#footer {
	border-bottom: 2px solid #f3f3f3;
}
	#footer .foot-contact {
		background: #f3f3f3;
		border-bottom: 4px solid #ffb852;
		line-height: 77px;
		position: relative;
		overflow: hidden;
	}
		#footer .foot-contact .inner {
			overflow: hidden;
			padding: 0 90px;
		}
			#footer .foot-contact .phoneNum {
				background: url(../images/common/footer_ico_phone.png) no-repeat left center;
				padding-left: 54px;
				float: left;
			}
				#footer .foot-contact .phoneNum span {
					display: inline-block;
					margin-left: 10px;
				}
		#footer .foot-contact .rightVox {
			width: 50%;
			position: absolute;
			left: 50%;
			background: #ffb400;
			margin-left: 8%;
		}
		#footer .foot-contact .rightVox::before {
			content: '';
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 0 0 77px 70px;
			border-color: transparent transparent #ffb300 transparent;
			position: absolute;
			z-index: 1;
			top: 0;
			left: 0;
			margin-left: -70px;
		}
			#footer .foot-contact .rightVox .btn {
				margin-left: -45px;
				position: relative;
				z-index: 10;
			}
	#footer .foot-main {
/*		background: #d5d5d5;*/
		background: #fff;
		padding: 26px 0 38px;
	}
		#footer .foot-main .inner {
			padding: 0 90px;
		}
		#footer .foot-main .company,
		#footer .foot-main .foot-nav {
			float: left;
		}
		#footer .foot-main .company {
			border-right: 2px solid #aaaaaa;
			padding: 10px 10px 10px 0;
			width: 320px;
		}
			#footer .foot-main .company .siteLogo {
				margin-bottom: 32px;
			}
			#footer .foot-main .company .detail {
				padding: 0 4px;
			}
				#footer .foot-main .company .detail dt {
					font-size: 15px;
					font-weight: bold;
					background: url(../images/common/foot_ico_arrow_r.png) no-repeat left center;
					padding-left: 20px;
					margin-bottom: 14px;
					color: #434343;
				}
				#footer .foot-main .company .detail dd {
					font-size: 12px;
					color: #3b3b3b;
				}
				#footer .foot-main .company .detail dd .address {
					display: table;
					margin-bottom: 0.5em;
				}
					#footer .foot-main .company .detail dd .address span {
						display: table-cell;
					}
					#footer .foot-main .company .detail dd .address span.zip {
						display: table-cell;
						width: 7em;
					}
				#footer .foot-main .company .detail dl.home {
					margin-bottom: 40px;
				}

	#footer .foot-main .foot-nav {
		padding: 10px 36px;
	}
		#footer .foot-main .foot-nav .foot-nav-left {
			float: left;
			margin-right: 50px;
		}
		#footer .foot-main .foot-nav .foot-nav-right {
			float: right;
		}
			#footer .foot-main .foot-nav .foot-nav-right li {
				margin-bottom: 1.25em;
			}
		#footer .foot-main .foot-nav ul {
			margin-bottom: 25px;
		}
		#footer .foot-main .foot-nav a {
			color: #000;
			font-weight: bold;
		}
		#footer .foot-main .foot-nav a:hover {
			text-decoration: underline;
		}
		#footer .foot-main .foot-nav .sub {
			list-style-type: disc;
			padding-left: 1.6em;
			color: #4e4e4e;
			margin: 1em 0 0 0;
		}
			#footer .foot-main .foot-nav .sub li {
				margin-bottom: .75em;
			}
			#footer .foot-main .foot-nav .sub li a {
				color: #4e4e4e;
				font-weight: normal;
				font-size: 12px;
			}
#footCopy {
	background: #ababab;
	text-align: right;
	padding: 10px 0 50px;
}
#copyright {
	font-size: 9px;
	color: #3b3b3b;
}
/**
 * ---------------------------------------------------
 * pageTopVox
 * ---------------------------------------------------
 */
#pageTopVox {
	display: none;
	width: 94px;
	height: 94px;
	position: fixed;
	bottom: 80px;
	right: 25px;
	z-index: 100
}
	#pageTopVox a {
		background: scroll url(../images/common/pagetop.png) no-repeat center center;
		display: block;
		text-indent: -9999px;
		height: 100%;
	}