@charset "UTF-8";
/* CSS Document */
.inner{
	width:640px;
	min-width:640px;
	margin:0 auto;
}
#globalHeader h1 img{
	vertical-align:middle;
}
#globalHeader h1 span{
	font-size:24px;
	font-weight:normal;
	display:inline-block;
	padding-left:20px;
	padding-top:10px;
}

#main{
position:relative;
}
#main #formBlock{
padding:15px 0;
font-size:14px;
line-height:1.5;
color:#333333;
position:relative;
margin:0 auto;
}

.lead{
	border-bottom:#b7b7b7 solid 1px;
}

#main #formBlock h2{
	margin:0;
	padding:10px 0;
}
.formNote{
	line-height:24px;
}
.formNote li{
	list-style:none;
	padding-left:1.5em;
	position:relative;
}
.formNote li:before{
content: "";
background: #d5d5d5;
height: 6px;
width: 6px;
display: block;
position: absolute;
top: 50%;
left: 3px;
margin-top: -3px;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
}

.downloadBt{
	display:inline-block;
	border:#EEEEEE solid 1px;
	border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
vertical-align:top;
width:200px;
float:left;
padding:0;
}
.downloadPage .downloadBt{
		border:#ccc solid 1px;
}

.downloadPage .downloadBt{
	height:367px;
}
.downloadPage a .downloadBt{
	border:#0084c5 solid 1px;
}
.downloadPage a:hover .downloadBt{
	background:#e5f2f9;
}
.downloadBt li{
	list-style:none;
}
.downloadBt li a{
	color:#0084c5;
	display:block;
	padding:5px;
	margin-top:5px;
	border:#0084c5 solid 1px;
	border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
vertical-align:top;
}
.downloadBt li a:hover{
		background:#e5f2f9;
		text-decoration:none;
}

#main #formBlock a .downloadBt p{
	color:#0084c5;
}
.downloadBt{
	margin-bottom:20px;
	margin-left:17px;
}
.downloadBt.first{
	margin-left:0;
}
.downloadBt dt,
.downloadBt dd{
	padding:0;
	margin:10px 15px;
	text-align:center;
	font-weight:bold;
}
.downloadBt dt{
	color:#FFF;
	line-height:1;
	padding:5px 0;
	margin-bottom:5px;
}
#main #formBlock .downloadBt p{
	margin:5px 0;
	padding:0;
}

.downloadBt dd{
	font-size:12px;
}
.c1{
background:#E5471F;
}
.c2{
background:#c84c96;
}
.c3{
background:#0CA1E0;
}
.c4{
background:#7DC035;
}
.c5{
background:#f5aa44;
}
/* -----------------------------------------------
form
----------------------------------------------- */
#form{
position:relative;
}
#formBox{
width:100%;
margin:0 auto;
}
#form h1,#form h2.contact{
font-size:24px;
color:#f39e19;
line-height:1;
padding-bottom:10px;
border-bottom:#f39e19 solid 5px;
margin-bottom:30px;
}
#form h2.contact{
padding-top:30px;
}
#form h2{
font-size:18px;
color:#000000;
padding-bottom:0;
margin:0em auto 0.5em auto;
}
#form h3{
font-size:18px;
color:#000000;
padding-bottom:0;
margin-bottom:1em;
margin-top:1em;
}
#form h4{
background:#f0f0f0;
font-size:16px;
padding:0.5em;
margin-bottom:1em;
margin-top:1em;
}
#form p{
padding-bottom:1em;
}
#form ul{
padding-bottom:1em;
}
#form .centerSet{
text-align:center;
}
#form table{
margin:0 auto 30px;
width:100%;
}
#form table.partnerList{
margin:0 auto 1em auto;
}
#form table.partnerList td{
width:25%;
font-weight:bold;
font-size:16px;
}
#form table.partnerList td span{
display:block;
padding-left: 1.5em;
text-indent: -1.5em;
height:2.8em;
}
#form table.partnerList td div{
width:150px;
margin:0 auto;
}
#form table.partnerList td div img{
width:150px;
margin:0 auto;
padding-top:10px;
}
#form table td,
#form table th{
padding:0.5em 1em;
border-bottom: #FFF solid 2px;
font-weight:normal;
text-align:left;
vertical-align:middle;
}
#form table th{
background: #D5D5D5;
white-space:nowrap;
border-bottom: #FFF solid 2px;
font-weight:bold;
width:160px;
}

