/* CSS Document */

/*
Theme Name:Premium_Saito_Custom_Temple_Tenth
Theme URI: http://saitou.debug-japan.com/
Description: The second ten pre by which Mr. Saito did a custom!
Author: Ysaito
Author URI: http://saitou.debug-japan.com/
Version: 1.0
*/
body{
	font-family: sans-serif;
	word-break: break-all;	
}

#Container {
	max-width:1920px;
	margin:0px auto 0px 0px;	
}
#Container a {
	color:#333333;
	text-decoration:none;
}
#Container a:hover {
	text-decoration:underline;
}


#Header {
	padding:10px 0px;
	line-height:1.5em;
	background:#694013;
	border-top:2px solid #FFFFFF;
	box-shadow:0px 0px 1px #333 inset;
	text-align:center;	
}
#Header header {
	color:#FFFFFF;
	text-shadow:1px 1px 1px #444;
}

#Header header h1 {
	
}

#Header header .SiteTitle {
	font-size:20px;
	font-weight:bold;
}
#Header header .SiteTitle a {
	color:#FFFFFF;
	text-decoration:none;
}
#Header header .SiteTitle a:hover {
	text-decoration:underline;
}
#Header header p.Description {
	font-size:14px;
	text-align:center;
}
#MainImage {
	text-align:center;
}
#MainImage a {
}
#MainImage a img {
	vertical-align:bottom;
	border-top: 2px solid #FFFFFF;
	border-bottom:2px solid #FFFFFF;
}




#Wrapper {
	position:relative;
	margin:0px 0px;
}

#Wrapper #MainContent{
	width: 100%;
	float: right;
	font-size:1.0em;
	line-height:1.4em;
}
#Wrapper #MainContent #Content {
	position:relative;
	background:#fafafa;
	box-shadow:0px 0px 1px #333 inset;
	box-sizing:border-box;
	margin-left:240px;
	padding:15px 10px;
	z-index:auto;
}

/*記事内のカスタム記事リンク一覧*/

/*デフォルト*/

/*#Wrapper #MainContent #Content a {
	color:#26A4FF;
	text-decoration:underline;
}
#Wrapper #MainContent #Content a:hover {
	color:#FF4C4F;
	text-decoration:none;
}*/

/*タイプ1:にゅるっとでるタイプ*/

#Wrapper #MainContent #Content a {
	color: #317eee;
	font-weight:bold;
	text-decoration: none;
	position: relative;
}
#Wrapper #MainContent #Content a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 2px;
	width: 100%;
	height: 2px;
	transform: scaleX(0);
	transition: .3s;
	opacity: 0;
}
#Wrapper #MainContent #Content a:hover:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 2px;
	width: 100%;
	height: 2px;
	background: #317eee;
	transition: .3s;
	opacity: 1;
	transform: scaleX(1);
}

h1.topics{
	margin-left:17px;
}


/*タイプ3:3秒後に変わる*/

/*
#Wrapper #MainContent #Content a {
	color:#26A4FF;
	text-decoration:underline;
	transition: .3s;
}
#Wrapper #MainContent #Content a:hover {
	color:#FF4C4F;
	text-decoration:none;
}*/

/*タイプ4：リンク先表示*/

/*#Wrapper #MainContent #Content a {
  position: relative;
  color: #2a71dc;
  text-decoration: none;
  transition: .3s;

}
#Wrapper #MainContent #Content a:hove:after {
	transform: scale(1);
}
#Wrapper #MainContent #Content a:after {
	content: "リンク先：" attr(href);
	position: absolute;
	top: -2.5em;
	left: 0;
	margin: 0 auto;
	padding: 4px 6px;
	background: rgba(0, 0, 0, 0.85);
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	font-family: Verdana,sans-serif;
	white-space: nowrap;
	transition: .3s;
	transform: scaleY(0);
}
#Wrapper #MainContent #Content a:a:hover {
  color: #289DCC;
}
#Wrapper #MainContent #Content a:hover:after {
  transform: scale(1);
}*/

/*ここまで*/

#Wrapper #MainContent #Content section {
}

#Wrapper #MainContent #Content section div {

}

/*見出しCSS一覧*/

/*見出しタイプ1:最初に作ったときに使った見出し*/

