/* ----------------------------------------------------
※ サイト全体で共用する色に関するCSSのみが書いてあります
※ 管理画面より色の一括変更が行えるようにクラス名の命名規則に気を付けてください
---------------------------------------------------- */

/* html
------------------------------------------------------------------------------*/

html {
  background: #fff;
  color: #333;
}

a {
  color: red;
}

.color_1 a {
  color: #0267c2;
}


/* header
------------------------------------------------------------------------------*/

.color_1 #header {
	background: #fff;
	color: #eee;
}

.color_1 #header h1 a {
	color: #999;
}


/* nav
------------------------------------------------------------------------------*/

.color_1 .nav-link::before {
	background: rgba(255,255,255,.3);
}

.color_1 .nav-link,
.color_1 .nav-link:link,
.color_1 .nav-link:visited,
.color_1 .nav-link:active {
	color: #1156a6;
	transition: 0.2s ease;
}

.color_1 .nav-link:hover {
	color: #7aa7dc;
}

.color_1 .nav-item.link_color2 {
	background: #005cba;
}

.color_1 .nav-item.link_color3 {
}

.color_1 .nav-item.li_lp:hover {
	background: #1e7cdc;
}

.color_1 .dropdown .nav-link::after {
	border-top-color: #1156a6;
}

.color_1 .dropdown .nav-link .en {
}

.color_1 .submenu-item a,
.color_1 .submenu-item a:link,
.color_1 .submenu-item a:visited,
.color_1 .submenu-item a:active {
	color: #1b1b1b;
}

.color_1 .submenu-item a:hover {
}


/* main
------------------------------------------------------------------------------*/

.color_1 #main {
	border-top-color: #02479d;
}

.color_1 .content-block .pagehead-text.text {
	color: #8a8a8a;
}

.color_1 .content-block .text {
	color: #666;
}

.color_1 .main .caption-tile-menu .tile-block {
	background: #62a3c1;
	border: 1px solid #fff;
}

.color_1 .main .caption-tile-menu .tile-block .hd3 .inr-wrap {
	background: url(../img/overlay3.png) repeat;
}

.color_1 .main .caption-tile-menu .tile-block .hd3 .inr-wrap {
	text-shadow: 1px 1px 6px rgba(255,255,255,.5);
}

.color_1 .main .caption-tile-menu .tile-block .hd3 .ja,
.color_1 .main .caption-tile-menu .tile-block .hd3 .inr-wrap .en {
	color: #404040;
}


/* headline
--------------------------------------*/

.color_1 .hd1 .en,
.color_1 .hd1 .ja {
	color: #1b1b1b;
}

.color_1 .hd2 span {
	color: #333;
}

.color_1 .hd3 {
	color: #333;
}
/* 下線に装飾が入るタイプ
.color_1 .hd3:after {
	background: -moz-linear-gradient(left, #49697b 10%, #e5ecef 80%);
	background: -webkit-linear-gradient(left, #49697b 10%,#e5ecef 80%);
	background: linear-gradient(to right, #49697b 10%,#e5ecef 80%);
}
*/

/* footer
------------------------------------------------------------------------------*/

.color_1 .footer {
	background: #ffffff;
}

.color_1 .footer .foot-info .foot-info-inner-right .bnr-buy {
	background: #005cba;
	border-bottom: 2px solid #002952;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}

.color_1 .footer .foot-info .foot-info-inner-right .bnr-sell {
	background: #02479d;
	border-bottom: 2px solid #00132e;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}

.color_1 .footer .foot-info .foot-info-inner-right a:hover span {
	background: #1f87e0;
}

.color_1 .foot-sitelink {
	background: #144e82;
}

.color_1 .foot-sitelink .site-link-list li a {
	color: #fff;
}

.color_1 .copy-wrap {
	background: #1d3e5a;
}

.color_1 .copyright {
	color: #fff;
}


/* footBlockContactWrap
--------------------------------------*/

.color_1 .footBlockContactWrap {
	background: #ffffff;
	border-top: 1px solid #204765;
}

.color_1 .footBlockContactWrap.js-isOver {
	background: #fff;
	border-top: 1px solid #204765;
}

.color_1 .footBlockContactWrap .ft-contact-inner .txt {
	color: #636363;
}

.color_1 .footBlockContactWrap .ft-contact-inner .button-area-wrap .tel-btn .tel_num .office_info {
	color: #0f5f84;
}

.color_1 .footBlockContactWrap .ft-contact-inner .button-area-wrap .tel-btn .tel_num .num {
	color: #d4be96;
}

.color_1 .footBlockContactWrap .button-area-wrap .tel-btn .button {
	background: #62a3c1;
	border-bottom: 2px solid #002952;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}

.color_1 .footBlockContactWrap .button-area-wrap .inform-btn .button {
	background: #005cba;
	border-bottom: 2px solid #002952;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}

.color_1 .footBlockContactWrap .button-area-wrap .satei-btn .button {
	background: #02479d;
	border-bottom: 2px solid #00132e;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}

.color_1 .footBlockContactWrap .button-area-wrap .button:hover {
	background: #1e7cdc;
}

.color_1 .footBlockContactWrap .ft-contact-inner .close {
	background: #ffffff;
	border-color: #02479d;
	color: #02479d;
}


/* photogallery
------------------------------------------------------------------------------*/

.color_1 .gallery-list li {
}


/* outline
------------------------------------------------------------------------------*/

.color_1 .outline-table th {
}

.color_1 .outline-table td {
}


/* lp
------------------------------------------------------------------------------*/

.color_1 .lp-box {
	background-color: #fff;
}

.color_1 .lp-box.no-img .detail .detail-inr-wrap,
.color_1 .lp-box .detail-inr-info-wrap .link .btn {
	background: #1156a6;
}


/* sale-item */

.color_1 .sale-item {
	border-color: #ececec;
}

.color_1 .sale-item:hover {
	background: #f6fcff;
	box-shadow: 0 0 2px #ccc;
}

.color_1 .sale-item .name {
	color: #333;
}

.color_1 .sale-item .data th {
	background: #dfebf2;
	color: #6e6e6e;
}

.color_1 .sale-item .data td {
	background: #f3f3f3;
	color: #333;
}


/* not-found
------------------------------------------------------------------------------*/

.not-found h2 {
  color: #999;
  text-shadow: 0 1px #333;
}

.not-found h2 span {
  font-size: 120%;
}

.not-found h3 {
  border-bottom: #999 solid 1px;
}

.not-found li a:hover {
  background: #e6e6e6;
  color: #666;
  transition: background-color .2s;
}
