@charset "UTF-8";

/* ****************************************************************** 

	--style.css--

	1. Style setting
		1-1. Base styles
		1-2. Headline styles

	2. Layout setting
		2-1. Base styles
		2-2. Side styles
		2-3. Main styles
		2-4. Footer styles

****************************************************************** */

/*==================================================================
	1. Style setting
===================================================================*/

/* ------------------------------------------------------------------
	1-1. Base styles
-------------------------------------------------------------------*/
html { color:#333; }
a { color: #0069B9; text-decoration: none;}
a:hover { text-decoration: underline;}
a:link, a:visited { color:#06C; }
.pcStyle a:hover {
	color:#F30;
	text-decoration:none;
}
.touchHover,
.noTapColor,
button { -webkit-tap-highlight-color:rgba(0,0,0,0); }


/* ------------------------------------------------------------------
	1-2. Headline styles
-------------------------------------------------------------------*/
.bHead {
	text-align: center;
	margin-bottom: 96px;
}


/*==================================================================
	2. Layout setting
===================================================================*/

/* ------------------------------------------------------------------
	2-1. Base styles
-------------------------------------------------------------------*/
body { min-width:320px; }
.spVisual {
	display: none;
}
#noScript {
	max-width:940px;
	margin:20px auto;
	padding:20px;
	border:1px solid #FF8282;
	background:#FFE0E6;
	font-weight:bold;
	text-align:center;
}
a.linkOver {
	position: relative;
}
a.linkOver:after {
	background-color: #fff;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
}
a.linkOver:hover:after {
	width: 0;
}
.alignCenter {
	text-align: center;
}
.f16 {
	font-size: 16px;
}
.bold {
	font-weight: bold;
}

/* ------------------------------------------------------------------
	2-2. Side styles
-------------------------------------------------------------------*/
.sectionNav {
	position: relative;
	top: 0;
	left: 0;
}
#side {
	width: 240px;
	float: left;
}
#side #logo {
	background-color: #d3d3d3;
	height: 240px;
	padding: 58px 0 45px;
	text-align: center;
}
#side #gNav {
	margin-top: 43px;
	margin-left: 57px;
}
#side #gNav ul li {
	color: #999;
	font-family: "Times New Roman";
	font-weight: 300;
	letter-spacing: 2px;
	margin-bottom: 22px;
}
#side #gNav ul li a {
	color: #000;
	position: relative;
	text-decoration: none;
}
#side .social {
	margin-top: 36px;
	margin-left: 53px;
}
#side .social li {
	margin-bottom: 14px;
}
#side .social li img {
	height: 18px;
	width: auto;
}

/* ------------------------------------------------------------------
	2-3. Main styles
-------------------------------------------------------------------*/
#contents {
	float: left;
	margin: 100px 60px 160px 140px;
	width: 760px;
}
#contents .mbText {
	line-height: 2.2;
}
#contents .enText {
	font-size: 12px;
	font-family: "Times New Roman", Georgia, Serif;
	line-height: 2.4;
	letter-spacing: 1px;
}

/* ------------------------------------------------------------------
	2-4 Footer styles
-------------------------------------------------------------------*/

/*	page top styles
-------------------------------------------------------------------*/
#footer {
	width: 100%;
	padding: 34px;
	position: relative;
	letter-spacing:1px;
}
#pagetop {
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 30px;
	text-align: right;
}
#pagetop a {
	background-color: #000;
	display: inline-block;
	height: 30px;
	line-height: 25px;
	width: 30px;
	text-align: center;
}
#pagetop a img {
	max-width: 7px;
	margin-left: -2px;
}
#copyright {
	font-size: 11px;
	text-align: center;
}

/*	owl-carousel styles
-------------------------------------------------------------------*/
.owl-carousel .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-nav [class*='owl-'] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 3px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}
.owl-carousel .owl-nav [class*='owl-']:hover {
	background: #869791;
	color: #FFF;
	text-decoration: none;
}
.owl-carousel .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}
.owl-carousel .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}
.owl-carousel .owl-dots {
	-webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-carousel .owl-dots .owl-dot span {
	width: 6px;
	height: 6px;
	margin: 5px 4px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 7px;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
	background: #002B73;
}

@media screen and (min-width: 1025px) {
	#side #gNav ul li a:after {
		background-color: #000;
		content: "";
		display: block;
		height: 1px;
		position: absolute;
		left: 0;
		bottom: -2px;
		width: 0;
		-webkit-transition: all 0.2s;
		   -moz-transition: all 0.2s;
			-ms-transition: all 0.2s;
				transition: all 0.2s;
	}
	#side #gNav ul li a:hover:after {
		width: 100%;
	}
	.sp-icon .sp-r3 {
		display: none;
	}
	.imgScale {
		height: 288px;
		overflow: hidden;
		line-height: 0;
	}
	.imgScale img {
		width: 100%;
		transition: 0.3s;
	}
	.imgScale img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	}
	#headText {
		display: none;
	}
}

@media screen and (max-width: 1480px) {
	#contents {
		width: 73%;
		float: right;
		margin-left: 0;
	}
	#side {
		width: 16%;
	}
}

@media screen and (max-width: 1100px) {
	#side #gNav,
	#side .social {
		margin-left: 30px;
	}
}

