@charset "UTF-8";

/**/
html {
	overflow-y:scroll;
	height: 100%;
}

body {
	background: #FF9900 url(../image/common/bg_body_01.jpg) fixed no-repeat center top;
	color: #ffffff;
	font-size: 13px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center; 
}

/* for IE7 */
*+html body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック";
	font-size: 13px;
	text-align: center; 
}

/* for IE6 */
* html body {
	font-family: "ＭＳ Ｐゴシック";
	font-size: 13px;
	text-align: center; 
}

a {	text-decoration: underline; }
a:link {	color: #ffcc00; }
a:visited {	color: #ffcc00; }
a:hover {	color: #ffff00; }
a:active {	color: #ffff00; }
a.anchorlinkIE6 { display: block; width: 1px; text-indent: -9999px; line-height:0; font-size:0;}
a img {
	border:0;
}

blockquote, dd, div, dl, dt,  
h1, h2, h3, h4, h5, h6,  
li, ol, p, pre, span, td, th, ul {
	margin: 0;
	padding: 0;
}

caption, th {
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

table {
	font-size:inherit;
	font:100%;
}

ol, ul {
	list-style-type: none;
}

q:before, q:after {
	content:'';
}

img {
	vertical-align: bottom;
}

button, fieldset, form, input, label, legend, select, textarea {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix { display: inline-block; }
/* \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */

* html .pngfix { behavior: url("/css/iepngfix.htc"); }

.centering {
	display: block;
	margin: 0 auto;
}

.btn_center {
	display: block;
	margin: 10px auto;
}

.btn_centermg30 {
	display: block;
	margin: 30px auto 10px auto;
}
.btn_centermg10 {
	display: block;
	margin: 10px auto 40px auto;
}

.btn_two {
	width: 400px;
	margin: 0 auto;
}

.right {
	float: right;
}

.left {
	float: left;
}


/*テキストサイズ
----------------------------------------------------------------*/
.text9 { font-size:70%; }
.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text8 { font-size:58%; }

.text_r { color:#FF0000; }

/*マージン パディング
----------------------------------------------------------------*/
.mgt0 { margin-top:0px !important; }
.mgt3 { margin-top:3px !important; }
.mgt5 { margin-top:5px !important; }
.mgt8 { margin-top:8px !important; }
.mgt10 { margin-top:10px !important; }
.mgt15 { margin-top:15px !important; }
.mgt20 { margin-top:20px !important; }
.mgl10 { margin-left:10px !important; }
.mgl13 { margin-left:13px !important; }
.mgl23 { margin-left:23px !important; }

.pdt0 { padding-top:0px !important; }
.pdt3 { padding-top:3px !important; }


/*レイアウト
----------------------------------------------------------------*/
div#container {
	position: relative;
	margin: 0 auto;
	width: 798px;
	text-align: left;
	background:url(../image/common/bg_container.png) no-repeat center top #ffffff;
	border-left: 1px solid #FFCC00;
	border-right: 1px solid #FFCC00;
}


div.contents {
	float:right;
	width: 600px;
	padding-right: 10px;
	background: url(../image/common/bg_contents.gif) repeat-y 0 44px;
	margin: 6px auto 11px auto; 
}

div#wrapper div.contents img.contentsfooter {
	padding-top: 15px;
}

/*ぶら下がりリスト*/
.list_notice ul {
    list-style: none;
    width: 250px;
    font-size: 0.8em;
    line-height: 1.3;

}
 
.list_notice li {
    margin-bottom: 5px;
    padding-left: 1em; 
    text-indent: -1em; 
    color: #000000;
}

/*フッター*/
div#footer {
	float: none;
	clear: both;
	width: 798px;
	margin: 0 0 0 0;
}

*+html div#footer {
	margin: 0 0 0 0;
}

div#footer ul#link {
	background:url(../image/common/bg_footer_top.png) center top no-repeat;
	height: 140px;
	padding: 15px 0 5px 20px;
}

div#footer ul#link li {
	float: left;
	height: 70px;
	
}

.copyright {
	display: block;
	font-size: 66%;
	font-style: normal;
	_line-height: 1.5;
	float: left;
}

@media screen and (max-device-width: 480px) {
	.copyright {
		font-size: 65%;
	}
}

div#footer  div#footer-bottom {
	height: 54px;
	background: url(../image/common/bg_footer_bottom.gif) center top no-repeat;
	padding: 12px 10px 0 10px;
	_padding: 12px 10px -12px 10px;
}

