﻿/*-- ベース --*/
body {
    background-color: #E1DDD4;
    text-align: center;
    height: 100%;
    width: 100%;
    font-size: 12px;
    font-family:Arial, Helvetica, sans-serif;
    line-height: 1.8;
    margin:0px;
    padding:0px;
    color:#330000;
}

div#pagebody{
    position: relative;
    height: 1px;
    top: 0px;
    left: 0px;
}

img{
    border: none;
}

table{
    border-spacing: 0px;
    border-collapse: collapse;
    font-size: 12px;
    font-family:Arial, Helvetica, sans-serif;
    line-height: 1.8;
}

table, th, td{
    padding: 0px;
    margin:  0px;
}

/*-- lilne --*/
hr#gray{
    height: 2px;
    border-width: 2px 0px 0px 0px;
    border-style: dotted;
    color: #828282;
}

/*-- リンク表示 --*/
a {
    color: 330000;
    text-decoration: none;
}

a:visited {
    color: 330000;
}

a:active, a:hover {
    color: #CC0000;
    text-decoration:underline;
}

/*-- ヘッダー(上固定) --*/
div#header{
    background-color: #000000;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #CACACA;
    width: 100%;
    /* Contents min size */
    min-width:790px;
}

#header_space {
    margin: 0px auto;
}
#header_space .logo{
    float:right;
    margin-right:5px;
}
#header_space ul{
    float: left;
    margin: 5px 0px 0px 5px;
    padding:0px;
    vertical-align: middle;
}
#header_space ul li{
    display: inline;
}

/*-- フッター(下固定) --*/
div#footer{
    width: 100%;
    margin-top: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
}

div#footer table{
    font-size: 11px;
    font-family:Arial, Helvetica, sans-serif;
    line-height: 1.8;
}

div#footer_scroll{
    width: 590px;
    text-align: right;
    margin: 0px auto 10px auto;
}

div#footer_scroll img{
    background-color: white;
    border-bottom-left-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
    border-top-left-radius: 5px 5px;
    border-top-right-radius: 5px 5px;
    margin-top: 10px;
    padding: 10px;
    width: 10px;
}

div#footer_bclist{
    width: 590px;
    margin: 0px auto;
    text-align: left;
}

div#footer_inner{
    background-color: #ffffff;
    margin: 0px auto 10px auto;
    padding: 10px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
}

div#footer_in{
    background-color: #e9e9e9;
    padding: 0px 10px;
}

div#footer_in_left{
    display: inline;
    text-align: left;
}

/*-- 変動ブロック --*/
div#blocks{
    position: absolute;
    width: auto;
    top: 0px;
    left: 0px;
}

.block{
    position: absolute;
    width: auto;
}

/*-- ブロック中身(共通)・白 --*/
.inner{
    background-color: #ffffff;
    padding: 10px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
}

.inner_link{
    display: block;
    background-color: #ffffff;
    padding: 10px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
}
.inner_link:hover{
    background-color: #eeeeee;
}

.menu_inner{
    background-color: #ffffff;
    padding: 10px;
    margin-bottom: 10px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
}

.menu_inner_link{
    display: block;
    background-color: #ffffff;
    padding: 10px;
    margin-bottom: 10px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
}
.menu_inner_link:hover{
    background-color: #eeeeee;
}

/*-- ブロック中身(共通)・黒 --*/
.inner_brk{
    background-color: #000000;
    color: #ffffff;
    padding: 10px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
}

.inner_brk_link{
    display: block;
    background-color: #000000;
    color: #ffffff;
    padding: 10px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
}
.inner_brk_link:hover{
    background-color: #696969;
}

.menu_inner_brk{
    background-color: #000000;
    color: #ffffff;
    padding: 10px;
    margin-bottom: 10px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
}

.menu_inner_brk_link{
    display: block;
    background-color: #000000;
    color: #ffffff;
    padding: 10px;
    margin-bottom: 10px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
}
.menu_inner_brk_link:hover{
    background-color: #696969;
}

.inner_brk a, .inner_brk_link a, .menu_inner_brk a, .menu_inner_brk_link a {
    color: #ffffff;
    text-decoration: none;
}

.inner_brk a:visited, .inner_brk_link a:visited, .menu_inner_brk a:visited, .menu_inner_brk_link a:visited  {
    color: #ffffff;
}

.inner_brk a:active, .inner_brk_link a:active, .menu_inner_brk a:active, .menu_inner_brk_link a:active, .inner_brk a:hover, .inner_brk_link a:hover, .menu_inner_brk a:hover, .menu_inner_brk_link a:hover {
    color: #e57244;
}

/*-- サイドバー(右上固定) --*/
div#sidebar{
    width: 190px;
    position: absolute;
    margin: 10px 0px 0px 0px;
}

