/* ===========================================
 * css Noto Sans
 * ver 3.0.5
=========================================== */

* {
    margin: 0px;
    padding: 0px;
    font-family: 'Noto Serif JP', serif;
}

body {
    *font-size: small;
    *font: x-small;
    font-size: 14px;
	color: #333333;
}


/* ===========================================
 * Reset
=========================================== */

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
ol, ul {
    list-style: none;
}
ul li img {
     vertical-align: bottom;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
:focus {
    outline: 0;
}
a{
text-decoration: none;
}
img{
 border:0;
}
ing,input{
  vertical-aligin: bottom;
}

.clearfix {
	clear: both;
}

.pc {
	display: block;
}
.smart {
	display: none;
}

.contents {
	min-width: 1200px;
	overflow: hidden;
}

/* ===========================================
 * contents
=========================================== */
.box{
	/*margin-bottom: 120px;*/
	width: 100vw;
  	height: 100vh;
	position: relative;
    text-align: center;
}

.box video {
  min-width: 100%;
  min-height: 100%;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/*
@media screen and (max-width:1200px) {
	.box {
	position: relative;
    width: 100%;
    height: 680px;
  }
	
	.box video {
	  height: 680px;
	}
   
}*/







.basicBox, .swiggleBox, .checkBox {
  width: 220px;
  height: 65px;
  color: #cabb89;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.15rem;
  line-height: 65px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  cursor: pointer;
}

svg {
  position: absolute;
  top: 0;
  left: 0;
}


#common_co_A rect, svg path, svg polyline {
  fill: none;
  stroke: #cabb89;
  stroke-width: 1;
}

#common_co_B rect, svg path, svg polyline {
  fill: none;
  stroke: #cabb89;
  stroke-width: 1;
}

#common_co_C rect, svg path, svg polyline {
  fill: none;
  stroke: #cabb89;
  stroke-width: 1;
}

#common_co_D rect, svg path, svg polyline {
  fill: none;
  stroke: #7c651a;
  stroke-width: 1;
}

#contact_A rect, svg path, svg polyline {
  fill: none;
  stroke: #cabb89;
  stroke-width: 1;
}


.news_entry_pn rect, svg path, svg polyline {
  fill: none;
  stroke: #cabb89;
  stroke-width: 1;
}


.basicBox:hover svg rect, .swiggleBox:hover svg path, .checkBox:hover svg polyline {
  stroke: #cabb89;
}

/* Basic Box */
.basicBox svg rect {
  stroke-dasharray: 400, 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
.basicBox:hover svg rect {
  stroke-width: 3;
  stroke-dasharray: 35, 380;
  stroke-dashoffset: 38;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}


/* ===========================================
 * common
=========================================== */

#common_header_bg {
	height: 100px;
	z-index: 98;
	position: fixed;
	top: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.6);
	display: none;
}

#common_header {
	height: 100px;
	z-index: 99;
	position: fixed;
	top: 0;
	width: 100%;
}

#common_header_inner {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#common_header_logo {
	float: left;
	padding-top: 13px;
}

#common_header_nav {
	float: right;
	padding-top: 45px;
	display: none;
}

#common_header_nav ul li{
	float: left;
	padding-left: 35px;
}
#common_header_nav ul li a{
	color: #FFF;
}

#common_header_lang {
	position: relative;
    top: -60px;
    text-align: center;
    color: #FFF;
    left: 223px;
	font-size: 12px;
}

#common_header_lang a{
	color: #FFF;
}


#common_co_A {
	padding-top: 180px;
	padding-bottom: 180px;
	background-image: url(../img/common/co_01.jpg);
	background-position:  center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 2;
	min-width: 1200px;
}

#common_co_A_inner {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#common_co_A_img {
	padding-left: 145px;
}
#common_co_A_img img{
	width: 100%;
}

#common_co_A_viideo {
	width: 580px;
	height: 320px;
	position: relative;
	top: -46px;
	border: 3px #FFF solid;
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: -230px;
}

#common_co_A_viideo video{
	width: 100%;
}

#common_co_A_btn {
	padding-left: 720px;
}
#common_co_A_btn a{
	display: block;
	color: #cabb89;
}