div#footer  div#footer-bottom ul.right li {
	float: left;
	margin-left: 10px;
}

div#footer ul#link li.bnr-dx {
	display: block;
	height: 60px;
	margin-top:10px;
}

div#footer ul#link li.bnr-dcdstation {
	display: block;
	margin-top:10px;
	margin-left: 10px;
}

div#footer ul#link li.bnr-toy {
	display: block;
	margin-top:10px;
	height: 60px;
	margin-left: 10px;
}


/*グローバルナビ
----------------------------------------------------------------*/
div#gnavi {
	background: url(../image/common/btn_gnavi.png) center -57px no-repeat;
	width: 798px;
	height: 56px;
	margin: 0;
}

div#gnavi ul {
	padding: 5px 0 0 4px;
}

div#gnavi ul li{
	float: left;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

div#gnavi ul li a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../image/common/btn_gnavi.png) left top no-repeat;
}

div#gnavi ul li.gn-news { width: 109px; height: 46px;}
div#gnavi ul li.gn-play { width: 114px; height: 46px;}
div#gnavi ul li.gn-cardlist { width: 114px; height: 46px;}
div#gnavi ul li.gn-product { width: 114px; height: 46px;}
div#gnavi ul li.gn-movie { width: 114px; height: 46px;}
div#gnavi ul li.gn-event { width: 115px; height: 46px;}
div#gnavi ul li.gn-maniax { width: 110px; height: 46px;}

div#gnavi ul li.gn-news a { display:block; background-position: -4px -5px; width: 109px; height: 46px;}
div#gnavi ul li.gn-play a {	display:block; background-position: -113px -5px; width: 114px; height: 46px;}
div#gnavi ul li.gn-cardlist a { display:block; background-position: -227px -5px; width: 114px; height: 46px;}
div#gnavi ul li.gn-product a { display:block; background-position: -341px -5px; width: 114px; height: 46px;}
div#gnavi ul li.gn-movie a { display:block; background-position: -455px -5px; width: 114px; height: 46px;}
div#gnavi ul li.gn-event a { display:block; background-position: -569px -5px; width: 115px; height: 46px;}
div#gnavi ul li.gn-maniax a { display:block; background-position: -684px -5px; width: 110px; height: 46px;}

div#gnavi ul li.gn-news a:hover { background-position: -4px -62px; width: 109px; height: 46px;}
div#gnavi ul li.gn-play a:hover { background-position: -113px -62px; width: 114px; height: 46px;}
div#gnavi ul li.gn-cardlist a:hover  {background-position: -227px -62px; width: 114px; height: 46px;}
div#gnavi ul li.gn-product a:hover {	background-position: -341px -62px; width: 114px; height: 46px;}
div#gnavi ul li.gn-movie a:hover { background-position: -455px -62px; width: 114px; height: 46px;}
div#gnavi ul li.gn-event a:hover { background-position: -569px -62px; width: 115px; height: 46px;}
div#gnavi ul li.gn-maniax a:hover { background-position: -684px -62px; width: 110px; height: 46px;}
/**/

/*ヘッダー*/
div#header {
	background: url(../image/common/bg_header.png) no-repeat center top;
	height: 95px;
}

div#header h1 {
	float: left;
	margin: 1px 0 0 17px;
	_margin: 1px 0 0 8px;
}

div#header ul {
	float: right;
	margin: 0 4px 0 0;
	_margin: 0 4px 0 0;
}

div#header ul li {
	float: left;
}

div#header ul li a.btn-returntop {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../image/common/btn_returntop.png) 0 0 no-repeat ;
	margin: 0 3px 0 0;
	width: 66px;
	height: 30px; 
}

div#header ul li a.btn-shop {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../image/common/btn_shop.png) 0 0 no-repeat ;
	margin: 0 3px 0 0;
	width: 96px;
	height: 38px; 
}

div#header ul li a.btn-ganbaridebu {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../image/common/btn_ganbaridebu.png) 0 0 no-repeat ;
	margin: 0 3px 0 0;
	width: 332px;
	height: 48px; 
}

div#header ul li a.btn-twitter {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../image/common/btn_twitter.png) 0 0 no-repeat;
	margin: 0 10px 0 0;
	width: 100px;
	height: 47px;
}