/*#Wrapper #MainContent #Content section div h1,#Wrapper #MainContent #Content section div h2,#Content h1,#Content h2 {
	font-size:18px;
	font-weight:bold;
	padding:5px 5px 5px;
	border-top:1px dotted #ccc;  
	border-right:1px dotted #ccc;  
	border-left:7px double #836900;  
	border-bottom:1px dotted #ccc;
	line-height:1.5em;
}
*/

/*見出しタイプ2:グラデ白抜き*/

/*#Wrapper #MainContent #Content section div h1,#Wrapper #MainContent #Content section div h2,#Content h1,#Content h2 {
	font-size: 24px;
	font-weight: bold;
	padding: 10px 0px 10px 15px;
	border-top: 3px solid #05abe0;
	border-bottom: 1px solid #05abe0;
	background: rgb(135,224,253);
	background: -moz-linear-gradient(top, rgba(135,224,253,1) 0%, rgba(83,203,241,1) 40%, rgba(5,171,224,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(135,224,253,1)), color-stop(40%,rgba(83,203,241,1)), color-stop(100%,rgba(5,171,224,1)));
	background: -webkit-linear-gradient(top, rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%);
	background: -o-linear-gradient(top, rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%);
	background: -ms-linear-gradient(top, rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%);
	background: linear-gradient(to bottom, rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 );
	box-shadow: 0px 1px 0px #FFF inset,0px 1px 0px #FFF inset,0px 2px 0px #008723 inset,0px -2px 0px #FFF inset;
	color: #FFF;
	text-shadow: 1px 1px 0px #333;
}
*/



/*見出しタイプ3:基本よくある形*/

#Wrapper #MainContent #Content section div h1,#Wrapper #MainContent #Content section div h2,#Content h1,#Content h2 {
	font-size:18px;
	font-weight:bold;
    color: #6f5436;
    line-height: 1.6em;
    padding: 2px 0 2px 12px;
    border-left: 4px solid #6f5436;
    border-bottom: 1px solid #6f5436;
}


/*見出しタイプ4:センターの両端に-*/

/*#Wrapper #MainContent #Content section div h1,#Wrapper #MainContent #Content section div h2,#Content h1,#Content h2 {
	font-weight:bold;
    color: #444;
    font-size: 20px;
    display: flex;
    align-items: center;
}
#Wrapper #MainContent #Content section div h1:before,#Wrapper #MainContent #Content section div h2:before,#Content h1:before,#Content h2:before {
	content: "";
	flex-grow: 1;
	height: 1px;
	margin-right: .4em;
	background: linear-gradient(-90deg, #888, transparent);
}
#Wrapper #MainContent #Content section div h1:after,#Wrapper #MainContent #Content section div h2:after,#Content h1:after,#Content h2:after {
	content: "";
	flex-grow: 1;
	height: 1px;
    margin-left: .4em;
    background: linear-gradient(90deg, #888, transparent);
}
*/
/*見出しタイプ5:リボン*/

/*#Wrapper #MainContent #Content section div h1,#Wrapper #MainContent #Content section div h2,#Content h1,#Content h2 {
	position: relative;
	color: #fff;
	font-size: 24px;
	background: #d14;
	margin: 0px;
	padding: 6px 24px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
#Wrapper #MainContent #Content section div h1 a,#Wrapper #MainContent #Content section div h2 a,#Content h1 a,#Content h2 a {
	color:#FFFFFF !important;
}

#Wrapper #MainContent #Content section div h1:before,#Wrapper #MainContent #Content section div h2:before,#Content h1:before,#Content h2:before {
	left: 0;
    border-right: 5px solid #000;
	position: absolute;
    top: 100%;
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 5px solid #000;
    opacity: 0.5;
}
#Wrapper #MainContent #Content section div h1:after,#Wrapper #MainContent #Content section div h2:after,#Content h1:after,#Content h2:after {
	right: 0;
	border-left: 5px solid #000;
	position: absolute;
    top: 100%;
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 5px solid #000;
    opacity: 0.5;
}
*/

/*見出しタイプ6:メタリック*/

/*#Wrapper #MainContent #Content section div h1,#Wrapper #MainContent #Content section div h2,#Content h1,#Content h2 {
    color: #444;
    font-size: 24px;
    position: relative;
    padding: 8px 0 8px 10px;
    background: linear-gradient(#af5200, #ffb807, #af5200);
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 0 1px #602d00;
    text-shadow: 0 1px 1px #fff;
}
#Wrapper #MainContent #Content section div h1 a,#Wrapper #MainContent #Content section div h2 a,#Content h1 a,#Content h2 a {
    color: #444 !important;
}*/

