@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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 {

}

a:visited {

}

a:hover {

}

a:active {

}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	text-align: center;
	line-height: 1.5;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position:relative;
}

header .bildmarke{
	padding:12px 0 12px 8px;
}

.home header .bildmarke{
	padding:8px 0 5px 8px;
}

#gHeader .bildmarke a{
	display:inline;
}

#gHeader  .btn-link02{
	width:99px;
	height:28px;
	position:absolute;
	right:8px;
	top:14px;
}


/*TEXT HEADER*/
#gHeader.txthdr div.header{
	margin:5px 0;
}

#gHeader.txthdr div.header,
#gHeader.txthdr div.header a,
#gHeader.txthdr div.header span{
	vertical-align:middle;
	font-size:auto;
}

#gHeader.txthdr div.header a{
	color:#C71444;
	font-size:medium;
	text-decoration:underline;
}

#gHeader.txthdr hr.none{
	display:none;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {

}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {

}
