body {
	color: #333;
	font-size: 14px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',"メイリオ","Meiryo",Verdana,"ＭＳ ゴシック",Osaka-mono,sans-serif;
	line-height: 1.6;
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}

body a{
	color: #555;
}
	body a:hover{
		color: #333;
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		transition: 0.5s;
	}
/* clearfix */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

/* ticker */
div.ticker {
	width: 600px;
	position: relative;
	overflow: hidden;
}

div.ticker ul {
	height: 1.6em;
}

div.ticker ul li {
	float: left;
	display: inline;
	clear: both;
	text-align: left;
	list-style-type: none;
	position: relative;
	line-height: 1.6em;
	margin-bottom: -1.6em;
	overflow: hidden;
	white-space: nowrap;
}

div#longitudinally ul li,
div#fade ul li {
	left: 10px;
}

/* bgmaximage */
img.bgmaximage{
	position:fixed !important;
	display: none;
}

#wrap{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	width: 100%;
	/* min-width: 1350px; */
	height: 100%;
}



/* モーダルウィンドウ */
div#modal {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 600;
}
div#modal div.background {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}
div#modal div.container {
	position: relative;
	width: 600px;
	height: 600px;
	background-color: #ffffff;
	overflow:auto;
}

