<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*==================================================
  CSS information
  --------------------------------------------------
  Filename   ：common.css
  Description：テンプレート部分のスタイルを記述
==================================================*/

/*--------------------------------------------------
  ヘッダ
--------------------------------------------------*/
#header {
	background: url(../img/bg_header.jpg) no-repeat center top;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: left;
}
#header .bg {
	background: url(../img/bg_header.png);
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
#header p {
	margin: 0px;
}
#header p.rit {
	padding-top: 18px;
}
/* 上部テキスト */
#header h1 {
	padding: 5px 0;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
}

/*--------------------------------------------------
  メニュー
--------------------------------------------------*/
#menu {
	clear: both;
}
#menu li {
	list-style: none;
}
#menu li a {
	display: block;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
}
#menu li.on a,
#menu li a:hover {
	background: url(../img/menu/on.png);
}

/*--------------------------------------------------
  コンテナ
--------------------------------------------------*/
#container {
	clear: both;
	text-align: left;
	line-height: 1.6;
}

/*--------------------------------------------------
  メイン
--------------------------------------------------*/
.main {
	clear: both;
}
.main h3.sub {
	margin-bottom: 40px;
	padding-bottom: 10px;
	background: url(../img/bg_sub.png) no-repeat center bottom;
	color: #0D9967;
	font-size: 25px;
	text-align: center;
	text-shadow: 1px 0 0 #FFFFFF, -1px 0 0 #FFFFFF, 0 1px 0 #FFFFFF, 0 -1px 0 #FFFFFF;
}
.main h3.sub img {
	margin-bottom: 12px;
}
.main h4.sub {
	margin-bottom: 20px;
	padding-left: 25px;
	background: url(../img/top/title_rate_sub.png) no-repeat left center;
	font-size: 20px;
}

/*--------------------------------------------------
  フッタ
--------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	font-size: 14px;
	line-height: 1.6;
}
#footer p {
	margin-bottom: 0;
}
#footer img {
	vertical-align: middle;
}
#footer .box {
	clear: both;
	background: url(../img/logo.png) no-repeat left 20px;
	text-align: left;
}
#footer .box table {
	border: 1px solid #D9D9D9;
}
#footer .box table th {
	background: #D9D9D9 url(../img/bg_dot.png);
	text-align: center;
}
#footer .box table th,
#footer .box table td {
	padding: 15px;
}
/* お問い合わせ */
#footer_contact {
	background: #006934 url(../img/bg_footer.png);
	box-shadow: 0px 3px 10px rgba(0,0,0,0.2) inset;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 1.3;
}
#footer_contact .txt {
	float: left;
	padding: 15px 10px;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	text-align: center;
}
#footer_contact .tel {
	float: left;
	margin: 0 6px 0 15px;
	padding-top: 15px;
}
#footer_contact .btn a {
	display: block;
	padding: 10px 0;
	background: url(../img/bg_btn.gif) repeat-x center;
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	border-radius: 5px;
	color: #333333;
	text-align: center;
	text-decoration: none;
}
#footer_contact .btn a span {
	padding-left: 30px;
	background: url(../img/btn_mail_f.png) no-repeat left center;
}
#footer_contact dl {
	float: left;
	padding-top: 15px;
	font-size: 15px;
	text-align: left;
}
#footer_contact dt {
	float: left;
}
#footer_contact dd {
	margin-left: 6em;
}
/* リンク */
#footer_link {
	padding: 10px 0;
	background: #454545;
	font-size: 12px;
}
#footer_link li {
	float: left;
	margin-right: 30px;
	list-style: none;
}
#footer_link li a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer_link li a:hover {
	text-decoration: underline;
}
/* コピーライト */
#copyright {
	color: #999999;
	font-size: 11px;
	text-align: right;
}

/*--------------------------------------------------
  共通
--------------------------------------------------*/
/* パンくずリスト */
#page_navi {
	clear: both;
	margin-bottom: 40px;
	padding-top: 50px;
	color: #888888;
	font-size: 12px;
	line-height: 1;
}
#page_navi li {
	display: inline;
	margin-right: 6px;
}
#page_navi a { text-decoration: none; color: #888888; }
#page_navi a:hover { text-decoration: }
/* テーブル */
.tbl {
	width: 100%;
}
.tbl th,
.tbl td {
	padding: 10px;
	border: 1px solid #D9D9D9;
}
.tbl th {
	white-space: nowrap;
	background: #F3FAF7;
}
/* 注意書き */
.attention dt {
	float: left;
	width: 16px;
}
.attention dd {
	margin-left: 16px;
}
p.attention {
	margin-left: 1em;
	text-indent: -1em;
}
/* マーク */
.mark {
	padding-left: 16px;
	background: url(../img/p.gif) no-repeat 0px 5px;
}
</pre></body></html>