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

strong{
	color:#000 !important;
}

/* column */
#cnt{
	width:100%;
}

#side_cnt{
	width:100%;
}

/* slider set */
#top_mask{
	width:100%;
	height:273px;
	border:4px solid #161616;
	margin:0 0 50px 0;
	overflow:hidden;
}

#cnt .top_slide img{
	width:100%;
	height:auto;
	margin-bottom:-1px;
}



/* cnt_area */

.home_cnt{
	margin:0 0 80px 0;
}

.navigator{
	position:relative;
	margin-bottom:80px;
}
.navigator_about{
	width:100%;
	padding:0 40px;
	margin:35px auto 60px;
}
.navigator_about th{
	vertical-align:top;
	padding:0 0 0 20px;
	width:40%;
}

.navigator_about td{
	vertical-align:top;
	padding:0 20px 0 30px;
	font-size:1.2rem;
	line-height:1.4rem;
	width:60%;
}

.navigator_about td strong{
	font-size:1.6rem;
	font-weight:bold;
	margin:0 10px 0 0;
	line-height:6rem;
}

.navigator_about td span{
	font-size:1.2rem;
	font-weight:normal;
}

.about_list{
	position:absolute;
	top: 39.3%;
	left: 45%;
}

.about_list li{
	width:140px;
	display:inline-block;
	margin:0 40px 0 0;
}

.about_list li:last-child{
	margin:0;
}


.about_list li a{
	display:block;
	width:100%;
	padding:5px 5px;
	font-size:1.2rem;
	font-weight:bold;
	color:#fff;
	background:#000;
	text-align:center;
	border:2px solid #000;
}

.modal_blog{
	display:block;
	width:100px;
	padding:1px 4px;
	font-size:1.1rem;
	font-weight:bold;
	color:#fff;
	background:#000;
	text-align:center;
	border:2px solid #000;
}



.graylayer{
	display:none;
	position: fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background-color: #fff;
	filter:alpha(opacity=60); 
	-moz-opacity: 0.6; 
	opacity: 0.6; 
	z-index:99998;
	}
	
.modal_window{
	display:none;
	position: fixed;
	overflow:auto;
	top:0;
	left:0;
	z-index:99999;
	width:320px;
	background:#f7f7f7;
	padding:30px 10px;
	height:100%;
}


.modal_inner{
	position: absolute;
	height:1500px;
	padding:0 20px;
}

.modal_inner ..navigator_about th {
	padding:0px;
}

.modal_inner ..navigator_about td {
	padding: 0 20px 0 5px;
}

.closeBtn{
	position:absolute;
	right: 27px;
	top: -6px;
	width: 20px;
}

.modal_blog{
	width:140px;
	display:block;
	padding:5px 10px;
	font-size:1.2rem;
	font-weight:bold;
	color:#fff !important;
	background:#000;
	text-align:center;
	border:2px solid #000;
}


.bottom_btn{
	width:140px;
	margin:60px auto 0;
	display:block;
	padding:5px 10px;
	font-size:1.2rem;
	font-weight:bold;
	color:#fff !important;
	background:#000;
	text-align:center;
	border:2px solid #000;
}



.modal_text{
	margin:10px 0 50px;
	font-size:1.2rem;
	line-height:1.4rem;
}

.bottom_btn{
	margin:0 auto;
}


.topics{
	margin:0 0 75px 0;
	background:#EFEEE6;
	padding:20px 0;
}

.topics .blog_day{
	font-size:1.2rem;
	font-weight:bold;
	margin:35px 0 10px;
	padding:0 40px;
}

.topics img{
	margin:10px 0 20px;
	width:100%;
	height:auto;
	display: block;
}

.topics .topics_inner{
	margin: 40px 20px;
	border-bottom: 1px solid #000;
	padding:20px 0;
}

.topics .topics_inner p{
	font-weight:bold;
	font-size:1.6rem;
	padding:0;
}

.blog_btn{
	width:140px;
	margin:60px auto 0;
	display:block;
	padding:5px 10px;
	font-size:1.6rem;
	font-weight:bold;
	color:#fff !important;
	background:#000;
	text-align:center;
	border:2px solid #000;
}

.topics .topics_inner .rss_ttl{
	font-size:2rem;
	padding: 0 0 20px;
}

.topics .topics_inner u{
	text-decoration: none !important;
}


/* 170329 */
.blogLink{
display: block;
text-align: center;
margin: 40px 0 80px;
}


