@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */



/************************************
** 基本設定（General Setting）
************************************/

body {
		font-family: A1ゴシック M;
  /*letter-spacing: 0.1em;*/
  font-size:14px;
		color: #000;
  -webkit-text-size-adjust: 100%;
}

/* WEBフォント */
.f01 {font-family: A1ゴシック B;}


#container {
	background: url(/wp-content/themes/simplicity2-child/images/main_bg.jpg);
	background-size: 100%;
	background-position: center top;
	background-repeat: no-repeat;
}


#header-in, #navi-in, #body-in, #footer-in {
	width: 1150px;
}
#main {
	width: 820px;
	padding: 30px;
}
#body {
 margin-top: 30px;
}



/* スマホ */
@media screen and (max-width:750px){
	
	#header-in, #navi-in, #body-in, #footer-in {
		width: 95% !important;
	}
	#main {
		width: 100%;
		margin-bottom: 5%;
		padding: 5%;
	}
	#body {
		margin-top: 0;
	}
	.article {
		font-size: 16px;
	}
	
}




/* ヘッダー
----------------------------------- */

#header .alignleft{
	margin-left: 0;
	margin-right: 0;
}
#header #site-description {
	display: none;
}
#header .alignright {
	height: inherit;
	margin-right: 0;
	right: 0;
	top: 40px;
	position: absolute;
}
#header .alignright div.bnrYT {
	display: none;
	display: block;
}
#header .alignright #header-illust {
	width: 200px;
}

#mobile-menu a {
	color: #fff;
	padding: 0;
	text-decoration: none;
	display: block;
	cursor: pointer;
	text-align: center;
	line-height: 100%;
	border-radius: 3px;
	position: absolute;
	right: 10px;
	font-size: 15px;
	margin-top: 20px;
}



/* フッター
----------------------------------- */

#page-top a {
	color: #003399;
	text-decoration: none;
	display: block;
	cursor: pointer;
	text-align: center;
	background-color: #ffff00;
	line-height: 100%;
	border-radius: 50%;
	font-size: 11px;
	width: 30px;
	height: 30px;
}


/* ナビゲーション
----------------------------------- */

#navi {
	background-color: #003399;
}
#navi ul {
	border: none;
	background-color: #003399;
	border-radius: none;
}
#navi ul li {
	
}
#navi ul li a {
	font-size: 20px;
	color: #fff;
	padding: 1em 20px;
}
#navi ul li a:hover {
	background-color: #ffff00;
	color: #003399;
}



/* サイドバー
----------------------------------- */

#sidebar {
	
}
#sidebar .widget {
	margin-bottom: 30px;
}
#sidebar .widget_search {
	background-color: #eee;
	margin-bottom: 10px;
	padding: 10px;
}
#searchform {
	margin-top: 0;
}
#searchform #s {
	margin-bottom: 0;
}
#sidebar ul.bnr {
	margin: 0;
	padding: 0;
}
#sidebar ul.bnr li {
	margin: 0 0 10px 0;
	padding: 0;
}
#sidebar ul.bnr li a,
#sidebar ul.bnr li a img {
	display: block;
}
#sidebar ul.bnr li a:hover {
	opacity: 0.7;
}
#sidebar .recent-post {
	background-color: #fff;
	padding: 10px;
}
#sidebar .recent-post ul {
	margin: 0;
	padding: 0;
}
#sidebar .recent-post li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #eee;
}
#sidebar .recent-post li:nth-child(10) {
	border-bottom: none;
}
#sidebar .recent-post li a {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 0;
}
#sidebar .recent-post li a figure {
	width: 40%;
}
#sidebar .recent-post li a figure img {
	display: block;
	width: 100%;
	height: auto;
}
#sidebar .recent-post li a > span {
	display: block;
	width: 55%;
}
#sidebar .recent-post li a > span .title {
	display: block;
}
#sidebar .recent-post li a > span .date {
	display: block;
}

/* スマホ */
@media screen and (max-width:750px){
	
	div#sidebar {
		padding: 0;
		width: auto;
		position: static !important;
	}
	
}





/* カテゴリ一覧
----------------------------------- */

#list {

}
#list article {
	/*background-color: #eee;*/
	margin-bottom: 30px !important;
	padding: 30px;
	border: 1px solid #eee;
}
#list article figure {
	margin-bottom: 2em;
}
#list article figure img {
	display: block;
}
.entry h2 {
	font-family: A1ゴシック B;
}
.post-meta {
	background-color: transparent;
}
.entry-read {
	margin: 1em 0 0 0;
}
.entry .post-meta {
	margin: 1em auto;
}



/* スマホ */
@media screen and (max-width:750px){
	
	#list article {
		margin-bottom: 10px !important;
		padding: 20px;
	}
	.post-meta {
		font-size: 14px;
	}
	
}




/* シングルページ
----------------------------------- */

.single .under-entry-bnr {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}
.single .under-entry-bnr li {
	width: 31%;
	list-style-type: none;
}
.single .article h1 {
	font-family: A1ゴシック B;
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 30px;
	line-height: 1.6;
}
.single .article h2 {
	font-family: A1ゴシック B;
	border-left: none;
	border-bottom: 1px solid #000;
	margin: 2em 0 2em 0;
	padding: 0 0 0.3em 0;
	font-size: 26px;
	line-height: 1.6;
	color: #003399;
}
.single .article img,
.single .article iframe {
	display: block;
	margin: 2em 0;
}

.single .post-meta {
	text-align: left;
	background-color: #F7F7F7;
}
.footer-post-meta {
	display: none;
}

#related-entries {
	margin: 60px 0 0 0;
}
.related-entry-thumb img {
	width: 200px;
	height: inherit;
}
.related-entry-content {
 margin-left: 220px;
}




/* スマホ */
@media screen and (max-width:750px){
	
	.single .article h1 {
		font-size: 24px;
	}
	.single .article h2 {
		font-size: 20px;
	}
	#related-entries {
		margin: 10vw 0 0 0;
	}
	.related-entry-thumb {
		width: 30%;
	}
	.related-entry-content {
		margin-left: 35%;
	}
	
}
