/* CSS Document */

/*
Theme Name:Temple_Second
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;
}
/*ヘッダー*/
#header {
	background:#4e83b4;
}
#header .MainImage{
	display:block;
	margin:0px auto;
}
#wrapper {
}
/*リンク*/
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

/*サイドバー*/
#side {
	transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
}
.MainContent {
}

#Content {

}
#Content a {
	color:#0058f8;
	font-weight:bold;
	text-decoration:underline;
}
#Content a:hover {
	text-decoration:none;
}

/*フッター*/
#footer {
	background:#4e83b4;
	color:#FFF;	
}
#footer a{
	color:#fcffc4;
	text-decoration:underline;
}
#footer a:hover{
	text-decoration:none;
}
/*ウィジェット*/

.widget-area {
}
.widget-area aside {

}

widget-area aside div {
}
.widget-area aside div.SideTitle {
	position:relative;
	padding: 10px 0px 10px 48px;
	background:#4e83b4;
	color:#FFF;
}
.widget-area aside div.SideTitle:before {
	display: block;
	position: absolute;
	bottom: 1px;
	 left: 10px;
	content:url('images/Side-7.png');
}
.widget-area aside div.SideTitle:after {
/*	display: block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 18px;
	border-color: transparent transparent transparent #FFFFFF;
	width: 0;
	height: 0;
	border-width: 10px 0 10px 8px;
	border-style: solid;
	margin: auto;
	content: "";*/
}
.widget-area aside div.SideTitle + ul {
	margin-top: -5px;
	padding-top:5px;
	border-radius: 5px;
	background:#FFFFFF;
	border-left:2px solid #4e83b4;
	border-right:2px solid #4e83b4;
	border-bottom:2px solid #4e83b4;
	box-sizing:border-box;	
}
.widget-area aside div.SideTitle + ul li {
	border-bottom:1px dotted #4e83b4;
	font-size:14px;
}
.widget-area aside div.SideTitle + ul li:last-child {
	border-bottom:none;
}
#PagiNation {
}
#PagiNation {
}
#PagiNation a {
	color:#238acc;
}
#PagiNation div > span {
}

#PagiNation .prev {
	width:50%;
	float:left;
}
#PagiNation .next {
	width:50%;
	float:right;
}


#Content h1,#Content h2,.PostTitle {
	position:relative;
	font-size:18px;
	font-weight:bold;
	padding:5px 5px 5px;
background: rgb(254,255,255);
background: -moz-linear-gradient(top,  rgba(254,255,255,1) 0%, rgba(241,243,245,1) 100%);
background: -webkit-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(241,243,245,1) 100%);
background: linear-gradient(to bottom,  rgba(254,255,255,1) 0%,rgba(241,243,245,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#f1f3f5',GradientType=0 );
	border:1px solid #d3d3d3;
	border-top:3px solid #4e83b4;
	line-height:1.5em;
	box-shadow:1px 1px 1px Rgba(0,0,0,0.1);
}
#Content h1:before,#Content h2:before,.PostTitle:before {
	position: absolute;
    top: 5%;
    left: -7px;
    bottom: 0px;
    width: 4px;
    height: 90%;
    content: '';
    border-radius: 3px;
    background: #FFF;
}
#Content h1 a,#Content h2 a,.PostTitle a {
	color:#333 !important;
	text-decoration:none !important;
}



#Content h1,#Content h2,.PostTitle {
	position:relative;
	font-size:18px;
	font-weight:bold;
	padding:5px 5px 5px;
background: rgb(254,255,255);
background: -moz-linear-gradient(top,  rgba(254,255,255,1) 0%, rgba(241,243,245,1) 100%);
background: -webkit-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(241,243,245,1) 100%);
background: linear-gradient(to bottom,  rgba(254,255,255,1) 0%,rgba(241,243,245,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#f1f3f5',GradientType=0 );
	border:1px solid #d3d3d3;
	border-top:3px solid #4e83b4;
	line-height:1.5em;
	box-shadow:1px 1px 1px Rgba(0,0,0,0.1);
}
#Content h2 > a{
    color: #4e83b4;
	text-decoration:none;
}
#Content h2 > a:hover{
	text-decoration:underline;
}

/*タグ関係*/

.SiteTitle{
	background-color:rgba(0,0,0,0.6);
	padding:5px 0px 10px;
}
.SiteTitle a{
	color:#FFFFFF;
}
.Description {
	background-color:rgba(0,0,0,0.6);
}
.Description > span {
	color:#FFFFFF;
}
.PostTitle {
}
.PostContent {
}
.widget-area a {
	color:#333333;
}
ul.ArchivePostContent > li,ul.SearchPostContent > li {
	border-bottom:1px solid #dddddd;	
}

/*アーカイブ、検索ページのhr*/
.CustomLine {

}

/*検索フォーム*/

.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: 77%;
}
#page-top a {
    background: rgba(78,131,180,1);
	border:2px solid #FFFFFF;
	box-shadow:0px 0px 5px rgba(111,111,111,0.5);
	text-decoration: none;
    color: #FFFFFF;
    width: 100px;
    padding: 15px 10px 15px 30px;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration:none;
    background: rgba(78,131,180,0.8);
	border:2px solid #FFFFFF;
	box-shadow:0px 0px 5px rgba(32,57,111,0.5);
    color: #FFF;
}

#page-top a:before{
	display: block;
	position: absolute;
	top: 10px;
	bottom: 0px;
	left: 15px;
	width: 10px;
	height: 10px;
	margin: auto;
	content: "";
	background:#ffffff;
}
#page-top a:after{
	display: block;
	position: absolute;
	top: 0px;
	bottom: 10px;
	left: 10px;
	width: 0;
	height: 0;
	border-width: 0px 10px 10px 10px;
	border-style: solid;
	margin: auto;
	content: "";
	border-color: transparent transparent #FFFFFF transparent;
}

#Content section div h2{
	position:relative;
	margin:10px 0px;
	padding:10px 0px 10px 10px;
}
#Content p {
	margin:10px 0px;
}
#Content section:first-child div h2{
	position:relative;
	margin:0px 0px 10px;
}