@charset "utf-8";


/*
============================================================
	The general settings for G-ZONE 
============================================================
*/


* {
	margin:0;
	padding:0;	
}

body {
	color:#333;
	background-color:#ffffff;
	border-style:none;
	-webkit-text-size-adjust: 100%;	/*Chrome,Safari*/
	-ms-text-size-adjust: 100%;			/*EgdeMobile*/
	-moz-text-size-adjust: 100%;		/*firefox*/
  }

h1,h2,h3,h4,h5,h6,img {
 	margin:5px;
}
h1,h2,h3,h4,h5,h6,th {
	color:#000;
 	font-family:
 		'HeiseiKakuGothic-W5',
 		'HiraKakuProN-W6',
 		'平成角ゴシック体',
 		'平成角ゴシック',
 		'中ゴシック体',
 		'メイリオ',
 		'ＭＳ Ｐゴシック',
 		'ＭＳゴシック',
 		sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
	clear: both;
}
p,ul,ol,li,td,pre,code {
	padding: 5px;
	font-family:
		'HeiseiMincho-W3',
		'ヒラギノ明朝 Pro W3',
		'平成明朝体',
		'平成明朝',
		'細明朝体',
		'メイリオ',
		'ＭＳ Ｐゴシック',
		'ＭＳゴシック',
		serif;
}


h1	{
	font-size:26px;
	margin-bottom:8px;
}

h2 {
	margin:25px 0 5px 0;
	padding: 2px 2px 2px 6px;
	font-size:16px;
	clear: both;
	border-style: none none solid solid;
	border-width: 0px 0px 1px 10px;
	border-color: #eee;
}


h3	{
	font-size:14px;
	margin-bottom:4px;
 	padding-left:13px;
	background-position: left;
	background-repeat: no-repeat;
}

h4	{
	font-size:14px;
}

th	{
	font-size:14px;
}


hr {
	margin-top:8px;
	margin-bottom:8px;
}

div.center {
	text-align:center;
}


p,ul,ol,li,a,form {
	font-size:13px;
	line-height:15px;
}

ul, ol {
	padding: 0;
	margin-left:2.5em;
}

li {
	padding: 0;
}


a {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}


/*
============================================================
	Header
============================================================
*/

header  {
	height: 150px;
	border-bottom: solid;
	border-color: #aaa;
	border-bottom-width: 2px;
	background-position: right;
	background-repeat: no-repeat;
/* 	overflow: hidden; */
	text-shadow:
		#fff 1px 1px 3px,
		#fff -1px 1px 3px,
		#fff 1px -1px 3px,
		#fff -1px -1px 3px;
}

header h2 {
	margin 0;
	margin-left: 5px;
	padding: 0;
	border: none;
}

/*
============================================================
	Nav panel
============================================================
*/

nav{
	margin: 0;
	padding: 0;
	height: 100vh;
	width: 160px;
	z-index: 1;
	background-color: #000;
	position: fixed;
}

nav ul {
	margin: 0;
	padding: 0;
	width: 160px;
	list-style-type: none;
}

nav li {
	margin-left: 10px;
	padding: 0;
}


nav a {
	margin: 0;
	padding: 5px;
	font-size:20px;
	font-family: arial, helvetica, sans-serif;
	font-weight:bold;
	color: #ccc;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
     -webkit-transition: all .3s;
    transition: all .3s;
	display: block;
}


div#navpanel_top	{
	width: 160px;
	height: 160px;
	background:
		url(./logo-gzone.svg)
		no-repeat
		top;
}

div#navpanel_bottom	{
	width: 160px;
	height: 160px;
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
}
@media screen and (max-height:320px) {
	#navpanel_top {display:none;}
}
@media screen and (max-height:470px) {
	#navpanel_bottom {display:none;}
}

/* ---------- menu-hover control */

nav a:hover	{font-size: 24px;}

a#nav_top:hover					{color: #fff;}
a#nav_hall:hover					{color: #ba55d3;}
a#nav_library:hover				{color: #20b2aa;}
a#nav_mall:hover				{color: #5ab85a;}
a#nav_forum:hover				{color: #cd5c5c;}
a#nav_information:hover		{color: #6495ed;}

/*
============================================================
	for Smart Phone
============================================================
*/

@media screen and (max-width:555px) {

	h1 {
		margin: 5px;
		height: auto;
		border-bottom: none;
	}
	header {
		margin-top: 30px;
	}
	nav {
		height: 30px;
		width: 100%;
		margin: 0;
		padding: 0;
		display: -webkit-flex;
		display: flex;
		font-size:0px;
		background-color: #444;
		position: fixed;
		top: 0;
	}
	nav ul {
		margin: 0;
		padding: 0;
		height: 30px;
		width: 100%;
		list-style-type: none;
		display: -webkit-flex;
		display: flex;
		justify-content: space-around;
	}
	nav li {
		margin: 0;
		padding: 0;
		line-height: 30px;
		vertical-align: middle;
		text-align: center;
		flex: 1;
	}
	nav a {
		margin: 0;
		padding: 0;
		display: inline;
	}
}



