@charset "UTF-8";
/*
 * cmn_module.css
 *
 */
 #global_container {
    margin-bottom: 35px;
}
/* sitemap_links
---------------------------------------------------------- */
#ph_title {
	border: none;
}
.bunrei #ph_title {
	border-bottom: 1px solid #babfc4;
}

/*ph_navigation
---------------------------------------------------------- */
#ph_navigation_link{
  border-bottom: 3px solid #1c2c3a;
  text-align: center;
  font-size: 0;
  margin-bottom: 30px;
  }
  #ph_navigation_link li{
    display: inline-block;
    font-size: 14px;
    margin-right: 12px;
    width: 175px;
    }
    #ph_navigation_link li a{
      background: #1c2c3a;
      display: block;
      padding: 5px 30px;
      color: #fff;
    }
    #ph_navigation_link li a.active,
    #ph_navigation_link li a:hover{
      background: #c69d5a;
      text-decoration: none;
    }
  #ph_navigation_link li:last-child{
    margin-right: 0;
  }


.categori{
  background-color: #1c2c3a;
  color: #fff;
	padding: 10px 20px;
	margin-bottom: 60px;
	font-size: 18px;
  font-weight: bold;
}
.categori a{
	display: inline-block;
	position: relative;
	padding-right: 18px;
}
.categori a:after{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	border-top: 2px solid #1c2c3a;
	border-right: 2px solid #1c2c3a;
	width: 9px;
	height: 9px;
	margin-top: -5px;
	margin-left: 0;

	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#reference_links{
	overflow: hidden;
	pdadding-bottom: 20px;
	}
#reference_links .box {
  padding: 30px 120px;
  border-top: 1px dashed #1c2c3a;
}
		#reference_links .box .categori{
			margin-bottom: 15px;
		}
	#reference_links .box:nth-child(4n){
		margin-right: 0;
		}
#reference_links .box li {
  background: rgba(0, 0, 0, 0) url("/leaf-test/img/arrow_02.png") no-repeat scroll left 7px / 5px 6px;
  margin-bottom: 5px;
  padding-left: 10px;
}
#reference_links .box li a{
  background: rgba(0, 0, 0, 0) url("/common/img/ico/ico_arr_6x7_01.png") no-repeat scroll left center;
  font-weight: normal;
  padding-left: 10px;
  text-decoration: underline;
}
#reference_links .box li a:hover{
  text-decoration: none;
}

#reference_links .box ul ul li {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  list-style-position: inside;
  margin-left: 20px;
}

#reference_links .box ul ul {
  font-size: 13px;
  padding-bottom: 5px;
}

#gc_inner #gc_main {
  float: left;
  width: 980px;
}
div.be_head {
  font-size: 18px;
}
div.be_head h3 {
  font-weight: bold;
  margin-bottom: 1.5em;
}
div.be_head h3 img {
  width: 100%;
}
div.be_lead {
  margin: 0 auto 35px;
  text-align: center;
}
div.be_lead_after {
  height: 495px;
}
.box div.be_lead_after {
  height: 290px;
}
ul.be_link {
  font-size: 18px;
  width: 500px;
  margin: 0 auto 35px;
  text-align: center;
  line-height: 35px;
}
ul.be_link li {
  display: inline-block;
}
ul.be_link a {
	color: #ad9630;
	text-decoration: underline;
	margin-right: 15px;
}
.detail_body {
  line-height: 1.8;
}
#gc_inner section {
	background: rgba(0, 0, 0, 0) url("/common/img/bg/bg_line03.png") repeat-x scroll left bottom;
	padding: 34px;
}
#gc_inner section:last-child {
  background: none;
  margin-bottom: 0px;
}

#gc_inner section + section {
  margin-top: 30px;
}
.bunrei #gc_inner section {
	background: none;
	padding: 35px 0 50px;
}
.bunrei #gc_inner section:first-child {
}

#i_reference,
#i_reference_sekiji {
  padding-top: 45px;
}
.mouseover-fader {
    transition: all 0.1s ease 0s;
}
.mouseover-fader {
    opacity: 1;
}
.mouseover-fader:hover {
    opacity: 0.5;
}

/*個別記事---------------------------------------------*/


h3#reference-title {
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 30px;
}

.sub_header {
	float: left;
	text-align: left;
	width: 44%;
	margin: 0 27px;
}
.sub_header li.fusen {
	margin-top: 48px;
}
.sub_header img {
	width: 100%;
}

.MainTxt .sub_header {
	margin: 0 10px;
}

.SubTitle {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.bunrei .SubTitle {
  border-bottom: 1px solid #ad9630;
  color: #ad9630;
  font-size: 16px;
}
.SubTitle span:first-child {
	padding-right: 20px;
}
.SubTitle span:last-child {
	padding-top: 10px;
}
.SubTitle span {
	display: table-cell;
	vertical-align: middle;
}

.gold {
	color: #ad9630;
}

.MainTxt.LetterWide {
  font-size: 12px;
  letter-spacing: 1.3px;
  padding-top: 15px;
  text-align: center;
  width: 450px;
}
.MainTxt.LetterWide span.Right {
  display: block;
  text-align: right;
}
.MainTxt.LetterWide span.Left {
  display: table;
  margin: 0 auto;
  text-align: left;
}

.MainImg img {
	margin: 20px auto 0;
}

table.table_box {
	width: 563px;
}

table.table_box td {
	border: 1px solid #babfc4;
	margin-left: 57px;
	padding: 3px 10px;
}

table.table_box td.title {
	width: 57px;
	margin-left: 0px;
}

.block.pagenate .backIndex.First {
  float: right;
  text-align: center;
  width: 286px;
}
.block.pagenate .next.First {
  float: right;
  text-align: center;
  width: 346px;
}

/*フッターインデックス---------------------------------------------*/


.block.pagenate {
  border-top: 2px solid #ad9630;
  display: block;
  margin: 200px auto 70px;
  padding-top: 10px;
  position: relative;
}
.block.pagenate li {
  float: left;
  text-align: center;
  width: 303px;
}
.block.pagenate a {
  color: #ad9630;
  font-size: 12px;
  font-weight: normal;
}

.navi_btn li a {
  text-decoration: underline;
}
.navi_btn li a:hover {
  text-decoration: none;
}
