@charset "UTF-8";

/*
|
|	CSSリセット
|
*/
html,body,ul,li,p,h1,h2,h3,h4,h5,h6{ padding:0px;margin:0px; }
ul,li{ list-style:none; }
img{ vertical-align:bottom; }

body{
	-webkit-text-size-adjust:100%; /*スマホ時のフォント自動拡大対策)*/
	/* ゴシックの場合 */
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	/* 明朝の場合 */
	/*font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
	}

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

/*
|
|　リンクカラーとテキストカラー
|
*/
body{ color:#966E3C; }
a{ color:#966E3C;text-decoration:none; }
.nfuArea-tit a,.fbArea-tit,.bi-lst a,.ssCmBtn,.ss-lst a,.ab-cm-lineLnk a{ color:#4E2500; }
.nfuArea-tit-en,.fbArea-tit-en,.bi-lst-tit-en,.ss-lst-tit-en,.cmInpage-tit-en{ color:#966E3C; }
.nfuArea-lst-bdy a{ color:#4E2500; }
.nfuArea-lst-bdy .nfuArea-lst-tit a{ color:#966E3C; }
.hd-icon01-txt{ color:#B2B2B2; }
.cmpMenu-btn-tit,.koi-printBtn a{ color:#FFF; }
.nfuArea-tit,.compcatArea-tit,.cmInpage-tit{ color:#5A3200; }
.compDtl-catch{ font-weight:normal; }
th.complist-tbl-dtl{ font-weight:normal;color:#FF7E00; }
fbArea-tit a{}
.fbArea-tit-en{ font-weight:normal; }
.nfuArea-tit-en{ font-weight:normal; }
.footer-menu-lst-none{ color:#b08144; }
.footer-sign-tit{ font-weight:bold;color:#5A3200; }
.pnkz{ color:#D1BFA9; }
.cnt-sslMes{ color:#960000; }
.sem-lst a{ border-bottom:1px solid; }
.sem-lst a:hover{ border:none; }
a:hover,.nfuArea-lst-bdy .nfuArea-lst-tit a:hover{ color:red; }
/*
|
| ボーダー種類
|
*/
hr{ border:none; }
hr.typ01{ margin:15px auto;border-top:1px solid #966E3C; }