#common_co_A_btn span{
	display: block;
	width: 100px;
	border-top: 1px #cabb89 solid;
	position: relative;
	top: -32px;
    left: 190px;
}

#common_co_B {
	padding-top: 110px;
	padding-bottom: 140px;
	background-image: url(../img/common/co_02.jpg);
	background-position:  center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 2;
	min-width: 1200px;
}

#common_co_B_inner {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#common_co_B_img {
	float: left;
	width: 670px;
	padding-top: 55px;
}

#common_co_B_img img{
	width: 100%;
}

#common_co_B_body {
	float: right;
	width: 280px;
}

#common_co_B_body_he {
	margin-left: 130px;
	height: 130px;
	border-left: 1px #cabb89 solid;
	margin-bottom: 55px;
}

#common_co_B_body_text {
	text-align: center;
}
#common_co_B_body_text p{
	display: block;
	padding-bottom: 40px;
	font-size: 24px;
	color: #FFF;
}

#common_co_B_body_text span{
	color: #FFF;
	font-size: 30px;
	font-weight: normal;
	display: block;
}


#common_co_B_btn {
	padding-top: 55px;
}
#common_co_B_btn a{
	display: block;
	color: #cabb89;
}

#common_co_B_btn span{
	display: block;
	width: 100px;
	border-top: 1px #cabb89 solid;
	position: relative;
	top: -32px;
    left: 190px;
}






#common_co_C {
	padding-top: 140px;
	padding-bottom: 140px;
	background-image: url(../img/common/co_03.jpg);
	background-position:  center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 2;
	min-width: 1200px;
}

#common_co_C_inner {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#common_co_C_img {
	float: right;
	width: 670px;
	padding-top: 55px;
}

#common_co_C_img img{
	width: 100%;
}

#common_co_C_body {
	float: left;
	width: 280px;
}

#common_co_C_body_he {
	margin-left: 130px;
	height: 130px;
	border-left: 1px #cabb89 solid;
	margin-bottom: 55px;
}

#common_co_C_body_text {
	text-align: center;
}
#common_co_C_body_text p{
	display: block;
	padding-bottom: 40px;
	font-size: 24px;
	color: #FFF;
}

#common_co_C_body_text span{
	color: #FFF;
	font-size: 30px;
	font-weight: normal;
	display: block;
}


#common_co_C_btn {
	padding-top: 55px;
}
#common_co_C_btn a{
	display: block;
	color: #cabb89;
}

#common_co_C_btn span{
	display: block;
	width: 100px;
	border-top: 1px #cabb89 solid;
	position: relative;
	top: -32px;
    left: 190px;
}



#common_co_D {
	padding-top: 140px;
	padding-bottom: 140px;
	background-image: url(../img/common/co_04.jpg);
	background-position:  center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 2;
	min-width: 1200px;
}

#common_co_D_inner {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#common_co_D_title_b {
	text-align: center;
	font-size: 36px;
	padding-bottom: 30px;
	font-weight: normal;
}
#common_co_D_title_s {
	text-align: center;
	font-size: 30px;
	padding-bottom: 50px;
	letter-spacing: 0.3em; 
	display: block;
}


#common_co_D_list {
	margin-left: -25px;
}

.common_co_D_list_box {
	width: 315px;
	height: 280px;
	float: left;
	margin-left: 25px;
}

.common_co_D_list_box_img {
	height: 190px;
	width: 100%;
	overflow: hidden;
}

.common_co_D_list_box_img img{
	width: 100%;
}

.common_co_D_list_box h3{
	display: block;
}
.common_co_D_list_box h3 a{
	padding-top: 13px;
	padding-bottom: 13px;
	display: block;
	color: #333;
}

.common_co_D_list_box h3 a:hover{
	text-decoration: underline;
}



#common_co_D_btn {
	padding-top: 55px;
	padding-left: 720px;
}
#common_co_D_btn a{
	display: block;
	color: #7c651a;
}

#common_co_D_btn span{
	display: block;
	width: 100px;
	border-top: 1px #7c651a solid;
	position: relative;
	top: -32px;
    left: 190px;
}