div#space{
    height:10px;
}


/*-- レイアウト --*/

/*-- アプリ紹介 --*/
table#app_info{
    border-collapse: collapse;
}

table#app_info, table#app_info th, table#app_info td{
    border: 1px solid #999999;
    padding: 3px;
}

table#app_info th{
    color: #666666;
    text-align: left;
    background-color: #cccccc;
}

div.app_info3{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

/*-- Free Games 紹介 --*/
table#game_info{
    border-collapse: collapse;
}

table#game_info, table#game_info th, table#game_info td{
    border: 1px solid #999999;
    padding: 3px;
}

table#game_info th{
    color: #666666;
    text-align: left;
    background-color: #cccc00;
}

/*--  --*/
table#contents{
    font-size: 12px;
    border-collapse: collapse;
}

table#contents, table#contents th, table#contents td{
    border: 1px solid #999999;
    padding: 5px;
}

table#contents th{
    color: #666666;
    text-align: left;
    background-color: #cccccc;
}

/*-- Touch 紹介 --*/
table#touch_info{
    font-size: 14px;
    border-collapse: collapse;
}

table#touch_info, table#touch_info th, table#touch_info td{
    border: 1px solid #999999;
    padding: 3px;
    color: #ffffff;
}

table#touch_info th{
    color: #666666;
    text-align: left;
    background-color: #cccccc;
}


/*-- 個別要素 --*/
div#language{
    background-color: black;
    padding: 10px;
}

div#menu{
    width: 170px;
}

div#content{
    text-align: left;
}

/*-- ポップアップ --*/
div#popitmenu{
    position: absolute;
    background-color: #ffffff;
    border:0px;
    z-index: 100;
    visibility: hidden;
}
 
div#popitmenu a{
    text-decoration: none;
    border-style: none;
    color: #333333;
    display: block;
}

div#twi_pop{
    background-color: #E1DDD4;
    margin: 10px;
}

/*-- 枠ありメニュー(グレー) --*/
div#menu_line{
    border-style: solid;
    border-color: #E1DDD4;
    border-width: 1px;
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 11px;
    font-family:Arial, Helvetica, sans-serif;
    line-height: 1.8;

    min-width:170px;
}

div#menu_line .thumnail{
	float:left;
	margin-right:5px;
}
div#menu_line .status{
	margin:0px;
	padding:0px;	
}
.status:after {
	/* clearfix */
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.status{
	zoom:1;
}


div#menu_line h5{
	margin:0px;
	padding:0px;
	
	font-size:12px;	
}
div#menu_line .description{
	margin:0px 0px 5px 0px;
	padding:0px;
	line-height: 1.4;
}
div#menu_line .twt_button{
	text-align:right;
	margin:0px;
	padding:0px;
	
	line-height:normal;	
}
div#menu_line .twt_button img{
	margin:0px 2px 0px 0px;
	padding:0px;
}


/*-- SNS like button --*/
#likekey{
    display: block;
	
}
div .likekey{
	padding:10px 10px 5px 10px;
	margin:0px;
	background-color:#76797C;
	text-align:right;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
}


/*-- app SS --*/
.game_ss{
	text-align:center;
}

.game_ss ul{
    list-style: none;
    padding:    0px;
    margin:     0px;
    text-align: center;
}

.game_ss li{
    display:inline;
}

ul#game_ss_170 img{
    margin: 2px 8px;
}

ul#game_ss_180 img{
    margin: 2px 4px;
}
/* faq */
.game_ss #faq{
	display:block;
	width:570px;
	height:50px;
	text-indent: -9999px;
	overflow: hidden;
	background-image:url(../images/app/sub_faq.jpg);
	background-repeat:no-repeat;
}
.game_ss #faq:hover{
	background-image:url(../images/app/sub_faq.jpg);
}



/*-- ranking --*/
div.rnk_div{
    padding-top:5px;
    margin-top:5px;
    border-top:dotted 1px #ccc;
    
    min-height: 1px;
	
	zoom:1;
}
div.rnk_div img{
    float:left;
    margin:0px;
    padding:0px;

}
div.rnk_div p{
    float: left;
    margin:0px;
    padding:0px;
    
    max-width:170px;
}
.rnk_div:after {
    /* clearfix */
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

/*-- dthstaff --*/
ul#dthstaff{
    list-style: none;
    padding:    0px;
    margin:     0px;
    text-align: center;
}

ul#dthstaff li{
    display:inline;
}

ul#dthstaff img{
    margin: 2px 3px;
}

/*-- ss title --*/
div#ss_title{
    margin: 6px 0px 4px 0px;
}

