@charset "utf-8";
#beginner {
	margin-top: -220px;
	padding-top: 220px;
	margin-bottom: 20px;
}

/*  .reason_section
----------------------------------------*/

#contents .reason_section .section_title {
	color: #9B8367;
	font-size: 297%;
	padding-top: 30px;
}
#contents .reason_section .common_inner {
	padding: 0 150px;
}
/*#contents .reason_section .common_inner .news_area {
	border-top: 1px #E1DBD2 solid;
	border-bottom: 1px #E1DBD2 solid;
}*/
#contents .reason_section .common_inner .news_area li dl:first-child a {
    border-top: 1px dotted #e2d7cb;
}
#contents .reason_section .common_inner dl a {
	color:#908585;
    border-bottom: 1px dotted #e2d7cb;
	width: 97%;
	text-decoration: none;
	padding: 10px;
	display:block;
}
#contents .reason_section .common_inner dl a:hover {
	background-color:#f7f7f7;
	text-decoration: none;
}
#contents .reason_section .common_inner dl  dt{
	background: url(../img/yajirusi.png) left 2px no-repeat;
    padding-left: 24px;
	margin-top: 3px;
	float:left;
	width: 9%;
    font-size: 100%;
}
#contents .reason_section .common_inner dl  dd {
    font-size: 134%;
	float:left;
	width: 77%;
}
#contents .reason_section .common_inner dl  dd.readmore {
	float:right;
    font-size: 92%;
    color: #c7af96;
	width: 10%;
	margin-top: 5px;
	display:none;
}
#contents .reason_section .common_inner dl a:hover dd.readmore {
	display:block;
}

#contents .reason_section .detail {
	padding: 60px 150px 5px;
	background-color: white;
}
#contents .reason_section .detail:after {
  content:".";display:block;visibility:hidden;height:0.1px;font-size:0.1em;line-height:0;clear:both;
}
#contents .reason_section .detail .detail_title{
    font-size: 196%;
    border-bottom: 1px solid #d3c9bc;
	background: url(../img/bg-detail_title.gif) left 6px no-repeat;
	padding: 0 0 10px 35px;
	color:#555555;
}
#contents .reason_section .detail .detail_title p{
	width: 80%;
	float:left;
}
#contents .reason_section .detail .detail_title:after {
  content:".";display:block;visibility:hidden;height:0.1px;font-size:0.1em;line-height:0;clear:both;
}
#contents .reason_section .detail .detail_title a {
    font-size: 53%;
    text-decoration: none;
    border: 2px #e2ddd4 solid;
    color: #9B8367;
    float: right;
    padding: 10px 0 6px;
    position: relative;
	width: 136px;
    text-align: center;
}
#contents .reason_section .detail .detail_title a:hover {
    text-decoration: underline;
}
#contents .reason_section .detail .detail_title a:after {
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-top: 1px solid #9C8365;
    border-right: 1px solid #9C8365;
    -webkit-transform: rotate(-134deg);
    transform: rotate(-134deg);
}
#contents .reason_section .detail .date{
	font-size:117%;
	margin: 5px 0 36px;
}
#contents .reason_section .detail .txt_noimg{
	font-size:117%;
	margin: 10px 0;
}
#contents .reason_section .detail dl{
	width: 100%;
	display:table;
    font-size: 134%;
    font-weight: bold;
    padding: 25px 0 30px 0;
   
}
#contents .reason_section .detail dl  dt{
	border-bottom: 1px groove #9B8367;
}
#contents .reason_section .detail dl  dd{
	float: right;
}
#contents .reason_section .detail .content .img{
	float:left;
	width:42.2%;
}
#contents .reason_section .detail .content .img img {
	width:100%;
}
#contents .reason_section .detail .content p{
	font-size:117%;
	float:right;
	width:53.2%;
}
#contents .reason_section .detail .photo img{
	width:100%;
	margin: 15px 0;
}
#contents .reason_section .detail .content .txt_noimg{
	font-size:117%;
	float:none;
	width:100%;
}
/*  .wp-pagenavi
----------------------------------------*/

.wp-pagenavi {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 150px;
	text-align: center;
}
.wp-pagenavi a,.wp-pagenavi span {
    font-size: 128%;
    color: #958273;
    display: inline-block;
    padding: 11px 18px !important;
    border: 1px #9a8366 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(../img/next.png) center center no-repeat;
	margin-left: 10px !important;
}
.wp-pagenavi a.previouspostslink {
    border: none !important;
    text-indent: -9999px;
	background: url(../img/prev.png) center center no-repeat;
	margin-right: 10px !important;
}
/*----------------------------------------
    page_list
----------------------------------------*/
.page_list { 
  display:block;
  text-align: center;
  padding: 40px 0 40px;
  background: #ffffff;
}
.page_list li { 
  display: inline-block;
  margin-right: 5px;
}
.page_list li:last-child { 
  margin-right: 0;
}
.page_list li a,
.page_list li span { 
  font-size: 117%;
  color: #9a8366;
  display: block;
  padding: 7px 11px;
  border: 1px #e2ddd4 solid;
}
.page_list li a.prev,
.page_list li a.next { 
	text-decoration: none;
}
.page_list li a.prev:hover,
.page_list li a.next:hover { 
	text-decoration: underline;
}
.page_list li a:hover {
	text-decoration: none;
	border: 1px #ffffff solid;
	color: #ffffff;
	background: #72543d !important;
}
.page_list_detail{
	padding-bottom:90px;
	background:#ffffff;
}
.page_list_detail li {
    position: relative;
	width: 136px;
	margin: 0 auto;
    text-align: center;
}
.page_list_detail li a {
    font-size: 117%;
    text-decoration: none;
    border: 2px #e2ddd4 solid;
    color: #9B8367;
    padding: 10px 0 6px;
	display:block;
}
.page_list_detail li a:after {
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-top: 1px solid #9C8365;
    border-right: 1px solid #9C8365;
    -webkit-transform: rotate(-134deg);
    transform: rotate(-134deg);
}
.page_list_detail li a:hover {
    text-decoration: underline;
	background: none;
}
.page_list li a.current {
	text-decoration: none;
	border: 1px #e2ddd4 solid;
	background: url(../img/yaji.png) 10px 12px no-repeat;
	padding-left:32px;
}
.page_list li a.prev,
.page_list li a:next {
	border: none;
}
.page_list li img {
  vertical-align: inherit;
}

.note {
	border: 1px #e2ddd4 solid;
	padding: 10px;
	font-size: 96%;
	background:#FAFAFA;
	font-weight: normal;
	color:#555555;
	margin: 80px 0 33px;
	line-height: 2.1;
}
.note span {
	display:block;
	padding-left: 15px;
}
@media screen and (max-width: 1000px) {
#contents .reason_section .common_inner {
    padding: 0 10px;
}
#contents .reason_section .common_inner dl  dt{
	width: 12%;
}
#contents .reason_section .common_inner dl  dd {
	width: 60%;
}
#contents .reason_section .common_inner dl  dd.readmore {
	width: 13%;
}
#contents .reason_section .detail {
    padding: 10px;
}
}