#common_footer {
	padding-top: 55px;
	height: 200px;
	background-image: url(../img/common/co_05.jpg);
	background-position:  center right;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 2;
	min-width: 1200px;
	background-color: #262626;
	border-top: 1px #373530 solid;
}

#common_footer_inner {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#common_footer_copy {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #727272;
	background-color: #000;
}


#common_footer_nav ul li{
	float: left;
	padding-right: 30px;
}

#common_footer_nav ul li a{
	color: #FFF;
}
#common_footer_nav ul li a:hover{
	text-decoration: underline;
}


/* ===========================================
 * sub
=========================================== */
#sub_mv {
	width: 100%;
	height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

#sub_breadcrumb {
	height: 40px;
	width: 100%;
}
#sub_breadcrumb ol{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	color: #A9A9A9;
}

#sub_breadcrumb ol li{
	float: left;
	padding-right: 10px;
	line-height: 40px;
}

#sub_breadcrumb ol li a{
	display: inline-block;
	padding-right: 10px;
	color: #FFF;
	
}

/* ===========================================
 * quality
=========================================== */

.quality_mv {
	background-image: url("../img/quality/sub_bg.jpg");
}

#quality_A {
	background-image: url(../img/quality/co_01.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #262626;
}

#quality_A_inner {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#quality_A_inner h2{
	color: #FFF;
	font-size: 48px;
	padding-bottom: 40px;
	padding-top: 100px;
	font-weight: 100;
}

#quality_A_bar {
	height: 125px;
	width: 1px;
	background-color: #cabb89;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
}

#quality_A_txt {
	font-size: 18px;
	color: #FFF;
	text-align: center;
	padding-bottom: 75px;
}

#quality_B {
	background-image: url(../img/quality/co_03.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

#quality_B_inner {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 200px;
	padding-bottom: 200px;
}

.quality_B_title {
	padding-bottom: 30px;
	font-size: 24px;
	text-align: center;
	font-weight: normal;
	color: #cabb89;
}
.quality_B_text {
	text-align: center;
	line-height: 3;
	padding-bottom: 60px;
	color: #FFF;
	font-size: 16px;
}

.quality_B_move {
	width: 580px;
	height: 320px;
	margin-left: auto;
	margin-right: auto;
	border: 3px #FFF solid;
	overflow: hidden;
}

.quality_B_move video{
	width: 100%;
}


#quality_C {
	background-image: url(../img/quality/co_02.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

#quality_C_inner {
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 120px;
	padding-bottom: 40px;
}


.quality_C_title {
	padding-bottom: 30px;
	font-size: 24px;
	text-align: center;
	font-weight: normal;
	color: #cabb89;
}
.quality_C_text {
	text-align: center;
	line-height: 3;
	padding-bottom: 60px;
	color: #FFF;
	font-size: 16px;
}

.quality_C_img {
	text-align: center;
	padding-bottom: 60px;
}


.quality_C_list {
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 140px;
}

.quality_C_list ol li {
	color: #FFF;
	padding-bottom: 20px;
	font-size: 16px;
}

.quality_C_table {
	width: 100%;
	padding-bottom: 60px;
}


.quality_C_table table{
	width: 100%;
	border-collapse:collapse;
}

.quality_C_table table tr {
	border-bottom: 1px #cabb89 solid;
}

.quality_C_table table tr th{
	padding: 15px;
	font-weight: normal;
	color: #FFF;
	width: 130px;
	text-align: left;
	font-size: 16px;
}

.quality_C_table table tr td{
	color: #FFF;
	text-align: left;
	font-size: 16px;
}


/* ===========================================
 * about
=========================================== */

.about_mv {
	background-image: url("../img/about/sub_bg.jpg");
}

#about_A {
	background-image: url(../img/about/co_01.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #262626;
}

#about_A_inner {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#about_A_inner h2{
	color: #FFF;
	font-size: 48px;
	padding-bottom: 40px;
	padding-top: 130px;
	font-weight: 100;
}

#about_A_bar {
	height: 125px;
	width: 1px;
	background-color: #cabb89;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
}

#about_A_txt {
	font-size: 18px;
	color: #FFF;
	text-align: center;
	padding-bottom: 75px;
}


