/* ------------------------------------------
　　テンプレ	No N221
--------------------------------------------- */

/*.table-company {
	width:100%;
}*/

/* ------------------------------------------
　　実装初期定義
--------------------------------------------- */
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: #ff331e;
}
a:hover {
	color: #e5301c;
}

.btn.btn--link {
	background: #ff331e;
}
.btn.btn--link:hover {
	background: #e5301c;
}

.topnews-bg {
	background: #ff331e;
}
.topgallery-label {
	background: #ff331e;
}
footer {
	background: #2f5aca;
}
.footer-backtotop a {
	background: #284fb0;
}
.footer-backtotop a:hover {
	background: #143f8e;
}
.footer-backtotop a:hover {
	color: #fff;
}
.footer-snsicons-list li a {
	color: #fff;
}
#menu-footer_all li a {
	color: #fff;
}
.footer-copy p {
	color: #fff;
}
.widget-title {
	border-left: 6px solid #ff331e;
}

/* ------------------------------------------
　　グローバルメニュー表示設定
--------------------------------------------- */
@media only screen and (min-width: 690px) {

	.bg-global-nav {
		background: linear-gradient(to bottom,  #1144a7 0%,#0d3597 100%);
		border-top: 0;
	    border-bottom: 0;
	}

	.global-nav ul li{
		background: linear-gradient(to bottom,  #1144a7 0%,#0d3597 100%);
	}

	.global-nav ul li > a {
		color: #fff;
	}

	.global-nav ul li:hover,
	.global-nav ul li li a:hover,
	.global-nav ul .current {
		background: linear-gradient(to bottom,  #0d3597 0%,#1144a7 100%);
		color: #fff;
	}

	.global-nav ul li:hover > a,
	.global-nav ul .current a {
		color: #fff;
	}

	.global-nav ul li {
		border-left: solid 1px #2f5aca;
		border-right: solid 1px #2f5aca;
	}

	.global-nav ul li span {
		color: #fff;
	}

	.global-nav ul li > a:hover span,
	.global-nav ul .current span {
		color: #fff;
	}

}

/* ------------------------------------------
　　テンプレート別CSS
--------------------------------------------- */
.wp-pagenavi span,
.wp-pagenavi a {
	background:#ff331e;
}
#masthead {background-color:#fff;}
.sub-menu {color:#ff331e;}
.gallery-flow-number span {
    background:#ff331e;
    }
.qa-tmp1 dt {
    background:#ff331e;
    opacity:0.7;
    }
.widget_categories li a:before {
    color: #ff331e;
}
.qa-tmp2 dt {
    background:#c9bbbb;
    }
.widget_recent_entries a:hover, li.cat-item a:hover  {
    background-color: #ccc;
}
#menu-footer_all li.cat-item a:hover {
    background-color: #284fb0;
    color: #fff;
}

/* ------------------------------------------
　　見出しCSS設定
--------------------------------------------- */
.content-title--bl {
	border-left: 6px solid #ff331e;
}
.content-subtitle {
  border-bottom: solid 2px #ff331e;
}

/* 下ボーダー（2本線） */
.content-title--bbd {
	border-bottom: 3px double #ff331e;
}

/* ボーダーで囲む × アクセント */
.content-title--bdacc {
	border: 1px solid #ccc;
}
.content-title--bdacc::after {
	background-color: #ff331e;
}

/* 下ボーダー（2カラー） */
.content-title--bb2 {
	border-bottom: 4px solid #ccc;
}
.content-title--bb2::after {
	background-color: #ff331e;
}

/* マーカーのような下線 */
.content-title--marker::after {
	background-color: #ff331e;
}

/* ストライプ */
.content-title--stripe {
	background: -webkit-repeating-linear-gradient(45deg, #ff331e, #ff331e 5px, #e5301c 5px, #e5301c 10px);
	background: repeating-linear-gradient(45deg, #ff331e, #ff331e 5px, #e5301c 5px, #e5301c 10px);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}

/* グラデーション × ボーダー × マーク */
.content-title--gb {
	background: -webkit-repeating-linear-gradient(45deg, #ff331e, #ff331e 5px, #e5301c 5px, #e5301c 10px);
	background: repeating-linear-gradient(45deg, #ff331e, #ff331e 5px, #e5301c 5px, #e5301c 10px);
	border-top: 3px solid #ff331e;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}
.content-title--gb::after {
	border: 3px solid #ff331e;
}


/* ------------------------------------------
　　ここから編集CSS
--------------------------------------------- */

/* FONTPLUS書体設定 */
.global-nav-label--ja,.sub-menu--header {
	font-family: "FOT-セザンヌ Pro DB"; }
h2, h3, h4 {
	font-family: "FOT-セザンヌ Pro DB"; }

/*1行表示のときはコメントアウトを外す*/
span.global-nav-label--en {display:none !important;}

.point01 {color:#1F497D;}/*ポイントカラー1色目*/
.point02 {color:#00ff00;}/*ポイントカラー2色目*/

/* ------------------------------------------
　　メディア別追加CSS設定
--------------------------------------------- */
/* for pc */
/* PC版のスタイルを追加する場合はここに記述 */

@media screen and (min-width:1025px){

}

	.postid-3105 .table01 th {
		text-align: center;
	}

/* タブレット・PC版両方のスタイルを追加する場合はここに記述 */
@media screen and (min-width: 768px){
.logo,
.tel {width:50%;}
.tel {text-align:right;}
	

	.postid-3105 .table01 td:not(:last-child) {
		text-align: left;
	} 
}

/* for tablet */
/* タブレット版のスタイルを追加する場合はここに記述 */
@media screen and (max-width:1024px) and (min-width:768px){

}

/* for sp */
/* スマホ版のスタイルを追加する場合はここに記述 */
@media screen and (max-width:767px){

	.postid-3105 .table01 th:not(:last-child),
	.postid-3105 .table01 td:not(:last-child) {
		border-bottom:none;
	}
	.postid-3105 .table01 th:not(:first-child) {
		border-top:none;
	} 
}