#form table td{
background:#EEE;
border-left:#FFF solid 2px;
}
#form table td dd{
padding-bottom:5px;
}
#form table td dl:last-child{
padding-bottom:0px;
}
#form table td dt{
font-weight:bold;
}
#form table table td,
#form table table th{
padding:0 1em;
border-bottom:none;
}
#secure{
margin-top:20px;
border-top:#CCCCCC solid 1px;
padding:20px 0 0px 0;
text-align:right;
margin-bottom:-20px;
}
.privacy{
}
.privacy label{
font-size:16px;
line-height:1;
padding:10px 0;
display:block;
}
.privacy label input{
margin:0;
padding:0;
}
.privacy label span{
border:#FF0000 solid 2px;
padding:2px 7px 6px 7px;
}
.privacy p strong{
font-size:15px;
}
.privacy p{
font-size:12px;
}

td .formNote{
	font-size:12px;
color:#666666;
}
td .note{
display:block;
font-size:12px;
color:#666666;
padding-top:5px;
}
.note{
font-size:12px;
color:#666666;
}
.set1 input{
width:90%;
}
.set2 input{
width:220px;
}
input[type="text"],textarea{
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border: 1px solid #c9c7c1;
margin:0 7px 0 0;
position:relative;
background:#FFF;
behavior: url(/design/minato/css/PIE.htc);
padding: 6px;
font-size: 14px;
line-height: 18px;
color: #000;
min-height: 18px;
}
input:focus,textarea:focus {
border:solid 1px #ff6600;
}
textarea {
outline:none;
}
ul.flow{
margin:0 0 0 0;
padding:0 0 0px 0;
list-style:none;
}
ul.flow li{
list-style:none;
}
ul.flow li{
width:48%;
float:left;
text-align:center;
font-size:14px;
font-weight:bold;
line-height:40px;
height:40px;
color:#FFF;

}
ul.flow li div{
background:#f0870b;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
	filter: alpha(opacity=50); -moz-opacity:0.5; opacity:0.5;
}
ul.flow li div.active{
	filter: alpha(opacity=100); -moz-opacity:1; opacity:1;
}
ul.flow li.arrow{
width:4%;
border:none;
color:#CCC;
font-size:12px;
}

.required{
background: #ee0101;
position:relative;
color: #fff;
font-size: 10px;
padding: 2px 5px 2px 5px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
display:inline-block;
margin-left:20px;
}
.pos{
position:relative;
}

.areaBox{
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
border:#CCCCCC solid 1px;
text-align:center;
width:237px;
margin-left:8px;
margin-bottom:8px;
padding-bottom:16px;
float:left;
}
.col2 .areaBox{
width:480px;
margin-left:10px;
height:160px;
}
.areaBox:first-child{
margin-left:0;
}

#form .areaBox h3{
margin:8px 8px 16px 8px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
background:#EEE;
padding:0;
line-height:40px;
height:40px;
font-size:16px;
color: #666666;
}
#form .areaBox p{
font-size:18px;
font-weight:bold;
letter-spacing:-1px;
padding:0;
margin:0 0 8px 0;
line-height:1.3;
}
#form .areaBox p span{
font-size:12px;
font-weight:normal;
}
.thanks{
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
background:#EEE;
padding:120px 0;
text-align:center;
}
#form .thanks h3{
font-size:28px;
}

input#submit{
	width:100%;
padding: 10px 0px;
font-size:20px;
color:#FFF;
border-style: none;
font-weight:normal;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
background: -moz-linear-gradient(top, #009be8, #0073ad);
background: -webkit-gradient(linear,left top, left bottom, from(#009be8), to(#0073ad));
background: linear-gradient(top, #009be8, #0073ad);
background:  -o-linear-gradient(top, #009be8, #0073ad);
background:  -ms-linear-gradient(top, #009be8, #0073ad);
-pie-background: linear-gradient(top, #009be8, #0073ad);
border:#006496 solid 1px;
line-height:1;
color:#FFF;
position:relative;
behavior: url(../css_2014/PIE.htc);
text-align:center;
}
input#reset{
padding: 5px 40px;
font-size:12px;
background-color:#bfbfbf;
color:#FFF;
border-style: none;
font-weight:normal;
}
.formErrorContent br{
display:none;
}
#main .inputBt{
	display:inline-block;
	float:right;
	width:500px;
}
#main .inputBt{