@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabigothic.css);

    .pc_content{
        display: block !important;
    }
    .sp_content{
        display: none !important;
    } 

a:hover{
	color:#006EA8;
	transition: color .3s;
}
body{
	min-width: 1024px;
	-webkit-text-size-adjust: 100%;
	font-family: "Sawarabi gothic",serif,"メイリオ",sans-serif;
	border-top:4px solid #006EA8;
}
.w1024 {
    width: 1024px;
    margin: auto;
    position:relative;
}
.header_logo{
	position: absolute;
	top:30px;
	left:20px;
}
.header_sitemap{
	position: absolute;
	top:23px;
	right:20px;
}
#header_nav {
	width: 700px;
	margin: 0 auto 0 auto;
	position:absolute;
	top:70px;
	right:20px;
}
#header_nav .center {
	text-align: center;
}
.cate_navi li {
	width: 109px;
	float: left;
	padding: 0 3px;
	font-size: 12px;
	font-weight:bold;
	color: #000000;
	border-right:1px solid #333333;
	border-left:1px solid #333333;
	-webkit-transform: skewX(150deg);
  -moz-transform: skewX(150deg);
  transform: skewX(150deg);
}
.cate_navi li + li {
	border-right:1px solid #333333;
	border-left:none;
}
.cate_navi li a {
	text-decoration: none;
	color: #333333;
	-webkit-transform: skewX(-150deg);
  -moz-transform: skewX(-150deg);
	transform: skewX(-150deg);
	display:block;
}
.cate_navi li a :hover{
	color:#006EA8;
	transition: color .3s;
}
.cate_navi li span{
	padding-bottom:5px;
}
.cate_navi li span:hover{
	border-bottom:solid 3px #006EA8;
}
.nav_check{
	padding-bottom:5px;
	border-bottom:solid 3px #006EA8;
}
.header_field1{
	height:105px;
}
.mainimage {
  margin: 0 auto;
  width: 1024px;
}
.slick-slide {
  text-align: center;
  color: #419be0;
  background: white;
}

/* /----- header -----/ */

/* /----- pan -----/ */
.pan{
	border-top:solid 1px #353E47;
	padding-top:14px;
}
.pan_area{
	width:1024px;
	height: auto;
	margin:0 auto;
	color:#333333;
}
.pan_area li{
	display: inline;
	font-size: 12px;
	color:#333333;
}
.pan_area li a{
	color:#006EA8;
	text-decoration: none;
}

/* /----- news -----/ */

.news_area{
	width:1024px;
	height: auto;
	margin:0 auto;
	color:#333333;
}
.news_ir{
	width:475px;
	float:left;
	border-right:3px solid #F2F2F2;
	border-bottom:3px solid #F2F2F2;
	margin:0 17px;
}
.news_pr{
	width:475px;
	float:left;
	border-right:3px solid #F2F2F2;
	border-bottom:3px solid #F2F2F2;
	margin:0 17px;
}
.news_img1{
	padding-bottom:40px;
}
.news table{
	width:93%;
	margin:0 auto;
}
.news table tr{
	display: block;
	border-bottom:dotted 1px #3D3D3D;
	padding-bottom:10px;
	margin-bottom:18px;
	font-size: 13px;
	line-height: 18px;
}
.news table td:first-child{
	padding-right:25px;
}
.news table td:nth-child(2){
	width:325px;
	max-width:325px;
	white-space: nowrap;
  overflow: hidden;
	text-overflow: ellipsis;
	padding-right:5px;
}
.news table td a{
	color:#333333;
	text-decoration: none;
	
}
.news table td a:hover{
	color:#006EA8;
	transition: color .3s;
}
.news_btn{
	text-align: center;
	padding-bottom:15px;
}
.news_btn img:hover{
	opacity: 0.7;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	transition: 0.5s;
}
/* /----- news -----/ */

/* /----- top_content -----/ */

