@charset "UTF-8";
/* CSS Document */

#top .contents_wrap .unit_wrap.style .box_wrapper .unit_box {
	margin-bottom: 28px;
}

#top .contents_wrap .unit_wrap.style .box_wrapper {
	margin-right: -28px;
}

.pager {
	margin-bottom: 35px;
}

.pager .page-numbers {
	margin: 0 6px;
}

.navi_wrap {
	margin-bottom: 45px;
}

.navi_wrap p {
	font-size: 14px;
}

.navi_wrap p a {
	text-decoration: none;
	color: #666;
}

.navi_wrap p .navi {
	margin: 0 15px;
}


.single_wrap {
	margin-bottom: 50px;
}

.single_wrap .jp-relatedposts {
	display: none;
}

.single_wrap h1 {
	font-size: 18px;
	margin-bottom: 50px;
}

.single_wrap .photo_wrap {
	width: 100%;
	height: 500px;
	position: relative;
	margin-bottom: 40px;
}

.single_wrap .photo_wrap .big_photo {
	width: 620px;
	height: 500px;
	overflow: hidden;
	text-align: center;
	float: left;
}

.single_wrap .photo_wrap .big_photo img {
	/*max-width: 100%;*/
	max-height: 100%;
}

.single_wrap .photo_wrap .thum_wrap {
	width: 364px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.single_wrap .photo_wrap .thum_wrap li {
	width: 167px;
	height: 142px;
	margin-left: 15px;
	margin-top: 15px;
	float: left;
	overflow: hidden;
}

.single_wrap .photo_wrap .thum_wrap li img {
	max-height: 100%;
}


.cat_paging .alignleft {
	width: 50%;
	float: left;
	text-align: left;
}

.cat_paging .alignright {
	width: 50%;
	float: right;
	text-align: right;
}

.cat_paging .alignleft .thumb {
	width: 89px;
	height: 70px;
	overflow: hidden;
	display: block;
	float: left;
    vertical-align: middle;
    position: relative;
}

.cat_paging .alignleft .title {
	display: block;
    padding-top: 20px;
    margin-left: 5px;
    float: left;
    width: 250px;
	font-size: 12px;
    color: #8c8c8c;
    height: 1.4em;
    overflow: hidden;
}


.cat_paging .alignright .thumb {
	float: right;
	width: 89px;
	height: 70px;
	overflow: hidden;
    display: block;
    position: relative;
}

.cat_paging .alignright .title {
	display: block;
    padding-top: 20px;
    margin-right: 5px;
    float: right;
    color: #8c8c8c;
    font-size: 12px;
    width: 250px;
    line-height: 1.4em;
}

.cat_paging .thumb {
	    float: right;
    vertical-align: middle;
}

.cat_paging .thumb img {
	max-width: 100%;
    max-height: 100%;
}