/*見出しタイプ7:吹き出し*/

/*#Wrapper #MainContent #Content section div h1,#Wrapper #MainContent #Content section div h2,#Content h1,#Content h2 {
    color: #fff;
    font-size: 24px;
    position: relative;
    padding: 8px 16px;
    background: #25bf69;
    border-radius: 8px;
}
#Wrapper #MainContent #Content section div h1 a,#Wrapper #MainContent #Content section div h2 a,#Content h1 a,#Content h2 a {
	color:#FFFFFF !important;
}

#Wrapper #MainContent #Content section div h1:before,#Wrapper #MainContent #Content section div h2:before,#Content h1:before,#Content h2:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 30px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top: 8px solid #25bf69;
}*/

/*見出しタイプ8:テープ*/

/*#Wrapper #MainContent #Content section div h1,#Wrapper #MainContent #Content section div h2,#Content h1,#Content h2 {
    color: #fff;
    font-size: 24px;
    position: relative;
    margin-left: 0px;
    padding: 8px 16px;
    background: #115edd;
}
#Wrapper #MainContent #Content section div h1 a,#Wrapper #MainContent #Content section div h2 a,#Content h1 a,#Content h2 a {
	color:#FFFFFF !important;
}

#Wrapper #MainContent #Content section div h1:before,#Wrapper #MainContent #Content section div h2:before,#Content h1:before,#Content h2:before {
	content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 8px solid #fff;
    border-top: 8px solid rgba(0, 0, 0, 0.5);
    border-left: 8px solid rgba(0, 0, 0, 0.5);
}*/

/*見出しタイプ9:□が回転しない*/

/*#Wrapper #MainContent #Content section div h1,#Wrapper #MainContent #Content section div h2,#Content h1,#Content h2 {
	color: #444;
	font-size: 24px;
	position: relative;
	padding: 10px 0 8px 32px;
	border-bottom: 1px solid #888;
}
#Wrapper #MainContent #Content section div h1 a,#Wrapper #MainContent #Content section div h2 a,#Content h1 a,#Content h2 a {
	color:#444 !important;
}

#Wrapper #MainContent #Content section div h1:before,#Wrapper #MainContent #Content section div h2:before,#Content h1:before,#Content h2:before {
	top: -6px;
    left: 0px;
	content: "";
    position: absolute;
    bottom: 0;
    width: 12px;
    height: 12px;
    border: 2px solid #d14;
    margin: auto;
}
#Wrapper #MainContent #Content section div h1:after,#Wrapper #MainContent #Content section div h2:after,#Content h1:after,#Content h2:after {
    top: 6px;
    left: 6px;
	content: "";
    position: absolute;
    bottom: 0;
    width: 12px;
    height: 12px;
    border: 2px solid #d14;
    margin: auto;
}
*/

/*見出しタイプ10:□が回転*/

/*#Wrapper #MainContent #Content section div h1,#Wrapper #MainContent #Content section div h2,#Content h1,#Content h2 {
	color: #444;
	font-size: 24px;
	position: relative;
	padding: 10px 0 8px 32px;
	border-bottom: 1px solid #888;
}
#Wrapper #MainContent #Content section div h1 a,#Wrapper #MainContent #Content section div h2 a,#Content h1 a,#Content h2 a {
	color:#444 !important;
}

#Wrapper #MainContent #Content section div h1:before,#Wrapper #MainContent #Content section div h2:before,#Content h1:before,#Content h2:before {
	top: -6px;
	left: 0px;
	animation: spin 4s linear infinite;
	content: "";
	position: absolute;
	bottom: 0;
	width: 12px;
	height: 12px;
	border: 2px solid #0083b3;
	margin: auto;
}
#Wrapper #MainContent #Content section div h1:after,#Wrapper #MainContent #Content section div h2:after,#Content h1:after,#Content h2:after {
    top: 6px;
    left: 6px;
    animation: spin 4s linear infinite;
	content: "";
    position: absolute;
    bottom: 0;
    width: 12px;
    height: 12px;
    border: 2px solid #0083b3;
    margin: auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}*/

/*見出しタイプ11:■■2個の装飾*/

