html{width:100%;height:100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td{margin:0; padding:0;}
body{font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,"MS Pゴシック", sans-serif; background: #fcfcfc;}
a {text-decoration: none;word-break: break-all;}
p{padding:5px 0;}
#table{
	padding-bottom:15px;
}
.table-outer{
	width:100%;
	max-width: 640px;
	margin: 30px auto 0px;
	border:1px #cfcfcf solid;
	border-radius: 3px;
	background: #FFF;
	box-shadow: 0px 0px 5px #cfcfcf;
}
.table-outer h1{
    font-size: 18px;
    font-weight: 700;
    color: #000;
    background-color: #f3f3f3;
    padding: 18px 0 18px 18px;
    border-bottom: 1px solid #cfcfcf;
    text-shadow:1px 1px 2px #FFF;
}
.table-inner{
	padding:15px;
}
.info-table{
	width:100%;
	border-collapse: collapse;
	/*border-right: 1px solid #cdcdcd;
	border-top: 1px solid #cdcdcd;*/
}
.info-table tr{
	font-size: 14px;
	padding:10px;
}
@charset "utf-8";
.info-table td{
	width:30%;
	padding:10px;
	/*border-left: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;*/
	border: 1px solid #cdcdcd;
}
.info-b{
	font-weight: bold;
    color: #333;
	background: #e3f5f9;
}
.info-btn {
	cursor: pointer;
	display: block;
	font-size: 14px;
	text-align: center;
	padding:8px;
	margin-bottom: 10px;
	color: #ffffff;
	border-radius: 5px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0px 5px 0px #2f96b4;
    background-color: #49afcd;
}
.close-btn{
	display: block;
	width: 20%;
	margin: 20px auto 50px;
	font-size: 16px;
	text-align: center;
	padding:10px;
	color: #ffffff;
	border-radius: 5px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0px 5px 0px #2f96b4;
    background-color: #49afcd;
}
.close-btn:hover{
	background-color:#34a3c1;
}
.close-btn:active{
	background-color: #2f96b4;
}
@media only screen and (max-width: 480px) {
	p{font-size: 14px;}
	.table-outer{
		max-width: 340px;
	}
	.info-table tr{
	font-size: 12px;
	padding:5px;
	}
	.table-outer h1{
		font-size: 15px;
	}
	.close-btn{
		margin: 15px auto;
	}

}