/*-- support --*/
ul#support_note{
    list-style-image: url(../support/app/images/faq_icon5.png);
    font-weight: bold;
}



/*-- FAQ 一覧 --*/
div#faq_list{
	width:100%;
	
}
div#faq_list .faq_box{
	height:52px;
	padding:4px;
	margin-bottom:10px;
	
	border:solid 2px #999;
	text-align: center;
}
div#faq_list .faq_box #fog{
	float:left;
	margin-right:15px;
}
div#faq_list .faq_box #icon{
	float:left;
	margin-right:15px;
}
div#faq_list .faq_box p{
	float:left;
	margin:0px;
	padding:0px;
	line-height:52px;
	
	zoom:1;
}
div#faq_list .faq_box p:after {
	/* clearfix */
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


p#faq_select_mes{
	padding:10px 0px;
	margin:10px 0px;
	
	border-bottom:dotted 2px #666;
	border-top:dotted 2px #666;
}





/*-- FAQ 一覧 --*/
div#faq_list{
	width:100%;
	
}
div#faq_list .faq_box{
	height:52px;
	padding:4px;
	margin-bottom:10px;
	
	border:solid 2px #999;
	text-align: center;
}
div#faq_list .faq_box #fog{
	float:left;
	margin-right:15px;
}
div#faq_list .faq_box #icon{
	float:left;
	margin-right:15px;
}
div#faq_list .faq_box p{
	float:left;
	margin:0px;
	padding:0px;
	line-height:52px;
}
div#faq_list .faq_box p:after {
	/* clearfix */
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


p#faq_select_mes{
	padding:10px 0px;
	margin:10px 0px;
	
	border-bottom:dotted 2px #666;
	border-top:dotted 2px #666;
}





/*-- FAQ 各ページ用 --*/
#faq_title{
	margin-bottom:10px;
}


#guide_icon{
	float:right;
}
#guide_iconafter {
	/* clearfix */
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}



div#question_list{
	margin-bottom:30px;
}
div#question_list p{
	width:100%;
	margin:10px 0px;
}

div#question_list img{
	float:left;
}

div#question_list strong{
	float:right;
	margin-left:5px;
	width:535px;
}

div#question_list p:after {
	/* clearfix */
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}





div .question_bar{
	background-color: #555555;
	padding:5px 5px;
	color: #ffffff;
	
	zoom:1;
}
div .question_bar img{
	float:left;
	margin-left:2px;
}
div .question_bar p{
	float:right;
	margin-left:5px;
	width:525px;
	margin:0px;
	padding:0px;	
}
div .question_bar:after {
	/* clearfix */
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


div .answer_area{
	width:100%;
	margin:10px 0px;
	
	zoom:1;
}
div .answer_area img{
	float:left;
}
div .answer_area p{
	margin:0px;
	padding:0xp;
	float:right;
	margin-left:5px;
	width:535px;
}
div .answer_area:after {
	/* clearfix */
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


#pager{
	width:100%;
	margin-top:20px;
	
	zoom:1;
}
#pager:after {
	/* clearfix */
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#pager p{
	margin:0px;
	padding:0px;
	font-weight:bold;
}
#pager #pager_left{
	float:left;
}
#pager #pager_left a:before{
	content:url(../images/app/btn_left.png);
	margin-right:5px;
	vertical-align:-0.4em;
	
}
#pager #pager_right{
	float:right;
}
#pager #pager_right a:after{
	content:url(../images/app/btn_right.png);
	margin-left:5px;
	vertical-align:-0.4em;
}



#follow{
	background-color:#65b820;
	padding:10px 10px 5px 10px;
	
	zoom:1;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
}
#follow img{
	float:left;
	margin-left:5px;
}
#follow #follower{
	float:left;
	color:#fff;
	font-weight:bold;
}
#follow #follower:before{
	content:url(../images/twt/tw_icon.gif);
	margin-left:20px;
	margin-right:5px;
	vertical-align:-0.8em;
}
#follow #followmes{
	float:right;
	display:block;
	width:226px;
	height:37px;
	text-indent: -9999px;
	overflow: hidden;
	background-image:url(../images/twt/tw_message.gif);
	background-repeat:no-repeat;
	
	vertical-align:1em;
	
	margin-right:10px;
}
#follow:after {
	/* clearfix */
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#movie{
	text-align:center;
	margin-bottom:20px;
}

#recommend{
	background-color:#ff0;
	padding:10px;
	margin-top:10px;	
	

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
}

#recommend .recommend_area{
	background-color:#fff;
	padding:7px;
		

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
}




#game_title{
	margin:6px 0px;

}




#select_message{
	background-color:#76797C;
	color:#fff;
	padding:10px;
	margin:0px;
	margin-bottom:10px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
}