#about_B_inner {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px;
}

.about_co {
	padding-bottom: 90px;
}

.about_B_img_left {
	width: 590px;
	float: left;
	position: relative;
	z-index: 2;
}
.about_B_img_left_body {
	width: 800px;
	border: 1px #373530 solid;
	float: left;
	position: relative;
	top: -350px;
	left: 220px;
	z-index: 1;
	margin-bottom: -350px;
}

.about_B_img_left_body_in {
	padding-top: 35px;
	padding-left: 420px;
	height: 450px;
}

.about_B_img_left_body_in h3{
	font-size: 24px;
	color: #cabb89;
	padding-bottom: 30px;
}

.about_B_img_left_body_in ol li{
	color: #FFF;
	font-size: 16px;
	padding-bottom: 20px;
}

.about_B_img_left_body_in ol li img{
	top: 3px;
	margin-left: 5px;
	position: relative;
}



.about_B_img_right {
	width: 590px;
	float: right;
	position: relative;
	z-index: 2;
}
.about_B_img_right_body {
	width: 800px;
	border: 1px #373530 solid;
	float: left;
	position: relative;
	z-index: 1;
	top: -350px;
	margin-bottom: -350px;
}

.about_B_img_right_body_in {
	padding-top: 35px;
	padding-left: 25px;
	height: 450px;
}

.about_B_img_right_body_in h3{
	font-size: 24px;
	color: #cabb89;
	padding-bottom: 30px;
}

.about_B_img_right_body_in ol li{
	color: #FFF;
	font-size: 16px;
	padding-bottom: 20px;
}

.about_B_img_right_body_in ol li img{
	top: 3px;
	margin-left: 5px;
	position: relative;
}

/* ===========================================
 * policy
=========================================== */

.policy_mv {
	background-image: url("../img/policy/sub_bg.jpg");
}

#policy_A {
	background-image: url(../img/policy/co_01.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #262626;
}

#policy_A_inner {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#policy_A_inner h2{
	color: #FFF;
	font-size: 48px;
	padding-bottom: 40px;
	padding-top: 130px;
	font-weight: 100;
	text-align: center;
}

#policy_A_bar {
	height: 125px;
	width: 1px;
	background-color: #cabb89;
	margin-left: auto;
	margin-right: auto;
}

#policy_body {
	padding-top: 80px;
	width: 665px;
	margin-left: auto;
	margin-right: auto;
}

#policy_body_text {
	color: #FFF;
	padding-bottom: 50px;
	line-height: 2.3;
	font-size: 16px;
}

#policy_body_dl {
	width: 100%;
}

#policy_body_dl dt{
	font-size: 24px;
	color: #cabb89;
	padding-bottom: 25px;
}

#policy_body_dl dd{
	color: #FFF;
	line-height: 2.3;
	font-size: 16px;
	padding-bottom: 70px;
}



/* ===========================================
 * contact
=========================================== */

.contact_mv {
	background-image: url("../img/contact/sub_bg.jpg");
}

#contact_A {
	background-image: url(../img/contact/co_01.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #262626;
	padding-bottom: 100px;
}

#contact_A_inner {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#contact_A_inner h2{
	color: #FFF;
	font-size: 48px;
	padding-bottom: 40px;
	padding-top: 130px;
	font-weight: 100;
	text-align: center;
}


#contact_A_bar {
	height: 125px;
	width: 1px;
	background-color: #cabb89;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
}

#contact_A_txt {
	font-size: 18px;
	color: #FFF;
	text-align: center;
	padding-bottom: 75px;
}


#contact_A_flow {
	padding-top: 20px;
	padding-bottom: 40px;
	text-align: center;
}
#contact_A_notice {
	font-size: 18px;
	color: #FFF;
	text-align: center;
	padding-bottom: 45px;
}

#contact_A_btn {
	padding-top: 55px;
	margin-left: 313px;
}
#contact_A_btn a{
	display: block;
	color: #cabb89;
}

#contact_A_btn span{
	display: block;
	width: 100px;
	border-top: 1px #cabb89 solid;
	position: relative;
	top: -32px;
    left: 190px;
}



