@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

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

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.t_center{ text-align:center !important;}


/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	リンク・インプットをタップ時のクラス
------------------------------------------------------------*/
a.tapCtrl, input.tapCtrl,
.tapCtrl a, .tapCtrl input {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.tap {

}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body,
table,
input, textarea, select, option {
	font-family: HiraKakuProN-W3;
	font-size: 1em;
}

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

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;
}

a,
a:link {
	color: #C9A557;
	text-decoration: none;
}

a:visited {
	color: #C9A557;
}

a:hover {
	color: #C9A557;
}

a:active {
	color: #C9A557;
}

@media screen and (max-device-width: 480px){
	img{max-width:100%;height:auto;}
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #fff;
	font-size: 12px;
	line-height: 1.2;
	background: url(../../img/common/body_bg.png) no-repeat center top #0D0A0A;
	background-size: 100% auto;
	-webkit-text-size-adjust: none;
}

#container {
	text-align: left;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 0;
}

#gHeader .hInner {
	padding: 14px 0 0 120px;
	width: 24%;
	margin-bottom: -100px;
	height: 100px;
	float: right;
	/*background: url(../../img/common/bg02.png) no-repeat right top;*/
	background-size: 100% auto;
}

#gHeader h1 {
	text-align: center;
	clear: both;
	margin-bottom: 10px;
}

#gHeader h1 img {
	position: relative;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
}

/*------------------------------------------------------------
	main
------------------------------------------------------------*/
#main {
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 17px 0 0 0;
	overflow: hidden;
	zoom:1;
	background-color: #0D0A0A;
}

#gFooter .site {
	margin-bottom: 16px;
	text-align: center;
}

#gFooter .site a {
	padding-left: 20px;
	font-family: "Novecentowide-Book";
	background: url(../../img/common/icon02.png) no-repeat left center;
	background-size: 13px 11px;
}

#gFooter .navi {
	margin-bottom: 15px;
	text-align: center;
}

#gFooter .navi li {
	margin-right: 22px;
	display: inline;
	color: #C9A557;
}

#gFooter .navi li a {
	margin-left: 4px;
}

#gFooter .navi li:last-child {
	margin: 0;
}

#gFooter .navi li:last-child img {
	margin-top: -4px;
	vertical-align: middle;
}

#gFooter .copyright {
	margin-bottom: 12px;
	font-size: 10px;
	font-family: "Novecentowide-Book";
	color: #C9A557;
	padding-bottom: 40px;
	text-align: center;
}

#gFooter .linkUl {
	position: fixed;
	background-color: #C9A659;
	bottom: 0;
	overflow: hidden;
	zoom:1;
}

#gFooter .linkUl li {
	border-left: 1px solid #2a2035;
	box-sizing: border-box;
	float: left;
	width: 33.33333%;
}

#gFooter .linkUl li:first-child {
	border-left: none;
}

#gFooter .linkUl li a {
	display: block;
	background-color: #C9A659;
}
/*------------------------------------------------------------
	comUl
------------------------------------------------------------*/
#main .comUl {
	margin-bottom: 21px;
	clear: both;
	border-top: 1px solid #C9A659;
}

#main .comUl li a {
	padding: 14px 19px;
	display: block;
	font-size: 15px;
	position: relative;
	border-bottom: 1px solid #C9A659;
}

#main .comUl li a img {
	vertical-align: middle;
	margin-bottom: 2px;
}

#main .comUl li a span {
	margin-left: 17px;
	font-family: "Novecentowide-Book";
	font-size: 10px;
	vertical-align: middle;
}

#main .comUl li a:after {
	width: 18px;  
    height: 32px;
	background: url(../../img/common/icon03.png) no-repeat right top;
	background-size: 9px 16px;
    position: absolute;  
    top: 33%;  
    right: 5%;  
    content: ""; 
}

/*------------------------------------------------------------
	pageTop
------------------------------------------------------------*/
#main .pageTop {
	padding: 13px 0 23px;
	text-align: center;
	font-family: "Novecentowide-Book";
	background: url(../../img/common/icon01.png) no-repeat center top;
	background-size: 16px 9px;
}
