@charset "Shift_JIS";
@charset "utf-8";
/*
-----------------------------------------------
Cascading Style Sheets for [GungHo Games]
----------------------------------------------- */
@import "header_footer.css";
@import "left_area.css";
@import "left_menu.css";

@import "loginField.css";


/* =======================================
	ClearFixElements
======================================= */
#slideshow02 ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#slideshow02 ul {
	display: inline-block;
	overflow: hidden;
}

/*++++++++++++++++++++++ COMMON PAGE SET ++++++++++++++++++++++*/

* { margin:0; padding:0; list-style-type: none; }
img { border:none; }

body{
	height: 100%;
	font-size: 80%;
	margin: 0;
	padding: 0;
	background: url(../img/common/body_bg.gif) repeat-x left top #FFF;
	color: #333;
	font-family: ‚l‚r ‚oƒSƒVƒbƒN, \FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF,Osaka,ƒqƒ‰ƒMƒmŠpƒS Pro W3, Arial,Helvetica,sans-serif;
	text-align: left;
}

#main{
	background-color: #FFF;
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

.leftFloat { float: left; }
.rightFloat { float: right; }


/*-------hack--------*/

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*################ ƒXƒ}ƒtƒH ####################*/
a#smartphoneCH{
	width:100%;
	font-size: 50px;
	margin:0px auto;
	font-weight: bold;
	text-align: center;
	line-height: 70px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: #eee;
	display:block;
	color: #444;
 /*text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff;*/
	background:-webkit-gradient(linear,center top, center bottom, from(#999999), to(#e4e4e4));
 background:-moz-linear-gradient(top, #999999, #e4e4e4);
 /*background:#999;*/
	text-decoration:none;
}