@charset "utf-8";
/* CSS Document */

/*--------------------------------------
	基本設定
----------------------------------------*/
html {
	overflow-y: scroll;
}
body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.serif {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
.cf:before,
.cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}
a:link {
	text-decoration: none;
}
li {
	list-style: none;
}
p {
	text-align: justify;
	color: #3c3c3c;
	line-height: 1.5em;
}

/*--------------------------------------
	SP
----------------------------------------*/
@media only screen and (max-width:1119px) {
	/*--------------------
		BASE
	--------------------*/
	#nav-switcher {
		display: none;
	}

	/*--------------------
		COMMON
	--------------------*/
	.btn {
		width: 120px;
		height: 30px;
		margin: 0 auto;
	}

	/*--------------------
		HEADER
	--------------------*/
	h1 {
		width: 169px;
		height: 40px;
		margin: 10px auto;
		position: relative;
		z-index: 99;
	}
	.info {
		display: none;
	}

	/*--------------------
		MAIN
	--------------------*/
	.main {
		background: url(../img/top/main_bg.png) no-repeat center bottom;
		background-size: cover;
		position: relative;
		z-index: -1;
	}
	.bgsw {
		background-position: center bottom;
		background-size: cover;
	}
	.bgsw img {
		width: 320px;
		height: 161px;
		padding: 119.5px 0;
		margin: 0 auto;
	}

	/*--------------------
		NAVIGATION
	--------------------*/
	#global-navi {
		width: 100%;
		position: absolute;
		top: 0;
	}
	#global-navi label {
		float: right;
		display: block;
		width: 32px;
		height: 40px;
		margin: 10px 2% 10px 0;
	}
	#global-navi ul {
		width: 100%;
		background: rgba(6, 103, 205, 0.75);
		margin-top: 60px;
	}
	#global-navi li p {
		text-align: center;
		color:  #fff;
		font-weight: 500;
		line-height: 40px;
		letter-spacing: 0.2em;
	}
	#global-navi li a {
		display: block;
		height: 0;
		color: #fff;
		text-align: center;
		line-height: 44px;
		overflow: hidden;
		-webkit-transition: all ease-out 0.25s;
		-moz-transition: all ease-out 0.25s;
		transition: all ease-out 0.25s;
	}
	#nav-switcher:checked + ul li a {
		height: 40px;
		border-bottom: 2px dotted #fff;
	}
	#nav-switcher:checked + ul li:last-child a {
		border-bottom: none;
	}
	#global-navi li a img {
		display: none;
	}

	/*--------------------
		CONCEPT
	--------------------*/
	.town {
		background: url(../img/top/concept_bg.png) no-repeat center bottom;
		background-size: cover;
		padding: 40px 0;
	}
	.concept {
		margin-bottom: 40px;
	}
	.concept h2 img {
		margin: 0 auto 20px;
	}
	.concept .sub-ttl {
		color: #333;
		font-size: 18px;
		line-height: 1em;
		padding: 0;
		margin: 0;
	}
	.concept p {
		text-align: center;
		font-weight: 500;
		line-height: 2em;
		letter-spacing: 0.1em;
		padding: 0 5px;
		margin: 11px 0;
	}

	/*--------------------
		BUSINESS
	--------------------*/
	.business {
		max-width: 620px;
		height: 260px;
		background: url(../img/top/business_bg.png) no-repeat center center;
		background-size: auto;
		margin: 0 auto;
	}
	.business h2 img{
		padding: 60px 0 58px;
		margin: 0 auto;
	}

	/*--------------------
		COMPANY
	--------------------*/
	.company {
		background: url(../img/top/company_bg.png) no-repeat center center;
		background-size: cover;
		padding: 27.5px 0;
	}
	.circle {
		width: 300px;
		height: 300px;
		background: url(../img/top/circle.png) no-repeat center center;
		background-size: cover;
		margin: 0 auto;
	}
	.circle h2 img {
		padding: 45px 0 128px;
		margin: 0 auto;
	}

	/*--------------------
		NEWS
	--------------------*/
	.news {
		background: #e3f0fa;
		padding: 40px 5px;
	}
	.news h2 img {
		margin: 0 auto 30px;
	}
	.list {
		max-width: 477px;
		margin: 0 auto 30px;
	}
	.list dl {
		font-weight: 500;
		padding-bottom: 8px;
		border-bottom: 2px dotted #409ddf;
		margin-bottom: 20px;
	}
	.list dt {
		color: #626262;
		letter-spacing: 0.1em;
		margin-bottom: 20px;
	}
	.list dd {
		height: 16px;
		overflow: hidden;
	}
	.list dd a {
		color: #626262;
	}
	
	/*--------------------
		RECRUIT
	--------------------*/
	.grid {
		background: url(../img/top/grid.png) no-repeat center center;
		background-size: cover;
		padding: 40px 0;
	}
	.recruit {
		max-width: 620px;
		height: 260px;
		background: url(../img/top/recruit_bg.png) no-repeat center center;
		background-size: auto;
		margin: 0 auto 40px;
	}
	.recruit h2 img{
		padding: 60px 0 58px;
		margin: 0 auto;
	}

	/*--------------------
		ABOUT
	--------------------*/
	.about {
		max-width: 560px;
		height: 170px;
		background: url(../img/top/group_bg.png) no-repeat center center;
		background-size: auto;
		margin: 0 auto 20px;
	}
	.about h2 img {
		padding: 28px 0 30px;
		margin: 0 auto;
	}

	/*--------------------
		FAQ
	--------------------*/
	.faq {
		height: 170px;
		background: url(../img/top/faq_bg.png) no-repeat center center;
		background-size: auto;
		margin: 0 auto;
	}
	.faq h2 img {
		padding: 28px 0 30px;
		margin: 0 auto;
	}

	/*--------------------
		FOOTER
	--------------------*/
	#global-footer {
		background: url(../img/common/footer_bg.png) no-repeat center center;
		background-size: cover;
		padding-top: 55px;
	}
	.white-base {
		background: #fff;
	}
	.logo {
		width: 169px;
		height: 40px;
		margin: 10px auto;
		position: relative;
		z-index: 99;
	}
	.info {
		display: none;
	}
	.footer-nav {
		background: rgba(6, 103, 205, 0.75);
	}
	.footer-nav ul {
		margin: 0 auto 40px;
	}
	.footer-nav li {
		text-align: center;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		line-height: 35px;
		letter-spacing: 0.1em;
	}
	.footer-nav li:before,
	.footer-nav li:after {
		content: "｜";
	}
	.footer-nav li a {
		color: #fff;
		margin: 0 10px;
	}
	.copy {
		background: #fff;
	}
	.copy p {
		text-align: center;
		color: #3c3c3c;
		font-size: 10px;
		font-weight: 500;
		line-height: 30px;
		letter-spacing: 0.1em;
	}
	.copy a {
		color: #3c3c3c;
	}


