@charset "utf-8";

/*-----------------------------

------------------------------*/
.main_title_area.infopage,
.main_title_area.archivespage{
	background-image: url('../images/info/main.jpg');
	height: 230px;
	position: relative;
	background-size: cover;
	background-position: center center;
}
.sidebar_info {
    float: left;
    width: 220px;
    padding-right: 15px;
    padding-left: 15px;
    border-right: 1px solid #2eb2c2;
    padding: 15px;
    border-radius: 2px;
}
.sidebar_info ul {
	padding: 20px 20px 20px 0;
}
.sidebar_info ul li a  {
    position: relative;
    display: block;
    /* border-top: 1px dotted #ccc; */
    background-size: 5px 9px;
    text-decoration: none;
    font-size: 16px;
    color: #282828;
}
.sidebar_info ul li a:hover  {
    color: #2eb2c2;
}
.category_wrap ul li {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}
.category_wrap ul li a {
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    color: #231815;
	display:block;
    margin-top: 10px
}
.category_wrap ul li a:hover  {
    color: #2eb2c2;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.category_wrap ul li:last-child,
.category_wrap ul li:nth-child(10n) {
    margin-bottom: 40px;
}
.single_main_contents p {
	margin-bottom:20px;
}

/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

}

/* Portrait phones and smaller */
@media (max-width: 480px) {
.sidebar_info {
	display:none;
}
}