@charset "utf-8";

/* reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	background:transparent;
}
body {
	font-family:"Lucida Grande",'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,sans-serif,'ＭＳ Ｐゴシック',"MS PGothic";
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}
ol, ul, dl {
	list-style: none;
}
p {
	margin-bottom: 1em;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #06C;
}
a:hover {
	text-decoration: underline;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
    border-collapse:collapse;
    border-spacing:0;
}
img{
	border-width: 0px;
	border-style: none;
}
input, textarea{
	font-size: 12px;
	font-weight: normal;
}


/* 基本 */

html {
	font-size: 62.5%;
}
body {
	-webkit-text-size-adjust: none;
	font-size: 13px;
	line-height: 1.4;
	color: #333;
	background: #F4F4ED;
}

/* ヘッダー */

header {
	background: #1A4E9C;
	position: relative;
	padding: 30px 20px;
	margin-bottom: 30px;
}
header h1{
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	width: 640px;
	margin: 0px auto;
}


/* フッター */

footer {
	padding: 20px;
	text-align: center;
	border-top: 1px solid #e5e1d1;
	font-size: 11px;
}


/* フォームデザイン */


#container {
	width: 640px;
	margin: 0px auto;
}

#container h2 {
	background: #F5F5F5;
	clear:both;
	font-size:15px;
	font-weight:bold;
	line-height:1;
	margin:2.5em 0 1.5em;
	padding:15px;
	border-top: 1px solid #e5e1d1;
	border-right: 1px solid #e5e1d1;
	border-bottom: 1px solid #e5e1d1;
	border-left: 3px solid #58B6DA;
}
#container h3 {
	margin: 0 0 10px;
}
#container .ssl-outer {
	position: relative;
	width: 550px;
	padding-right: 150px;
}
#container .ssl {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
}
#container .error {
	color: #FF0000;
}
#container .required {
	color: #FF0000;
	font-size: 10px;
}
#container .example {
	font-size: 77%;
	color: #999999;
}
#container .enque {
	margin: 0 0 0.2em;
}
#container table {
	margin-bottom: 30px;
	border-top: 1px solid #e5e1d1;
	border-left: 1px solid #e5e1d1;
	width: 640px;
	font-size: 12px;
	background: #FFF;
}
#container th {
	font-weight: normal;
	text-align: left;
	padding: 10px;
	border-right: 1px solid #e5e1d1;
	border-bottom: 1px solid #e5e1d1;
	background: #f8f8f4;
	width: 180px;
}
#container td {
	padding: 10px;
	border-right: 1px solid #e5e1d1;
	border-bottom: 1px solid #e5e1d1;
}
#container .ws,
#container .wm,
#container .wl,
#container select {
	border: 1px solid #ddd;
	margin: 2px 0px;
	background: #f8f8f8;
	padding: 5px;
	border-radius: 2px;
}
#container .ws {
	width: 100px;
}
#container .wm {
	width: 270px;
}
#container .wl {
	width: 420px;
}
#container .submit {
	text-align: center;
	margin-bottom: 30px;
}
#container .submit input {
	border-radius: 8px;
	border: 1px solid #337fed;
	padding: 7px 18px;
	text-decoration: none;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #3d94f6), color-stop(100%, #1e62d0) );
	background: -moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	background: -ms-linear-gradient( top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color: #3d94f6;
	color: #ffffff;
	display: inline-block;
	text-shadow: 1px 1px 0px #1570cd;
	box-shadow: inset 1px 1px 0px 0px #97c4fe;
	cursor: pointer;
	font: bold normal 12px "Lucida Grande", 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, sans-serif, 'ＭＳ Ｐゴシック', "MS PGothic";
}
#container .submit input:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #1e62d0), color-stop(100%, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	background:-ms-linear-gradient( top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
}
#container .submit input:active {
	position:relative;
	top:1px;
}
#container .build {
	float:left;
	width: 140px;
}
#container hr {
	border-width: 1px 0 0;
	border-color: #cdcdcd;
	border-style: solid;
}
#container #thanks {
	background: #FFF;
	clear:both;
	line-height:1.8;
	margin:2.5em 0 1.5em;
	padding:30px;
	border: 1px solid #e5e1d1;
}
