hm_online @charset "Shift_JIS";

/* ■■■　全体構造　■■■
---------------------------------------------------- */

img{
	vertical-align:bottom;
}
body > #wrapper {height: auto}

/* リンク
---------------------------------------------------- */
a img{
  border:none;
  color:#fff;
  background:transparent;
}

/* リスト
---------------------------------------------------- */
li{
	list-style:none;
}


/* 横幅設定
---------------------------------------------------- */
.wrapper{
	width:940px;

}


/* 友だちつくろう
---------------------------------------------------- */
#hm_commu{
	vertical-align:top;
}
#hm_commu .inner{
	border:1px solid #ccc;
	border-top:none;
	padding:0 9px 9px 9px;
	margin-right:10px;
}
#hm_commu ul.list01 li{
	margin-top:5px;
}
#hm_commu h5{
	margin:10px 0;
}
#hm_commu ul.list02 li.banner{
	background:url(../images/hm_commu_pick02_bg.gif) no-repeat;
	padding:0 11px;
	margin-top:5px;
}


/* みんなでゲーム
---------------------------------------------------- */
#hm_online{
	vertical-align:top;
}

#hm_online h4{
	z-index: -1;
}

#hm_online .inner{
	border:1px solid #ccc;
	border-top:none;
	padding:0 10px 10px 10px;
	margin-right:10px;
}

#hm_online .note img{
	float:left;
	width:173px;
	padding-bottom:3px;
}

/* Safari 3.1 and Google Chrome用 縦幅調整 */
body:nth-of-type(1) #hm_online .note img{
	padding-bottom:5px;
}

#hm_online .note span{
	float:right;
	display:block;
	padding-top:2px;	
}
#hm_online li{
	float:left;
	width:222px;
}

/* ひとりでゲーム
---------------------------------------------------- */
#hm_teiban{
	vertical-align:top;
}
#hm_teiban .inner{
	border:1px solid #ccc;
	border-top:none;
	padding:0 10px 5px 10px;
	margin-right:10px;
}
#hm_teiban .note img{
	float:left;
	width:154px;
	padding-bottom:12px;
}
#hm_teiban .note span{
	float:right;
	display:block;
	padding-top:2px;	
}

#hm_teiban table td{
	line-height:1.1;
	vertical-align:middle;
	padding-bottom:5px;
}
#hm_teiban table a:link,
#hm_teiban table a:visited{
	text-decoration:underline;
	color:#333;
	font-size:11px;
}
#hm_teiban table a:active,
#hm_teiban table a:hover{
	text-decoration:none;
	color:#333;
	font-size:11px;
}

#gameCafe{
	float:left;
	width:160px;
	margin-right:2px;
	font-size:11px;
}

#gameCafe li {
	clear:both;
	height:33px;
	margin-bottom:5px;
}

#gameCafe li a{
	color:#333;
}

#gameCafe li img{
	float:left;
	margin-right:3px;
}

/* ブラウザでゲーム
---------------------------------------------------- */
#hm_browser{
	vertical-align:top;
}

#hm_browser .inner{
	border:1px solid #ccc;
	border-top:none;
	padding:0 7px 9px 10px;
}
#hm_browser .note{
	padding-bottom:4px;	
}

#hm_browser .inner .banner{
	padding:0 13px;
	margin:10px 0 10px 0;
	text-align:center;
	background:url(../imagestop/hm_browser_pick01_bg.gif) no-repeat;
}


/* float対策
---------------------------------------------------- */
.clear{
	clear:both;
}
.box-clear:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.box-clear{
    display:inline-block;  /* MAC IE用　*/
    min-height:1%;  /* IE 7用 */
}
/*--MAC IEは非適用→ \*/
* html .box-clear{height: 1%;}
.box-clear{display: block;}
/*--ここまでMAC IEは非適用 */