@charset "UTF-8";


/***** basic settings *****/

#fgnMenuButton {
	position: fixed;
	z-index: 623;
}

#fgnMenuSheet {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 629;
	display: none;
}

#fgnMenuContainer {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 640;
	background: #000000 none;
	border: #0094da 1px solid;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif,Osaka;
	font-size: 14px;
	line-height: 150%;
	display: none;
}

#fgnMenuClose {
	position: fixed;
	z-index: 642;
	display: none;
}

#fgnMenu2PaneTable {
	border-top: #0094da 1px solid;
	width: 100%;
}

#fgnMenu2PaneTable td {
	border-bottom: #0094da 1px solid;
	text-align: center;
	width: 50%;
}

#fgnMenu2PaneTable tr td:first-child {
	border-right: #0094da 1px solid;
}

#fgnMenu3PaneTable {
	width: 100%;
}

#fgnMenu3PaneTable td {
	border-left: #0094da 1px solid;
	border-bottom: #0094da 1px solid;
	text-align: center;
	width: 33%;
}

#fgnMenu3PaneTable tr td:first-child {
	border-left: none;
}

.fgnMenuTable a {
	display: block;
	line-height: 100%;
}

.fgnMenuTable a:hover {
	background: #0094da none;
}

#fgnMenuBottomTable {
	width: 100%;
}

#fgnMenuBottomTable td {
	width: 50%;
	text-align: center;
}

#fgnMenuBottomTable a {
	display: block;
	line-height: 100%;
}

.fgnMenuBlock h4 {
	font-size: 100%;
	line-height: 150%;
}

#fgnExServices a {
	display: block;
	color: #000000;
	text-decoration: none;
	border-radius: 7px;
}

#fgnExServices p {
	margin: 1em 0px 0px 0px;
}

#fgnExYoutube {
	background: #cecece none;
}

#fgnExFantia {
	background: #f8f7ec none;
}

#fgnMenuClose a {
	display: block;
	background: #000000 none;
	border: #0094da 1px solid;
	border-left: none;
	line-height: 100%;
}

.fgn-news-item {
	background: #ffffff none;
	color: #000000;
	padding: 0.5em 1.5em;
	margin-bottom: 0.5em;
}

.fgn-news-itemgroup {
	display: table-row;
}

.fgn-news-itemleft, .fgn-news-itemright {
	display: table-cell;
	vertical-align: top;
}

.fgn-news-itemright {
	padding-left: 1em;
}

.fgn-news-header {
	background: #d1beaa none;
	color: #ffffff;
	border-radius: 8px;
	padding: 5px 8px;
	font-size: 14px;
	line-height: 100%;
	margin-bottom: 0.5em;
}

.fgn-news-date {
	font-size: 80%;
	line-height: 130%;
	font-weight: bold;
}

.fgn-news-item a:link {
	color: #000099;
}

.fgn-news-item a:visited {
	color: #990099;
}


/***** for Phones *****/

@media only screen and (max-width:767px)
{
	#fgnMenuButton {
		left: 4px;
		top: 4px;
	}
	
	#fgnMenuButton img {
		width: 32px;
	}
	
	#fgnMenuContainer {
		width: 280px;
	}
	
	#fgnMenuTitle {
		padding: 18px 0px;
		text-align: center;
	}
	
	#fgnMenuTitle img {
		width: 167px;
	}
	
	.fgnMenuTable a {
		padding: 17px 0px;
	}
	
	.fgnMenuTable img {
		height: 25px;
	}
	
	#fgnMenu3PaneTable {
		margin-bottom: 20px;
	}
	
	#fgnMenuBottomTable {
		margin-bottom: 24px;
	}
	
	#fgnMenuBottomTable img {
		height: 13px;
	}
	
	.fgnMenuBlock {
		margin: 0px 12px;
		margin-bottom: 24px;
	}
	
	#fgnExServices a {
		padding: 12px;
	}
	
	#fgnExYoutube {
		margin-bottom: 20px;
	}
	
	#fgnExYoutube img {
		height: 40px;
	}
	
	#fgnExFantia img {
		max-width: 100%;
	}
	
	#fgnBnFantia2 {
		display: none;
	}
	
	#fgnMenuClose {
		left: 280px;
		top: 8px;
	}
	
	#fgnMenuClose a {
		padding: 13px;
		border-top-right-radius: 16px;
		border-bottom-right-radius: 16px;
	}
	
	#fgnMenuClose img {
		height: 19px;
	}
	
	.fgn-news-item {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}
}