/*#Wrapper #MainContent #Content section div h1,#Wrapper #MainContent #Content section div h2,#Content h1,#Content h2 {
	color: #444;
    font-size: 24px;
    position: relative;
    padding: 10px 0 5px 28px;
    border-bottom: 2px solid #694013;
}
#Wrapper #MainContent #Content section div h1 a,#Wrapper #MainContent #Content section div h2 a,#Content h1 a,#Content h2 a {
	color:#444 !important;
}

#Wrapper #MainContent #Content section div h1:before,#Wrapper #MainContent #Content section div h2:before,#Content h1:before,#Content h2:before {
	content: "";
	position: absolute;
	margin: auto;
	width: 12px;
    height: 12px;
    top: 6px;
    left: 13px;
    background: #694013;
    transform: rotate(50deg);
	border-radius:10px;
}
#Wrapper #MainContent #Content section div h1:after,#Wrapper #MainContent #Content section div h2:after,#Content h1:after,#Content h2:after {
    content: "";
    position: absolute;
    margin: auto;
    width: 8px;
    height: 8px;
    top: 18px;
    left: 6px;
    background: #694013;
    transform: rotate(20deg);
	border-radius:10px;
}
*/


/*見出しタイプ12:グラデセンター白抜き*/
/*
#Wrapper #MainContent #Content section div h1,#Wrapper #MainContent #Content section div h2,#Content h1,#Content h2 {
	color: #FFFFFF;
	font-size: 24px;
	position: relative;
	padding: 8px 0 8px 24px;
	background: rgb(117,34,1);
	background: -moz-linear-gradient(top, rgba(117,34,1,1) 0%, rgba(198,112,45,1) 50%, rgba(117,34,1,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(117,34,1,1)), color-stop(50%,rgba(198,112,45,1)), color-stop(100%,rgba(117,34,1,1)));
	background: -webkit-linear-gradient(top, rgba(117,34,1,1) 0%,rgba(198,112,45,1) 50%,rgba(117,34,1,1) 100%);
	background: -o-linear-gradient(top, rgba(117,34,1,1) 0%,rgba(198,112,45,1) 50%,rgba(117,34,1,1) 100%);
	background: -ms-linear-gradient(top, rgba(117,34,1,1) 0%,rgba(198,112,45,1) 50%,rgba(117,34,1,1) 100%);
	background: linear-gradient(to bottom, rgba(117,34,1,1) 0%,rgba(198,112,45,1) 50%,rgba(117,34,1,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#752201', endColorstr='#752201',GradientType=0 );
	border: 1px solid #FFFFFF;
	box-shadow: 0 0 0 1px #8c5429;
	text-shadow: 0 1px 1px #333333;
}
#Wrapper #MainContent #Content section div h1 a,#Wrapper #MainContent #Content section div h2 a,#Content h1 a,#Content h2 a {
	color:#FFFFFF !important;
}
*/

/*見出しタイプ13:左に|見出し*/

/*#Wrapper #MainContent #Content section div h1,#Wrapper #MainContent #Content section div h2,#Content h1,#Content h2 {
	position: relative;
    margin: 0px 0px 0px;
	padding: 0.8em 0 0.8em 1.4em;
    border: 3px double #fbca07;
    font-size: 1.143em;
    font-weight: bold;
    border-radius: 0px 0px 0px 0px;
	background: #fafafa;
    color: #333333;
}
#Wrapper #MainContent #Content section div h1 a,#Wrapper #MainContent #Content section div h2 a,#Content h1 a,#Content h2 a {
	color:#444 !important;
}

#Wrapper #MainContent #Content section div h1:before,#Wrapper #MainContent #Content section div h2:before,#Content h1:before,#Content h2:before {
    content: "";
    position: absolute;
    background: #fbca07;
    top: 44%;
    left: 0.6em;
    margin-top: -13px;
    height: 30px;
    width: 5px;
}*/


/*見出しタイプ14:画像が回転*/

/*#Wrapper #MainContent #Content section div h1,#Wrapper #MainContent #Content section div h2,#Content h1,#Content h2 {
	color: #694013;
	font-size: 24px;
	position: relative;
	padding: 10px 0 8px 44px;
	border-bottom: 1px solid #694013;
}
#Wrapper #MainContent #Content section div h1 a,#Wrapper #MainContent #Content section div h2 a,#Content h1 a,#Content h2 a {
	color:#694013 !important;
}

#Wrapper #MainContent #Content section div h1:before,#Wrapper #MainContent #Content section div h2:before,#Content h1:before,#Content h2:before {
	top: -8px;
	left: 0px;
	animation: spin 4s linear infinite;
	content:url(images/h01.png);
	position: absolute;
	bottom: 0;
	width: 24px;
	height: 24px;
	margin: auto;
}
#Wrapper #MainContent #Content section div h1:after,#Wrapper #MainContent #Content section div h2:after,#Content h1:after,#Content h2:after {
    top: 8px;
    left: 12px;
    animation: spin2 4s linear infinite;
	content:url(images/h02.png);
    position: absolute;
    bottom: 0;
    width: 24px;
    height: 24px;
    margin: auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
*/





