@charset "utf-8";

* {
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
	font-size:100%;
	word-break:break-all;
	word-wrap:break-word;
}
html,body {
	height: 100%;
}
li {
	list-style-type:none;
}
li img {
	vertical-align:top;
}
table {
	border-collapse:collapse;
}
td,th {
	vertical-align:top;
}
th {
	text-align:left;
}
img {
	vertical-align:bottom;
}
a img {
	border:none;
}
body {
	font-family:"メイリオ", "Helvetica", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3";
	-webkit-text-size-adjust:none;
	margin:0;
	text-align:left;
	color:#323232;
	font-size:15px;
	line-height:140%;
}
.cf:before,
.cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
.cf {
	zoom:1;
	overflow:hidden;
}
header {
	padding:10px 0;
	text-align:center;
	border-bottom:solid 4px #34aadc;
	margin-bottom:15px;
}
header .title-area h1 {
	text-align:center;
	font-weight:bold;
	font-size:125%;
	padding:10px 0 8px;
	color:#fff;
}
.main {
	text-align:left;
}
footer {
	margin-top:50px;
	padding:13px 0 10px;
	text-align:center;
	font-size:12px;
	line-height:130%;
	border-top:solid 4px #34aadc;
}
footer .bottom-text {
	padding:7px 10px 10px;
	border-bottom:dotted 1px #34aadc;
}
footer .copyright {
	padding-top:10px;
	color:#969696;
}
.in {
	padding:8px 10px;
}
h2 {
	margin-top:30px;
	background-color:#34aadc;
	font-weight:bold;
	color:#fff;
	padding:6px 0 5px;
	text-align:center;
}
.copy {
	font-weight:bold;
	color:#34aadc;
	padding-bottom:8px;
	font-size:125%;
}
.icon-image {
	text-align:center;
	padding-bottom:6px;
}
.radius {
	border-radius:30px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
}
.email {
	text-align:center;
	padding:8px 0;
}
.btn-area {
	width:320px;
	margin:0 auto;
	text-align:center;
}
.button {
	display: block;
	max-width: 320px;
	padding: 10px;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px 3px rgba(0, 0, 0, .3);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .3);
	margin:10px 0 30px;
}
.blue {
	color:#ffffff;
	font-weight:bold;
	border: solid 1px #34aadc;
	background: -webkit-gradient(linear, left top, left bottom, from(#f6dbf7), to(#34aadc));
	background: -moz-linear-gradient(top, #f6dbf7, #34aadc);
}
.blue a {
	color:#ffffff;
}