#contact_main {
	border: 2px #373530 solid;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	height: 1220px;
}

#contact_main_in {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	height: 1220px;
	background-color: rgba(55,53,48,0.8);
	position: relative;
	top: 20px;
	left: 20px;
}

#contact_main_form {
	padding-top: 70px;
	padding-left: 60px;
	padding-right: 60px;
}

#contact_main_form_table table{
	width: 100%;
}

#contact_main_form_table table th{
	color: #FFF;
	font-weight: normal;
	width: 284px;
	vertical-align: top;
	padding-top: 10px;
	text-align: left;
}

#contact_main_form_table table th span{
	display: inline-block;
	width: 67px;
	height: 36px;
	margin-right: 20px;
	background-color: #a40000;
	line-height: 36px;
	font-size: 14px;
	text-align: center;
}

#contact_main_form_table table td{
	padding-bottom: 70px;
}


#contact_main_form_table table td p{
	color: #FFF;
	display: block;
	padding-top: 10px;
	padding-left: 20px;
	
}

#contact_main_form_table table td span{
	color: #FFF;
	display: block;
	padding-top: 10px;
	padding-left: 20px;
}

.contact_input {
	width: 560px;
	height: 20px;
	border-radius: 6px;
	border: 1px #FFF solid;
	font-size: 16px;
	padding: 20px;
	background-color: #FFF;
	color: #000;
}
.contact_textarea {
	width: 560px;
	height: 260px;
	border-radius: 6px;
	border: 1px #FFF solid;
	font-size: 16px;
	padding: 20px;
	background-color: #FFF;
	color: #000;
}


#contact_main_policy {
	text-align: center;
}

#contact_main_policy a{
	font-size: 18px;
	color: #FFF;
	text-decoration: underline;
}
#contact_main_policy p{
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFF;
	font-size: 16px;
}


#contact_main_policy_doui {
	padding-bottom: 40px;
	color: #FFF;
}
#contact_main_policy_doui span{
	color: #FFF;
	display: block;
	padding-top: 10px;
}
#form {
	margin-top: -100px;
	padding-top: 100px;
}



/* ===========================================
 * news
=========================================== */

.news_mv {
	background-image: url("../img/news/sub_bg.jpg");
}

#news_A {
	background-image: url(../img/news/co_01.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #262626;
	padding-bottom: 100px;
}

#news_A_inner {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#news_A_inner h2{
	color: #FFF;
	font-size: 48px;
	padding-bottom: 40px;
	padding-top: 130px;
	font-weight: 100;
	text-align: center;
}


#news_A_bar {
	height: 125px;
	width: 1px;
	background-color: #cabb89;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
}

#news_A_txt {
	font-size: 18px;
	color: #FFF;
	text-align: center;
	padding-bottom: 75px;
}

#news_nav {
	width: 1032px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 60px;
}

.news_cate_box {
	width: 315px;
	height: 95px;
	border: 2px #373530 solid;
	float: left;
	margin-left: 25px;
	position: relative;
	z-index: 5;
}

.news_cate_box_in {
	width: 315px;
	height: 95px;
	background-color: rgba(55,53,48,0.8);
	position: relative;
	top: 10px;
	left: 10px;
	color: #cabb89
}

.news_cate_box_in p{
	font-size: 24px;
	padding-left: 20px;
	line-height: 95px;
}

#news_contents {
	
	
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	
}

#news_contents_in {
	
	width: 100%;
	display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
	
	-webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	
}

.news_box {
	width: 320px;
	margin-left: 20px;
	border-bottom: 1px #888888 solid;
	padding-bottom: 30px;
	margin-bottom: 40px;

}

.news_box_img {
	width: 320px;
	height: 180px;
	background-color: #ccc;
	overflow: hidden;
}

.news_box_img img{
	width: 100%;
}


.news_box_info {
	padding-top: 10px;
	padding-bottom: 10px;
}

.news_box_info p{
	font-size: 12px;
	color: #888888;
	display: inline-block;
	margin-right: 15px;
}

.news_box_info span{
	font-size: 12px;
	color: #cabb89;
	height: 22px;
	border:1px #cabb89 solid;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 22px;
	display: inline-block;
}