/*
	LOWER
------------------------------*/
	/*--------------------
		BASE
	--------------------*/
	.sub-main {
		background: url(../img/common/h2_bg.png) no-repeat center center;
		background-size: cover;
	}
	.filter {
		background: url(../img/common/filter.png);
	}
	.sub-main h2 img {
		padding: 40px 0;
		margin:  0 auto;
	}
	.lower {
		padding: 0 5px;
		margin: 40px auto;
	}
	h3 {
		background: #0667cd;
		font-size: 18px;
		color: #fff;
		line-height: 1.5em;
		padding: 5px 10px;
		border-bottom: 3px solid #f9fc25;
		margin-bottom: 10px;
	}
	h3 i {
		color: #e9ae20;
	}
	h4 {
		color: #444;
		line-height: 1.5em;
		padding: 3px 6px;
		border-bottom: 2px solid #58b3f2;
		border-left: 5px solid #58b3f2;
		margin-bottom: 5px;
	}
	h4 i {
		color: #0667cd;
	}
	.lower-box01 {
		margin-bottom: 20px;
	}

	/*--------------------
		COMMON
	--------------------*/
	i {
		margin-right: 5px;
	}
	.new-line {
		margin-top: 1em;
	}

	/*--------------------
		CONCEPT
	--------------------*/
	#concept img {
		margin: 0 auto 20px;
	}

	/*--------------------
		BUSINESS
	--------------------*/
	#business img {
		margin: 0 auto 20px;
	}

	/*--------------------
		COMPANY
	--------------------*/
	#company table {
		width: 100%;
		max-width: 630px;
		background: rgba(0, 0, 0, 0.1);
		font-size: 14px;
		line-height: 1.5em;
		margin: 0 auto;
	}
	#company th {
		width: 30%;
		vertical-align: middle;
		color: #052f5f;
		padding: 10px;
		border: 2px solid #fff;
		box-sizing: border-box;
	}
	#company td {
		vertical-align: middle;
		color: #333;
		padding: 10px;
		border: 2px solid #fff;
		box-sizing: border-box;
	}
	#company span {
		color: #f00;
	}
	#company a {
		text-decoration: underline;
		color: #333;
	}

	/*--------------------
		NEWS
	--------------------*/
	#news .lower {
		max-width: 700px;
		margin: 40px auto;
	}

	/*--------------------
		RECRUIT
	--------------------*/
	#recruit table {
		width: 100%;
		max-width: 700px;
		background: rgba(0, 0, 0, 0);
		color: #333;
		font-size: 13px;
		line-height: 1.5em;
		letter-spacing: 0.1em;
		margin: 0 auto;
	}
	#recruit th {
		width: 30%;
		vertical-align: middle;
		color: #052f5f;
		padding: 10px 5px;
		border: 2px solid #052f5f;
		box-sizing: border-box;
	}
	#recruit td {
		vertical-align: middle;
		padding: 10px 5px;
		border: 2px solid #052f5f;
		box-sizing: border-box;
	}

	/*--------------------
		ABOUT
	--------------------*/
	#about img {
		margin: 0 auto 20px;
	}

	/*--------------------
		FAQ
	--------------------*/

	/*--------------------
		BLOG
	--------------------*/
	#blog .lower {
		max-width: 700px;
		margin: 40px auto;
	}

	/*--------------------
		CONTACT
	--------------------*/
	#contact table {
		width: 100%;
		max-width: 600px;
		background: rgba(0, 0, 0, 0.1);
		font-size: 13px;
		line-height: 1.5em;
		margin: 0 auto;
	}
	#contact th {
		width: 30%;
		vertical-align: middle;
		color: #052f5f;
		padding: 4px 8px;
		border: 2px solid #fff;
		box-sizing: border-box;
	}
	#contact td {
		vertical-align: middle;
		color: #333;
		padding: 4px 8px;
		border: 2px solid #fff;
		box-sizing: border-box;
	}
	.conf {
		color: #052f5f;
		font-weight: normal;
	}

	/*--------------------
		BLOG
	--------------------*/

	/*--------------------
		SITE MAP
	--------------------*/
	#site li { 
		line-height: 1.5em;
		padding: 5px 10px;
		border-bottom: 1px dotted #ccc;
		margin-top: 10px;
	}
	#site li i {
		color: #0667cd;
	}
	#site li a {
		color:  #222;
	}

	/*--------------------
		PRIVACY POLICY
	--------------------*/
	#privacy li {
		line-height: 1.5em;
		padding: 5px;
		border-bottom: 1px dotted #ccc;
		margin-top: 10px;
	}
	#privacy li i {
		color: #0667cd;
	}

	/*--------------------
		404
	--------------------*/
	#error a {
		text-decoration: underline;
		color: #0667cd;
		font-weight: bold;
	}


	/*==================================================
		CMS COMMON
	================================================== */
	/*--------------------
		CONTACT
	--------------------*/
	/* INPUT BOX
	----------------------------------------*/
	.input-big,
	.input-mid,
	.input-min {
		padding: 5px;
		box-sizing: border-box;
	}
	.input-big {
		width: 100%;
	}
	.input-mid {
		width: 70%;
	}
	.input-min {
		width: 50px;
	}
	/* REQUIRED
	----------------------------------------*/
	.required-mark {
		padding: 1px 3px;
		color: #fff;
		font-size: 12px;
		font-weight: normal;
		border-radius: 5px;
		background: #f00;
	}
	/* AUTHENTICATION
	----------------------------------------*/
	.captcha-wrap a {
		display: block;
		width: 32px;
		height: 32px;
		margin: 10px 0;
	}
	/* ERROR MESSAGE
	----------------------------------------*/
	.error-text {
		margin: 0 0 5px;
		color: #f00;
		font-size: 13px;
	}
	/* BUTTON
	----------------------------------------*/
	.contact-submits {
		padding: 40px 0 0;
		text-align: center;
	}
	
	.contact-submits input {
		margin: 0 5px;
		padding: 5px;
	}
	/* ERROR
	----------------------------------------*/
	.sec-error-text {
		line-height: 50px;
		text-align: center;
		color: #f00;
		font-size: 16px;
		border: 2px solid #f00;
	}

	/*--------------------
		BLOG and NEWS
	--------------------*/
	/* HEADING
	----------------------------------------*/
	.post-data {
		color: #0667cd;
		margin: 0 0 10px;
		font-size: 0;
	}
	.post-data li {
		margin: 0 8px 0 0;
		padding: 0 8px 0 0;
		font-size: 13px;
		display: inline-block;
	}
	.text-area {
		max-height: 72px;
		overflow: hidden;
	}
	.text-area img {
		display: none;
	}
	.text-more {
		color: #fff;
		margin-top: 10px;
		text-align: right;
	}
	.text-more a {
		display: inline-block;
		background: rgba(5, 47, 95, 0);
		color: #052f5f;
		font-size: 14px;
		padding: 5px 20px;
		border: 2px solid #052f5f;
	}
	.text-more a i {
		color: #052f5f;
	}
	/* PAGINATION
	----------------------------------------*/
	.pagination {
		text-align: center;
		font-size: 0;
		letter-spacing: 0;
	}
	.pagination li {
		width: 25px;
		margin: 0 3px;
		text-align: center;
		line-height: 30px;
		font-size: 13px;
		font-weight: bold;
		box-sizing: border-box;
		border: 2px solid #052f5f;
		vertical-align: top;
		display: inline-block;
	}
	.pagination .current {
		color: #fff;
		background: rgba(5, 47, 95, 1);
	}
	.pagination .dot {
		width: 15px;
		margin: 0 1px;
		border: none;
	}
	.pagination li a {
		color: #052f5f;
		text-decoration: none;
		display: block;
	}
	/* ARCHIVE
	----------------------------------------*/
	.archive {
		max-width: 480px;
		margin: 40px auto 0;
	}
	.archive h3 {
		background: none;
		text-align: center;
		color: #333;
		border: none;
		border-bottom: 3px solid #ccc;
		padding-bottom: 5px;	
		margin-bottom: 10px;
	}
	.archive h3 i {
		color: #0667cd;
	}
	.archive ul {
		margin: 0 0.5%;
	}
	.archive li {
		float: left;
		width: 33%;
		text-align: center;
		font-size: 14px;
		margin-top: 10px;
	}
	.archive li a {
		text-decoration: underline;
		color: #333;
	}
	/* PREV and NEXT
	----------------------------------------*/
	.paginated-link {
		margin: 35px auto;
		overflow: hidden;
	}
	.paginated-link li {
		text-align: center;
		font-size: 13px;
		font-weight: bold;
		box-sizing: border-box;
	}
	.paginated-link li.prev-link {
		float: left;
	}
	.paginated-link li.next-link {
		float: right;
	}
	.paginated-link li a {
		display: inline-block;
		height: 30px;
		background: rgba(5, 47, 95, 0);
		line-height: 30px;
		overflow: hidden;
		color: #052f5f;
		border: 2px solid #052f5f;
		padding: 0 30px;
	}
	.paginated-link li a i {
		color: #052f5f;
		margin: 0;
	}


}


