/*!
Theme Name: _s Child
Template:_s-master
*/
ul{
	margin: 0;
}
li{
	list-style: none;
}
dd{
	margin:0;
}
.main-navigation ul{
	display:block;
}
.post, .page {
    margin: 0;
}
.nav-links{
	margin-bottom:40px;
}
.nav-links .nav-subtitle{
	display: none;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous{
	text-align:left;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next{
	text-align:right;
}

.comments-area{
	display:none;
}
dt{
	font-weight:200;
}
.mwform-checkbox-field label, .mwform-radio-field label{
	font-weight:200;
}
#primary{
width:calc(100% - 250px) ;
}
#secondary{
width:200px;
}

.sns__container{
	text-align: right;
}

.sns__container a {
display: inline-block;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-right: 10px;
  margin-left: 0;
}

@media screen and (max-width: 420px) {
#primary{
width:100% ;
}
#secondary{
width:100% ;
}
.page-content, .entry-content, .entry-summary {
    margin: 0;
}


	}