/*ここまで*/

#Wrapper #MainContent #Content section div p{
	font-size:14px;
	margin:10px 0px;
	line-height:1.4em;
}


#Wrapper #MainContent #Content ul#PageNation{
}
#Wrapper #MainContent #Content ul#PageNation li{
	display:inline-block;
	/display:inline;
	text-align:center;
	vertical-align:middle;
}
#Wrapper #MainContent #Content ul#PageNation li:first-child{
	width:48%;
	padding-left:2%;
}
#Wrapper #MainContent #Content ul#PageNation li:last-child{
	padding-right:2%;
	width:48%;
}

#Wrapper #Side {
}
#Wrapper #Side:before{
	background:#fafafa;
	border-right:2px solid #FFFFFF;
	box-sizing:border-box;
	box-shadow:0px 0px 1px #333 inset;
	content: "";
	position: absolute;
	height: 100%;
	top: 0;
	width: 240px;
	z-index: -1;	
}
#Wrapper #Side nav#Widget-Area {
	width: 220px;
	margin-right: -240px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0px 10px;
}

#Wrapper #Side nav#Widget-Area aside {
}

#Wrapper #Side nav#Widget-Area aside.widget_search {
	margin-bottom:20px;
}
#Wrapper #Side nav#Widget-Area aside.widget_search form {
}
#Wrapper #Side nav#Widget-Area aside.widget_search form div label.screen-reader-text{
	display:none;
}
#Wrapper #Side nav#Widget-Area aside.widget_search form div input#s {
	display:inline-block;
	/display:inline;
	vertical-align:middle;
	width:74%;
	box-sizing:border-box;
}
#Wrapper #Side nav#Widget-Area aside.widget_search form div input#searchsubmit {
	display:inline-block;
	/display:inline;
	vertical-align:middle;
}
#Wrapper #Side nav#Widget-Area aside.widget_recent_entries {
	margin-bottom:20px;
}

#Wrapper #Side nav#Widget-Area aside.widget_archive {
	margin-bottom:20px;
}
#Wrapper #Side nav#Widget-Area aside .SideTitle {
	border-bottom:1px solid #C3C3C3;
	padding-bottom:10px;
}
#Wrapper #Side nav#Widget-Area aside ul {
	font-size:14px;
	padding-bottom:10px;
}
#Wrapper #Side nav#Widget-Area aside ul li {
	border-bottom:1px solid #C3C3C3;
	padding:10px 0px;
}
#Wrapper #Side nav#Widget-Area aside ul li a {
	color:#333333;
	text-decoration:none;

}
#Wrapper #Side nav#Widget-Area aside ul li a:hover {
	color:#694013;
	text-decoration:underline;
}

/*アーカイブページ*/

#Wrapper #MainContent #Content ul.PostList{
	
}
#Wrapper #MainContent #Content ul.PostList li{
	display:inline-block;
	/display:inline;
	vertical-align:top;
	width:48%;
	margin:10px 1%;
}
#Wrapper #MainContent #Content ul.PostList li h2+p {
	margin-top:10px;
}
#Wrapper #MainContent #Content ul.PostList li p{
	margin:0px 0px 10px;
}


/*最近の記事複数表示*/

#RelatedArticle{
	background:#ffe1b6;
	padding:10px 0px 10px;
	border-top:2px solid #FFFFFF;
	border-bottom:2px solid #FFFFFF;
}
#RelatedArticle ul {
	text-align:center;
}
#RelatedArticle ul li {
	box-sizing:border-box;
	border:1px solid #83abc4;
	box-shadow:0px 0px 3px 1px rgba(140,135,116,0.4) inset;
	background:rgba(255,255,255,1);
	width:30%;
	padding: 10px 0.75%;
	margin: 10px 0.75%;
	display:inline-block;
	/display:inline;
	vertical-align:top;
	border-radius:5px;
}

