@charset "utf-8";



/* formatting styles
-----------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
html {
	-webkit-text-size-adjust: 100%
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 2;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
a img {
	border-style: none;
}






/* text styles
-----------------------*/
p.right {
	text-align: right;
}
#container {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
#container p {
	margin-bottom: 20px;
}
.box {
	margin-bottom: 50px;
}
.box .logo {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}

.box h1 {
	margin-bottom: 20px;
	width: 90%;
	line-height: 100%;
	padding-left: 5%;
	font-size: 100%;
	font-weight: bold;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #c31400;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 5%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f2f2f2+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	text-align: center;
}
.box h2 {
	margin-bottom: 20px;
	width: 90%;
	line-height: 100%;
	padding-left: 5%;
	font-size: 100%;
	font-weight: bold;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #c31400;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 5%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f2f2f2+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	text-align: center;
}
#bottom table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	line-height: 150%;
	font-size: 100%;
	margin-bottom: 50px;
}
#bottom table th {
	border: 1px solid #d9d9d9;
	padding: 12px;
	background-color: #ededed;
}
#bottom table td {
	border: 1px solid #d9d9d9;
	padding: 12px;
	background-color: #FFFFFF;
	text-align: center;
}