.top_content_area{
	width:1024px;
	height: auto;
	margin:0 auto;
	padding-top:50px;
	color:#333333;
}
.top_content_field1{
  border-bottom:dotted 1px #3D3D3D;
	padding-bottom:10px;
	margin-bottom:18px;
}
.top_content_text1{
	font-size: 20px;
	float:left;
}
.top_content_text2{
	font-size: 13px;
	float:right;
	padding-top: 7px;
}
.top_content_list_img{
	width:220px;
	height: 124px;
	display: block;
	float:left;
	position: relative;
	margin:0 18px 10px;
}
.top_content_list_img img:first-child{
	width:220px;
	height: 124px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.top_content_list_img img:nth-child(2){
	position: absolute;
	bottom:1px;
	right:0;
}
.top_content_list_img a{
	text-decoration: none;
}
.top_content_list_img img:hover{
	transition: 0.5s;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, .2);
  transform: scale(1.01,1.01);
}
/* /----- top_contents -----/ */

/* /----- top_movie -----/ */

.top_movie_area{
	width:1024px;
	height: auto;
	margin:0 auto;
	padding-top:50px;
	color:#333333;
}
.top_movie_field1{
  border-bottom:dotted 1px #3D3D3D;
	padding-bottom:10px;
	margin-bottom:18px;
}
.top_movie_text1{
	font-size: 20px;
	float:left;
}
.top_movie_text2{
	font-size: 13px;
	float:right;
	padding-top: 7px;
}
.top_movie1{
	float:left;
	padding-right:15px;
}
.top_movie2{
	float:left;
	padding-bottom:23px;
}
.top_movie3{
	float:left;
}
.top_movie_btn{
	text-align: center;
	padding-top:30px;
}
/* /----- top_movie -----/ */

/* /----- outline -----/ */
.outline_area{
	width:1024px;
	height: auto;
	margin:0 auto;
	padding-top:50px;
	position: relative;
}
.outline_text1{
	font-size: 20px;
	color:#006EA8;
	width:980px;
	margin:0 auto 10px;
	border-bottom:1px solid #006EA8;
	padding-bottom:10px;
}
.outline_text2{
	font-size: 12px;
	line-height: 20px;
	color:#161616;
	width:980px;
	margin:30px auto 0;
	padding-bottom:30px;
}
.outline_table table{
	width:980px;
	margin:0 auto 60px;
	display:block;
	color:#161616;
	font-size: 15px;
	line-height: 23px;
}
.outline_table table tr{
	width:960px;
	padding:20px 10px;
	display: block;
	border-bottom:solid #6D6D6D 1px;
}
.outline_table table tr td:first-child{
	width:150px;
}
.outline_map{
	text-align: center;
}
/* /----- outline -----/ */

/* /----- service -----/ */
.service_area{
	width:1024px;
	height: auto;
	margin:0 auto;
	padding-top:50px;
	position: relative;
}
.service_text1{
	font-size: 20px;
	color:#006EA8;
	width:980px;
	margin:0 auto 10px;
	border-bottom:1px solid #006EA8;
	padding-bottom:10px;
}
.service_list{
	width:980px;
	margin:0 auto;
	padding:25px 0;
}
.service_list img{
	margin:20px 36px;
}
.service_list a{
	text-decoration: none;
}
.service_list img:hover{
	opacity: 0.7;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	transition: 0.5s;
}
/* /----- service -----/ */

/* /----- ir -----/ */
.ir_area{
	width:1024px;
	height: auto;
	margin:0 auto;
	padding-top:50px;
	position: relative;
}
.ir_text1{
	font-size: 20px;
	color:#006EA8;
	width:980px;
	margin:0 auto 10px;
	border-bottom:1px solid #006EA8;
	padding-bottom:10px;
}
.ir_table table{
	width:980px;
	margin:30px auto;
}
.ir_table td,.pr_table tr{
	display: block;
	text-align: left;
	width: 100%;
}
.ir_table table tr{
	display: block;
	padding-bottom:10px;
	margin-bottom:18px;
	font-size: 14px;
	line-height: 18px;
}
.ir_table table td:first-child{
	color:#006EA8;
	border-bottom:dashed 1px #006EA8;
	padding-bottom:6px;
	margin-bottom:6px;
}
.ir_table table td:nth-child(2){
	padding-right:5px;
}
.ir_table table td a{
	color:#333333;
	text-decoration: none;
}
.ir_table table td a:hover{
	color:#006EA8;
	transition: color .3s;
}
/* /----- ir -----/ */

