@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/

img {
    -webkit-touch-callout: none !important;
    -webkit-touch-callout: none !important;
    -moz-touch-callout: none !important;
    touch-callout: none !important;
}
.kijiArea img,
.bxslider li img{
    pointer-events: none;
}
.kijiArea a{
	display: inline-block;
}

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;
	background: transparent;
	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;
}

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

a:visited {
    text-decoration: none;
    color: #000000;
}

a:active {
    text-decoration: none;
    background: none;
}


/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	text-align: center;
	line-height: 1.5;
}
#container{/** 20221226 add **/
	padding-top: 55px;
}
#container > #conts {/** 20221226 add **/
    padding-top: 0px;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position:fixed;
	height:45px;
	height: 55px;/** 20221226 add **/
	z-index:9999;
	top:0;
	left:0;
	background:#63686F;
	width:100%;
}
h1{
	float:left;
	position: fixed;
	z-index:9999;
	top:10px;
	left:10px;
	width:90px;
	height:25px;
}
/******** 右上ドロップダウン箇所CSSはcomponent.cssへ *********/

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	background:#63686F;
	padding:10px 0;
	margin-top:10px;
}
#gFooter div.footLink{
	font-size:0.76em !important;
	text-align:left;
	padding:0 3%;
	margin-bottom:5px;
}
#gFooter div.footLink a{
	display:block;
	width:49%;
	float:left;
	color:#FFF;
	text-align:center;
	border:#FFF 1px solid;
	box-sizing:border-box;
	padding:5px;
	margin:0.5%;
	margin-bottom:5px;
}
#gFooter div.footLink a.contact{
	width:99%;
}
#gFooter ul{
	display:table;
	table-layout: fixed;
	width:100%;
	border-collapse: separate;  /* セルの間隔を空ける */
    border-spacing: 10px 0;  /* 左右 上下で記述 */
	margin-bottom:10px;
}
#gFooter li{
	width:19%;
	display:table-cell;
	border:#FFFFFF 2px solid;
	vertical-align:middle;
}
.copy{
	color:#FFF;
	font-size: 0.68em !important;
}


p, ul, li, dt, dd {
word-break: break-all;
}

.fbOuter{
	/*max-width:1400px;
	margin:0 auto;*/
}
.fbOuter .fb_iframe_widget,
.fbOuter .fb_iframe_widget[style],
.fbOuter .fb_iframe_widget iframe[style],
.fbOuter .fb_iframe_widget span{
	width: 100% !important;
}
.fbfoot{
	background:#FFF;
	height:10px;
	width:100%;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.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; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}