@charset "UTF-8";

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

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


/*　＋＋＋＋＋　ページ上部 ＋＋＋＋＋　*/
#container {
	border-top: solid 5px #020202;
}

.RU-List {
   	width: 1070px;
    margin: 0 auto;
  	box-sizing: border-box;
	position: relative; 
}

@media screen and (max-width: 1170px) {
	.RU-List {
		display: none;
	}
}

.RU-List img{
	margin: 0px;
	padding: 0px;
	position: absolute;  
	top: -181px;
	left: 669px;
}

/*　＋＋＋＋＋　ヘッダー ＋＋＋＋＋　*/

/*　＋＋＋＋＋　メインナビゲーション ＋＋＋＋＋　*/

#navi-in {
    width: 1010px;
    margin: 0 auto;
    box-sizing: border-box;
}

#navi {
	border-top: solid 1px #E26F1E;
	border-bottom: solid 1px #E26F1E;
	box-shadow: 1px 1px 2px 2px #E1E1E1;
}

@media screen and (max-width: 600px) {
	#navi {
		border-top: solid 0 #E26F1E;
		border-bottom: solid 0 #E26F1E;
		box-shadow: 2px 2px 2px 2px #E1E1E1;
	}
}

#navi ul li a {
	font-size: 17px;
	font-weight: bold;
	transition: .3s;

}

#navi ul li a:hover {
	color: #fff;

}

/*　＋＋＋＋＋　サブカラム　H2H3 ＋＋＋＋＋　*/
#sidebar {
}

#sidebar .widget {
	margin-bottom: 30px;
	background-color: #fff;
	box-shadow: 0 0 2px 2px #fff;
}

#sidebar h3 {
	padding-bottom: 5px;
	padding-top: 7px;
	padding-left: 12px;
	background-color: #F7F7F7;
	border-bottom: solid 0px #E26F1E;
	border-left: solid 10px #E26F1E;
}

/*　＋＋＋＋＋　メイン　ページ内容 ＋＋＋＋＋　*/
#main {
	border: 1px solid #fff;
	background-image: url("");
	background-repeat: no-repeat;
}

.post-meta {
	color: #fff;
	background-color: #E26F1E;
	font-size: 12px;
	margin-top: 2px;
}

.article h1 {
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 18px;
	padding: 14px;
		padding-left: 20px;
		padding-top: 16px;
	
	color: #fff;
	background-color:#020202;
	border: 3px double #E26F1E;
	box-shadow: 0px 6px 4px -1px rgba(0,0,0,0.4),
  	0px 0px 10px #828282 inset;	
	
}

.article h2 {
	font-size: 18px;
	margin: 0px;
	padding: 10px;
	margin-bottom: 10px;
	background-color:#fff;
	border-left: 0px solid #000;
	border-bottom: 2px solid #E26F1E;
	box-shadow: 0px -4px 4px -2px #E26F1E inset;
}

.article h3 {
	font-size: 18px;
	border-bottom: 1px solid #E26F1E;
	padding: 8px;
	padding-left: 10px;
	background-image: url("");
	background-repeat: no-repeat;
}

.article h4 {
	font-size: 16px;
	border-bottom: 1px solid #FFC585;
	padding: 8px;
	padding-left: 10px;
	background-image: url("");
	background-repeat: no-repeat;
}

.article h5 {
	color: #2D2D2D;
	font-size: 16px;
	font-weight: bold;
	border-right: 8px solid #2D2D2D;
	padding: 6px;
	padding-left: 10px;
	back-ground-color:#F7F7F7;

}

/*　＋＋＋＋＋　各ページ内容 ＋＋＋＋＋　*/

.content-nest{
	margin: 0 10px;
}

.display-posts-listing{
	margin: 0px;
	padding: 0px;
}

.display-posts250 ul.display-posts-listing li {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	margin: 1.5%;
	padding: 0px;
	text-align: right;
	font-weight: bold;
}

@media screen and (max-width: 500px) {
	.display-posts250 ul.display-posts-listing li{
		width: 100%;
		margin: 0%;
		margin-bottom: 10px;
	}
}

.display-posts250 ul.display-posts-listing li img {
	display: block;
	padding: 4px;
	margin-bottom: 10px;
}