/* /----- pr -----/ */
.pr_area{
	width:1024px;
	height: auto;
	margin:0 auto;
	padding-top:50px;
	position: relative;
}
.pr_text1{
	font-size: 20px;
	color:#006EA8;
	width:980px;
	margin:0 auto 10px;
	border-bottom:1px solid #006EA8;
	padding-bottom:10px;
}
.pr_table table{
	width:980px;
	margin:30px auto;
}
.pr_table td,.pr_table tr{
	display: block;
	text-align: left;
	width: 100%;
}
.pr_table table tr{
	display: block;
	padding-bottom:10px;
	margin-bottom:18px;
	font-size: 14px;
	line-height: 18px;
}
.pr_table table td:first-child{
	color:#006EA8;
	border-bottom:dashed 1px #006EA8;
	padding-bottom:6px;
	margin-bottom:6px;
}
.pr_table table td:nth-child(2){
	padding-right:5px;
}
.pr_table table td a{
	color:#333333;
	text-decoration: none;
}
.pr_table table td a:hover{
	color:#006EA8;
	transition: color .3s;
}
/* /----- pr -----/ */

/* /----- company -----/ */
.company_area{
	width:1024px;
	height: auto;
	margin:0 auto;
	padding-top:50px;
	position: relative;
}
.company_text1{
	font-size: 20px;
	color:#006EA8;
	width:980px;
	margin:0 auto 10px;
	border-bottom:1px solid #006EA8;
	padding-bottom:10px;
}
.company_text2{
	width:980px;
	margin:10px auto 10px;
	padding-top:10px;
	padding-bottom:30px;
	font-size: 15px;
	line-height: 22px;
}
.company_text3{
	font-size: 20px;
	color:#006EA8;
	width:980px;
	margin:10px auto 10px;
	border-bottom:1px solid #006EA8;
	padding-bottom:10px;
}
/* /----- company -----/ */

/* /----- history -----/ */
.history_area{
	width:1024px;
	height: auto;
	margin:0 auto;
	padding-top:50px;
	position: relative;
}
.history_text1{
	font-size: 20px;
	color:#006EA8;
	width:980px;
	margin:0 auto 10px;
	border-bottom:1px solid #006EA8;
	padding-bottom:10px;
}
.history_table{
	border:2px solid #1578CB;
	width:980px;
	margin:40px auto;
  
  font-size: 16px;
  
}
.history_table td{
	padding:10px;
	text-align:left;
	border-bottom:1px solid #9FD3FF;
}
.history_table td:first-child{
	width:12%;
}
.history_table tr:nth-child(even) {
	background-color:#FCFEFF;
}
.history_table tr:nth-child(odd) {
	background-color:#ECF8FF;
}
/* /----- history -----/ */

/* /----- privacy -----/ */
.privacy_area{
	width:1024px;
	height: auto;
	margin:0 auto;
	padding-top:50px;
	position: relative;
}
.privacy_text1{
	font-size: 20px;
	color:#006EA8;
	width:980px;
	margin:0 auto 10px;
	border-bottom:1px solid #006EA8;
	padding-bottom:10px;
}
.privacy_text2{
	width:980px;
	margin:10px auto 10px;
	padding-top:10px;
	padding-bottom:10px;
	font-size: 15px;
	line-height: 22px;
}
.privacy_text3{
	width:980px;
	margin:10px auto 10px;
	padding-top:10px;
	padding-bottom:30px;
	font-size: 15px;
	line-height: 22px;
	text-align: right;
}
/* /----- privacy -----/ */

