

@charset "utf-8";


.must{
color: red;
font-size:85%;
}


.ui-datepicker-trigger {
position: absolute;
height: 20px;
margin: 0px 0px 0px 5px;
}



/*モバイルタブレット用のスタイル設定-------------------------------------------------------------------------------------------------------------*/


@media all and (max-width: 768px){


#contents_box_form{
margin:0 auto;
margin-top: 30px;
border-radius:10px 10px 10px 10px;
padding-bottom: 30px;
margin-bottom: 50px;
width: 94%;
height: auto;
background-color:#fff;
overflow: hidden;
}

#contents {

	margin:0 auto;
	width: 85%;
	height: auto;
	padding: 30px 0px 0px 0px;
	overflow: hidden;
	}


h4{
font-size:24px;
}

.line_form{
margin:0 auto;
width: 100%;
border: none;
border-top: dashed 1px #222;
height: 1px;
color: #FFFFFF;
margin-bottom: 20px;
}


 p {
	font-size:15px;

	}

#formWrap,
#confirmWrap {
	width:100%;

	color:#555;
	line-height:120%;
	font-size:90%;
}




table.formTable{
	width:100%;
	margin:0 auto;
	margin-bottom: 30px;
	border-collapse:collapse;
	table-layout: fixed;
}
table.formTable td,table.formTable th{
	padding:10px 10px 10px 10px;
	 display:block;
}

table.formTable textarea{
resize: vertical;
width:94%;
overflow: auto;
}


table.formTable th{
	width:90%;
	font-weight:bold;
	text-align:left;
}

tr{
	font-size:15px;
}







#footer-box2 {

  width:100%;
  height:70px;
  background-color:#0B318F;
  margin:0 auto;
    margin-top:50px;
}

#footer-link {
	text-align: center;
	margin:0 auto;
	}

#footer-link  a {
	display: inline-block;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 0.1em;
	/*color: #999;*/
	margin-top: 0px;
	text-align: center;
	}

#footer-link p{
	font-size: 12px;
	text-decoration: none;
	color: #555;
	margin-top: 10px;
	text-align: left;
	}

#footer-link ul{
	font-size: 12px;
	text-decoration: none;
	color: #555;
	margin: 10px 0px 20px 0px;
	text-align: left;
	padding-left: 20px;
	}
#footer-link li{
	list-style: inherit;
}


.btn_form{
width:70%;
}



}/*モバイルの設定END*/




/*PC用のスタイル設定-------------------------------------------------------------------------------------------------------------*/


@media all and (min-width: 769px){

#contents_box_form{
margin:0 auto;
margin-top: 50px;
border-radius:10px 10px 10px 10px;
padding-bottom: 50px;
margin-bottom: 50px;
width: 700px;
height: auto;

background-color:#fff;
overflow: hidden;
}

#contents {
	position: relative;
	margin:0 auto;
	width: 600px;
	height: auto;
	padding: 50px 0px 0px 0px;
	overflow: hidden;
	}


h4{
font-size:24px;
padding: 0px 0px 0px 35px;
}

.line_form{
margin:0 auto;
width: 540px;
border: none;
border-top: dashed 1px #222;
height: 1px;
color: #FFFFFF;
margin-bottom: 20px;
}



 p {
	font-size:15px;
	padding: 0px 0px 10px 5px;
	}

#formWrap,
#confirmWrap {
	width:540px;
	color:#555;
	line-height:150%;
	font-size:90%;
	padding: 0px 0px 0px 30px;
}
table.formTable{
	width:100%;
	margin:0 auto;
	margin-bottom: 30px;
	border-collapse:collapse;
	table-layout: fixed;
}
table.formTable td,table.formTable th{
	padding:10px 10px 20px 10px;
}

table.formTable textarea{
resize: vertical;
overflow: auto;
}


table.formTable th{
	width:35%;
	font-weight:bold;
	text-align:left;
}

tr{
	font-size:15px;
}







#footer-box2 {

  width:100%;
  height:70px;
  background-color:#0B318F;
  margin:0 auto;
	margin-top:50px;
	box-shadow: 0px 5px #0b318f;

}

#footer-link {
	text-align: center;
	margin:0 auto;
	}

#footer-link  a {
	display: inline-block;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 0.1em;
	/*color: #999;*/
	margin-top: 0px;
	text-align: center;
	}

#footer-link p{
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #555;
	margin-top: 10px;
	text-align: left;
	}

#footer-link ul{
	font-size: 12px;
	text-decoration: none;
	color: #555;
	margin: 10px 0px;
	text-align: left;
	padding-left: 16px;
	}
#footer-link li{
	list-style: inherit;
}

}/*++++++++++++++++++++++++++++++{{{{{{{PC用のスタイル設定END}}}}}}}++++++++++++++++++++++++++++++*/