@charset "UTF-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}

html {
	font-size: 62.5%;
}

body, table, input, textarea, select, option, h1, h2, h3, h4, h5, h6 {
	font-family: Osaka, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS PGothic', sans-serif;
	line-height: 1.1;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

table, input, textarea, select, option {
	line-height: 1.1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft {
	text-align: left !important;
}

.taCenter {
	text-align: center !important;
}

.taRight {
	text-align: right !important;
}

.vTop {
	vertical-align: top !important;
}

.vMiddle {
	vertical-align: middle !important;
}

/* フォントの太さ */
.fwNormal {
	font-weight: normal !important;
}

.fwBold {
	font-weight: bold !important;
}

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 {
	margin-top: 0 !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

/*------------------------------------------------------------
	clearfix（float解除）
------------------------------------------------------------*/
.clearfix {
	*zoom: 1;
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
}

/*------------------------------------------------------------
	トラッキングタグの余計なスペースを削除
------------------------------------------------------------*/
.trackTags {
	display: none;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 942px;
  /* ウインドウ幅で横スクロール時に背景が切れるバグ対策でコンテンツと同じ幅を指定 */
	line-height: 1.5;
}

#container {
	margin: 0 auto;
	width: 942px;
	background-color: #fff;
	text-align: left;
}

#main {
	font-size: 140%;
}

#main:after {
	display: block;
	clear: both;
	content: "";
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	margin-top: 10px;
}

#header .hTtl {
	float: left;
}

#header .hBanner {
	margin-top: 5px;
	float: right;
	position: relative;
}

#header .hBanner dd {
	margin-top: 5px;
}

#header .hBanner:before {
	background: url("../img/border.png") no-repeat;
	width: 6px;
	height: 65px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: -14px;
	content: "";
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi {
	margin: 20px 0;
}

#gNavi li {
	float: left;
}

#gNavi li img:hover {
	opacity: 0.7;
	-ms-filter: "alpha(opacity=70)";
}

#gNavi .subNavi {
	padding: 20px 0 0 5px;
}

/*------------------------------------------------------------
	フッダー
------------------------------------------------------------*/
#footer {
	padding: 15px 0;
}

#footer p {
	font-size: 140%;
	text-align: center;
}

/*------------------------------------------------------------
	見出し
------------------------------------------------------------*/
#conts .ttlArea {
	margin-bottom: 65px;
	position: relative;
}

#conts .ttlArea .logo {
	position: absolute;
	top: -41px;
	left: 0;
}

#conts .ttlArea .ttl03 {
	text-align: right;
}

#conts .ttlArea .soldText {
	position: absolute;
	top: -84px;
	right: 28px;
}

#conts .ttlArea .soldText01 {
	position: absolute;
	top: -66px;
	right: 28px;
}

#conts .ttlArea .soldText02 {
	margin: 20px 40px 0 0;
	display: block;
	text-align: right;
}

/*------------------------------------------------------------
	ページトップボタン
------------------------------------------------------------*/
.pageTop {
	margin: 15px 40px 28px 0;
	text-align: right;
}

/*------------------------------------------------------------
	箇条書き
------------------------------------------------------------*/