﻿@charset "utf-8";

/* container --------------------------------- */
#container {
	padding: 0 30px;
	border-style: none;
}
#container article {
	float: none;
	width: 100%;
	max-width: 100%;
}
#container .sideL,
#container .sideR {
	max-width: 430px;
}
@media only screen and (max-width: 960px) {
	#container {
		padding: 0;
	}
}
@media only screen and (max-width: 800px) {
	#container .sideL,
	#container .sideR {
		float: none;
		width: auto;
		margin: 1em auto;
	}
}
@media only screen and (max-width: 600px) {
	#gNav {
		display: block;
	}
}

/* pr area ----------------------------------- */
#prArea {
	position: relative;
	width: 960px;
	margin: 0 -30px;
	padding: 40px 0 20px;
}
#prArea ul {
	position: relative;
	width: 100%;
	padding-left: 0;
}
#prArea li {
	position: relative;
	margin: 0;
	color: #fff;
	z-index: 99;
}
#prArea li+li {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: 100;
}
#prArea li a {
	color: #fff;
	width: 100%;
	text-decoration: none;
}
#prArea li img {
	display: block;
}
#prArea li .textArea {
	position: absolute;
	bottom: 0;
	width: 100%;
	min-height: 70px;
	padding: 0;	/* 0 90px 0 0; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.7);
	background-position: right center;
	background-repeat: no-repeat;
}
#prArea li p {
	margin: 0;
	min-height: 14px;
	text-align: left;
	background-image: url(/shared/images/bg_slide02.png);
	background-repeat: no-repeat;
}
#prArea li .textB {
	padding: 15px 50px;
	font-weight: bold;
	background-position: left top;
}
#prArea li .textN {
	margin-top: -5px;
	padding: 0 50px 15px;
	background-position: right bottom;
}
#prArea p {
	margin-top: 10px;
	text-align: center;
}
#prArea span {
	display: inline-block;
	margin: 0 0.5em;
	width: 10px;
	height: 10px;
	text-indent: 100%;
	background-color: #91b3d6;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	overflow: hidden;
	cursor: pointer;
}
#prArea span.current {
	background-color: #004ea4;
}
@media only screen and (max-width: 960px) {
	#prArea {
		width: auto;
		margin: 0;
	}
}
@media only screen and (max-width: 600px) {
	#prArea {
		padding: 0;
	}
	#prArea li,
	#prArea li a {
		color: #4b8dc1;
	}
	#prArea li .textArea {
		position: static;
		background-color: #eef3f9;
	}
	#prArea li p {
		background-image: none;
	}
	#prArea li .textB {
		font-size: 100%;
		padding: 10px;
	}
	#prArea li .textN {
		font-size: 90%;
		padding: 0 10px 10px;
	}
	#prArea span {
		width: 16px;
		height: 16px;
	}
}

/* home body --------------------------------- */
#container article h2 {
	margin-top: 0;
	padding: 0.5em 60px 0.5em 0;
	color: #578ec9;
	background-color: transparent;
	border-top: 1px solid #578ec9;
	border-bottom: 1px solid #dde8f4;
}
#container article section {
	margin-bottom: 1.5em;
}
#sep2Col:after,
#sep2Col li:after {
	content: '';
	display: block;
	clear: both;
}
#sep3Col {
	margin-left: -20px;
	overflow: hidden;
}
#sep3Col li {
	float: left;
	width: 33.333%;
}
#sep3Col li a {
	display: block;
	margin-left: 20px;
	text-decoration: none;
}
#sep3Col li span {
	display: block;
	margin: 5px 0 -30000px; 
	padding: 0 0 30000px 10px;
	border-left: 2px solid #578ec9;
}
#sep2Col {
	margin: 20px 0;
	padding: 20px 0;
	overflow: hidden;
	border-top: 1px solid #dde8f4;
	border-bottom: 1px solid #dde8f4;
}
#sep2Col li {
	float: left;
	width: 48%;
}
#sep2Col li+li {
	float: right;
}
#sep2Col li a {
	float: left;
	display: block;
	margin-right: 10px;
}
#sep2Col p {
	margin-top: 0;
}
