@charset "UTF-8";
/*----------------------------------------------------------------------------*/
/*共通*/
html {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
	width: 100%;
	background-color: #f3efe7;
}
p {
	font-size: 11px;
	padding:6px 0 0 0;
	line-height: 1.5;
	color: #333;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*ヘッダー*/
.header {
	width: 100%;
	height:70px;
	background-color: #ded6c6;
	/*padding: 0 0 0 10px;*/
}
.header_inr{
	position:absolute;
	top:-85px;
	left:-51px;
}
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*コンテンツ*/
.contents {
	background-image: url(../_image/main_bg.jpg);
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center top;
	width:800px;
	margin: 16px auto 0;
	height: auto;
}
.contents2 {
	background-image: url(../_image/main_bg2.jpg);
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center top;
	width:800px;
	margin: 16px auto 0;
	padding:0 0 300px;
	height: auto;
}
.main {
	position:relative;
	width: 700px;
	margin:0 auto;
	padding:20px 0 20px 0;
}
.btnbox{
	position:absolute;
	top:-60px;
	right:-52px;
	}
.btnbox a{
	background-color:#0693cd;
	padding:14px;
	color:#FFF;
}
/*リンク半透明*/
.btnbox a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.main .main_txt {
	width: 648px;
	margin:205px auto 25px;
	color:#333;
	font-size:12px;
}
.main .main_txt strong{
	font-size:14px;
	color:#0693cd;
}
.maintb {
	width: 100%;
	margin:0 auto;
	border-collapse: collapse;
	border-spacing: 0px;
	border-top: 1px solid #f0f0f0;
}
.maintb th {
	width: 300px;
	text-align: left;
	color: #fff;
	font-size: 14px;
	line-height: 1.6;
	background-color: #0693cd;
	border-bottom: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
	padding: 16px;
}
.maintb td {
	width: 400px;
	padding: 4px;
	background-color: #fff;
	border-bottom: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	padding: 16px 0 16px 16px;
	color: #000;
	font-size: 11px;
	line-height: 1.6;
}
/*確認ページの文字の大きさ用*/
.maintb td span{
	font-size: 14px;
	line-height: 1.6;
	word-break: break-all;
}
input:focus {
	color:#000;
	background-color: #e4f7ff;
}
.submit_button {
	padding: 15px 40px;
	font-size: 1.2em;
	background-color: #000;
	color: #fff;
	border-style: none;
}
.enter {
	padding: 6px;
	font-size: 1.3em;
	border: solid 1px #ccc;
	width: 280px;
}
.enter2 {
	padding: 6px;
	font-size: 1.3em;
	border: solid 1px #ccc;
	width: 70px;
}
.bold {
	font-size:120%;
	margin-left: 10px;
}
.enter3 {
	padding: 6px;
	font-size: 1.3em;
	border: solid 1px #ccc;
	width: 70px;
	margin: 10px 0 0 0;
}
.enter4 {
	padding: 6px;
	font-size: 1.3em;
	border: solid 1px #ccc;
	width: 280px;
	height: 60px;
	margin: 10px 0 0 0;
}
.enter4 {
	padding: 6px;
	font-size: 1.3em;
	border: solid 1px #ccc;
	width: 280px;
	height: 60px;
	margin: 10px 0 0 0;
}
.enter5 {
	margin: 3px 0.5ex 6px;
}
td.check{
	font-size: 14px;
}
.btn_send{
	width:400px;
	margin:16px auto 0;
	text-align:center;
	}
.btn_send a{
	display:block;
	color:#FFF;
	padding:16px;
	background-color:#0693cd;
	}
.btn_send a:hover{
	display:block;
	color:#FFF;
	padding:16px;
	background-color:#000;
	}
	/*確認ボタンと修正ボタン*/
	.btn_send2{
	margin:16px auto 0;
	text-align:center;
	}
.btn_send2 a.b1{
	display:inline-block;
	background-color:#6e6e6e;
	width:200px;
	margin:0 5px 0 0;
	padding:16px;
	color:#FFF;
	}
.btn_send2 a.b2{
	display:inline-block;
	background-color:#0693cd;
	width:200px;
	padding:16px;
	margin:0 0 0 5px;
	color:#FFF;
	}
.btn_send2 a:hover{
	background-color:#000;
}
.webcaution{
	width:260px;
	top:830px;
	left:45px;
	position:absolute;
	font-size:13px;
	line-height:1.8;
	}
.webcaution .ttl{
	font-size:16px;
	color:#ee6500;
	padding:0 0 5px 0;
	margin:0 0 5px 0;
	border-bottom:#ccc 1px solid;
}
/*応募ありがとう*/
p.thanks{
	padding:320px 0 30px;
	font-size: 20px;
	text-align:center;
}
/*----------------------------------------------------------------------------*/
/*フッター*/
.footer {
	width: 100%;
	background-color:#ded6c6;
	margin: 20px auto 0;
	text-align: center;
	font-size: 12px;
	line-height: 1.5;
	overflow: hidden;
	padding:20px 0 20px;
}
.footermain {
	width:920px;
	margin: 0 auto 20px;
}
.footer_r {
	color:#333;
	width: 400px;
	margin:0 auto;
}



.btn_send button{
	background-color:#0693cd;
	border: medium none;
	color: #fff;
	display: block !important;
	min-width: 400px;
	padding: 16px;
	font-size: 14px;
	font-weight: 600;
}
.btn_send button:hover{
	display:block;
	color:#FFF;
	padding:16px;
	background-color:#000;
}

.text-danger{
	color: red;
	font-size: 12px;
}

.browse-wrap {
	border: 1px solid #000;
	background-color: #000;
	cursor: pointer;
	/* margin-top: 10px; */
	overflow: hidden;
	padding: 10px 40px;
	position: relative;
	text-align: center;
	float: right;
	border-radius: 3px;
}
.title-upload {
	font-size: 14px;
	color: #fff;
}
input.upload {
	bottom: 0;
	cursor: inherit;
	font-size: 1000px !important;
	height: 40px;
	width: 125px;
	left: 0;
	margin: 0;
	opacity: 0;
	outline: medium none;
	padding: 0;
	position: absolute;
	right: 0;
}
.upload-path {
	position: relative;
	top: 15px;
	word-break: break-all;
	font-weight: bold;
	/* margin-left: 90px; */
	/* margin-top: -27px; */
	/* width: 300px; */
}

.btn_send_confirm{
	width:470px;
	margin:16px auto 0;
	text-align:center;
	overflow: hidden;


}
.btn_send_confirm .confirm_button{
	width: 225px;
	float: right;
	margin-right: 5px;
}
.btn_send_confirm .confirm_button button{
	background-color:#0693cd;
	border: medium none;
	color: #fff;
	display: block !important;
	min-width: 225px;
	padding: 16px;
	font-size: 100%;
	font-weight: 300;
	height: 50px;
}

.btn_send_confirm .confirm_button button:hover{
	display:block;
	color:#FFF;
	padding:16px;
	background-color:#000;
}
.btn_send_confirm .confirm_button a{
	background-color: #6E6E6E;
	border: medium none;
	color: #fff;
	display: block !important;
	/*min-width: 195px;*/
	padding: 16px;
	font-size: 100%;
	font-weight: 300;
	height: 18px;
	line-height: 22px;
        margin: 0 5px 0 0;
}
.btn_send_confirm .confirm_button a:hover{
	display:block;
	color:#FFF;
	padding:16px;
	background-color:#000;
}
.main .title-completed{
	margin-left: 138px;
	background-color: #FFF;
	padding: 20px 0px 20px 70px;
	border: 1px solid #eee;
	width: 290px;

}
.btn_send_completed{
	width:400px;
	margin:16px auto 0;
	text-align:center;
	overflow: hidden;
	margin-bottom: 500px;

}
.btn_send_completed .confirm_button{
	/*width: 195px;*/
	/*float: right;*/
	margin-right: 5px;
}
.btn_send_completed .confirm_button button{
	/*background-color: #ee6500;*/
	border: medium none;
	color: #0693cd;
	display: block !important;
	min-width: 195px;
	padding: 16px;
	font-size: 14px;
	font-weight: 600;
	height: 50px;
}

.btn_send_completed .confirm_button button:hover{
	display:block;
	color:#0693cd;
	padding:16px;
	/*background-color:#000;*/
}
.btn_send_completed .confirm_button a{
	background-color:#0693cd;
	border: medium none;
	color: #fff;
	display: block !important;
	font-size: 14px;
	font-weight: 600;
	height: 18px;
	line-height: 18px;
	margin-top: 20px;
	min-width: 245px;
	padding: 11px;
	text-decoration: none;
}
.btn_send_completed .confirm_button a:hover{
	display:block;
	color:#fff;
	padding:11px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	background-color:#0693cd;
}


/*start button 404*/
.btn_send_error .confirm_button{
	width: 195px;
	/*float: right;*/
	margin: 5px auto;
}

.btn_send_error .confirm_button a{
	background-color:#0693cd;
	border: medium none;
	color: #fff;
	display: block !important;
	font-size: 14px;
	font-weight: 600;
	height: 18px;
	line-height: 18px;
	margin-top: 20px;
	min-width: 245px;
	padding: 11px;
	text-decoration: none;
}
.btn_send_error .confirm_button a:hover{
	display:block;
	color:#fff;
	padding:11px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	background-color:#0693cd;
}
/*end button 404*/
.height_complate_confirm{
	text-align: center;
}
#upload_file_err{
	color: red;

}