/* /----- security -----/ */
.security_area{
	width:1024px;
	height: auto;
	margin:0 auto;
	padding-top:50px;
	position: relative;
}
.security_text1{
	font-size: 20px;
	color:#006EA8;
	width:980px;
	margin:0 auto 10px;
	border-bottom:1px solid #006EA8;
	padding-bottom:10px;
}
.security_text2{
	width:980px;
	margin:10px auto 10px;
	padding-top:10px;
	padding-bottom:30px;
	font-size: 15px;
	line-height: 22px;
}
/* /----- security -----/ */

/* /----- financialreport -----/ */
.financialreport_area{
	width:1024px;
	min-height: 510px;
	height: auto;
	margin:0 auto;
	padding-top:50px;
	position: relative;
}
.financialreport_text1{
	font-size: 20px;
	color:#006EA8;
	width:980px;
	margin:0 auto 10px;
	border-bottom:1px solid #006EA8;
	padding-bottom:10px;
}
.financialreport_text2{
	width:980px;
	margin:10px auto 10px;
	padding-top:10px;
	padding-bottom:10px;
	font-size: 14px;
	line-height: 22px;
}
/* /----- financialreport -----/ */

/* /----- finance -----/ */
.finance_area{
	width:1024px;
	height: auto;
	margin:0 auto;
	padding-top:50px;
	position: relative;
}
.finance_text1{
	font-size: 20px;
	color:#006EA8;
	width:980px;
	margin:0 auto 10px;
	border-bottom:1px solid #006EA8;
	padding-bottom:10px;
}
.finance_zaimheader{
	width:980px;
	margin:20px auto 5px;
	display:flex;
	justify-content:space-between;
}
.finance_table{
	width:980px;
	margin:0 auto 40px;
	background-color:#fefaee;
	border:solid 2px #659dd5;
	table-layout:fixed;
  
  font-size: 16px;
  
}
.finance_table th,.finance_table td{
	padding:5px;
}
.finance_table th{
	border-right:solid 1px #659dd5;
	background-color:#99ccff;
	text-align:center;
	line-height: 20px;
}
.finance_table td{
	padding:4px;
	border-bottom:solid 1px #d2c9af;
	border-right:solid 1px #d2c9af;
	text-align:right;
	line-height: 20px;
}
.finance_table .cell1{
	width:24%;
}
.finance_table .cell2{
	width:24%;
	text-align:left;
}
.finance_table tr.evn{
	background-color:#f4efe1;
}
#finance_table_last tr td:first-child{
	text-align:left;
}
/* /----- finance -----/ */

/* /----- document -----/ */
.document_area{
	width:1024px;
	height: auto;
	margin:0 auto;
	padding-top:50px;
	position: relative;
}
.document_text1{
	font-size: 20px;
	color:#006EA8;
	width:980px;
	margin:0 auto 10px;
	border-bottom:1px solid #006EA8;
	padding-bottom:10px;
}
.document_table table{
	width:980px;
	margin:30px auto;
}
.document_table td,.document_table tr{
	display: block;
	text-align: left;
	width: 100%;
}
.document_table table tr{
	display: block;
	padding-bottom:10px;
	margin-bottom:18px;
	font-size: 14px;
	line-height: 18px;
}
.document_table table td:first-child{
	color:#006EA8;
	border-bottom:dashed 1px #006EA8;
	padding-bottom:6px;
	margin-bottom:6px;
}
.document_table table td:nth-child(2){
	padding-right:5px;
}
.document_table table td a{
	color:#333333;
	text-decoration: none;
}
.document_table table td a:hover{
	color:#006EA8;
	transition: color .3s;
}
/* /----- document -----/ */

