body{
    font-size:12px;
}
div#header{
	width:100%;
	max-width:980px;
	padding:0 10px;
}
div.section {
    width: 100%;
    margin: 0;
}
div#header_wrapper {
    padding-bottom: 15px;
}
footer{
	display:none;
}
.main-inner {
    padding: 0;
}
.post-body img{
	padding:0;
}
.summary_link:hover{
	text-decoration:none;
	opacity:0.8;
}
.summary_img{
	float:left;
	width:120px;
	height:120px;
	margin-right:20px;
}
.summary_title{
	display:block;
	width:calc(100% - 20px);
	font-weight:bold;
}
.summary_txt{
	display:block;
	width:calc(100% - 20px);
	color:#333;
}
#blog-pager{display:none;}
.post-footer,.blog-feeds{display:none;}
.post {
    margin: 0 0 5px 0;
}
.post {
    padding-bottom: 0 !important;
}
#feed{
	font-size:14px;
	width:100%;
	padding:10px;
	margin:0 auto;
}
.summary_img img{
	width:100%;
	height:100%;
}
.summary_link2{
	display:block;
	margin:5px auto 0 auto;
	padding-bottom:5px;	
	border-bottom:1px solid #ccc;
	height:126px;
	overflow:hidden;
}
.summary_link2:hover{
	opacity:0.7;	
}
.jump-link {
	display:none;
}
@media screen and (min-width: 600px) {
    .sp{display:none;}
}
div#header h1{
    width:400px;
}

@media screen and (max-width: 600px) {
.pc{display:none;}
.content-outer{padding-top:50px}

#gHeader #logo {
    float: left;
    width: 34%;
}
.main-inner .column-center-inner .section {
    margin: 0;
}
.post-body img {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
}
.post-body a{
	margin:0 !important;
}
.totalLink a {
    padding: 10px 25px;
    background: #3E2F18;
    display: block;
    color: #BFB27F;
    text-align: left;
    position: relative;
    font-size: 14px;
}
.totalLink a::before {
    margin-top: -6px;
    width: 7px;
    height: 13px;
    background: url(//www.pasela.co.jp/i/images-renew/common/sprite.png) no-repeat -82px -47px;
    -webkit-background-size: 115px 117px;
    background-size: 115px 117px;
    position: absolute;
    top: 50%;
    left: 7px;
    content: "";
}
.summary_link2 {
	height:auto;
}
.summary_title {
    width: calc(100% - 90px);
    float: right;
}
.summary_img {
    width: 80px !important;
    height: 80px !important;
	margin-right:5px;
}
.summary_txt{
	width: calc(100% - 90px);
	margin-bottom: 10px;
	float:right;
}
#feed {
    padding: 0px;
}
}