﻿* {
	margin:0;
	padding:0;
	outline:0;
}

body {
	background:#EEEEEE;
}

h1 {
	width:100%;
	margin-left:-1px;
	float:left;
	clear:both;
	background:#70D1ED;
	color:#FFFFFF;
	padding:25px 0 20px 0;
	font-size:32px;
	font-weight:normal;
	text-align:center;
}

h2 {
	background:#FFFFFF;
	color:#CCCCCC;
	width:100%;
	margin-left:-1px;
	float:left;
	clear:both;
	font-size:13px;
	text-align:center;
	padding:5px 0;
}

p {
	display:block;
	clear:both;
	padding:22px 0 5px 0;
	margin:0 13px 0 13px;
	font-size:18px;
	letter-spacing:1px;
	line-height:25px;
}

span {
	width:50%;
	height:80px;
	float:left;
	clear:both;
}

img {
	display:block;
	margin:0 auto;
	clear:both;
	
}

.img-wrap {
	font-size:13px;
	text-align:center;
	line-height:15px;
}

.img-wrap img {
	margin-bottom:5px;
}

a {
	color:#0066CC;
}

.img-wrap a {
	font-size:15px;
}

table {
	margin: 0 auto;
	border-collapse: collapse;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

table, tr, th, td {
	border: 2px solid #999;
}

td {
	font-size: 14px;
	padding: 8px 25px 3px 25px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #333333;
}

th {
	font-size:14px;
	padding:8px 25px;
	background:#333333;
	color:#FFFFFF;
}

@media screen and (max-width:612px){
	img{
		width:98%;
	}
}
.ｒ {
	color: #F00;
}
