/* ------------------------------------------
　　テンプレ	No N142-002
--------------------------------------------- */

/*.table-company {
	width:100%;
}*/

/* ------------------------------------------
　　実装初期定義
--------------------------------------------- */
html {
    color: #333333;
    background: url(img/common/bg.jpg);
}
hr {
	border-top: dotted 1px #ccc;
	border-left: none;
	border-right: none;
	border-bottom: none;
	padding-bottom: 5px;
}
.imagetext {overflow: hidden;}/*イメージ横テキストの回り込み禁止*/
.indent {padding-left: 15px;}
.row {margin-bottom:20px;}

a {
	color: #75530b;
}
a:hover {
	color: #5c4108;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-color: #999; 
}
.btn.btn--link {
	background: #aca088;
}
.btn.btn--link:hover {
	background: #918773;
}
.topnews-bg {
	background: #aca088;
}
.topgallery-label {
	color:#fff;
	background: #aca088;
}
.topnews-outer li:not(:last-child) {
	border-bottom-color: #999; 
}
.footer-backtotop a {
	color:#fff;
	background: #75530b;
}
footer {
	color:#75530b;
	background: #f0e4cc;
}
.footer-snsicons-list li a,
#menu-footer_all > li > a {
	color: #75530b;
}
.widget-title {
	border-left: 6px solid #f69700;
	border-bottom:1px solid #f69700;
}
.widget_categories li a:before {
	color: #75530b;
}
#menu-footer_all li.cat-item a:hover {
    background-color: #baaa88;
    color: #fff;
}
#menu-footer_all li a {
	color: #75530b;
}
#menu-footer_all .sub-menu li a:before {
	color: #75530b;
}
#menu-footer_all li.cat-item a:hover:before {
	color: #fff;
}
#menu-footer_all .sub-menu li:not(:last-child) {
	border-bottom-color: #999; 
}
#menu-footer_all > li > a {
	border-bottom-color: #999; 
}
.widget li a:hover {
    background-color: #aca189;
    color: #fff;
}
.widget li a:hover span,
.widget li a:hover:before {
    color: #fff;
}
.wp-pagenavi span,
.wp-pagenavi a {
	background:#75530b;
}
/* ------------------------------------------
　　グローバルメニュー表示設定
--------------------------------------------- */
@media only screen and (min-width: 768px) {

	.bg-global-nav {
		background: linear-gradient(to bottom,  #f4ab45 0%,#f19f34 100%);
		border-top: 0;
	    border-bottom: 0;
	}

	.global-nav ul li{
		background: linear-gradient(to bottom,  #f4ab45 0%,#f19f34 100%);
	}

	.global-nav ul li > a {
		color: #fff;
	}

	.global-nav ul li:hover,
	.global-nav ul .current {
		background: linear-gradient(to bottom,  #e59131 0%,#e59131 100%);
		color: #fff;
	}

	.global-nav ul li:hover > a,
	.global-nav ul .current a {
		color: #fff;
	}

	.global-nav ul li {
		border-left: solid 1px #fcb853;
		border-right: solid 1px #fcb853;
	}

	.global-nav ul li span {
		color: #f4d2a7;
	}

	.global-nav ul li > a:hover span,
	.global-nav ul .current span {
		color: #fff;
	}

}

/* ------------------------------------------
　　見出しCSS設定
--------------------------------------------- */
.content-title--bl {
	border-left: 6px solid #f69700;
}
.content-subtitle {
  border-bottom: solid 2px #f69700;
}

/* 下ボーダー（2本線） */
.content-title--bbd {
	border-bottom: 3px double #f69700;
}

/* ボーダーで囲む × アクセント */
.content-title--bdacc {
	border: 1px solid #ccc;
}
.content-title--bdacc::after {
	background-color: #f69700;
}

/* 下ボーダー（2カラー） */
.content-title--bb2 {
	border-bottom: 4px solid #ccc;
}
.content-title--bb2::after {
	background-color: #f69700;
	border-bottom:1px solid #f69700;
}

/* マーカーのような下線 */
.content-title--marker::after {
	background-color: #f69700;
}

/* ストライプ */
.content-title--stripe {
	background: -webkit-repeating-linear-gradient(45deg, #f69700, #f69700 5px, #db8700 5px, #db8700 10px);
	background: repeating-linear-gradient(45deg, #f69700, #f69700 5px, #db8700 5px, #db8700 10px);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}

/* グラデーション × ボーダー × マーク */
.content-title--gb {
	background: -webkit-repeating-linear-gradient(45deg, #f69700, #f69700 5px, #db8700 5px, #db8700 10px);
	background: repeating-linear-gradient(45deg, #f69700, #f69700 5px, #db8700 5px, #db8700 10px);
	border-top: 3px solid #f69700;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}
.content-title--gb::after {
	border: 3px solid #f69700;
}

/* ------------------------------------------
　　テンプレート別css
--------------------------------------------- */
.wp-pagenavi span,
.wp-pagenavi a {
	background:#aca088;
}
.wrapper-top-contents {
	padding: 0 0 15px;
}
@media screen and (min-width:768px){
	.wrapper-top-contents {
		padding: 0 0 30px;
	}
}
.blog-post-meta {
	border-top:1px dotted #999 !important;
}
.form-contact-group:not(:last-of-type), .topgallery-title,.qa-tmp2 dt {
	border-bottom:1px solid #999;
}
.table-bordered,
.table-bordered th,
.table-bordered td {
	border:1px solid #999 !important;
}
.breadcrumbs > * {
	color:#333;}
.sub-menu {color:#75530b;}
.top-title {
	border-bottom:3px double #999;}
.gallery-flow-number span {
	background:#f69700;
}
.qa-tmp1 dt {
	background:#75530b;
	opacity:0.7;
}
.qa-tmp2 dt {
	color:#fff;
	border-bottom:1px solid #f99700 !important;
	background:#f6b756;
}

/* ------------------------------------------
　　ここから編集CSS
--------------------------------------------- */

/* FONTPLUS書体設定 */
.global-nav-label--ja,.sub-menu--header {
	font-family:FOT-筑紫ゴシック Pr5 D; }
h2, h3, h4 {
	font-family:FOT-筑紫ゴシック Pr5 D; }

/*1行表示のときはコメントアウトを外す*/
span.global-nav-label--en {display:none !important;}

.point01 {color:#1F497D;}/*ポイントカラー1色目*/
.point02 {color:#00ff00;}/*ポイントカラー2色目*/

/* ------------------------------------------
　　メディア別追加CSS設定
--------------------------------------------- */

/* PC版のスタイルを追加する場合はここに記述 */
@media screen and (min-width: 1025px){

}


/* タブレット・PC版両方のスタイルを追加する場合はここに記述 */
@media screen and (min-width: 768px){
    .logo {
    margin-top: 10px;
    }

    .wrapper-top-contents {
        margin-top: 20px;
    }
}

/* for tablet */
/* タブレット版のスタイルを追加する場合はここに記述 */
@media screen and (max-width:1024px) and (min-width: 768px){

}

/* for sp */
/* スマホ版のスタイルを追加する場合はここに記述 */
@media screen and (max-width:767px){

}
