@charset "utf-8";

/*===============================================
●page.css  画面の横幅が751px以上
===============================================*/
@media print, screen and (min-width:751px){
	
/*-------------------------------------
	共通
--------------------------------------*/


/*-------------------------------------
	一覧
--------------------------------------*/

#seo_blog .list_h1 {
    color: #342215;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.7;
    background: url(../Image/icon01.png) left center no-repeat;
    background-size: 24px;
    border-bottom: #968137 4px double;
    padding: 0 0 0px 34px;
    margin-bottom: 25px;
}
#seo_blog ul.article_list li {
	float: left;
    width: 335px;
    height: 230px;
    background-color: #333;
    overflow: hidden;
    border-left: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    margin-bottom: 30px;
}
#seo_blog ul.article_list li:nth-child(2n) {
	float:right;
}
#seo_blog ul.article_list li .categoly {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.05em;
    background-color: #7d0e0e;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    padding: 5px 15px;
}
#seo_blog ul.article_list li .imgArea img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#seo_blog ul.article_list li:hover img {
	opacity:0.7;
}
#seo_blog ul.article_list li .tArea {
    color: #fff;
    width: 100%;
    min-height: 80px;
    background-color: rgba(51,51,51,0.8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	position: absolute;
    bottom: 0;
    z-index: 5;
    padding: 10px 20px;
}
#seo_blog ul.article_list li:hover .tArea {
    background-color: rgba(52,34,21,0.6);
}
#seo_blog ul.article_list li .tArea .day {
	margin-bottom:5px;
}
#seo_blog ul.article_list li .tArea .ttl {
	font-size: 16px;
    font-weight: 600;
}

/*-------------------------------------
	詳細
--------------------------------------*/

#seo_blog .article_single .ttlArea {
    color: #fff;
    width: 100%;
	min-height: 95px;
	background-color: rgba(52,34,21,0.8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	position:relative;
    padding: 10px 20px;
    margin-bottom: 30px;
}
#seo_blog .article_single .ttlArea .dayArea {
	width: 170px;
    height: 100%;
    color: #fff;
    text-align: center;
    background-color: #7d0e0e;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    padding: 22px 15px;
}
#seo_blog .article_single .ttlArea .dayArea .categoly {
    font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    border-bottom: #fff 1px dotted;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
#seo_blog .article_single .ttlArea h1 {
	font-size: 24px;
    font-weight: 600;
    position: absolute;
    left: 170px;
    top: 0;
    padding: 15px 20px;
    margin-bottom: 35px;
}
#seo_blog .article_single .ttlArea h1.line1 {
	padding-top: 30px;
}
#seo_blog .article_single .sns_area {
	text-align: right;
    margin-bottom: 15px;
}
#seo_blog .article_single .sns_area li {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
}
#seo_blog .article_single .tArea {
	padding-bottom:40px;
}
#seo_blog .article_single .tArea h2 {
    color: #342215;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.7;
    background: url(../Image/icon01.png) left center no-repeat;
    background-size: 24px;
    border-bottom: #968137 4px double;
    padding: 0 0 0px 32px;
	margin-bottom:30px;
}
#seo_blog .article_single .tArea .imgArea {
	max-width: 600px;
    text-align: center;
    margin: 0 auto 30px;
}
#seo_blog .article_single .tArea .imgArea img {
	max-width: 600px;
}
#seo_blog .article_single .tArea p {
	font-size: 15px;
	line-height:1.7;
	margin-bottom:18px;
}
#seo_blog .article_single .tArea p:last-child {
	margin-bottom:0;
}
#seo_blog .article_single .tArea p a {
    color: #7d0e0e;
	text-decoration:underline;
}
#seo_blog .article_single .tArea p a:hover {
    color: #342215;
}
#seo_blog .article_single .totop {
	text-align:center;
}
#seo_blog .article_single .totop a {
	color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    background-color: #7d0e0e;
    padding: 11px 20px 6px;
}
#seo_blog .article_single .totop a span {
	display:inline-block;
	vertical-align: text-top;
	margin:0 10px;
}
#seo_blog .article_single .totop a:hover {
	opacity:0.7;
}

}