@charset "utf-8";
/* CSS Document */

html,body {
  -webkit-text-size-adjust: none;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,table,th,td,img,form{
	margin:0;
	padding:0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
img{
	border:none;
	max-width: 100%;
    height: auto;
	vertical-align: bottom;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
table th{
	font-weight:normal;
	vertical-align:top;
}
th td{
	vertical-align:top;
}
ol,ul{
	list-style:none;
}
body{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height:1.5;
	font-size:12px;
	text-align:center;
	background-color: #fff;
	/*background: url(../img/battlecats/bg.png);*/
}
table{
	font-size:1em;
}
h1,h2,h3,h4,h5{
	font-size:100%;
	font-weight:normal;
}
a{
	outline:none;
	text-decoration:none;
}

address{
  font-style:normal;
}
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */

span.fw{
	font-weight: bold;
}

span.red{
	color: #F00;
}
a:link,
a:hover,
a:visited{
	color: #1D3994;
	text-decoration: underline;
}

.end{
	border-top: 1px solid #666;
	padding: 10px 0;
}

p.close a{
	width: 34%;
	font-size: 160%;
	display: block;
	color: #000;
	background: #f2b700;
	border-radius: 10px;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	text-shadow: 1px 1px 2px #CCC;
	text-decoration: none;
	padding: 7px 0;
	border: 2px solid #000;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffe799 3%, #ffda6b 6%, #ffd13d 10%, #ffce30 14%, #efbb00 27%, #d6a700 51%, #d8a900 77%, #dba000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(3%,#ffe799), color-stop(6%,#ffda6b), color-stop(10%,#ffd13d), color-stop(14%,#ffce30), color-stop(27%,#efbb00), color-stop(51%,#d6a700), color-stop(77%,#d8a900), color-stop(100%,#dba000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffe799 3%,#ffda6b 6%,#ffd13d 10%,#ffce30 14%,#efbb00 27%,#d6a700 51%,#d8a900 77%,#dba000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ffe799 3%,#ffda6b 6%,#ffd13d 10%,#ffce30 14%,#efbb00 27%,#d6a700 51%,#d8a900 77%,#dba000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffe799 3%,#ffda6b 6%,#ffd13d 10%,#ffce30 14%,#efbb00 27%,#d6a700 51%,#d8a900 77%,#dba000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ffe799 3%,#ffda6b 6%,#ffd13d 10%,#ffce30 14%,#efbb00 27%,#d6a700 51%,#d8a900 77%,#dba000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dba000',GradientType=0 ); /* IE6-9 */
}

p.close a:link,
p.close a:hover,
p.close a:visited{
	color: #000;
	text-decoration: none;
}

/* Contents Styles
******************************************************************************************************************************************************************************************************/
h2{
	font-size: 120%;
	font-weight: bold;
	color:  #FFF;
	margin: 0 auto;
	padding: 7px 10px;
	text-align: center;
	background: #000000;
}

/* Article 
******************************************************************************************************************************************************************************************************/

article {
	text-align: left;
	margin: 0 auto;
}

@media only screen and (min-device-width: 768px) { article{ max-width: 640px; } }


span.ttl{
	display: block;
	margin: 0 auto 5px;
}


.content{
	padding: 10px 0 50px;
	background-color: #fff;
	max-width: 800px;
	margin: 0 auto;
	text-align: left;
}


.block{
	margin: 0 auto;
	padding: 0 15px 10px; 
}


h3{
	margin: 0 auto 7px;
	font-weight: bold;
}


p.right{
	margin: 0 0 10px 0;
	text-align: right;
}

p.txt{
	margin: 0 0 10px 0;
	padding: 0 0 0 2em
}

dl {
	position: relative;
	margin: 0 0 10px 0;
}

dl dt {
	padding: 0 0 0 0;
	position: absolute;
}

dl dd {
	padding: 0 0 5px 2em;
	margin: 0 0 5px 0;
}

dl dd span.subttl {
	display: block;
	margin: 0 0 7px 0;
}

dl dd ul li{
	list-style: decimal;
	margin: 0 0 5px 1.5em;
}


/* Footer Styles 
******************************************************************************************************************************************************************************************************/

footer{
	margin: 0 auto;
	text-align: center;
	background: #000;
	padding: 5px 0;
}

/* Table Styles 
******************************************************************************************************************************************************************************************************/

.table_style {
	text-align: center;
	width: 95%;
	border: solid #ccc 1px;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto 20px;
}

.table_style th {
	text-align: left;
	padding: 8px 0 8px 8px;
	background: #f1f1f1;
	border-right: solid #ccc 1px;
	border-bottom: solid #ccc 1px;
	vertical-align: top;
	width: 35%;
}

.table_style td {
	text-align: left;
	padding: 8px;
	border-right: solid #ccc 1px;
	border-bottom: solid #ccc 1px;
}
