@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
/*	outline: 0;*/
}

html {
	-webkit-text-size-adjust: none;
}

img {
	vertical-align: text-bottom;
	-ms-interpolation-mode: bicubic;
}

a {
	-webkit-tap-highlight-color: transparent;
}

strong {
	font-weight: bold;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
/*	border-collapse: separate;*/
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a:focus {
/*\*/
	overflow: hidden;
/**/
}

option {
	padding-right: 10px;
}

/* ------------------------------
	HTML5 ELEMENTS
------------------------------ */
header,article,aside,section,footer,
nav,menu,details,hgroup,summary {
	display: block;
}

/* ALL */
body{
	margin:0;
	padding:0;
	color:#333;
	font-family:"Arial","DIN-Regular","ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif,"HelveticaNeueLTStd-Th",'PT Serif', serif;
	line-height:200%;
	-webkit-text-size-adjust: 100%;
	background:#000;
}
img{
	vertical-align: bottom;
}
.white{
	color:#fff;
}
.white_back{
	background:#fff;
}
a:link{
	color:#555;
	text-decoration:none;
}
a:visited{
	color:#333;
	text-decoration:none;
}
a:hover{
	color:#999;
	text-decoration:underline;
}
p,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd{
	margin:0px;
	padding:0px;
}

img{
	border:none;
}
ul{
	list-style-type:none;
}
.table-box1{
	margin:0;
    padding:4px 0 0;
}
.table-box2{
	display:block;
	background-color:#fff;
	margin-bottom:8px;
}
.table-box3{
	display:block;
	background-color:#fff;
	margin-bottom:8px;
}
.table-box4{
	margin:0;
    padding:4px 0 0;
	display:block;
}
.table-box1 table,
.table-box2 table,
.table-box3 table,
.table-box4 table{
	width:100%;
	margin:0;
	table-layout:auto;
    border-spacing:0;
    empty-cells:show;
	border-bottom:1px solid #d2d2d2;
    border-right:1px solid #d2d2d2;
}
.table-box1 table th,
.table-box2 table th,
.table-box3 table th,
.table-box4 table th{
	font-size:100%;
	text-align:left;
    border-left:1px solid #d2d2d2;
    border-top:1px solid #d2d2d2;
    line-height:1.5em;
    padding:10px;
}
.table-box1 table th{
	background:#e6e6e6;
	vertical-align:middle;
}
.table-box2 table th,
.table-box4 table th{
	vertical-align:middle;
}
.table-box3 table th{
	vertical-align:top;
}
.table-box1 table td,
.table-box2 table td,
.table-box3 table td{
	font-size:100%;
	background:#fff;
	text-align:left;
    border-left:1px solid #d2d2d2;
    border-top:1px solid #d2d2d2;
    font-weight:normal;
    line-height:1.5em;
    padding:10px;
}
.table-box4 table td{
	font-size:100%;
	text-align:left;
    border-left:1px solid #d2d2d2;
    border-top:1px solid #d2d2d2;
    font-weight:normal;
    line-height:1.5em;
    padding:10px;
}
.table-box1 table td,
.table-box2 table td,
.table-box4 table td{
	vertical-align:middle;
}
.table-box3 table td{
	vertical-align:top;
}
.table-box1 table th.center,
.table-box1 table td.center{
	text-align:center;
}
/* Lib */
.fl-left{
	float:left;
}
.fl-right{
	float:right;
}
.clear{
	clear:both;
}
.no-margin{
	margin:0;
	margin-right:1px;
	background-color:#ff0000;
}
.no-margin-bottom{
	margin-bottom:0;
}
.no-padding{
	padding:0;
}
.margin-bottom{
	margin-bottom:20px;
}
.margin-auto{
	width:998px;
}
.t-right{
	text-align:right;
}
.t-center{
	text-align:center;
}
.whiteback{
	background-color:#fff;
}