div#header ul li a.btn-returntop:hover { background-position: 0 -30px; }
div#header ul li a.btn-shop:hover { background-position: 0 -38px; }
div#header ul li a.btn-ganbaridebu:hover { background-position: 0 -48px; }
div#header ul li a.btn-aboutganbaridebu:hover { background-position: 0 -48px; }
div#header ul li a.btn-twitter:hover { background-position: 0 -47px; }

/*共通*/

img.btn_list {
	display:block;
	margin: 20px auto;
}

ul.submenu {
 margin: 12px auto 0 auto;
 width: 273px;
}

ul.submenu li {
 margin-bottom: 10px;
}

.contTitle {
	margin-bottom: 13px;
}


/*サブメニュー
----------------------------------------------------------------*/
.sub_title{
    background:url(../image/common/sub_top.jpg) no-repeat left top;
	height:18px;
	width:179px;
}

.hi600 { height:600px; }

div#snavi  #rss {
	width: 160px;
	margin: 0 auto;
	padding-bottom:10px;
	padding-top: 2px;
	}

div#snavi  #rss dd.rss-bg {
	background: url(../image/common/rss_bg.jpg) no-repeat left bottom;
	padding: 5px 8px 8px 8px;
	margin: 0 0 8px 0;
	height: auto;
}

div#snavi  #rss dd.rss-bg dl {
	background: url(../image/common/rss_icon.gif) no-repeat 0 2px;
	padding-left: 14px;
	_width: 130px;
}
div#snavi  #rss dd.rss-bg dl dd a { color: #FFCC00; font-weight: bold;}
div.active { display: block; }
div.inactive { display: none; }

div#btn_question { height: 36px; width:159px; margin: 0 auto;padding-bottom:8px;}

div#btn_question .btn_question{ 
		display: block;
		overflow: hidden;
		text-indent: -9999px;
		background:url(../image/common/btn_ikenkanso.gif) 0 0 no-repeat ;
		width: 159px;
		height: 36px;
		}
		
div#btn_question a.btn_question:hover { background-position: 0 -36px;}

/*ハッピーセットバナーここから*/		
div#bnr_happyset { height: 432px; width: 169px; margin: 0 auto; padding-bottom:8px;}

div#bnr_happyset .bnr_happyset{ 
		display: block;
		margin: 0;
		text-indent: -9999px;
		background:url(../image/common/bnr_happyset201105.jpg) 0 0 no-repeat ;
		width: 169px;
		height: 432px;
		}
/*ハッピーセットバナーここまで*/

/*パープルカップバナーここから*/		
div#bnr_purplecup { height: 432px; width: 169px; margin: 0 auto; padding-bottom:8px;}

div#bnr_purplecup .bnr_purplecup { 
		display: block;
		margin: 0;
		text-indent: -9999px;
		background:url(../image/common/bnr_purplecup.jpg) 0 0 no-repeat ;
		width: 169px;
		height: 432px;
		}
/*パープルカップバナーここまで*/

/*仮面ライダーGIRLSバナーここから*/		
div#bnr_ridergirls { height: 432px; width: 169px; margin: 0 auto; padding-bottom:8px;}

div#bnr_ridergirls .bnr_ridergirls { 
		display: block;
		margin: 0;
		text-indent: -9999px;
		background:url(../image/common/bnr_ridergirls.jpg) 0 0 no-repeat ;
		width: 169px;
		height: 432px;
		}
/*仮面ライダーGIRLSバナーここまで*/

/*仮面ライダーバースバナーここから*/		
div#bnr_birth { height: 432px; width: 169px; margin: 0 auto; padding-bottom:8px;}

div#bnr_birth .bnr_birth { 
		display: block;
		margin: 0;
		text-indent: -9999px;
		background:url(../image/common/bnr_birth.jpg) 0 0 no-repeat ;
		width: 169px;
		height: 432px;
		}
/*仮面ライダーバースバナーここまで*/

div#snavi {
    background:url(../image/common/bg_snavi.png) no-repeat right top;
	behavior: url("/css/iepngfix.htc");
    float: left;
	list-style-type: none;
	margin: 6px 0 11px 0;
	width:179px;
}

div.flash_count_down {
	width: 508px;
	height: 47px;
	float: left;
	display: block;
}



