/* CSS Document */

/*
Theme Name:Premium_Saito_Custom_Temple_Tenth-2
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 {
	
}
/*大枠*/
#container {
/*	background:#fbfbfb;
*/
background:url(images/BG.jpg);


}
/*ヘッダー*/
#header {
	box-shadow:0px 1px 0px rgba(0,0,0,0.5)
}
#header header {
}
#header header .HeadArea {
	padding:10px 0px;
	border-top:3px solid #FFFFFF;
	border-bottom:3px solid #FFFFFF;
	background:#25aaf5;
	box-shadow: 0px 0px 1px rgba(0,0,0,0.4);
}
#header header .HeadArea .HeadWrapper {
	max-width:1180px;
	margin:0px auto;
}
#header header .HeadArea .HeadWrapper .HeadText {
 }
#header header .HeadArea .HeadWrapper .HeadText .SiteTitle{
}
#header header .HeadArea .HeadWrapper .HeadText .SiteTitle a{
	color:#FFFFFF;
	text-decoration:none;
}
#header header .HeadArea .HeadWrapper .HeadText .SiteTitle a:hover{
	text-decoration:underline;
}
#header header .HeadArea .HeadWrapper .HeadText .Description{
	color:#FFFFFF;
}
#header header .HeadArea .HeadWrapper .HeadText .Description span{
}
/*ヘッダー画像*/

#header header .HeadImage {
	border-bottom:3px solid #FFFFFF;
	text-align:center;
}
#header header .HeadImage a {
}
#header header .HeadImage a img {
	max-width:100%;
	height:auto;
	vertical-align:bottom;
}

#wrapper {
	max-width:1180px;
	margin:10px auto;
	color:#FFFFFF;
}
/*リンク*/
a{
}
a:hover{
}

/*サイドバー*/
#side {
	border-top:3px solid #fcfcfc;
	border-bottom:3px solid #fcfcfc;
	border-right:3px solid #fcfcfc;
	border-left:3px solid #fcfcfc;
	border-radius:5px;
	box-sizing:border-box;
	transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	background:#25aaf5;
	box-sizing:border-box;
	box-shadow: 0px 0px 1px rgba(0,0,0,0.4);
	color:#FFFFFF;
	padding:10px;
}
.MainContent {
	margin-bottom:10px;
}

#Content {
	border-top:3px solid #fcfcfc;
	border-bottom:3px solid #fcfcfc;
	border-left:3px solid #fcfcfc;
	border-right:3px solid #fcfcfc;
	background:#25aaf5;
	box-shadow: 0px 0px 1px rgba(0,0,0,0.4);
	box-sizing:border-box;
	border-radius:5px;

}
#Content a {
	color:#FFFF4D;
	font-weight:bold;
	text-decoration:underline;
}
#Content a:hover {
	text-decoration:none;
}

/*フッター*/
#footer {
	border-top:3px solid #FFFFFF;
	background:#25aaf5;
	color:#FFF;
}
#footer a{
	color:#fcffc4;
	text-decoration:underline;
}
#footer a:hover{
	text-decoration:none;
}
/*ウィジェット*/
.CustomSerach{
	text-align:center;
	
}

.widget-area {
}
.widget-area aside {

}

widget-area aside div {
	border-radius:5px 0px 5px 0px;
}
.widget-area aside div.SideTitle {
	position:relative;
	padding: 10px 0px 10px 36px;
	border-radius:5px 5px 0px 0px;
	border-bottom:2px solid #FFFFFF;
}
.widget-area aside div.SideTitle:before {
/*	content:url(images/Side-8.png);
*/	
	content:"";
	font-size: 150%;
	display:block;
	background:#FFFFFF;
	position: absolute;
	color: #ffbd09;
	top: 11px;
	left: 12px;
	height: 12px;
	width: 12px;
}
/*.widget-area aside div.SideTitle:after {
	content: "★";
	font-size: 150%;
	position: absolute;
	color: #ffe7a4;
	top: 9px;
	left: 0px;
	height: 12px;
	width: 12px;
}
*/
.widget-area aside div.SideTitle + ul {
	margin-top: -5px;
	padding-top:5px;
	border-radius: 5px;
	font-size:12px;
}
.widget-area aside div.SideTitle + ul li {
	line-height:1.4em;
	border-bottom:1px dashed #FFFFFF;
}
.widget-area aside div.SideTitle + ul li:last-child {
	border-bottom:none;
}
#PagiNation {
	margin:10px 0px;
}
#PagiNation a {
	color:#fff44b;
}
#PagiNation div > span {
}

#PagiNation .prev {
	width:50%;
	float:left;
}
#PagiNation .next {
	width:50%;
	float:right;
}

#Content h1,#Content h2,.PostTitle {
	position: relative;
	font-size: 1.143em;
	font-weight: bold;
	padding: 0.5em 0.5em 0.5em 2.5em;
	border-bottom: 2px solid #FFFFFF;
}
#Content h1:before,#Content h2:before,.PostTitle:before {
  content:url(images/Side-9.png);
	font-size: 150%;
  position: absolute;
  color: #ffbd09;
  top: 0px;
  left: 4px;
  height: 12px;
  width: 12px;
}
/*#Content h1:after,#Content h2:after,.PostTitle:after {
content: "★";
  font-size: 150%;
  position: absolute;
  color: #ffe7a4;
  top: 9px;
  left: 0px;
  height: 12px;
  width: 12px;
}*/

#Content h2 > a{
	color:inherit;
	text-decoration:none;
}
#Content h2 > a:hover{
	color:inherit;
	text-decoration:underline;
}
#Content h1,#Content h2,.PostTitle {
}

/*タグ関係*/

.PostTitle {
}
.PostContent {
}
.widget-area a {
	color:inherit;
	text-decoration:none;
}
.widget-area a:hover {
	text-decoration:underline;
}
ul.ArchivePostContent > li,ul.SearchPostContent > li {
	border-bottom:1px solid #dddddd;	
}

/*アーカイブ、検索ページのhr*/
.CustomLine {
	border-top:1px solid #FFFFFF;
}

/*検索フォーム*/

.screen-reader-text {
	display: none;
}
.PageNation{
	padding:10px 0px 25px;	
}
span.DaySearch {
}
/*エラーページ*/
.ErrorTitle{
}
.ErrorPage{
}
.ErrorPage .Font1{
}
.ErrorPage .Font2{
}
.ErrorPage .Font3{
}
/*ページトップ*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size:24px;
}
#page-top a {
    background:#25aaf5;
	border:2px solid #FFFFFF;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow:0px 0px 5px rgba(111,111,111,0.5);
	text-decoration: none;
    color: #FFFFFF;
    padding:20px;
    text-align: center;
    display: block;
}

#Content section div h2,#Content section div h1{
	margin: 1.0em 0 0em;
}
#Content section:first-child div h2,#Content section:first-child div h1{
	margin: 0em 0 0em;
}

#Content section:first-child div h2{
}
#Content p {
	margin:15px 0px;
	
}
#Content section div h2:before{
/*	position:absolute;
	top:0;
	left:-4px;
	content:"";
	background:rgba(255,255,255,0.8);
	display:block;
	width:2px;
	height:100%;*/
}