@charset "UTF-8";
/* CSS Document */

/* ***************************************************************** */
/*               HEADER  LAYOUT                           */
/* ***************************************************************** */

.head {
	width: 100%;
	height: 100px;
	margin: 0;
	float: left;
	z-index: 9999;
	border-top: #264077 10px solid;
	box-sizing: border-box;
	background-color: rgba(255,255,255,1.00);
	display: block;
	position:fixed;
}

.logo {
	width: 350px;
	float: left;
	margin: 5px 0 0 20px;
}


/* ***************************************************************** */
/*               READ MORE  LAYOUT                     */
/* ***************************************************************** */

.readmore {
	width: 190px;
	height: 40px;
	margin: 0 auto;
	background-image: url("../images/common/arr-normal.png");
	background-position: right center;
	background-repeat: no-repeat;
}

.readmore.col-white {
	background-image: url("../images/common/arr-white.png");
}

.button{
  width:150px;
  height:40px;
  border:1px solid #264077;
  float:left;
  text-align:center;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
  margin:0;
}

.button.col-white {  border:1px solid #FFF; }

.button a{
  font-size:15px;
  color:#264077;
  text-decoration:none;
  line-height:40px;
  transition:all .5s ease;
  z-index:2;
  position:relative;
}

.button.col-white a{  color:#FFF; }

.eff{
  width:150px;
  height:40px;
  left:-150px;
  background:#264077;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
}

.button.col-white .eff{
  background:#FFF;
}

.button:hover .eff{
  left:0;
}
.button:hover a{
  color:#fff;
}

.button.col-white:hover a{
  color:#264077;
}

/* ***************************************************************** */
/*               CONTENTS  LAYOUT                       */
/* ***************************************************************** */

.contents {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	z-index: 0;
}

.content-flame table {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
}

.content-flame table tr.end { height: 25px; }
.content-flame table tr.mid { border-bottom: #C8C6C6 1px solid;border-top: #C8C6C6 1px solid; }
.content-flame table td.left { width: 25px;border-right: #C8C6C6 1px solid; }
.content-flame table td.right { width: 25px;border-left: #C8C6C6 1px solid; }

/* ************  PAGE-TITLE RAYOUT  ****************** */

.page-title {
	width: 100%;
	margin: 200px 0 100px;
	float: left;
}

.page-title h1 {
	width: 100%;
	margin: 0;
	padding: 30px 0;
	font-family: 'notoBL';
	font-weight: bolder;
	font-style: bolder;
	text-align: center;
	font-size: 50px;
	text-align: center;
	line-height: 40px;
}

.page-title h1 span { font-size: 24px; }

.page-title table {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
}

.page-title table tr.end { height: 25px; }
.page-title table tr.mid { border-bottom: #C8C6C6 1px solid;border-top: #C8C6C6 1px solid; }
.page-title table td.left { width: 25px;border-right: #C8C6C6 1px solid; }
.page-title table td.right { width: 25px;border-left: #C8C6C6 1px solid; }

/* ************  BANNER RAYOUT  ****************** */

.contents .banner {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}

.contents .banner .block {
	width: 50%;
	margin: 0;
	padding: 0;
	float: left;
}

.contents .banner .block .banner-button {
	width: 450px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	background-color: rgba(38,64,119,0.2);
	border: #264077 1px solid;
	box-sizing: border-box;
	text-align: center;
	position:relative;
	overflow:hidden;
	background-image: url("../images/common/banner-arr.png");
	background-position: right 50px center;
	background-repeat: no-repeat;
	background-size: 7px;
}

.contents .banner .block .banner-button a {
	width: 100%;
	height: 100%;
	text-decoration: none;
	color:#264077;
	display: block;
	padding: 30px 0 0;
	font-size: 28px;
	transition:all .5s ease;
	z-index:2;
	position:relative;
}

.contents .banner .block .banner-button a span {
	font-size: 18px;
}

.contents .banner .block .banner-button .efect {
  width:450px;
  height:100px;
  left:-450px;
  background:#264077;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
}

.contents .banner .block .banner-button:hover .efect{
  left:0;
  background-image: url("../images/common/banner-arr-w.png");
  background-position: right 50px center;
  background-repeat: no-repeat;
  background-size: 7px;
}

.contents .banner .block .banner-button:hover a{
  color:#fff;
}


/* ***************************************************************** */
/*               FOOTER LAYOUT                            */
/* ***************************************************************** */

.footer {
	width: 100%;
	margin: 50px 0 0;
	padding: 0;
	float: left;
}

.footer .foot-wrapper {
	width: 90%;
	margin: 0 5%;
	padding: 0;
	float: left;
}

.footer .foot-wrapper .logo {
	margin: 0 0 0 50px;
	padding: 0;
	float: left;
}

.footer .foot-wrapper .line {
	width: 100%;
	height: 5px;
	margin: 0;
	background:#264077;
	float: left;
}

.footer .foot-wrapper .address {
	margin: 20px 0 0 50px;
	float: left;
}

.footer .foot-wrapper .navi {
	width: 50%;
	margin: 0;
	padding: 0;
	float: right;
}

.footer .foot-wrapper .navi ul {
	width: 33%;
	margin: 20px 0;
	padding: 0;
	float: left;
}

.footer .foot-wrapper .navi ul li a {
	text-decoration: none;
	color: #264077;
	font-family: 'notoBL';
	font-weight: bolder;
	font-style: bolder;
}

.footer .foot-wrapper .navi ul li a:hover {
	opacity: 0.7;
}

.footer .foot-wrapper .navi ul li a:hover {
	opacity: 0.7;
}

.footer .copyright {
	width: 100%;
	height: 45px;
	margin: 0;
	padding: 0;
	float: left;
	line-height: 45px;
	text-align: right;
	color: #FFF;
	background-color: #264077;
}







