@charset "UTF-8";




#pageslide {
	/* These styles MUST be included. Do not change. */
    display: none;
	position: absolute;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	/* Specify the width of your pageslide here */
    width: 260px;
	/* These styles are optional, and describe how the pageslide will look */
    background-color: #8B2011;
	color: #FFF;
}

#modal {
	display: none;
	margin: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
}

#modal a{
	color: #FFF;
	letter-spacing: 0.1em;
}

#menu_bt{
	position: fixed;
	top: 70px;
	left: 75px;
	z-index: 9998;
}

#menu_close{
	position: absolute;
	top: 70px;
	right: 75px;
	height: 20px;
	width: 20px;
}

ul.menu_up {
	padding: 0;
	list-style-type: none;
	margin-top: 65px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

ul.menu_up li a{
	padding: 0;
	line-height: 22px;
	font-size: 11px;
	margin: 0px;
	font-weight: bolder;
}

ul.menu_down {
	padding: 0;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

ul.menu_down li a{
	padding: 0;
	line-height: 22px;
	font-size: 8px;
	margin: 0px;
}

hr{
	width: 20px;
	margin-top: 15px;
	margin-right: 80%;
	margin-bottom: 15px;
	margin-left: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCC;
}



@media only screen and (max-width: 767px) {

#logo{
	width: 100%;
	top: 42px;
	z-index: 9997;
	text-align: center;
	position: fixed;
	margin: 0px;
}

#logo img{}

#header .header_logo_area {padding-top: 15px;}	

#menu_bt{
	position: fixed;
	top: 40px;
	left: 20px;
	z-index: 9998;
}

#menu_close{
	position: absolute;
	top: 40px;
	right: 40px;
	height: 20px;
	width: 20px;
}

#main_center{
	width:100%;
	margin-top: 200px;
}

#main_center img{
	width:100%;
}


.about_box{
	margin-top: 0px;
	width: 100%;
	float: left;
	margin-bottom: 100px;
}


#contents{
	width: 90%;
	margin-left: 5%;
	margin-top: 30px;
	position: absolute;
	left: 0px;
	margin-right: 5%;
}

.goriyo_box{
	width: 100%;
	border-top-style: none;
	padding-top: 15px;
	margin-top: 15px;
	font-size: 11px;
	line-height: 20px;
	margin-bottom: 0px;
}

.goriyo_left{
	float: left;
	width: 100%;
	padding-left: 0px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.goriyo_right{
	margin-top: 10px;
	margin-bottom: 20px;
	float: left;
	width: 100%;
	border-left-style: none;
	padding-left: 0px;
}

}


@media only screen and (min-width : 760px ){
	
#logo{
	width: 250px;
	top: 70px;
	z-index: 9997;
	text-align: center;
	position: fixed;
	margin-left: -125px;
	left: 50%;
}

#main_center{
	height:514px;
	width:685px;
	text-align: center;
	position: absolute;
	margin-top: 200px;
	margin-left: -342px;
	left: 50%;
}

}
