@charset "UTF-8";

/* ===============================================================
	- Common settings -
	Copyright (C) キッコーナ株式会社
=============================================================== */

/* // DEFAULT
---------------------------------------------------- */
body {
	background: #0d0908;
	color: #aaa;
}
#flash-contents{
	width: 100%;
	min-height: 600px;
	overflow: visible;
}
#flash-alternate{
	min-width: 800px;
	width: 100%;
	height: 407px;
	margin-top: 50px;
	padding: 90px 0 0 0;
	background: transparent url(../images/common/bg_flash-alternate.jpg) top center no-repeat;
	overflow: visible;
	font-family:
		Verdana,
		Arial,
		Helvetica,
		"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro",
		"Osaka",
		"ＭＳ Ｐゴシック",
		"MS PGothic",
		sans-serif;
}
#flash-alternate #main h1#siteLogoWrap {
	display: block;
	width: 439px;
	margin: 5px auto 10px;
}
#flash-alternate #main h1.htmlVer {
	margin: 36px auto 10px!important;
}
#flash-alternate #main img#btnEnter {
	display: block;
	margin: 42px auto 0;
}
#siteLogo {
	display: block;
}

/* 著作表示、リンク
------------------------*/
#flash-alternate #sub img#copyright {
	position: absolute;
	right: 20px;
	top: 562px;
}
#flash-alternate #sub #movetoFlash a:link,
#flash-alternate #sub #movetoFlash a:visited {
	display: block;
	position: absolute;
	left: 17px;
	top: 559px;
}
#flash-alternate #pluginInfo {
	width: 380px;
	padding: 15px 20px 10px;
	margin: 0 auto;
	background: #0f0b0a;
	border: 1px solid #888;
}
#flash-alternate #pluginInfo p {
	line-height: 1.5;
	color: #aaa;
	padding: 0 0 5px 0;
}
#flash-alternate #pluginInfo p strong {
	color: #dedede;
}
#flash-alternate #pluginInfo p img {
	padding: 5px 0 0 0;
}
#flash-alternate #pluginInfo p a:link,
#flash-alternate #pluginInfo p a:visited {
	color: #5fa1ef;
	text-decoration: underline;
}
#flash-alternate #pluginInfo p a:hover,
#flash-alternate #pluginInfo p a:active {
	color: #5fa1ef;
	text-decoration: none;
}
/* table
------------------------*/
table.layout {
	margin: 5px 0;
	border-collapse: collapse;
	table-layout: fixed;
}
table.layout td {
	padding: 5px 10px 5px 0;
}
table.layout td img {
	vertical-align: bottom;
}

/* // ADJUST AND FIX
---------------------------------------------------- */
/* <hr />でフロート解除
--------------------------- */
.clearLine {
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearLine hr {
	height: 0;
	visibility: hidden;
	border: 0;
}
html body>#flash-contents .clearLine hr {
	position: static;
}
/* fixed for mac ie 5 and not value change */
.clearLine hr {
	/*\*//*/position: fixed;/**/
}
.floatBreak {
	clear: both;
}
/* クリアフィックス
--------------------------- */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
