@charset "utf-8";	
/* 英文字型 */

/*------------------------------------------------------------
	通用上方
------------------------------------------------------------*/
html, body, div, span, h1, a, ul, li,
dl, dt, dd, ol{
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-weight: normal;
	text-decoration: none;
}
menu, nav, section, summary {
	display: block;
}
ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}
/*------------------------------------------------------------

------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------

------------------------------------------------------------*/
* html .clearfix {
	zoom: 1;
}

*+html .clearfix {
	zoom: 1;
}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

img {
	vertical-align: top;
}


.line1{
	display: inline-block;
}
.line2{
	display: block;
}


/*------------------------------------------------------------
	選單
------------------------------------------------------------*/


#gHeader h1 {
	float: left;
	display:block;
}

#gHeader .menu {
	display: none;
}

#gHeader .menu-icon {
	display: none;
}

.dropMenu {
	display: none;
}