.news_box_title {
	padding-bottom: 15px;
}

.news_box_title a{
	font-weight: normal;
	font-size: 18px;
	color: #cabb89;
}

.news_box_title a:hover{
	text-decoration: underline;
}


.news_box_body {
	line-height: 2.5;
	font-size: 14px;
	color: #FFF;
}

.news_box_body a{
	color: #cabb89;
}

.news_box_body a:hover{
	text-decoration: underline;
}



#news_A_entry {
	background-color: #262626;
	padding-bottom: 100px;
}

#news_A_entry_inner {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#news_A_entry_inner h2{
	color: #FFF;
	font-size: 48px;
	padding-bottom: 40px;
	padding-top: 130px;
	font-weight: 100;
}


#news_A_entry_bar {
	height: 125px;
	width: 1px;
	background-color: #cabb89;
	margin-left: 80px;
	margin-bottom: 35px;
}


/*NEWS SISYTEM CSS*/
#nc_left {
	float: left;
	width: 700px;
	margin-bottom:60px;
	padding-top: 30px;
}
#nc_right {
	float: right;
	width: 270px;
	padding-top: 30px;
}

.nc_title {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	font-size:18px;
	color: #666;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 16px;
}

.nc_title img{
	position: relative;
	top: 2px;
}

.nc_title a{
	font-size:16px;
	color: #666;	
}

.nc_title_data {
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 40px;
	text-align:right;
}

.nc_title_main_img {
	text-align: center;
	padding-bottom: 40px;	
}

.nc_title_main_img img{
	max-width:700px;
}

.nc_title_main_body {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom:70px;
	font-size:15px;
	color: #FFF;
	line-height: 2.3;
}

.nc_side_title {
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: normal;
	background-color: #EEE;
	text-align: center;
	height: 30px;
	width: 270px;
	line-height:29px;
}

.nc_side_ul {
	width:240px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:50px;
	padding-top: 40px;
}

.nc_side_ul li{
	margin-bottom:15px;
	color: #FFF;
}
.nc_side_ul li img{
	margin-right:10px;
}

.nc_side_ul li a{
	font-size:15px;
	color: #FFF;
	text-decoration:underline;
}

.next_btn {
	display: inline-block;
	color: #FFF;
	text-align: left;
}

.next_btn a{
	display:block;
	width:100%;
	height:100%;
	color: #FFF;
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
}


.news_entry_pn {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 45px;
	padding-right: 300px;
}

.news_entry_pn table{
	width: 100%;
}




.news_cate_box_side {
	width: 265px;
	height: 95px;
	border: 2px #373530 solid;
}

.news_cate_box_in_side {
	width: 265px;
	height: 95px;
	background-color: rgba(55,53,48,0.8);
	position: relative;
	top: 10px;
	left: 10px;
	color: #cabb89
}

.news_cate_box_in_side p{
	font-size: 18px;
	padding-left: 20px;
	line-height: 95px;
	
}


#news_prev_btn {
	float: left;
}
#news_prev_btn a{
	display: block;
	color: #cabb89;
}

#news_prev_btn span{
	display: block;
	width: 100px;
	border-top: 1px #cabb89 solid;
	position: relative;
	top: -32px;
    left: 190px;
}

#news_next_btn {
	float: right;
}
#news_next_btn a{
	display: block;
	color: #cabb89;
}

#news_next_btn span{
	display: block;
	width: 100px;
	border-top: 1px #cabb89 solid;
	position: relative;
	top: -32px;
    right: 64px;
}


#news_list_pager {
	padding-top: 40px;
	padding-bottom: 40px;
	width: 430px;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
}


#pop_navi_A {
	width: 440px;
	position: relative;
	top: 10px;
	display: none;
	padding-top: 20px;
	left: -60px;
}

#pop_navi_B {
	width: 440px;
	position: relative;
	top: 10px;
	display: none;
	padding-top: 20px;
	left: -60px;
}

.pop_navi_ul{
	background-color: #373530;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

.pop_navi_ul li{
	margin-bottom: 10px;
}

.pop_navi_ul li a{
	color: #FFF;
	display: block;
}
