@charset "Shift-JIS";
/**/
/* 
------------------------------------------------------------
file name: common.css
Author: H.Kaito
create: 2013.11.12

======================= contents ===========================
   ■1: タグリセット Browser-style reset
   ■2: 共通レイアウト common layout

============================================================



/*■1タグリセット　Browser-style reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
    margin: 0; 
    padding: 0;
}
html{
    overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
ol, ul{
    list-style:none;
}
fieldset, img{
     border:0;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, th, var{
    font-style: normal; 
    font-weight: normal;
}


/*---------------------------------------*/







/*■2共通レイアウト common layout*/


/*基本*/

body {
	color: #212121;
	font-size: 12px;
	font-family:"メイリオ", Osaka, sans-serif;
	text-align: center;
	line-height: 16px;
	margin: 0pt;
	padding: 0pt;
	background-color: #000000;
	
	}
	
a:link {
	color: #888888;
	text-decoration: underline;
}
a:visited {
	color: #888888;
	text-decoration: underline;
}
a:hover {
	color: #e46d6d;
	text-decoration: underline;
}
a:active {
	color: #e46d6d;
	text-decoration: underline;
}

.bold{
	font-weight: bold;
	}
	
.atn{
	color: #ff0000;
	}

.atn2{
	color: #fffd37;
	}
	
.font12{
	font-size: 12px;
	}
	
.pagetop{
	text-align: right;
	padding: 20px 48px;
	}
	
.text_l{
	text-align: left;
	}

/*---------------------------------------*/
	
p{
	margin: 0 auto;
	font-size: 12px;
	text-align: left;
	padding: 0px 40px;
	}

.clear{
	clear: both;
	}


/*背景なしtable*/
table.none{
	background: none;
	border: none;
	margin: 0px auto;
	}
	
table.none td{
	border: none;
	/*color: #ffd7c9;*/
	padding: 0 0 0 0;
	}
	
table.none td.padt{
	padding: 30px 0 0px;
	}
/**/


/*基本表table*/
table{
	margin: 0px auto 0px;
	margin-bottom:0px;
	position:relative;
	border-collapse: separate;
	}
	
table th{

	background: #ffc60c;
	/*background: #dadada;*/
	font-weight: bold;
	font-size: 13px;
	color: #000000;
	padding: 3px;
	text-align: center;
	}

table th.left{
	border-right:1px solid #FFFFFF;
	/*
	border-top-left-radius:10px 10px;
	-webkit-border-top-left-radius:10px 10px;
	-moz-border-top-left-radius:10px 10px;
	-o-border-top-left-radius:10px 10px;
	*/
	}

table th.front{
	border-right:1px solid #FFFFFF;
	}

table th.right{
	border-left:1px solid #FFFFFF;
	/*
	border-top-right-radius:10px 10px;
	-webkit-border-top-right-radius:10px 10px;
	-moz-border-top-right-radius:10px 10px;
	-o-border-top-right-radius:10px 10px;
	*/
	}

	
table td{
	font-size: 18px;
	font-weight:bold;
	padding: 3px 20px;
	text-align: left;
	background: #fff7df;
	/*border: #a4a4a4 1px solid;*/
	color: #202020;
	vertical-align: middle;
	position:relative;
	}

	

table td.left{
	border-bottom:1px solid #ffc60c;
	/*border-left:1px solid #ffc60c;*/
	border-right:1px solid #ffc60c;
	}
	
table td.left img{
	position:relative;
	left:40px;
	}


table td.left.black{
	background: #222222;
	border-bottom:1px solid #ffffff;
	/*border-left:1px solid #ffc60c;*/
	border-right:1px solid #ffffff;
	
	}


	
table td.front{
	border-bottom:1px solid #ffc60c;
	border-left:1px solid #ffc60c;
	border-right:1px solid #ffc60c;
	
	}

table td.front img{
	position:relative;
	left:20px;
	}	

	
table td.right{
	border-bottom:1px solid #ffc60c;
	border-left:1px solid #ffc60c;
	/*border-right:1px solid #ffc60c;*/
	}
	
table td.left.end{
	border-bottom:0;
	/*
	border-bottom-left-radius:10px 10px;
	-webkit-border-bottom-left-radius:10px 10px;
	-moz-border-bottom-left-radius:10px 10px;
	-o-border-bottom-left-radius:10px 10px;
	*/
}

table td.front.end{
	border-bottom:0;
}

table td.right.end{
	border-bottom:0;
	/*
	border-bottom-right-radius:10px 10px;
	-webkit-border-bottom-right-radius:10px 10px;
	-moz-border-bottom-right-radius:10px 10px;
	-o-border-bottom-right-radius:10px 10px;
	*/
	}
	
table td.center{
	text-align: center;
	}
	
table td.text_r{
	text-align: right;
	}

.table_bg{
width:750px;
height:587px;
background: url(http://image.mgame.jp/portal/event/bitcash2014/bg_table_border.png) center top repeat-y;
position:relative;
padding-top:8px;
margin:0 auto;
}


input{

}

.notice{font-family:,"メイリオ", Osaka, "ヒラギノ角ゴ Pro W3"; font-size:16px; font-weight:bold; text-align:center; padding-top:8px;}
.checkbox{position:relative; top:16px; left:-20px; font-size:12px; font-weight:bold;}
.checkbox2{position:relative; top:20px; left:-20px; font-size:12px; font-weight:bold;}

.bold{font-size: 24px;font-weight:bold;}
.bold2{font-size: 24px;font-weight:bold;}

.red{color:#FF0000;}
.sub_t{font-size: 14px;font-weight:normal;}

input[type="checkbox"] {position:relative; width:16px; height:16px; top:3px; margin-right:5px;}



/* knight */ /* lost */ /* op7 */ /* hero */ /* hotworld */ /* lapis */ /* darkfall */

input[type="radio"] {position:relative; width:20px; height:20px; top:0px left:0px;}



/*
input[type="radio"] {position:absolute; width:20px; height:20px;}

input[type="radio"][class="01"]{top:25px; left:12px;}
input[type="radio"][class="02"]{top:34px; left:12px;}
input[type="radio"][class="03"]{top:22px; left:12px;}
input[type="radio"][class="04"]{top:30px; left:12px;}
input[type="radio"][class="05"]{top:27px; left:12px;}
input[type="radio"][class="06"]{top:26px; left:12px;}
input[type="radio"][class="07"]{top:28px; left:12px;}
*/

h1,h2,h3,h4,h5,h6{font-style:italic; font-weight:bold;}

h1{font-size:32px;}
h2{font-size:24px;}
h3{font-size:20px;}
h4{font-size:16px;}

/**/

