@charset "UTF-8";

/* -------------------------------------------------------------
作成日: 2011.04.25
最終更新日: 2011.11.02
作成者: NT
最終編集者: SN

ie.css： ieのハック指定
------------------------------------------------------------- */
/* ----------------------------------------------------
 for ie8-
---------------------------------------------------- */
/* ページトップ */
*:first-child+html .link-pagetop a {
	width: 84px;
	height: 50px;
	background: transparent url(../image/btn/pagetop_ie.png) no-repeat center top;
	display: block;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	behavior: none;
}
*:first-child+html .link-pagetop a:hover {
	background-position: center bottom;
	background-color: transparent!important;
}

/* ----------------------------------------------------
 for ie8
---------------------------------------------------- */
html>/**/body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif !important;
}

/* ----------------------------------------------------
 for ie7
---------------------------------------------------- */
/* globalNav */
*:first-child+html header nav #globalNav li {
	width: 184px;
	height: 60px;
}
*:first-child+html header nav #socialNav li#gNav-twitter,
*:first-child+html header nav #socialNav li#gNav-rss {
	width: 160px;
	height: 40px;
}
*:first-child+html #idSignup {
	width: 214px;
	height: 90px;
}
*:first-child+html #idLogin {
	width: 214px;
	height: 80px;
}

/* haslayoutを1にする */
*:first-child+html #mypage #contentsWrap .regList li dl,
*:first-child+html #mypage #contentsWrap .regList li dl dd,
*:first-child+html #mypage #contentsWrap .regList li dl dt,
*:first-child+html header nav #globalNav li span,
*:first-child+html #infoLink li span,
*:first-child+html #supportLink li span,
*:first-child+html #contentsWrap > h1 > span,
*:first-child+html .newsNav li a span {
	zoom: 1;
}

/* formまわり */
#contentsWrap #form-section #singleBtn input[type="submit"] {
	/line-height: normal;
}
#contentsWrap #form-section #rightBtn input[type="submit"],
#contentsWrap #form-section #leftBtn input[type="submit"] {
	/line-height: 110%;
}
#contentsWrap #form-section .formBtn input {
	/height:38px;
}

/* news */
*:first-child+html .newsList li ul li dd a {
	background-position: left 8px;
}
*:first-child+html #home #feature2 .newsIcon,
*:first-child+html #home #news .newsIcon,
*:first-child+html .news .newsIcon {
	border: none;
	border-radius: 0;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}
*:first-child+html #home #news .newsIcon,
*:first-child+html .news .newsIcon {
	margin-top: 4px;
	display: block;
	float: left;
}
*:first-child+html .newsList li section ul li dl, *:first-child+html #news dl { zoom: 1; }
*:first-child+html .newsList li section ul li dl:after *:first-child+html #news dl:after { content: ""; display: block; clear: both;}
*:first-child+html #home .important,
*:first-child+html .news .important { background: url(../image/icon/important_ie7.png) no-repeat center center;}
*:first-child+html #home .arcade,
*:first-child+html .news .arcade { background: url(../image/icon/arcade_ie7.png) no-repeat center center;}
*:first-child+html #home .pc,
*:first-child+html .news .pc { background: url(../image/icon/pconline_ie7.png) no-repeat center center;}
*:first-child+html #home .sp,
*:first-child+html .news .sp { background: url(../image/icon/smartphone_ie7.png) no-repeat center center;}
*:first-child+html #home .event,
*:first-child+html .news .event { background: url(../image/icon/event_ie7.png) no-repeat center center;}
*:first-child+html #home .campaign,
*:first-child+html .news .campaign { background: url(../image/icon/campaign_ie7.png) no-repeat center center;}
*:first-child+html #home .topnews,
*:first-child+html .news .topnews { background: url(../image/icon/topnews_ie7.png) no-repeat center center;}
*:first-child+html #home .common,
*:first-child+html .news .common { background: url(../image/icon/common_ie7.png) no-repeat center center;}
*:first-child+html #home .cs,
*:first-child+html .news .cs { background: url(../image/icon/cs_ie7.png) no-repeat center center;}
*:first-child+html #home .other,
*:first-child+html .news .other { background: url(../image/icon/other_ie7.png) no-repeat center center;}
*:first-child+html #home .failure,
*:first-child+html .news .failure { background: url(../image/icon/failure_ie7.png) no-repeat center center;}
*:first-child+html #home .community,
*:first-child+html .news .community { background: url(../image/icon/community_ie7.png) no-repeat center center;}
