/*----------------------------------------------------------------------------
******************************************************************************
Layout
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Base === */
body { background: url(../images/body-bg-img01.jpg); }
/* ==== Header === */
.hd-bg { }
.hd-con {
	height: 100px;
	width: 980px;
	margin: 0 auto;
}
.hd-con:after {
	content: " ";
	clear: both;
	display:block;
}
.hd-con h1 {
	display: inline-block;
	float: left;
}
/* ==== Navigation === */
.gNav-bg { }
.gNav-con {
	background-color: #00A3D9;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
	width: 1020px;
}
.gNav-con:before {
	bottom: -20px;
	border-top: 10px solid #004D66;
	border-right: 10px solid #004D66;
	border-bottom: 10px solid transparent;
	border-left: 10px solid transparent;
	content: " ";
	display: block;
	height: 0;
	left: 0;
	position: absolute;
	width: 0;
}
.gNav-con:after {
	bottom: -20px;
	border-top: 10px solid #004D66;
	border-left: 10px solid #004D66;
	border-bottom: 10px solid transparent;
	border-right: 10px solid transparent;
	content: " ";
	display: block;
	height: 0;
	position: absolute;
	right: 0;
	width: 0;
}
.gNav-con li { float: left; }
/* ==== Content === */
.con-con {
	background-color: #F6F6F6;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	margin: 0 auto;
	padding: 40px 30px 60px;
	width: 980px;
}
.sub-con {
	width: 220px;
	float: left;
}
.sNav-con li a {
	border-bottom: 1px solid #CCC;
	display: block;
	padding: 20px 5px 18px 23px;
	text-decoration: none;
	background: url(../images/sNav-icon01.jpg) no-repeat left center;
	font-size: 12px;
	color: #333;
}
.sNav-con li a:hover { background-image: url(../images/sNav-icon01_ov.jpg); }
.main-con {
	width: 650px;
	float: right;
}
.context { }
/* h */
.context .h1-bg {
	background: url(../images/h1-bg.jpg) no-repeat left center;
	display: table;
	height: 120px;
	margin-bottom: 30px;
	table-layout: fixed;
	width: 100%;
}
.context h1 {
	color: #FFF;
	display: table-cell;
	font-size: 32px;
	font-weight: normal;
	height: 100%;
	padding-left: 50px;
	vertical-align: middle;
}
.context h2 {
	background: url(../images/h2-bg.png) no-repeat left top;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 30px;
	padding-left: 30px;
}
.context h3 {
	color: #5AAC02;
	margin-bottom: 20px;
	margin-top: 30px;
}
.context h4 {
	margin-bottom: 10px;
	margin-top: 20px;
}
/* ol,ul */
.context ol, .context ul {
	margin-bottom: 20px;
	margin-left: 25px;
	margin-top: 20px;
}
.context ul { list-style-type: disc; }
.context ol li, .context ul li { margin-left: 5px; }
/* table */
.context table {
	margin-bottom: 20px;
	margin-top: 20px;
}
.context table th, .context table td {
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
/* dl */
.context dl {
	margin-bottom: 20px;
	margin-top: 20px;
}
.context dl dt, .context dl dt {
	margin-bottom: 10px;
	margin-top: 10px;
}
/* img */
.context img {
	max-width: 100%;
	height: auto;
}
.context a img:hover {
	opacity: 0.5;
	filter: alpha(Opacity=50);
}
.context hr {
	border: none;
	border-top: 1px dotted rgba(0, 0, 0, 1);
}
/* ==== Footer === */
.ft-con-bg {
	background-color: #005F7D;
	border-bottom: 30px solid #5AAC02;
}
.ft-con {
	color: #FFF;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
	text-align: center;
	width: 980px;
}
.ft-con .copyright { }
/* ==== pagetop === */
.pagetop {
	position: fixed;
	width: 5em;
	height: 5em;
	display: table;
	z-index: 100;
	bottom: 3em;
	right: 3em;
}
.pagetop span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: rgba( 67, 121, 165, 1);/*color*/
	font-size: 0.5em;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
}
.pagetop span:hover {
	background: rgba(0, 0, 0, 0.6);
	-moz-border-radius: 10%;
	-webkit-border-radius: 10%;
	border-radius: 10%;
}
/*----------------------------------------------------------------------------
******************************************************************************
Original
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Home === */
.home-hd-con {
	height: 146px;
	left: 50%;
	margin-left: -178px;
	position: absolute;
	top: 70px;
	width: 356px;
	z-index: 10;
}
.home-slide-bg { background-color: #D1D1D1; }
.home-slide {
	margin: 0 auto;
	position: relative;
	width: 980px;
}
.home-main-con { width: 900px; }
.context .home-btn ul {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 160px;
	text-align: center;
}
.context .home-btn li {
	display: inline-block;
	margin-left: 0;
}
.home-ft-bg {
	bottom: 20px;
	right: 40px;
	position: absolute;
}
	
/* ==== Other === */

/*----------------------------------------------------------------------------
******************************************************************************
Tablet
******************************************************************************
----------------------------------------------------------------------------*/
@media screen and (max-width: 780px) {
.contents {
 width: 100%;
 margin: auto;
 padding: 30px;
}
.context {
 font-size: 120%;
 line-height: 26px;
}
/* h */
.context h1 {
 line-height: 36px;
 margin-bottom: 30px;
}
.context h2 {
 margin-bottom: 20px;
 margin-top: 30px;
}
.context h3 {
 margin-bottom: 20px;
 margin-top: 30px;
}
.context h4 {
 margin-bottom: 10px;
 margin-top: 20px;
}
/* ol,ul */
.context ul {
 list-style-type: disc;
}
.context ol li, .context ul li {
 line-height: 22px;
}
/* table */
.context table {
 line-height: 22px;
}
/* dl */
.context dl {
 line-height: 22px;
}
/* img */
.context img {
 max-width: 100%;
 height: auto;
}
}
/*----------------------------------------------------------------------------
******************************************************************************
SmartPhone
******************************************************************************
----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
.context {
}
}