@media screen and (max-width: 1024px) {
	#side {
		position: relative;
		z-index: 1001;
	}
	#logo {
		display: none;
	}
	.sectionNav {
		background-color: #FFF;
		height: 70px;
		line-height: 70px;
		padding: 0 35px;
		position: fixed!important;
		top: 0!important;
		left: 0!important;
		width: 100%;
		z-index: 100;
	}
	#headText {
		display: block;
		float: left;
		font-family: "Times New Roman";
		font-weight: 900;
		letter-spacing: 1px;
	}
	.sectionWrap {
		padding: 0 20px;
	}
	#side,
	#contents {
		float: none;
	}
	#contents {
		margin: 140px auto;
		width: 100%;
	}
	#side #gNav,
	#side .social {
		margin-left: 0;
	}
	#side #gNav {
		margin-top: 0;
		margin-bottom: 30px;
	}
	#side #gNav ul li {
		border-bottom: none;
		margin-bottom: -1px;
		line-height: 1.5;
	}
	#side #gNav ul li span {
		display: block;
		text-align: center;
	}
	#side #gNav ul li a,
	#side #gNav ul li span {
		font-size: 17px;
		padding: 13px 20px;
	}
	.sp-icon {
		display: block;
		position: absolute;
		top: 6px;
		right: 0;
		text-align: center;
	}
	.icon-link {
		background-color: #FFF;
		display: block;
		position: absolute;
		height: 40px;
		width: 40px;
		top: 17px;
		right: 31px;
		z-index: 1010;
	}
	.sp-icon .sp-r1,
	.sp-icon .sp-r2 {
		display: block;
		width: 23px;
		height: 1px;
		border-radius: 4px;
		background-color: #000;
		margin-bottom: 8px;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.sp-icon .sp-r3 {
		color: #000;
		font-family: "Times New Roman";
		font-size: 11px;
		position: relative;
		left: -5px;
		top: -31px;
	}
	.sp-active .sp-icon span {
		width: 43px;
	}
	.sp-active .sp-r2 {
		-webkit-transform: translateY(2px) rotateZ(-45deg);
		transform: translateY(2px) rotateZ(-45deg);
	}
	.sp-active .sp-r1 {
		-webkit-transform: translateY(11px) rotateZ(45deg);
		transform: translateY(11px) rotateZ(45deg);
	}
	.sp-active .sp-r3 {
		opacity: 0;
	}
	.sp-active .sp-backdrop {
		opacity: 1;
		pointer-events: auto;
	}
	.sp-content {
		background-color: #fff;
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		z-index: 1001;
		opacity: 0;
		padding-top: 102px;
		padding-bottom: 37px;
		overflow-y: auto;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	.sp-active .sp-content {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
		overflow: auto;
	}
	.sp-content ul li {
		border-bottom: 1px solid #ddd;
	}
	.sp-content ul li a {
		display: block;
		font-size: 20px;
		padding: 15px 20px;
		text-align: center;
		text-decoration: none;
	}
	.sp-content .social {
		text-align: center;
	}
	.sp-content .social li {
		border-bottom: none;
		line-height: 1.5;
		margin-bottom: 0;
	}
	.sp-content .social li a {
		display: inline-block;
		padding: 0 20px;
	}
	.sp-backdrop {
		position: fixed;
		top: 0;
		right: 0;
		height: 100%;
		width: 100%;
		background-color: rgba(0, 0, 0, 0.3);
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		z-index: 1000;
		opacity: 0;
		pointer-events: none;
	}
	.sp-backdrop.active {
		opacity: 1;
	}
	#side .social {
		margin-top: 0;
	}
	#side .social li img {
		height: 21px;
	}
	#headText a:link,
	#headText a:visited,
	#headText a:hover,
	#headText a:active{
		text-decoration:none;
		color:#000000;
	}
}

@media screen and (max-width: 768px) {
	.owl-carousel .owl-nav.disabled + .owl-dots {
		text-align:center;
	}
	.owl-carousel .owl-dots .owl-dot span {
		width: 6px;
		height: 6px;
	}
	#footer {
		padding: 10px 0;
	}
	#pagetop {
		right: 0;
		bottom: 10px;
	}
	#pagetop a {
		height: 40px;
		line-height: 40px;
		width: 40px;
	}
	#pagetop a img {
		max-width: 14px;
	}
	#copyright {
		text-align: center;
	}
	#headText a:link,
	#headText a:visited,
	#headText a:hover,
	#headText a:active{
		text-decoration:none;
		color:#000000;
	}
}

@media screen and (max-width: 680px) {
	.pcVisual {
		display: none;
	}
	.spVisual {
		display: block;
	}
	#headText a:link,
	#headText a:visited,
	#headText a:hover,
	#headText a:active{
		text-decoration:none;
		color:#000000;
	}
}

@media screen and (max-width: 480px) {
	.sectionNav {
		padding: 0 15px;
	}
	#headText {
		letter-spacing: 0;
		font-size: 12px;
	}
	.icon-link {
		right: 15px;
	}
	#headText a:link,
	#headText a:visited,
	#headText a:hover,
	#headText a:active{
		text-decoration:none;
		color:#000000;
	}
}