@charset "utf-8";

/* --------------------------------------------------
	基本
-------------------------------------------------- */

#wrap{
	border-top: 3px solid #404d6f;
}
.ttlBg{
	background: #404d6f;
}

/*見出し*/
h2.ttl01{
	border-top: #404d6f 2px solid;
}
h2.ttl02:after {
	border-bottom: #404d6f 3px solid;
}

/*お問い合わせボックス*/
.inquiryBox{
	border: #404d6f 1px solid;
}

/*----------------footer----------------*/
.footer02{
	background: #404d6f;
}
/* --------------------------------------------------
	/基本
-------------------------------------------------- */




/* --------------------------------------------------
	トップページ
-------------------------------------------------- */
.mainVisual01{
	background: url(../images/top/main_v01.jpg) no-repeat;
}
.mainVisual02{
	background: url(../images/top/main_v02.jpg) no-repeat;
}
.mainVisual03{
	background: url(../images/top/main_v03.jpg) no-repeat;
}
.prListTtl:first-letter{
	color: #404d6f;
}
header p.logo img{
	width: 215px;
	height: auto;
}
@media screen and (max-width: 959px) {
	header p.logo img{
		width: 200px!important;
		height: auto;
	}
}
/* --------------------------------------------------
	/トップページ
-------------------------------------------------- */




/* --------------------------------------------------
	サイトマップ
-------------------------------------------------- */
.sitemapList li{
	border-bottom: dotted 1px #404d6f;
}
.sitemapList li i{
	color: #404d6f;
}
/* --------------------------------------------------
	/サイトマップ
-------------------------------------------------- */




/* --------------------------------------------------
	プライバシーポリシー
-------------------------------------------------- */
.privacyTtl{
	border-top: solid 2px #404d6f;
}
/* --------------------------------------------------
	プライバシーポリシー
-------------------------------------------------- */




/* --------------------------------------------------
	詳細ページ
-------------------------------------------------- */
/*テーブル*/
.table2{
	width: 100%;
}
.table2 th, .table2 td{
	padding: 5px;
	border: 1px solid #ccc;
	line-height: 1.5;
	text-align: left;
}

/* --------------------------------------------------
	/詳細ページ
-------------------------------------------------- */