@charset "shift_jis";

/* ===================================================================
CSS information
 style info :リンク設定、フォント関連、大枠
=================================================================== */

@import "reset.css?20200521";
@import "header_new.css?2022021701";
@import "footer.css?20211116";


/* リンクの設定
-------------------------------------*/
a:link,
a:visited {
	color: #1C64B3;
	text-decoration: none;
}
a:hover,
a:active {
	color: #FF0000;
	text-decoration: underline;
}

/* フォント関連
-------------------------------------*/
/* win */
body {
	color: #333333;
	font-size: 15px;
}

/* Mac */
body.mac {
	color: #333333;
	font-size: 16px;
	letter-spacing: -0.04em;
}

body {
	min-width: 1005px;
	position:relative;
	font-family: Meiryo, メイリオ, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

body.font_home {
	font-family: Meiryo, メイリオ, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	font-size: 15px;
}

body.home {
	min-width: 1047px;
}

/* テスト Start */
body.home_a {
	min-width: 1047px;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

body.windows.home_sec {
	color: #333333;
	font-size: 15px;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

body.windows.home_thr {
	color: #333333;
	font-size: 15px;
	letter-spacing: -0.02em;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

body.windows.home_fou {
	color: #333333;
	font-size: 14px;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

/* End */

body.windows.gecko.home  {
	min-width: 1100px;
}

body.min_wid_none {
	min-width: 0;
}

/* 大枠
-------------------------------------*/
#wrap-container {
	width: 980px;
	margin: 10px auto 0px auto;
	padding: 0px 10px 0px 10px;
}

#wrap-container #container h1#ttl {
	border-bottom: 1px solid #CCCCCC;
	font-size: 1.7em;
	margin: 0 0 12px;
	line-height: 1.2;
	padding-bottom: 0px;
}

/* 旧サイト仕様 */
#container {
	width: 736px;
}

/* 新サイト仕様 */
.renew #container {
	width: 980px;
}

/* for modern browser */
#container:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	max-height: 0;
	visibility: hidden;
}
/* for IE6 */
#container {
	zoom: 1;
}


/* ページタイトル
-------------------------------------*/
#container h1.pagetitle {
	padding: 8px 0 5px 10px;
	border-left: 5px solid #1B4FAA;
	border-bottom: 1px solid #1B4FAA;
	background-color: #EFEFEF;
	color: #333333;
	font-size: 1em;
	line-height: 1.2em;
}

/* 問合せ前 */

p.toiawase-mae {
    font-size: 0.9em;
    margin: 12px 0 0 1em;
    text-indent: -1em;
    line-height: 1.4;
}

dt.toiawase-mae {
    font-size: 0.7em;
    margin: 12px 0 0 1em;
    text-indent: -1em;
    line-height: 1.4;
}

p.toiawase-mae-a {
    font-size: 0.9em;
    margin: 12px 0 10px 1em;
    text-indent: -1em;
    line-height: 1.4;
}

p.toiawase-mae-inq-body {
    font-size: 0.7em;
    margin: 0px 0 10px 1em;
    padding: 0 30px 0 0;
    text-indent: -1em;
    line-height: 1.4;
}

.menu-lsp-min {
	letter-spacing: -0.05em;
}

/* フロート解除処理
-------------------------------------*/
/* for modern browser */
.clfx:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	max-height: 0;
	visibility: hidden;
}
/* IE7 */
*+html .clfx {
	display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clfx {
	height: 1%;
}
.clfx {
	display: block;
}
/**/