/* /----- epn -----/ */
.epn_area{
	width:1024px;
	height: auto;
	margin:0 auto;
	padding-top:50px;
	position: relative;
}
.epn_text1{
	font-size: 20px;
	color:#006EA8;
	width:980px;
	margin:0 auto 10px;
	border-bottom:1px solid #006EA8;
	padding-bottom:10px;
}
.epe_table table{
	width:980px;
	margin:30px auto;
}
.epe_table td,.epe_table tr{
	display: block;
	text-align: left;
	width: 100%;
}
.epe_table table tr{
	display: block;
	padding-bottom:10px;
	margin-bottom:18px;
	font-size: 14px;
	line-height: 18px;
}
.epe_table table td:first-child{
	color:#006EA8;
	border-bottom:dashed 1px #006EA8;
	padding-bottom:6px;
	margin-bottom:6px;
}
.epe_table table td:nth-child(2){
	padding-right:5px;
}
.epe_table table td a{
	color:#333333;
	text-decoration: none;
}
.epe_table table td a:hover{
	color:#006EA8;
	transition: color .3s;
}
/* /----- epn -----/ */


/* /----- analystreport -----/ */
.analystreport_area{
	width:1024px;
	height: auto;
	margin:0 auto;
	padding-top:50px;
	position: relative;
}
.analystreport_text1{
	font-size: 20px;
	color:#006EA8;
	width:980px;
	margin:0 auto 10px;
	border-bottom:1px solid #006EA8;
	padding-bottom:10px;
}
.analystreport_table table{
	width:980px;
	margin:30px auto;
}
.analystreport_table td,.analystreport_table tr{
	display: block;
	text-align: left;
	width: 100%;
}
.analystreport_table table tr{
	display: block;
	padding-bottom:10px;
	margin-bottom:18px;
	font-size: 14px;
	line-height: 18px;
}
.analystreport_table table td:first-child{
	color:#006EA8;
	border-bottom:dashed 1px #006EA8;
	padding-bottom:6px;
	margin-bottom:6px;
}
.analystreport_table table td:nth-child(2){
	padding-right:5px;
}
.analystreport_table table td a{
	color:#333333;
	text-decoration: none;
}
.analystreport_table table td a:hover{
	color:#006EA8;
	transition: color .3s;
}
/* /----- analystreport -----/ */


/* /----- stockholder -----/ */
.stockholder_area{
	width:1024px;
	height: auto;
	margin:0 auto;
	padding-top:50px;
	position: relative;
}
.stockholder_text1{
	font-size: 20px;
	color:#006EA8;
	width:980px;
	margin:0 auto 10px;
	border-bottom:1px solid #006EA8;
	padding-bottom:10px;
}
.stockholder_text2{
	font-size: 25px;
	color:#333333;
	text-align: center;
	width:980px;
	margin:0 auto;
	padding:250px 0;
}
.stockholder_table{
	border:2px solid #1578CB;
	width:980px;
	margin:30px auto;
  
  font-size: 16px;
  
}
.stockholder th,.stockholder td{
	padding:10px;
	text-align:left;
}
.stockholder th{
	border-bottom:1px solid #9FD3FF;
	border-right:1px solid #9FD3FF;
	width:18%;
	background-color:#ECF8FF;
	line-height: 24px;
  
  font-weight: bold;
  
}
.stockholder td{
	border-bottom:1px solid #9FD3FF;
	border-right:1px solid #9FD3FF;
	line-height:2.0rem;
}
/* /----- stockholder -----/ */

/* /----- calendar -----/ */
.calendar_area{
	width:1024px;
	height: auto;
	margin:0 auto;
	padding-top:50px;
	position: relative;
}
.calendar_text1{
	font-size: 20px;
	color:#006EA8;
	width:980px;
	margin:0 auto 10px;
	border-bottom:1px solid #006EA8;
	padding-bottom:10px;
}
.calendar_table table{
	width:980px;
	margin:30px auto;
}
.calendar_table td,.calendar_table tr{
	display: block;
	text-align: left;
	width: 100%;
}
.calendar_table table tr{
	display: block;
	padding-bottom:10px;
	margin-bottom:18px;
	font-size: 14px;
	line-height: 18px;
}
.calendar_table table td:first-child{
	color:#006EA8;
	border-bottom:dashed 1px #006EA8;
	padding-bottom:6px;
	margin-bottom:6px;
}
.calendar_table table td:nth-child(2){
	padding-right:5px;
}
/* /----- calendar -----/ */