/*
============================================================
	Footer
============================================================
*/

footer  {
	clear: both;
	width 100%;
	margin-top:24px;
	border-top-style:solid;
	border-top-width:2px;
	border-color:#aaa;
	text-align: right;
}
footer p {
	width 100%;
	text-align: right;
}


/*
============================================================
	Contents
============================================================
*/

main {
	width: 100%;
}

article,
section,
div.note {
	margin: 5px auto;
	max-width: 740px;
	overflow: hidden;
}

td  {
	padding-bottom:4px;
	font-size:10px;
}
td.date  {
	white-space: nowrap;
	vertical-align:top;
}
td.title  {
	padding-left:6px;
	white-space: nowrap;
	vertical-align:top;
}
td.note  {
	padding-left:6px;
}



table#sfwr {
	margin-left:auto;
	margin-right:auto;
	background-color:#eee;
} 

section.query  {
	border: solid 1px;
	background-color: #eee;
}
div.query  {
	border: solid 1px;
	background-color: #eee;
}



.article-body p {
	line-height: 1.6em;
}

.article-body img   {
	max-width:45%;
	height: auto;
}


div.article {
	margin: 5px auto;
	max-width: 740px;
	overflow: hidden;
}


div.subsection-type1 {
	margin: 10px auto;
	padding: 8px;
	border-radius: 8px;
	border: solid 1px #ddd;
	width: 80%;
	background-color: #eee;
}



/*
============================================================
	for Attention
============================================================
*/

div.attention-title   {
	width:100%;
	height:360px;
	margin-top:4px;
	margin-bottom:20px;
	display:table;
	color:#fff;
	background-color:#000;
	background: #000 url(./gzone_attention.gif) no-repeat bottom left;
}

.attention-title h1 {
	width:100%;
	padding-top:3px;
	padding-bottom:5px;
	background-color:#fff;
}

.attention-title h2 {
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#fff;
}

.attention-title p {
	padding-left:1em;
}



/*
============================================================
	for Error
============================================================
*/


div.error-title {
	height:50px;
	padding-top:15px;
	padding-left:15px;
	background: #000;
}


.error-title h1 {
	color:#f00;
}


div.error-message   {
	height:320px;
	padding-top:15px;
	padding-left:15px;
	padding-right:300px;
	color:#fff;
	background: #000 url(./gzone-error.gif) no-repeat bottom right;
}

.error-message a {
	color:#fff;
}

div.error-link   {
	padding:15px;
}



.gzone-attention p {
	margin-left:1em;
}

/*-------------------------*/

strong { color:red; }

div.clear {clear:both;} /* for IE */
img.right {float:right;} 
img.left  {float:left;} 


/*-------------------------
 for Error
---------------------------*/


div.error-title {
	height:50px;
	padding-top:15px;
	padding-left:15px;
	background: #000;
}
h1.error-title {
	color:#f00;
}
div.error-message   {
	height:320px;
	padding-top:15px;
	padding-left:15px;
	padding-right:300px;
	color:#fff;
	background: #000 url(/obj/gzone-error.gif) no-repeat bottom right;
}
.error-message a {
	color:#fff;
}
div.error-link   {
	padding:15px;
}
div.gzone-attention   {
	width:100%;
	height:360px;
	margin-top:4px;
	margin-bottom:20px;
	display:table;
	color:#fff;
	background-color:#000;
	background:
		#000
		url(http://g-zone.come-up.to/obj/gzone-attention.gif)
		no-repeat
		bottom
		right;
}
.gzone-attention p {
	margin-left:1em;
}

/*	------------------------------------------------------------------------------------- 
	Image in artile
	------------------------------------------------------------------------------------- */

img.article-object-right,
div.article-object-right {
	float: right;
}
img.article-object-left,
div.article-object-left {
	float: left;
}
img.article-object-center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
table.article-object-center,
div.article-object-center {
	margin: auto;
	max-width: 90%;
	text-align: center;
	border: none;
}
.article-object-center tr,td {
	margin:0;
	padding:0;
	border: none;
}

.article img   {
	max-width:45%;
	height: auto;
}
img.article-img-right {
	max-width: 45%;
	height: auto;
	clear: both;
	float: right;
}
img.article-img-right-noclear {
	max-width: 45%;
	height: auto;
	float: right;
}
img.article-img-left {
	max-width: 45%;
	height: auto;
	clear: both;
	float: left;
}
img.article-img-center {
	max-width:90%;
	height: auto;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
img.article-img-large {
	max-width:90%;
	height: auto;
	clear: both;
}

/* image in table */
td > img,
td > img.article-img-large {
	margin: 0;
	max-width: 100%;
}
