@charset "utf-8";
/* CSS Document */
/*書き換えおよび追加-ＰＣ用*/
 
@media (min-width: 768px) {
.LayerA{
	width:100%;
	height:190px;
	
	background-image:url(../img/header-back.jpg);
	background-size:auto;
	background-position:0;
	background-repeat:repeat-x;
	background:url(../img/header-back.jpg) top left repeat-x;
}

.LayerB{
	width:100%;
	background-color:#fff;
	text-align:left;
	padding-top:1px;
	margin-top:0;
}

.LayerC{
	width:100%;
	background:url(../img/footer-back.jpg) top left repeat-x;
	height:56px;
	padding-top:1px;
}
	
	
/*ヘッダー部分------------------*/
.Header{
	display:block;
	width:990px;
	margin:0 auto;
	position:relative;
	height:190px;
	}
.Title{
	margin:0;
	position:absolute;
	top:54px;
	left:20px;
	width:402px;
}

.Title img{
	width:100%;
	height:auto;
}
.Name{
	margin:0;
	position:absolute;
	top:75px;
	left:328px;
	width:120px;
}

.Name img{
	width:100%;
	height:auto;
}
.Logo{
	position:absolute;
	top:70px;
	right:25px;
	width:190px;
}

.Logo img{
	width:100%;
	height:auto;
}

.LeftLine{
	position:absolute;
	width:2px;
	height:101px;
	top:38px;
	left:0;
}

.LeftLine img{
	width:100%;
	height:auto;
}

.RightLine{
	position:absolute;
	width:2px;
	height:101px;
	top:38px;
	right:0;
}

.RightLine img{
	width:100%;
	height:auto;
}



.pcFooter{
	width:990px;
	margin:30px auto;
	text-align:center;
	border-left:#999 solid 1px;
	border-right:#999 solid 1px;
}
.pcFooter img{
	width:20%;
}

	
/*投稿コンテンツ部分-------------*/	
.MainContent{
	width:990px;
	margin:0 auto;
	padding:0;
	padding-bottom:25px;
}
.ContentLeft{
	width:680px;
	float:left;
	padding-top:40px;
}
.ContentRight{
	width:250px;
	float:left;
	margin-left:60px;
	padding-top:40px;
}

h1.MainTitle{
	font-weight:bold;
	font-size:1.4em;
	background-color:#333;
	color:#fff;
	padding:3px 0 1px 20px;
	position:relative;
}
span.DateBox{
	width:120px;
	position:absolute;
	top:6px;
	right:10px;
	text-align:right;
	font-size:0.68em;
	font-weight:normal;
	bottom:0;
	color:#fff;
}
span.Dt1{
	position:absolute;
	top:3px;
	left:-4px;
	width:12px;
	height:14px;
}

span.Dt1 img{
	width:100%;
	height:auto;
}

/*投稿コンテンツ*/
.PostContent{
	margin:40px 0 25px 0;
	width:680px;
	
}

.PostContent p{
	width:100%;
	margin:0;
	line-height:1.6em;
}

.PostContent p.phSub{
	width:100%;
	margin-top:-8px;
	line-height:1.4em;
	text-align:center;
	margin-bottom:15px;
}
.Photo1{
	width:510px;
	margin:20px auto;
	text-align:center;
}
.Photo1 img{
	width:100%;
	height:auto;
}
.Photo2{
	margin:20px auto;
	width:360px;
	text-align:center;
}
.Photo2 img{
	width:100%;
	height:auto
	
}



/*ホーム用*/
.PostContentHome{
	margin:0;
	width:680px;
	/*background-color:#F3F5F1;*/
	padding:25px 10px 8px 10px;
	border-bottom:#ddd solid 1px;
	border-right:#ccc solid 1px;
	border-left:#ccc solid 1px;
	position:relative;
}
.categoryBoxHome{
	text-align:right;
	margin-top:20px;
}
.HomePhoto1{
	width:160px;
	float:left;
	margin:0;
	margin-right:10px;
}

.HomePhoto1 img{
	width:100%;
	height:auto;
}

/*p.ContentHome1{
	width:400px;
	float:left;
	margin:0;
	margin-left:30px;
	
}*/
.Excerpt1{
	width:450px;
	float:left;
	margin:0;
	margin-left:30px;
	margin-right:0;
	
}
/*.Excerpt1 p{
	width:100%;
	margin:0;
	padding:0;
	
}*/
/*.NewBox{
	width:60px;
	font-weight:bold;
	text-align:center;
	background-color:#5F94C9;
	height:22px;
	border-radius:11px;
	line-height:22px;
	color:#FFF;
	margin-top:-22px;
	margin-left:-10px;
	margin-bottom:10px;
	letter-spacing:-2px;
}*/
/*過去のリスト*/
.PostListBox{
	width:680px;
	margin:0 auto;
}

/*.PostListEach{
	width:330px;
	float:left;
	height:180px;
	margin-top:20px;
	margin-left:20px;
	background-color:#FCC;
	position:relative;
}

.PostListEach:nth-of-type(odd){
	margin-left:0;
}

h2.PostList{
	font-weight:bold;
	font-size:1.4em;
	text-align:left;
	padding:2px 0 0 8px;
	border-left:#70A0CF solid 8px;
	
}

.ListContent{
	margin-top:15px;
	background-color:#F3F5F1;
	border-radius:4px;
	padding:10px;
	
}

.HomePhoto2{
	width:120px;
	float:left;
	margin:0;
}

.HomePhoto2 img{
	width:100%;
	height:auto;
}

p.ContentList1{
	width:170px;
	float:left;
	margin:0;
	margin-left:20px;
	
}*/

.PostListEach{
	width:100%;
	margin:20px 0;
}


h2.PostList{
	font-weight:bold;
	font-size:1.4em;
	text-align:left;
	padding:2px 0 0 15px;
	position:relative;	
}
span.homeDt1{
	position:absolute;
	top:0;
	left:0;
	width:10px;
	height:12px;
}

span.homeDt1 img{
	width:100%;
	height:auto;
}

.ListContent{
	margin-top:5px;
	padding:5px 0 0 0;
}

.HomePhoto2{
	width:120px;
	float:left;
	margin:0;
	margin-right:20px;
}

.HomePhoto2 img{
	width:100%;
	height:auto;
}

.ContentList1{
	width:510px;
	float:left;
	margin:0;
	margin-right:0;
	
}

.DateBoxList{
	text-align:right;
	width:150px;
}
.categoryBoxList{
	text-align:left;
}



/*カテゴリーと投稿日*/


ul.post-categories{
	width:450px;
	float:left;
}


/*サイドメニュー*/
hr.SideLime{
	width:100%;
	height:0;
	border-top:#DFE2D6 8px solid;
	border-left:#DFE2D6 1px solid;
	border-right:#DFE2D6 1px solid;
}

ul.MenuLine{
	width:240px;
	margin:20px 0 20px 10px;
	font-size:0.96em;
}

ul.MenuLine li{
	width:100%;
	float:none;
	clear:both;
	margin:12px 0;
	clear:both;
}

ul.MenuLine li span.Sq{
	display:block;
	float:left;
	margin:0 6px 0 0;
	width:8px;
	height:8px;
	
}

ul.MenuLine li span.Sq img{
	width:100%;
	height:auto;
}


ul.MenuLineFl{
	width:240px;
	margin:20px 0 20px 10px;
	font-size:0.96em;
}

ul.MenuLineFl li{
	width:100%;
	float:none;
	clear:both;
	margin:12px 0;
	clear:both;
}

ul.MenuLineFl li span.Sq{
	display:block;
	float:left;
	margin:0 6px 0 0;
	width:8px;
	height:8px;
	
}

ul.MenuLineFl li span.Sq img{
	width:100%;
	height:auto;
}




.ToList{
	margin-top:20px;
	width:100%;
	border-top:#DBDBDB 1px solid;
	border-bottom:#DBDBDB 1px solid;
}

.ToList a{
	display:block;
	text-align:center;
	padding:6px 0 2px 0;
}

.ToList a img{
	width:40%;
}

.ToHome{
	margin-top:8px;
	width:100%;
	border-top:#DBDBDB 1px solid;
	border-bottom:#DBDBDB 1px solid;
}

.ToHome a{
	display:block;
	text-align:center;
	padding-top:6px;
}

.ToHome a img{
	width:17%;
}


.TenraiBox{
	width:100%;
	margin-top:20px;
	padding-top:1px;
}
.ToBlog{
	width:100%;
	height:50px;
	background-color:#FDFAF6;
	border:#D9D9D9 solid 1px;
	text-align:center;
	float:none;
	
}

.ToBlog img{
	width:65%;
	margin:15px 0 0 0;
	
}
.ToTenrai{
	width:100%;
	height:50px;
	background-color:#00BA95;
	text-align:center;
	margin-top:10px;
	float:none;
	margin-left:0;	
}

.ToTenrai img{
	width:34%;
	margin:15px 0 0 0;	
}









/*SP用戻るボタン*/
.BackT{
	display:none;
}

/*トップへのアイコンスマホで見た時*/
.pagetop {
	display:block;
    position: fixed;
    bottom: 20px;
    right: 20px;
}


}
@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}