/* /----- disclaimer -----/ */
.disclaimer_area{
	width:1024px;
	height: auto;
	margin:0 auto;
	padding-top:50px;
	position: relative;
}
.disclaimer_text1{
	font-size: 20px;
	color:#006EA8;
	width:980px;
	margin:0 auto 10px;
	border-bottom:1px solid #006EA8;
	padding-bottom:10px;
}
.disclaimer_text2{
	width:980px;
	margin:10px auto 10px;
	padding-top:10px;
	padding-bottom:30px;
	font-size: 15px;
	line-height: 22px;
}
/* /----- disclaimer -----/ */

/* /----- group -----/ */
.group_area{
	width:1024px;
	height: auto;
	margin:0 auto;
	padding-top:50px;
	position: relative;
}
.group_text1{
	font-size: 20px;
	color:#006EA8;
	width:980px;
	margin:0 auto 10px;
	border-bottom:1px solid #006EA8;
	padding-bottom:10px;
}
.group_box{
	width:956px;
	margin:15px auto 20px;
	border:solid 3px #e2e2e2;
	margin-bottom:20px;
	padding:10px;
}
.group_tl{
	padding-bottom:6px;
	margin-bottom:6px;
	border-bottom:1px solid #CCCCCC;
	font-size:0;
} 
.group_tl h3{
	font-size:20px;
	display:inline-block;
	vertical-align:top;
	width:40%;
}
.group_url{
	display:inline-block; vertical-align:bottom; text-align:right; width:60%;
}
.agroup_url a{
	text-decoration:none; 
	color:#1578CB;
	font-size:16px;
}
.group_url a:hover{
	text-decoration:underline;
	color:#1578CB;
}
.group_contents{
	display:table;
	width:100%;
	padding:10px 0px;
}
.group_contents li{
	list-style: none;
}
.group_contents div:first-child{
	width:13%;
	display:table-cell;
	vertical-align:middle;
}
.group_contents div:last-child{
	display:table-cell;
	vertical-align:middle;
}
.group_contents li{
	margin-bottom:10px;
	/*line-height:2.2rem;*/
  line-height: 3.2rem;
  font-size: 16px;
}
.group_contents li:last-child{
	margin-bottom:0px;
}

/* /----- group -----/ */

/* /----- recruit -----/ */
.recruit_area{
	width:1024px;
	height: auto;
	margin:0 auto;
	padding-top:50px;
	position: relative;
  font-size: 16px;
}
.recruit_text1{
	font-size: 20px;
	color:#006EA8;
	width:980px;
	margin:0 auto 10px;
	border-bottom:1px solid #006EA8;
	padding-bottom:10px;
}
.recruit_text2{
	width:965px;
	margin:30px auto 10px auto;
	border-left:4px solid #1578CB;
	padding:4px 0px 4px 8px;
	margin-bottom:10px;
	font-size:20px;
}

.recruit_infobox{
	width:956px;
	margin:0 auto 30px;
	border:2px solid #DBDBDB;
	padding:10px;
}
.recruit_btn{
	text-align:center;
	padding:15px 0 2px 0;
}

.recruit_infotbl{
	width:100%;
}
.recruit_infotbl th,.recruit_infotbl td{
	padding:14px;
	border-bottom:1px solid #DBDBDB;
	line-height: 1.8rem;
}
/*.recruit_infotbl tr:last-child th,.recruit_infotbl tr:last-child td{
	border-bottom:none;
}*/

.recruit_infotbl th{
	width:14%;
	text-align:left;
}

/* /----- recruit -----/ */

