/*===============================
    BLOG
===============================*/
#blog.section {
    padding-bottom: 160px;
    padding-top: 60px;
}
#blog {
    background-image: url("/common/images/blog/bg_blog.jpg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
#blog #main_contents.container {
    padding: 0;
}
#blog #main_contents:after {
    margin-top: 60px;
}

.blog_cont .blog_title {
	margin: 42px 0 40px;
    text-align:center;
}
.blog_cont .blog_title .title {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
}
.blog_cont .blog_title .title span {
	background-color: #fff;
    display: inline-block;
    padding: 0 10px;
    position: relative;
}
.blog_cont .blog_title .data {
    font-size: 13px;
}

.blog_cont hr.square {
	margin: 0 auto;
    width: 821px;
}

.blog_cont .list_box {
    padding: 37px 24px 40px;
}

.blog_cont .list_box .blog_side {
	float: left;
	width: 245px;
}
.blog_cont .list_box .blog_side > div {
	margin-bottom: 42px;
}
.blog_cont .list_box .blog_side h4 {
    height: 38px;
    margin-bottom: 10px;
    text-align: center;
}
.blog_cont .list_box .blog_side h4 img {
	padding-top: 7px;
}
#blog_recent {
	margin-bottom: 42px;
}
#blog_recent:after {
    content: "";
    clear: both;
    display: block;
}
#blog_recent .article_list {
	margin-bottom: 5px;
    margin-right: 18px;
    text-align: left;
}
#blog_recent .article_list .list_item {
    content: "";
    clear: both;
    display: block;
    margin-bottom: 5px;
}
#blog_recent .article_list .thumbnail {
    float: left;
	width: 80px;
	height: 80px;
    position: relative;
	overflow: hidden;
}
#blog_recent .article_list .thumbnail img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: initial;
	height: 100%;
}
@media all and (-ms-high-contrast: none){
	#wedding  .box .list .ph a img{
		max-width: none;
	}
}
>>>>>>> .merge-right.r62180
#blog_recent .article_list .no_image {
	background-color: #e5e5e5;
    color: #fff;
    float: left;
    font-size: 12px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    width: 80px;
}
#blog_recent .article_list .entry {
    float: left;
    min-height: 80px;
    width: 125px;
    margin-left: 20px;
    padding-bottom: 5px;
}
#blog_recent .article_list .entry:after {
    background-image: url("/common/images/common/dot_01.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    content: "";
    display: block;
    height: 1px;
}
#blog_recent .article_list .entry .inner {
    margin-bottom: 4px;
    min-height: 80px;
}
#blog_recent .article_list .entry .date {
    color: #5d5555;
    display: inline-block;
    font-size: 11px;
    padding: 2px 10px;
}
#blog_recent .article_list .entry a {
    color: #5d5555;
    display: block;
    font-size: 11px;
    line-height: 1.25em;
    padding: 13px 0;
    text-decoration: none;
}
#blog_recent .article_list .entry a:hover {
	text-decoration: underline;
}

#blog_month {
	margin-bottom: 42px;
}
#blog_month .archive_list {
}
#blog_month .archive_list li {
	margin-bottom: 10px;
    width: 117px;
}
#blog_month .archive_list li:nth-child(odd) {
	float:left;
}
#blog_month .archive_list li:nth-child(even) {
	float:right;
}
#blog_month .archive_list li a {
    color: #5f4b3f;
    display: block;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
}
#blog_month .archive_list li a:hover {
	text-decoration: underline;
}

/* article */
.blog_cont .list_box .blog_contents {
	float: right;
	color: #5f4b3f;
	font-size: 13px;
	text-align: center;
	width: 883px;
}
.blog_cont .list_box .blog_contents .text {
    line-height: 1.5;
    margin: 20px auto 0;
    padding: 0 90px;
    text-align: center;
}
.blog_cont .list_box .blog_contents .text img {
	height: auto;
    max-width: 100%;
	vertical-align: middle;
}
.blog_cont .list_box .blog_contents .main_photo {
}
.blog_cont .list_box .blog_contents .main_photo.photo_frame .resize {
	text-align: center;
}
.blog_cont .list_box .blog_contents .main_photo.photo_frame .resize img {
	border: 1px solid #e3e2da;
	padding: 1px;
	max-width: 705px;
}
.blog_cont .list_box .blog_contents .sub_photo {
    margin: 40px auto 0;
	overflow: hidden;
}
.blog_cont .list_box .blog_contents .sub_photo img {
	width: 100%;
	display: block;
}
.blog_cont .list_box .blog_contents .sub_photo:nth-child(odd) {
    max-width: 500px;
}
.blog_cont .list_box .blog_contents .sub_photo:nth-child(even) {
    max-width: 370px;
}
.blog_cont .list_box .blog_contents .sub_photo:nth-child(odd) .resize {
    max-height: 370px;
}
.blog_cont .list_box .blog_contents .sub_photo:nth-child(even) .resize {
    max-height: 498px;
}

/*前記事・次記事*/
.blog_cont .pagenator {
	clear: both;
    padding-top: 30px;
    text-align: center;
}
.blog_cont .pagenator p {
	background-color: #efece1;
	background-repeat: no-repeat;
    border-radius: 3px;
    box-shadow: 2px 2px 2px #d1d1d1;
    display: inline-block;
	margin: 0 6px 40px;
}
.blog_cont .pagenator .prev {
	background-color: #efece1;
	background-image: url("/common/images/blog/arrow_prev.png");
	background-position: 24px center;
}
.blog_cont .pagenator .next {
	background-image: url("/common/images/blog/arrow_next.png");
	background-position: 184px center;
}
.blog_cont .pagenator p a {
	background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 30px;
    text-indent: -9999px;
    width: 215px;
}
.blog_cont .pagenator .prev a {
	background-image: url("/common/images/blog/btn_text_prev.png");
}
.blog_cont .pagenator .next a {
	background-image: url("/common/images/blog/btn_text_next.png");
}
.blog_cont .pagenator p a:hover {
    opacity: .8;
}

/*フェアバナー*/
.fair_banner {
    margin-top: 140px;
    text-align: center;
}
.fair_banner a:hover {
	opacity: 0.8;}