@charset "utf-8";
.myHeader {
	position: relative;
}
.skinHeaderArea li {
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}
.skinContentsArea {
	padding: 0;
}
.skinContentsArea2{
	
}
.searchform input[type="text"] {
	width: 65%;
	margin:0px;
	padding: 5px;
	box-sizing: border-box;
}
.searchform input[type="submit"] {
	width: 28%;
	margin:0px;
	padding: 8px;
	box-sizing: border-box;
	background: #242424;/*変更箇所*/
	border: none;
	border-radius: 5px;
	color: #FFF;
	line-height: 12px;
}
.searchform input[type="submit"]:hover {
	background: rgba(36, 36, 36, 0.8);/*変更箇所*/
	cursor: pointer;
}
.screen-reader-text {
	display: none;
}
.snsBtns {
	margin:10px 0;
	text-align: right;
}
.snsBtns > div {
	display:inline-block;
}
.snsBtns>iframe, .snsBtns>a {
	padding:0 5px;
}
.snsBtns>a img {
	vertical-align:baseline;
}
.eyeCatch {
	margin-bottom:10px;
}
.eyeCatch img {
	width:100%;
	height:auto;
}
ul.newEntry {
	background: #FFF;
	margin:-12px 0 0;
	padding: 0 15px;
}
ul.newEntry li {
	background:none;
	padding:20px 0;
	margin:0px;
	border-bottom: none;
	border-top: 1px dotted #8F8F8F;
}
ul.newEntry li:first-child {
	border-top:none;
}
ul.newEntry p.thumb {
	width:64px;
	float:left;
	font-family: "Roboto";
	text-align: center;
	margin-right: -64px;
}
ul.newEntry p.thumb img {
	width:100%;
	height:auto;
	border-radius: 8px;
}
ul.newEntry p.thumb span {
	display:block
}
ul.newEntry p.thumb .month {
	background: #242424;/*変更箇所*/
	line-height: 26px;
	font-size: 13px;
	border-radius: 8px 8px 0 0;
	color: #FFF;
}
ul.newEntry p.thumb .day {
	background: #c7c7c7;/*変更箇所*/
	line-height: 38px;
	font-size: 25px;
	border-radius: 0 0 8px 8px;
}
ul.newEntry p.thumb a {
	color: #242424;
	display: block;
}
ul.newEntry p.thumb a:hover {
	text-decoration:none;
}
ul.newEntry .txt {
	margin-left: 80px;
}
ul.newEntry .txt .post_date {
	font-size: 16px;
	font-family: "Roboto";
	margin-bottom:6px;
	color: #242424;
}
ul.newEntry .txt .post_title {
	margin-bottom:8px;
	font-size: 14px;
}
ul.newEntry .txt .post_title a {
	color: #242424;
}
ul.newEntry .txt .post_excerpt{
	color: #8A8A8A;
}
li a.rsswidget {
	display:block;
	font-size:14px;
}
span.rss-date {
	color: #242424;/*変更箇所*/
}
.articleExLinkArea {
	display:none;
}
.widget_rss .skinMenuTitle {
	background: none;
	padding: 6px 0 0px 10px;
}
.widget_rss .skinMenuTitle a{
    color: #FFF;
}
.static .articleDetailArea {
	display:none;
}
.static .skinArticleHeader {
	border-top: 1px solid #3d3d3d;
}
.static .skinArticle {
	padding: 0 0 20px;
}
.static .articleLinkArea, .static .pagingArea {
	display:none;
}
/* PC用 */
@media only screen and (min-width: 640px) {
#gnavi {
	display:block !important;
}
}
.menuBtn {
	display:none;
}

