@charset "utf-8";
/* CSS Document */
html,body{width:100%;height: 100%;}
body{margin:0; padding:0; font-size:100%; font-family:"Meiryo UI",\5b8b\4f53,Arial, Helvetica, sans-serif;}
div,p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,input,select,textarea,table,td{ margin:0; padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
area{outline:none;}
img{border:0;}
a{text-decoration:none;outline:none;border:none;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;}
.fl{float: left;}
.fr{float: right;}
.clear:after{content: "";display: block;clear: both;}
.clear{zoom: 1;}
ul{list-style-type: disc;}
body {
	background-color: #202020;}
.box {
	width: 100%;
	min-width: 300px;
	height: auto;
	}
.top {
	width: 100%;
	height: 60px;
	position: fixed;
	display: block;
	background: url(../img/top_bg.jpg) top repeat-x;
	text-align: center;
	top: 0;
	}
.top h1 {
	font-size: 22px;
	line-height: 60px;
	color: #FFF;
	white-space:nowrap;}
.btn_close {
	width: 60px;
	height: 60px;
	position: absolute;
	background: url(../img/btn_close.png) top no-repeat;
	right: 0px;
	top: 0px;
	display:none;
}
.content {
	width: auto;
	height: auto;
	margin: 80px 5% 5% 5%;
	background-color: #F8F8F8;
	padding: 30px;
	font-size: 18px;
	line-height: 1.5em;
	text-justify:inter-ideograph;
	border:5px #666666 solid;}
.content h1 {
	margin-bottom: 10px;
	font-weight: bold;
	color: #333;}
.content h2 {
	font-size: 20px;
	font-weight: bold;
	color: #333;}
.content p {
	/*margin-bottom: 40px;*/}
.content ul {
	padding-left: 26px;}
.content li {
	padding-top: 16px;
	}
.content ol {
	padding-left: 26px;}
.content a{
	color: #315977;}
.content a:hover{
	font-weight: bold;}


.content table{
	width: 100%!important;
	border-style: none; 
	border-collapse: collapse; 
	table-layout: fixed; 
	margin-bottom: 30px;
	border: 1px solid #ccc;
}

.content table th,
.content table td{
	width: auto!important;
	height: 32px!important;
	text-align: center;
	border: 1px solid #ccc;
}


.m .top h1{
	font-size: 16px;
}
.m .content table th, 
.m .content table td{
	word-break: break-all;
}	