@charset "utf-8";
#contents .common_inner {
	//background: #C9C1B6;
}
.blog_main {
	float: left;
	width: 75%;
	background: #ffffff;
}
.mainimg  img {
	width: 100%;
}
/*  .blog_aside
----------------------------------------*/
.blog_aside {
	float: right;
	width: 25%;
	background: #C9C1B6;
}
.blog_aside .calendar_area {
	background: #F4F4F2;
	padding: 30px 20px;
}
.blog_aside .calendar_area .title_calendar {
	font-size: 134%;
	color: #666666;
	padding-left: 10px;
	margin-bottom: 10px;
}
.blog_aside .calendar_area table {
	width: 100%;
	color: #666666;
	font-size: 117%;
}
.blog_aside .calendar_area table th {
	font-weight: normal;
	text-align: center;
	padding: 3px 0;
}
.blog_aside .calendar_area table td {
	text-align: center;
	padding: 5px 0;
}
.blog_aside .calendar_area table td a {
	color: #9A8366;
	text-decoration: underline;
}
.blog_aside .calendar_area table td a:hover {
	text-decoration: none;
}

#sidebar {
	padding:28px;
	color:#ffffff;
}
#sidebar .widget {
	list-style-type: none;
}
#sidebar .widgettitle {
	border-bottom: 1px #ffffff solid;
	padding-bottom: 10px;
	font-size: 150%;
	margin-bottom: 20px;
	font-weight: normal;
}
#sidebar .widget {
	margin-bottom: 60px;
}
#sidebar .widget ul li a {
	color:#ffffff;
	text-decoration: none;
	background: url(../../blog/img/bg-aside_list.gif) no-repeat left 7px;
	padding-left: 15px;
	display:block;
	font-size: 117%;
	margin-bottom: 6px;
}
#sidebar .widget ul li a:hover {
	text-decoration: underline;	
}
.shop_message .name {
	background: #C9C1B6 url(../../blog/img/bg-title.gif) no-repeat left center;
	border-radius: 3px;
	padding: 1px 5px 0 20px;
	color: #ffffff;
	font-size: 92%;
	float: left;
	margin-right: 20px;
}
.shop_message .date {
	background: url(../../blog/img/bg-clock.gif) no-repeat left center;
	padding-left: 15px;
	font-size: 100%;
	float: left;
	margin-top: 1px;
}
.shop_title {
	font-size: 200%;
	margin: 16px 0;
}
/*  .blog_section
----------------------------------------*/

.blog_section .blog_main ul {
	margin: 0 30px;
}
.blog_section .blog_main ul li {
	border-bottom: 1px #E1DBD2 solid;
	margin-top: 40px;
}
.blog_section .blog_main .shop_info .photo {
	float: left;
	width: 38.1%;
}
.blog_section .blog_main .shop_info .photo img {
	width: 100%;
}
.blog_section .blog_main .shop_info .txt_message {
	float: right;
	width: 59%;
}
.blog_section .blog_main .shop_info .txt_message p {
	margin-bottom: 25px;
	font-size: 109%;
	line-height: 1.9;
}
.blog_section .blog_main .shop_info .txt_message p:last-child{
	margin-bottom: 0;
}
.blog_section .blog_main .shop_info .txt_message a {
	color: #9B8367;
	text-decoration: none;
	background: url(../../blog/img/ico-arrow.gif) no-repeat right center;
	padding-right: 20px;
}
.blog_section .blog_main .shop_info .txt_message a:hover {
	text-decoration: underline;
}
/*  .detail_section
----------------------------------------*/
.detail_section {
}
.detail_section .mainimg img {
	width: 100%;
	max-width: 900px;
}
.detail_section .detail_area {
	background: #ffffff;
    padding: 30px 40px;
    position: relative;
}
.detail_section .detail_area img {
	max-width: 100%;
	height: auto;
	width: auto;
}
.detail_section .detail_area .shop_title {
	font-size: 256%;
	margin: 27px 0 20px;
}
.detail_section .detail_area .photo {
	text-align: center;
	margin: 60px 0 35px;
}
.detail_section .detail_area .txt {
	margin-bottom: 25px;
	font-size: 109%;
	line-height: 1.9;
}
.detail_section .pagelist {
}
.page_list {
	text-align: center;
	border-top:1px #DDDDDD solid;
	padding: 55px 10px 37px;
	margin: -45px 48px 0;

}
.page_list li {
	display: inline-block;
}
.page_list li a {
	font-size: 134%;
	text-align: center;
	color: #998366;
	text-decoration: none;
}
.page_list li a:hover {
	text-decoration: underline;
}
.page_list .prev_link {
	float: left;
	position: relative;
}
.page_list .prev_link a {
	padding-left: 35px;
}
.page_list .prev_link:after {
  position: absolute;
  top: 50%;
  left: 4px;
  display: block;
  content: '';
  width: 18px;
  height: 18px;
  margin-top: -10px;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.page_list .next_link {
	float: right;
	position: relative;
}
.page_list .next_link a {
	padding-right: 35px;
}
.page_list .next_link:after {
  position: absolute;
  top: 50%;
  right: 4px;
  display: block;
  content: '';
  width: 18px;
  height: 18px;
  margin-top: -10px;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page_list li.blog_list a {
	margin: 0 auto;
  position: relative;
	bottom: -10px;
}
.page_list li.blog_list a:after {
	position: absolute;
	top: -30px;
	left: 50%;
	display: block;
	margin-left: -10px;
	content: '';
	width: 20px;
	height: 20px;
	background: url(../img/bg-pagelist.gif) no-repeat top center;
}
/*  .wp-pagenavi
----------------------------------------*/

.wp-pagenavi {
	width: 100%;
    margin-top: 63px;
    margin-bottom: 300px;
	text-align: center;
}
.wp-pagenavi a,.wp-pagenavi span {
    font-size: 128%;
    color: #958273;
    display: inline-block;
    padding: 16px 24px !important;
    border: 1px #E1DCD5 solid !important;
    margin-right: -3px !important;
    text-decoration: blink;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    text-decoration: none;
    border: 1px #72543d solid;
    color: #ffffff;
    background: #72543d;
}
.wp-pagenavi a.nextpostslink {
    border: none !important;
	text-indent: -9999px;
	background: url(../../news/img/next.png) center center no-repeat;
	margin-left: 10px !important;
}
.wp-pagenavi a.previouspostslink {
    border: none !important;
    text-indent: -9999px;
	background: url(../../news/img/prev.png) center center no-repeat;
	margin-right: 10px !important;
}
