@charset "UTF-8";
/* CSS Document */


#content .block{
	width:980px;
	margin:0 auto;
}


#content .wk{
	text-align:center;
	background:#f5f5f5;
	border:10px solid #efefef;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding:15px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	margin-top:30px;
}
#content .wk strong{
	display:block;
	font-size:18px;
	margin-bottom:15px;
	font-weight:bold;
}
#content .btnWrap{
	text-align:center;
	margin-top:20px;
}
#content .btnWrap p{
	margin-top:30px;
}
#content .wk .tp20{
	font-weight:bold;
}
#content .wk .moniTxt{
	font-size:12px;
	line-height:1.6
}
.formTxt{
	margin-bottom:25px;
}




#content th{
	font-size:16px;
}
#content table input[type=text]{
	height:40px;
	line-height:40px;
	padding:0 8px;
	border:1px solid #ddd;
}
#content table input[type=text],
#content table textarea{
	border:1px solid #ccc;
}
#content span.error{
	display:block;
	color:#D10003;
	margin-top:7px;
	font-weight:bold;
}
#content td.error{
	background:#F9EEEF;
}
#content th.required{
	background:url(../img/ico_ast.png) no-repeat right 50% #eaeaea;
}




#thanks .block p{
	color:#4cc4f1;
	font-weight:bold;
	font-size:24px;
}



.type1,
.type3{
	padding:25px 90px;
	text-align:center;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	-moz-box-shadow:inset 4px 4px 0px -2px #9fb4f2;
	-webkit-box-shadow:inset 4px 4px 0px -2px #9fb4f2;
	box-shadow:inset 4px 4px 0px -2px #9fb4f2;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #066add), color-stop(1, #0060c7));
	background:-moz-linear-gradient(top, #066add 5%, #0060c7 100%);
	background:-webkit-linear-gradient(top, #066add 5%, #0060c7 100%);
	background:-o-linear-gradient(top, #066add 5%, #0060c7 100%);
	background:-ms-linear-gradient(top, #066add 5%, #0060c7 100%);
	background:linear-gradient(to bottom, #066add 5%, #0060c7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#066add', endColorstr='#0060c7',GradientType=0);
	background-color:#066add;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #0060c7;
	text-decoration:none;
	text-shadow:0px 1px 0px #11265c;
	margin-right:7px;
	cursor:pointer;
}
.type2,
.type4{
	padding:25px 90px;
	text-align:center;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	-moz-box-shadow:inset 4px 4px 0px -2px #bae4ff;
	-webkit-box-shadow:inset 4px 4px 0px -2px #bae4ff;
	box-shadow:inset 4px 4px 0px -2px #bae4ff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #73bfef), color-stop(1, #3a9ede));
	background:-moz-linear-gradient(top, #73bfef 5%, #3a9ede 100%);
	background:-webkit-linear-gradient(top, #73bfef 5%, #3a9ede 100%);
	background:-o-linear-gradient(top, #73bfef 5%, #3a9ede 100%);
	background:-ms-linear-gradient(top, #73bfef 5%, #3a9ede 100%);
	background:linear-gradient(to bottom, #73bfef 5%, #3a9ede 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#73bfef', endColorstr='#3a9ede',GradientType=0);
	background-color:#73bfef;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #3a9ede;
	text-decoration:none;
	text-shadow:0px 1px 0px #3a9ede;
	cursor:pointer;
}



/*=====================================

	スマホサイト縦
	
======================================*/

@media screen and (max-width: 640px) {
	
#content .block dt{
	width:100%;
	display:block;
}
#content table.table {
	line-height:1;
}
#content .block dd{
	width:100%;
	display:block;
}

table th{
	width:100%;
	display:block;
	background:#dedede !important;
}
table th.required{
	background:url(../img/ico_ast.png) no-repeat right 50% #dedede !important;
}
table td{
	width:100%;
	display:block;
}
table td span{
	display:block;
}
table td br{
	display:none;
}
table td .w100{
	width:100%;
}





.type1,
.type2,
.type3,
.type4{
	width:100%;
	display:block;
	margin:0;
	padding:25px 0;
	text-align:center;
}
.type2,
.type4{
	margin-top:8px;
}

}
