/* ------------------------------------------
　　テンプレ	No N248
--------------------------------------------- */

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

/* ------------------------------------------
　　実装初期定義
--------------------------------------------- */
html {
	background: #f7f4de;
}
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: #7aaed5;
}
a:hover {
	color: #6c9abd;
}

.btn.btn--link {
	background: #7aaed5;
}
.btn.btn--link:hover {
	background: #6c9abd;
}

.topnews-bg {
	background: #7aaed5;
}
.topgallery-label {
	background: #7aaed5;
}
.headertop-copy {
	color: #fff;
}
footer {
	background: #4e97ca;
}
.footer-backtotop a:hover {
	background: #6c9abd;
}
.footer-backtotop a {
	background: #fff;
}
.footer-backtotop a:hover {
	color: #fff;
}
.footer-snsicons-list li a {
	color: #fff;
}
#menu-footer_all li.cat-item a:hover {
    background-color: #6c9abd;
}
#menu-footer_all li a {
	color: #fff;
}
.widget-title {
	border-left: 6px solid #7aaed5;
}
.footer-copy p small {
	color: #fff;
}
/* ------------------------------------------
　　グローバルメニュー表示設定
--------------------------------------------- */
@media only screen and (min-width: 768px) {

	.bg-global-nav {
		background: #4e97ca;
		border-top: solid 1px #7aaed5;
	    border-bottom: 0;
	}

	.global-nav ul li{
		background: #4e97ca;
	}

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

	.global-nav ul li:hover,
	.global-nav ul .current {
		background: #307cb0;
		color: #fff;
	}

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

	.global-nav ul li {
		border-left: solid 1px #7aaed5;
		border-right: solid 1px #7aaed5;
	}
	.global-nav .sub-menu--header li a {
		color: #fff;
	}

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

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

}

/* ------------------------------------------
　　テンプレート別CSS
--------------------------------------------- */
.wrapper-top-contents {
	margin: 0 0 15px;
	padding: 0;
}
@media screen and (min-width:768px){
	.wrapper-top-contents {
		margin: 0 0 30px;
		padding: 0;
	}
}
#masthead {background-color:#7aaed5;}
.topnews-outer {
	background: #fff;
}
td, th, .blog-post-meta {
    border-top:1px dotted #333 !important;
}
.form-contact-group:not(:last-of-type), .topgallery-title,.qa-tmp2 dt {
    border-bottom:1px solid #333;
}
.breadcrumbs > * {
    color:#333;}
.sub-menu {color:#333;}
.gallery-flow-number span {
    background:#7aaed5;
}
.qa-tmp1 dt {
    background:#333;
    opacity:0.7;
}
.widget_categories li a:before {
    color: #333;
}
.qa-tmp2 dt {
    background:#c9bbbb;
}
.wp-pagenavi span,
.wp-pagenavi a {
	background: #7aaed5;
	color: #fff;
}
/* ------------------------------------------
　　見出しCSS設定
--------------------------------------------- */
.content-title--bl {
	border-left: 6px solid #7aaed5;
}
.content-subtitle {
  border-bottom: solid 2px #7aaed5;
}

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

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

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

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

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

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


/* ------------------------------------------
　　ここから編集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設定
--------------------------------------------- */
/* PC版のスタイルを追加する場合はここに記述 */

@media screen and (min-width:768px){
}

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

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

}

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

}
