*{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

html{
	font-size: 62.5%;
}	

body{
	border-top: 15px solid #122a88;
	font-size: 13px;
	font-size: 1.3rem;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color : #333;
}

img{
	vertical-align : bottom;
}

a:link,
a:visited{
	
}

a:hover{
	
}


div.form dl{
	position: relative;
	padding: 70px 4px 4px;
	border: 5px solid #F00;
	width: 391px;
	height: 341px;
	background: #FFF url(../img/common/form/bg.png) repeat;
	-webkit-border-radius: 14px;
	        border-radius: 14px;
	-webkit-box-shadow: #F00 0 0 15px 0;
	        box-shadow: #F00 0 0 15px 0;
}

div.form dl dt{
	position: absolute;
	top: -38px;
	left: -52px;
}

div.form dl table{
	width: 100%;
}

div.form dl table th,
div.form dl table td{
	padding: 10px;
}

div.form dl table th{
	text-align: right;
}

div.form dl table td div{
	position: relative;
}

div.form dl table td span.popup{
	display: none;
	position: absolute;
	z-index: 100;
	border: 1px solid #CCC;
	padding: 7px;
	width: 200px;
	line-height: 1.6;
	background: #FFF;
	-webkit-box-shadow: #CCC 0 0 5px 1px;
	        box-shadow: #CCC 0 0 5px 1px;
}

div.form dl table td input[type=text]{
	width: 180px;
	padding: 5px;
	border: 1px solid #CCC;
	font-size: 14px;
	font-size: 1.4rem;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	-webkit-box-shadow: inset #DDD 1px 1px 1px 0;
	        box-shadow: inset #DDD 1px 1px 1px 0;
}

div.form dl td.submit{
	padding: 23px 0 0;
	text-align: center;
}

div.form dl td.submit button{
	margin: 0;
	border: none;
	padding: 0;
	text-align: center;
	background: none;
	cursor: pointer;
}

div.form dl td.submit button:hover,
div.form dl td.submit button img:hover{
	position: relative;
	top: 1px;
	opacity: 0.8;
	filter: alpha(opacity=80);
  	-ms-filter: "alpha(opacity=80)";
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
}


div.section.contact{
	position: relative;
	margin-bottom: 60px;
	height: 395px;
	background: url(../img/common/contact/bg.png) no-repeat left top;
}

div.section.contact h2{
	padding-top: 30px;
	margin-left: 40px;
}

div.section.contact p{
	position: absolute;
	top: 170px;
	left: 45px;
}

div.section.contact div.form{
	position: absolute;
	right: 25px;
	top: 25px;
}


.error{
	border: 1px solid #F00 !important;
	background: #FEE !important;
}