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

body,h1,h2,h3,h4,p,img,table,a,li,ul,dl,dt,dd,nav{
	margin: 0;
	padding: 0;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"
}
img{
	width: 100%;
}
.clear{
	clear: both
}
body{
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
}
.drawer{
	display: none;
}
.header_nav{
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	position:fixed;
	background-color:white;
	box-shadow:0px 0px 6px gray;
}
.header_nav_area{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.header_logo{
	width:180px;
}
.header_ul{
	width:320px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
        padding-top: 12px;
}
.header_ul li{
    font-size: 12px;
}
.header_ul li a{
	color:black;
	text-decoration:none;
}
.pad{
    padding-top: 100px
}
.wrap_area{
    width: 980px;
    margin-left: auto;
    margin-right: auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.side_bar{
    width: 240px;
    padding-right: 15px;
    padding-left: 10px;
    border-right: 1px solid #f4f4f4;
}
.side_title{
    background: #BD3D37;
    padding: 5px 5px;
    color: white;
    font-size: 16px;
}
.side_menu{
    padding-left: 10px;
}
.side_menu li{
    border-bottom: 1px solid #f4f4f4;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.side_menu li a{
    color: #535560
}
.side_menu li .fa-circle-chevron-right{
    color: #BD3D37;
    font-size: 14px;
    margin-right: 5px;
}
.main_contents{
    width: 700px;
}
.contents_day{
    color: gray;
    text-align: right;
    font-size: 12px;
}
.contents_textarea{
    border-top: 1px solid #f4f4f4;
    margin-top: 10px;
    padding-top: 30px;
}
.contents_textarea img{
    width: 100%;
    height: auto;
}

.footer{
    background:#3c3c3c;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 80px;
}
.copy{
    color: #939393;
    text-align: center;
    font-size: 12px;
}
.category_name{
    margin-bottom: 20px;
}
.category_menu li{
    border-bottom: 1px solid #f4f4f4;
    padding: 10px;
}
.category_title{
    display: block;
    font-weight: bold;
    color: #535560
}
.update_day{
    display: block;
    text-align: right;
    font-size: 12px;
    color: #535560
}