/*--------------------------------------
	PC
----------------------------------------*/
@media only screen and (min-width:1120px) {
	/*--------------------
		BASE
	--------------------*/
	#nav-switcher,
	#controller,
	.sp {
		display: none;
	}

	/*--------------------
		COMMON
	--------------------*/
	.inner {
		width: 1120px;
		margin: 0 auto;
	}
	.btn {
		width: 120px;
		height: 30px;
		margin: 0 auto;
	}
	.btn:hover {
		opacity: 0.8;
	}

	/*--------------------
		HEADER
	--------------------*/
	#global-header {
		width: 1120px;
		margin:  0 auto;
	}
	h1 {
		float: left;
		width: 292px;
		height: 69px;
		margin: 9px 0 12px 19px;
	}
	h1:hover {
		opacity: 0.8;
	}
	.info p {
		text-align: right;
		color: #7c7c7c;
		font-size: 12.5px;
		line-height: 1em;
		letter-spacing: 0.1em;
		margin: 18px 0 12px;
	}
	.info img {
		float: right;
	}

	/*--------------------
		MAIN
	--------------------*/
	.main {
		height: 710px;
		background: url(../img/top/main_bg.png) no-repeat center bottom;
		background-size: cover;
		position: relative;
		z-index: -1;
	}
	.bgsw {
		width: 1120px;
		height: 710px;
		background-position: center bottom;
		background-size: cover;
		margin: 0 auto;
	}
	.bgsw img {
		padding: 80px 0 0 84px;
	}

	/*--------------------
		NAVIGATION
	--------------------*/
	#global-navi {
		background: rgba(6, 103, 205, 0.75);
		padding: 11px 0;
		margin: -120px 0 30px;
	}
	#global-navi ul {
		width: 612px;
		margin: 0 auto;
	}
	#global-navi li {
		float: left;
	}
	#global-navi li:before,
	#global-navi li:last-child:after {
		display: inline-block;
		content: " ";
		width: 2px;
		height: 68px;
		background: url(../img/common/line.png);
	}
	#global-navi li a {
		display: inline-block;
	}
	#global-navi li:nth-child(1) a {
		margin: 0 34px;
	}
	#global-navi li:nth-child(2) a {
		margin: 0 27.5px;
	}
	#global-navi li:nth-child(3) a {
		margin: 0 34.5px;
	}
	#global-navi li:nth-child(4) a {
		margin: 0 32.5px;
	}
	#global-navi li:nth-child(5) a {
		margin: 0 32px;
	}
	#global-navi li a:hover {
		opacity: 0.8;
	}
	#global-navi li a p {
		display: none;
	}

	/*--------------------
		CONCEPT
	--------------------*/
	.town {
		background: url(../img/top/concept_bg.png) no-repeat center bottom;
		background-size: cover;
		padding: 80px 0;
	}
	.concept {
		margin-bottom: 80px;
	}
	.concept h2 img {
		margin: 0 auto 40px;
	}
	.concept .sub-ttl {
		color: #333;
		font-size: 20px;
		line-height: 1em;
		margin: 0;
	}
	.concept p {
		text-align: center;
		font-size: 18px;
		font-weight: 500;
		line-height: 2em;
		letter-spacing: 0.1em;
		margin: 31px 0;
	}

	/*--------------------
		BUSINESS
	--------------------*/
	.business {
		width: 620px;
		height: 260px;
		background: url(../img/top/business_bg.png);
		margin: 0 auto;
	}
	.business h2 img{
		padding: 60px 0 58px;
		margin: 0 auto;
	}

	/*--------------------
		COMPANY
	--------------------*/
	.company {
		float: left;
		width: 50%;
		background: url(../img/top/company_bg.png) no-repeat center center;
		background-size: cover;
		padding: 55px 0;
	}
	.circle {
		width: 350px;
		height: 350px;
		background: url(../img/top/circle.png);
		margin: 0 auto;
	}
	.circle h2 img {
		padding: 65px 0 148px;
		margin: 0 auto;
	}

	/*--------------------
		NEWS
	--------------------*/
	.news {
		float: right;
		width: 50%;
		background: #e3f0fa;
		padding: 40px 0 43px;
	}
	.news h2 img {
		margin: 0 auto 32px;
	}
	.list {
		width: 477px;
		height: 230px;
		margin: 0 auto 33px;
	}
	.list dl {
		font-weight: 500;
		letter-spacing: 0.2em;
		padding-bottom: 8px;
		border-bottom: 2px dotted #409ddf;
		margin-bottom: 22px;
	}
	.list dt {
		color: #626262;
		margin-bottom: 20px;
	}
	.list dd {
		height: 16px;
		overflow: hidden;
	}
	.list dd a {
		color: #626262;
	}
	.list dd a:hover {
		text-decoration: underline;
	}
	
	/*--------------------
		RECRUIT
	--------------------*/
	.grid {
		background: url(../img/top/grid.png) no-repeat center center;
		background-size: cover;
		padding: 80px 0;
	}
	.recruit {
		width: 620px;
		height: 260px;
		background: url(../img/top/recruit_bg.png);
		margin: 0 auto 80px;
	}
	.recruit h2 img{
		padding: 60px 0 58px;
		margin: 0 auto;
	}

	/*--------------------
		ABOUT
	--------------------*/
	.about {
		float: left;
		width: 50%;
		height: 170px;
		background: url(../img/top/group_bg.png);
	}
	.about h2 img {
		padding: 28px 0 30px;
		margin: 0 auto;
	}

	/*--------------------
		FAQ
	--------------------*/
	.faq {
		float: right;
		width: 50%;
		height: 170px;
		background: url(../img/top/faq_bg.png);
	}
	.faq h2 img {
		padding: 28px 0 30px;
		margin: 0 auto;
	}

	/*--------------------
		FOOTER
	--------------------*/
	#global-footer {
		background: url(../img/common/footer_bg.png) no-repeat center center;
		background-size: cover;
		padding-top: 110px;
	}
	.white-base {
		background: #fff;
	}
	.logo {
		float: left;
		width: 292px;
		height: 69px;
		margin: 9px 0 12px 19px;
	}
	.logo:hover {
		opacity: 0.8;
	}
	.footer-nav {
		background: rgba(6, 103, 205, 0.75);
	}
	.footer-nav ul {
		width: 543px;
		margin: 0 auto 80px;
	}
	.footer-nav li {
		float: left;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		line-height: 40px;
		letter-spacing: 0.1em;
	}
	.footer-nav li:before {
		content: "｜";
	}
	.footer-nav li:last-child:after {
		content: "｜";
	}
	.footer-nav li a {
		color: #fff;
		margin: 0 10px;
	}
	.footer-nav li a:hover {
		text-decoration: underline;
	}
	.copy {
		background: #fff;
	}
	.copy p {
		text-align: center;
		color: #3c3c3c;
		font-size: 10px;
		font-weight: 500;
		line-height: 30px;
		letter-spacing: 0.1em;
	}
	.copy a {
		color: #3c3c3c;
	}
	.copy a:hover {
		text-decoration: underline;
	}


