
/************************************
** 投稿ページ(content)専用CSS
************************************/

body.custom-background {
    background-image:none!important;
	background-color: #f5f3ee!important;
}

#content-wrap {
    width: 100%!important;
    float: right!important;
}

.widget-area {
    width: 23%;
    float: left;
    background-color: #fff;
    padding: 30px;
    border: 4px double #ebebeb;
    margin-bottom: 30px;
    margin-left: 2%;
	margin-top: 3em;
}

.hentry .post-content {
    border: 4px double #ebebeb;
    padding: 30px;
    background-color: #fff;
    width: 75%;
	float: right;
}

.content-area {
    width: 100%;
    float: left;
    max-width: 1050px;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
    width: 75%;
    float: right;
}

.hentry {
    margin: 0 0 40px;
}

.content-h1 h1 {
    color: #231815!important;
    font-weight: 700!important;
    font-family: 'M PLUS 1p', sans-serif!important;
}

h1, h2, h3, h4, h5, h6 {
    color: #231815!important;
    font-weight: 700!important;
    font-family: 'M PLUS 1p', sans-serif!important;
}