/* /----- content -----/ */
.content_area{
	width:1024px;
	height: auto;
	margin:0 auto;
	padding-top:50px;
	position: relative;
}
.content_text1{
	font-size: 20px;
	color:#006EA8;
	width:980px;
	margin:0 auto 10px;
	border-bottom:1px solid #006EA8;
	padding-bottom:10px;
}
.content_list{
	width:980px;
	margin:0 auto;
	padding:25px 0;
}
.content_list_img{
	width:220px;
	height: 124px;
	display: block;
	float:left;
	position: relative;
	margin:20px 51px;
}
.content_list_img img:first-child{
	width:220px;
	height: 124px;
}
.content_list_img img:nth-child(2){
	position: absolute;
	bottom:1px;
	right:0;
}
.content_list_img a{
	text-decoration: none;
}
.content_list_img img:hover{
	transition: 0.5s;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, .2);
  transform: scale(1.01,1.01);
}
/* /----- content -----/ */

/* /----- movie -----/ */
.movie_area{
	width:1024px;
	height: auto;
	margin:0 auto;
	padding-top:50px;
	color:#333333;
	position: relative;
}
.movie_field1{
  border-bottom:dotted 1px #3D3D3D;
	padding-bottom:10px;
	margin-bottom:18px;
}
.movie_text1{
	font-size: 20px;
	color:#006EA8;
	width:980px;
	margin:0 auto 10px;
	border-bottom:1px solid #006EA8;
	padding-bottom:10px;
}
.movie_list{
	width: 980px;
	margin:0 auto;
}
.movie_list iframe{
	float:left;
	margin:10px 38px;
}
/* /----- movie -----/ */

/* /----- sitemap -----/ */
.sitemap_area{
	width:1024px;
	height: auto;
	margin:0 auto;
	padding-top:50px;
	position: relative;
}
.sitemap_text1{
	font-size: 20px;
	color:#006EA8;
	width:980px;
	margin:0 auto 10px;
	border-bottom:1px solid #006EA8;
	padding-bottom:10px;
}
.sitemap_field1{
	width:300px;
	float:left;
	margin:30px 100px 0 200px;
}
.sitemap_field2{
	width:300px;
	float:left;
	margin-top:30px;
}
.sitemap_text3{
	padding-top:10px;
	font-size:18px;
	line-height: 48px;
	font-weight: bold;
	color:#ffffff;
}
.sitemap_text3 a{
	text-decoration: none;
	color:#333333
}
.sitemap_text3 a:hover{
	color:#006EA8;
	transition: color .3s;
}
/* /----- sitemap -----/ */

/* /----- entry -----/ */
.entry_area{
	width:1024px;
	height: auto;
	margin:0 auto;
	padding-top:50px;
	position: relative;
}
.entry_text1{
	font-size: 20px;
	color:#006EA8;
	width:980px;
	margin:0 auto 10px;
	border-bottom:1px solid #006EA8;
	padding-bottom:10px;
}
.entry_text2{
	font-size: 14px;
	line-height: 20px;
	color:#333333;
	width:980px;
	margin:0 auto 45px;
}
.entry_text2 span{
	color:#ff0000;
}
.entry_text4{
	font-size: 20px;
	color:#006EA8;
	width:980px;
	margin:0 auto 45px;
	border-bottom:1px solid #006EA8;
	padding-bottom:15px;
}
.entry_text5{
	font-size: 25px;
	color:#333333;
	text-align: center;
	width:980px;
	margin:0 auto;
	padding:250px 0;
}
.entry_form{
	width:980px;
	margin:0 auto 45px;
	border-bottom:1px solid #006EA8;
	padding-bottom:55px;
  
  font-size: 16px;
  
}
.entry_form table{
	width:790px;
	margin:30px auto;
  
  line-height: 130%;
  
}
.entry_form table tr{
	display: block;
	padding-bottom:10px;
	margin-bottom:18px;
	font-size: 17;
}
.entry_form table td:first-child{
	width:180px;
	vertical-align: top;
}
.entry_form table td:nth-child(2){
	padding-right:5px;
}
.entry_btn{
	text-align: center;
}
/* /----- entry -----/ */