#RelatedArticle ul li section{
	
}
#RelatedArticle ul li section h2,#RelatedArticle ul li section h3,#RelatedArticle ul li section div{
	text-align:left;
	padding-bottom:10px;
	font-size:16px;
}
#RelatedArticle ul li section h2 a,#RelatedArticle ul li section h3 a,#RelatedArticle ul li section div a {
	color:#333;
	text-decoration:none;
}
#RelatedArticle ul li section h2 a:hover,#RelatedArticle ul li section h3 a:hover,#RelatedArticle ul li section div a:hover {
	color:#444;
	text-decoration:underline;
}
#RelatedArticle ul li section p{
	text-align:left;
	font-size:14px;
	padding-bottom:10px;
}
#RelatedArticle ul li section p a{
	color:#333;
	text-decoration:none;
	
}
#RelatedArticle ul li section p:last-child{
	padding-bottom:0px;
}

#RelatedArticle ul li section p a:hover{
	text-decoration:underline;	
}

#footer{
	padding:8px 0px;
	background:#703500;
	color:#FFFFFF;
	text-align:center;
}
#footer footer{
}
#footer footer a{
	color:#FFDE8D;
}

/*タブレット、スマホ用*/
@media screen and (max-width : 768px){
#Wrapper{
	margin:0px;
}
#Wrapper #MainContent{
	width: 100%;
	float:none;
	font-size:1.0em;
	line-height:1.4em;
}
#Wrapper #MainContent #Content {
	position:relative;
	margin-left:0px;
	box-shadow:0px 0px 1px #333 inset;
	box-sizing:border-box;
	padding:15px 10px;
	z-index:auto;
}
#Wrapper #MainContent #Content section div h1,#Wrapper #MainContent #Content section div h2,#Content h1,#Content h2 {
	font-size:18px;
}

h1.topics{
	margin-left:6px;
	margin-right:6px;
}


#Wrapper #MainContent #Content ul#PageNation{
}
#Wrapper #MainContent #Content ul#PageNation li{
	display:inline-block;
	/display:inline;
	text-align:center;
}
#Wrapper #MainContent #Content ul#PageNation li:first-child{
	width:48%;
	padding-left:2%;
}
#Wrapper #MainContent #Content ul#PageNation li:last-child{
	padding-right:2%;
	width:48%;
}

#Wrapper #Side {
}
#Wrapper #Side:before{
	background:#fafafa;
	border-right:none;
	border-top:2px solid #FFFFFF;
	box-sizing:border-box;
	box-shadow:0px 0px 1px #333 inset;
	content: "";
	position: absolute;
	height: 100%;
	top: 0;
	width: 100%;
	z-index: -1;	
}
#Wrapper #Side nav#Widget-Area {
	width: 96%;
	float: none;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0px 2%;
}
/*最近の記事複数表示*/

#RelatedArticle{
	padding:10px 0px 10px;
	border-top:2px solid #FFFFFF;
	border-bottom:2px solid #FFFFFF;
}
#RelatedArticle ul {
	text-align:center;
}
#RelatedArticle ul li {
	width:97%;
	padding: 10px 0.75%;
	margin: 10px 0.75%;
	display:inline-block;
	/display:inline;
	vertical-align:top;
	border-radius:5px;
}

#RelatedArticle ul li section{
	
}
#RelatedArticle ul li section h2,#RelatedArticle ul li section h3,#RelatedArticle ul li section div{
	text-align:center;
	padding-bottom:10px;
	font-size:16px;
}
#RelatedArticle ul li section h2 a,#RelatedArticle ul li section h3 a,#RelatedArticle ul li section div a {
	color:#333;
	text-decoration:none;
}
#RelatedArticle ul li section h2 a:hover,#RelatedArticle ul li section h3 a:hover,#RelatedArticle ul li section div a:hover {
	text-decoration:underline;
}
#RelatedArticle ul li section p{
	text-align:left;
	font-size:14px;
	padding-bottom:10px;
}
#RelatedArticle ul li section p a{
	color:#333;
	text-decoration:none;
	
}
#RelatedArticle ul li section p:last-child{
	padding-bottom:0px;
}

#RelatedArticle ul li section p a:hover{
	text-decoration:underline;	
}

/*アーカイブページ*/

#Wrapper #MainContent #Content ul.PostList{
	
}
#Wrapper #MainContent #Content ul.PostList li{
	display:inline-block;
	/display:inline;
	vertical-align:top;
	width:98%;
	margin:10px 1%;
}


}