/*
	LOWER
------------------------------*/
	/*--------------------
		BASE
	--------------------*/
	.sub-main {
		background: url(../img/common/h2_bg.png) no-repeat center center;
		background-size: cover;
		position: relative;
		z-index: -1;
	}
	.filter {
		background: url(../img/common/filter.png);
	}
	.sub-main h2 img {
		padding: 111px 0 180px;
		margin:  0 auto;
	}
	.lower {
		width: 1120px;
		margin: 120px auto 80px;
	}
	h3 {
		background: #0667cd;
		font-size: 18px;
		color: #fff;
		line-height: 1.5em;
		padding: 5px 10px;
		border-bottom: 3px solid #f9fc25;
		margin-bottom: 20px;
	}
	h3 i {
		color: #e9ae20;
	}
	h4 {
		color: #444;
		line-height: 1.5em;
		padding: 3px 6px;
		border-bottom: 2px solid #58b3f2;
		border-left: 5px solid #58b3f2;
		margin-bottom: 10px;
	}
	h4 i {
		color: #0667cd;
	}
	.lower-box01 {
		margin-bottom: 40px;
	}

	/*--------------------
		COMMON
	--------------------*/
	i {
		margin-right: 5px;
	}
	.new-line {
		margin-top: 1em;
	}

	/*--------------------
		CONCEPT
	--------------------*/
	#concept img {
		float: left;
		width: 300px;
		margin-right: 20px;
	}

	/*--------------------
		BUSINESS
	--------------------*/
	#business img {
		float: left;
		width: 300px;
		margin-right: 20px;
	}

	/*--------------------
		COMPANY
	--------------------*/
	#company table {
		width: 100%;
		max-width: 840px;
		background: rgba(0, 0, 0, 0.1);
		line-height: 1.5em;
		margin: 0 auto;
	}
	#company th {
		width: 30%;
		vertical-align: middle;
		color: #052f5f;
		padding: 10px 20px;
		border: 3px solid #fff;
		box-sizing: border-box;
	}
	#company td {
		vertical-align: middle;
		color: #333;
		padding: 10px 20px;
		border: 3px solid #fff;
		box-sizing: border-box;
	}
	#company span {
		color: #f00;
	}
	#company a {
		pointer-events: none;
		color: #333;
	}

	/*--------------------
		NEWS
	--------------------*/

	/*--------------------
		RECRUIT
	--------------------*/
	#recruit table {
		width: 100%;
		max-width: 960px;
		background: rgba(0, 0, 0, 0);
		line-height: 1.5em;
		margin: 0 auto;
	}
	#recruit th {
		width: 30%;
		vertical-align: middle;
		color: #052f5f;
		padding: 20px;
		border: 2px solid #052f5f;
		box-sizing: border-box;
	}
	#recruit td {
		vertical-align: middle;
		color: #333;
		padding: 20px;
		border: 2px solid #052f5f;
		box-sizing: border-box;
	}

	/*--------------------
		ABOUT
	--------------------*/
	#about img {
		float: left;
		width: 300px;
		margin-right: 20px;
	}

	/*--------------------
		FAQ
	--------------------*/

	/*--------------------
		BLOG
	--------------------*/

	/*--------------------
		CONTACT
	--------------------*/
	#contact table {
		width: 100%;
		max-width: 770px;
		background: rgba(0, 0, 0, 0.1);
		line-height: 1.5em;
		margin: 0 auto;
	}
	#contact th {
		width: 30%;
		text-align: left;
		vertical-align: middle;
		color: #333;
		padding: 15px 20px;
		border: 3px solid #fff;
		box-sizing: border-box;
	}
	#contact td {
		vertical-align: middle;
		color: #333;
		line-height: 1.5em;
		padding: 15px 20px;
		border: 3px solid #fff;
		box-sizing: border-box;
	}
	#comment {
		line-height: 1.5em;
	}
	.conf {
		color: #333;
		font-size: 14px;
	}

	/*--------------------
		SITE MAP
	--------------------*/
	#site li { 
		line-height: 1.5em;
		padding: 5px 10px;
		border-bottom: 1px dotted #ccc;
		margin-top: 10px;
	}
	#site li i {
		color: #0667cd;
	}
	#site li a {
		color:  #222;
	}
	#site li a:hover {
		text-decoration: underline;
	}

	/*--------------------
		PRIVACY POLICY
	--------------------*/
	#privacy li {
		line-height: 1.5em;
		padding: 5px;
		border-bottom: 1px dotted #ccc;
		margin-top: 10px;
	}
	#privacy li i {
		color: #0667cd;
	}

	/*--------------------
		404
	--------------------*/
	#error a {
		text-decoration: underline;
		color: #0667cd;
		font-weight: bold;
	}
	#error a:hover {
		text-decoration: none;
	}


	/*==================================================
		CMS COMMON
	================================================== */
	/*--------------------
		CONTACT
	--------------------*/
	/* INPUT BOX
	----------------------------------------*/
	.input-big,
	.input-mid,
	.input-min {
		padding: 5px;
		box-sizing: border-box;
	}
	.input-big {
		width: 100%;
	}
	.input-mid {
		width: 60%;
	}
	.input-min {
		width: 60px;
	}
	/* REQUIRED
	----------------------------------------*/
	.required-mark {
		padding: 1px 3px;
		color: #fff;
		font-size: 12px;
		font-weight: normal;
		border-radius: 5px;
		background: #f00;
	}
	/* AUTHENTICATION
	----------------------------------------*/
	.captcha-wrap a {
		display: block;
		width: 32px;
		height: 32px;
		margin: 10px 0;
	}
	/* ERROR MESSAGE
	----------------------------------------*/
	.error-text {
		margin: 0 0 5px;
		color: #f00;
		font-size: 14px;
	}
	/* BUTTON
	----------------------------------------*/
	.contact-submits {
		padding: 40px 0 0;
		text-align: center;
	}
	
	.contact-submits input {
		margin: 0 5px;
		padding: 5px;
		cursor: pointer;
	}
	/* ERROR
	----------------------------------------*/
	.sec-error-text {
		line-height: 50px;
		text-align: center;
		color: #f00;
		font-size: 16px;
		border: 2px solid #f00;
	}

	/*--------------------
		BLOG and NEWS
	--------------------*/
	/* HEADING
	----------------------------------------*/
	.post-data {
		height: 21px;
		margin: 0 0 10px;
		color: #0667cd;
		line-height: 21px;
		font-size: 0;
	}
	.post-data li {
		margin: 0 8px 0 0;
		padding: 0 8px 0 0;
		font-size: 13px;
		display: inline-block;
	}
	.text-area {
		max-height: 72px;
		overflow: hidden;
	}
	.text-area img {
		display: none;
	}
	.text-more {
		color: #fff;
		margin-top: 20px;
		text-align: right;
	}
	.text-more a {
		display: inline-block;
		background: rgba(5, 47, 95, 0);
		color: #052f5f;
		font-size: 14px;
		padding: 5px 20px;
		border: 2px solid #052f5f;
	}
	.text-more a i {
		color: #052f5f;
	}
	.text-more a:hover {
		background: rgba(5, 47, 95, 1);
		color: #fff;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		transition: .5s;
	}
	.text-more a:hover i {
		color: #fff;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		transition: .5s;
	}
	/* PAGINATION
	----------------------------------------*/
	.pagination {
		text-align: center;
		font-size: 0;
		letter-spacing: 0;
	}
	.pagination li {
		width: 25px;
		margin: 0 3px;
		text-align: center;
		line-height: 30px;
		font-size: 13px;
		font-weight: bold;
		box-sizing: border-box;
		border: 2px solid #052f5f;
		vertical-align: top;
		display: inline-block;
	}
	.pagination .current {
		color: #fff;
		background: rgba(5, 47, 95, 1);
	}
	.pagination .dot {
		width: 15px;
		margin: 0 1px;
		border: none;
	}
	.pagination li a {
		color: #052f5f;
		text-decoration: none;
		display: block;
	}
	.pagination li a:hover {
		background: rgba(5, 47, 95, 1);
		color: #fff;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		transition: .5s;
	}
	/* ARCHIVE
	----------------------------------------*/
	.archive {
		max-width: 480px;
		margin: 60px auto 0;
	}
	.archive h3 {
		background: none;
		text-align: center;
		color: #333;
		border: none;
		border-bottom: 3px solid #ccc;
		padding-bottom: 5px;	
		margin-bottom: 10px;
	}
	.archive h3 i {
		color: #0667cd;
	}
	.archive ul {
		margin: 0 0.5%;
	}
	.archive li {
		float: left;
		width: 33%;
		text-align: center;
		font-size: 14px;
		margin-top: 10px;
	}
	.archive li a {
		color: #494131;
	}
	.archive li a:hover {
		text-decoration: underline;
	}
	/* PREV and NEXT
	----------------------------------------*/
	.paginated-link {
		margin: 35px auto;
		overflow: hidden;
	}
	.paginated-link li {
		text-align: center;
		font-size: 13px;
		font-weight: bold;
		box-sizing: border-box;
	}
	.paginated-link li.prev-link {
		float: left;
	}
	.paginated-link li.next-link {
		float: right;
	}
	.paginated-link li a {

		display: inline-block;
		height: 30px;
		background: rgba(5, 47, 95, 0);
		line-height: 30px;
		overflow: hidden;
		color: #052f5f;
		border: 2px solid #052f5f;
		padding: 0 30px;
	}
	.paginated-link li a:hover {
		background: rgba(5, 47, 95, 1);
		color: #fff;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		transition: .5s;
	}
	.paginated-link li a:hover i {
		color: #fff;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		transition: .5s;
	}
	.paginated-link li a i {
		color: #052f5f;
		margin: 0;
	}


}
