@charset "UTF-8";

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

body  {
	font: 100%;
	font-family: "ＭＳ Ｐゴシック", Osaka, HiraKakuPro-W3;
	background: #000000;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #CCCCCC;
}

.HybLtHdr #waku {
	width: 986px;
	background: #000000;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
}
.HybLtHdr #container {
	width: 984px;   /* これにより、幅がブラウザの幅の 80% のコンテナが設定されます */
	background: #000000;
	border: 1px solid #454545;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin: 8px 0;
} 
.HybLtHdr #header {
	background: #000000 url(../img/header.webp) no-repeat;
	padding: 0px;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
	height: 90px;
} 
.HybLtHdr #header h1 {
	margin: 0px; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 15px 0 0 36px; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
	background:url(../img/logo_selmer.webp) no-repeat;
	height: 61px;
	width: 82px;
	display: block;
}
.HybLtHdr #header h1 a {
	height: 61px;
	width: 82px;
	display: block;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
}

.HybLtHdr #footer {
	padding: 0 10px; /* この余白は、その上に表示される div のエレメントの左揃えと一致します。 */
	background:#000000;
	border-top: 1px solid #666666;
	position: relative;
	height: 60px;
}
.HybLtHdr #footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 25px 0 0 15px; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	font-size: 0.625em;
}

.HybLtHdr #footer2 {
	padding: 0 10px; /* この余白は、その上に表示される div のエレメントの左揃えと一致します。 */
	background:#000000;
	border-top: 1px solid #666666;
	position: relative;
	height: 70px;
}
.HybLtHdr #footer2 p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	font-size: 0.625em;
}

.HybLtHdr #logo {
	height: 26px;
	display: block;
	position: absolute;
  right: 20px;
  bottom: 13px;
}
.HybLtHdr #logo img{
	width: 95px;
}
.HybLtHdr #logo2 {
	height: 55px;
	width: 46px;
	display: block;
	margin:-26px 0 0px 760px;
	position: absolute;
}
.HybLtHdr #logo3 {
	height: 30px;
	width: 46px;
	display: block;
	margin:-22px 0 0px 754px;
	position: absolute;
}
.HybLtHdr #logo4 {
	height: 30px;
	width: 88px;
	display: block;
	position: absolute;
  right: 280px;
  bottom: 8px;
}

.HybLtHdr #Content {
	padding: 0 50px; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
	background: #000000;
	margin-top: 30px;
	margin-bottom: 50px;
}


/* font */
a:link { color:#e0b9cf; text-decoration: none;}
a:visited { color:#e0b9cf; text-decoration: none;}
a:active { color:#e0b9cf; text-decoration: none;}
a:hover { color:#e0b9cf; text-decoration: underline;}

p {
	font-family: "ＭＳ Ｐゴシック", Osaka, HiraKakuPro-W3;
	font-size: 0.75em;
	line-height: 150%;
	color: #CCCCCC;
	margin-bottom: 15px;
}
.b {
	font-family: "ＭＳ Ｐゴシック", Osaka, HiraKakuPro-W6;
	font-size: 0.75em;
	font-weight: bold;
}
.s {
	font-size: 0.625em;
	line-height:150%;
}
.sb {
	font-family: "ＭＳ Ｐゴシック", Osaka, HiraKakuPro-W6;
	font-size: 0.625em;
	line-height:150%;
	font-weight: bold;
}
.l {
	font-size: 0.875em;
}
.lb {
	font-family: "ＭＳ Ｐゴシック", Osaka, HiraKakuPro-W6;
	font-size: 0.875em;
	font-weight: bold;
}
.here {
	color: #e4007f;
}

.red {
	color: #ff0000;
}



h1 {
}
h2 {
}


/* パンくず */
.pankuzu {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.625em;
	color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
}
.pankuzu a {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 1em;
	color: #e0b9cf;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.pankuzu a:hover {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 1em;
	color: #e4007f;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* 区切り線 */
hr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-top: 0px;
	margin-bottom: 20px;
}


/* ページトップ */
.pagetop {
	width:75px;
	height:15px;
	background:url(../img/pagetop_on.webp) no-repeat left bottom;
	margin-left: 809px;
	margin-bottom: 20px;
}
.pagetop a {
	display:block;
	width:75px;
	height:15px;
	font-size:1px;
	line-height:1px;
	outline:none;
}
.pagetop a:hover {
text-indent:-9999px;
}

.pagetops {
	width:75px;
	height:15px;
	background:url(../img/pagetop_on.webp) no-repeat left bottom;
	margin-left: 645px;
	margin-bottom: 50px;
}
.pagetops a {
	display:block;
	width:75px;
	height:15px;
	font-size:1px;
	line-height:1px;
	outline:none;
}
.pagetops a:hover {
text-indent:-9999px;
}

.clear {
	clear: both;
}

/* 20200518追加 */
.h2cap {
	border-left: 5px solid #e4007f;
	padding: 10px 0 0 5px;
	margin: 0 0 30px 0;
}

/* 20201221追加 */
a,a:focus {
  outline:none;
}
button,input,input:focus {
  outline:none;
}
input::-moz-focus-inner, 
button::-moz-focus-inner  {
  border:none;
}

.mgL10 {
	margin-left: 10px;
}