@charset "utf-8";

/* CSS Document */

/* --greet-- */
@media print, screen and (min-width: 680px) {
#sec_read{
	height:250px;
}
#sec_read .im_read01{
	position:absolute;
	top:0;
	right:0;
}
#art_subject .div_h4:nth-of-type(1){
	float:left;
	width:430px;
	margin-right:40px;
}
#art_subject .div_h4:nth-of-type(2){
	float:left;
	width:430px;
}
#art_subject .text_notice01:nth-of-type(1){
	clear: both;
	margin-bottom: 30px;
}
#art_time .ul_notice01{
	margin-bottom:30px;
}
#art_map .im_map01{
}
}

@media screen and (max-width: 679px) {
#sec_read{
}
#sec_read .im_read01{
	width:100%;
}
#art_subject .div_h4:nth-of-type(1){
	float:left;
	width:45%;
	margin-right:10%;
}
#art_subject .div_h4:nth-of-type(2){
	float:left;
	width:45%;
}
#art_subject .text_notice01:nth-of-type(1){
	clear: both;
	margin-bottom: 30px;
}
#art_time .ul_notice01{
	margin-bottom:30px;
}
#art_map .im_map{
	width:100%;
}
}