/***** for Tablets *****/

@media only screen and (min-width:768px) and (max-width:1023px)
{
	#fgnMenuButton {
		left: 4px;
		top: 14px;
	}
	
	#fgnMenuContainer {
		width: 560px;
	}
	
	#fgnMenuTitle {
		padding: 36px 0px;
		text-align: center;
	}
	
	.fgnMenuTable a {
		padding: 34px 0px;
	}
	
	#fgnMenu3PaneTable {
		margin-bottom: 40px;
	}
	
	#fgnMenuBottomTable {
		margin-bottom: 48px;
	}
	
	.fgnMenuBlock {
		margin: 0px 24px;
		margin-bottom: 48px;
	}
	
	#fgnExServices a {
		display: table-cell;
		vertical-align: top;
	}
	
	#fgnExServices a {
		padding: 24px;
	}
	
	#fgnExYoutube {
		width: 200px;
		float: left;
	}
	
	#fgnExYoutube img {
		height: 40px;
	}
	
	#fgnExFantia {
		width: 200px;
		float: right;
	}
	
	#fgnExFantia img {
		max-width: 100%;
	}
	
	#fgnBnFantia1 {
		display: none;
	}
	
	#fgnBnFantia2 {
		text-align: center;
	}
	
	#fgnExLast {
		clear: both;
	}
	
	#fgnMenuClose {
		left: 560px;
		top: 16px;
	}
	
	#fgnMenuClose a {
		padding: 26px;
		border-top-right-radius: 32px;
		border-bottom-right-radius: 32px;
	}
}


/***** for PC *****/

@media only screen and (min-width:1024px)
{
	#fgnMenuButton {
		left: 8px;
		top: 8px;
	}
	
	#fgnMenuContainer {
		width: 620px;
	}
	
	#fgnMenuTitle {
		padding: 18px 0px;
		text-align: center;
	}
	
	#fgnMenuTitle img {
		width: 167px;
	}
	
	.fgnMenuTable a {
		padding: 17px 0px;
	}
	
	.fgnMenuTable img {
		height: 25px;
	}
	
	#fgnMenu2PaneTable {
		width: 280px;
		border-right: #0094da 1px solid;
	}
	
	#fgnMenu3PaneTable {
		width: 280px;
		border-right: #0094da 1px solid;
		margin-bottom: 20px;
	}
	
	#fgnMenuBottomTable {
		width: 280px;
		margin-bottom: 24px;
	}
	
	#fgnMenuBottomTable img {
		height: 13px;
	}
	
	#fgnNews {
		position: absolute;
		left: 320px;
		top: 60px;
		width: 280px;
	}
	
	.fgnMenuBlock {
		margin-bottom: 24px;
	}
	
	#fgnTwitter {
		width: 280px;
		margin-left: 20px;
		float: left;
	}
	
	#fgnExServices {
		width: 280px;
		margin-right: 20px;
		float: right;
	}
	
	#fgnExServices a {
		height: 151px;
		padding: 12px;
	}
	
	#fgnExYoutube {
		margin-bottom: 10px;
	}
	
	#fgnExYoutube img {
		height: 40px;
	}
	
	#fgnExFantia img {
		max-width: 100%;
	}
	
	#fgnBnFantia2 {
		display: none;
	}
	
	#fgnMenuLast {
		clear: both;
	}
	
	#fgnMenuClose {
		left: 620px;
		top: 8px;
	}
	
	#fgnMenuClose a {
		padding: 13px;
		border-top-right-radius: 16px;
		border-bottom-right-radius: 16px;
	}
	
	#fgnMenuClose img {
		height: 19px;
	}
	
	.fgn-news-exceptPC {
		display: none;
	}
}