/* /----- contact -----/ */
.contact_area{
	width:1024px;
	height: auto;
	margin:0 auto;
	padding-top:50px;
	position: relative;
  font-size: 16px;
}
.contact_text1{
	font-size: 20px;
	color:#006EA8;
	width:980px;
	margin:0 auto 10px;
}
.contact_text2{
	font-size: 14px;
	line-height: 20px;
	color:#333333;
	width:980px;
	margin:0 auto 45px;
	border-bottom:1px solid #006EA8;
	padding-bottom:15px;
}
.contact_text3{
	font-size: 14px;
	line-height: 20px;
	color:#333333;
	width:980px;
	margin:0 auto 45px;
}
.contact_text4{
	font-size: 20px;
	color:#006EA8;
	width:980px;
	margin:0 auto 45px;
	border-bottom:1px solid #006EA8;
	padding-bottom:15px;
}
.contact_text5{
	font-size: 25px;
	color:#333333;
	text-align: center;
	width:980px;
	margin:0 auto;
	padding:250px 0;
}
.contact_form{
	width:980px;
	margin:0 auto 45px;
	border-bottom:1px solid #006EA8;
	padding-bottom:55px;
}
.contact_form table{
	width:790px;
	margin:30px auto;
}
.contact_form table tr{
	display: block;
	padding-bottom:10px;
	margin-bottom:18px;
	font-size: 17;
}
.contact_form table td:first-child{
	width:180px;
	vertical-align: top;
}
.contact_form table td:nth-child(2){
	padding-right:5px;
}
.contact_btn{
	text-align: center;
}
/* /----- contact -----/ */

/* /----- footer -----/ */
footer{
	width:100%;
	height:auto;
	background-color: #353E47;
	margin-top:45px;
	padding-bottom:20px;
	border-bottom:5px solid #ffffff;
}
.footer_area{
	width:1024px;
	height:auto;
	margin: 0 auto;
}
.footer_icon{
	text-align: center;
	padding-bottom:25px;
}
.footer_field1{
	width:275px;
	float:left;
	margin:0 20px;
}
.footer_field2{
	width:235px;
	float:left;
}
.footer_field3{
	width:235px;
	float:left;
}
.footer_field4{
	width:235px;
	float:left;
}
.footer_logo{
	text-align: center;
	padding-bottom:15px;
}
.footer_text1{
	text-align: center;
	color:#ffffff;
	font-size:13px;
	line-height: 16px;
	font-weight: bold;
	padding-top:15px;
	padding-bottom:15px;
}
.footer_text2{
	font-size:17px;
	font-weight: bold;
	color:#ffffff;
}
.footer_text3{
	padding-top:10px;
	font-size:12px;
	line-height: 19px;
	font-weight: bold;
	color:#ffffff;
}
.footer_text3 a{
	color:#ffffff;
	text-decoration: none;
}
.footer_text3 a:hover{
	color:#006EA8;
	transition: color .3s;
}
.footer_text4{
	font-size:17px;
	line-height: 27px;
	font-weight: bold;
	color:#ffffff;
}
.footer_text4 a{
	color:#ffffff;
	text-decoration: none;
}
.footer_text4 a:hover{
	color:#006EA8;
	transition: color .3s;
}
.footer_img2{
	float:left;
	padding-top:12px;
	padding-left:25px;
	padding-right:25px;
}
.footer_img3{
	float:left;
}
.footer_copy{
    text-align: center;
}
/* /----- /footer -----/ */
#pageTop {
  position: absolute;
  bottom:-5px;
  right: 70px;
}
#pageTop a {
  display: block;
  z-index: 999;
  text-decoration: none;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* /----- clearfix -----/ */
.clearLeft {
	clear: left;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/*\*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* /----- /clearfix -----/ */