@charset "UTF-8";

/*※字下げ*/
.text_cap {
	padding-left: 1em;
	text-indent: -1em;
}
.red {
	color: #FF0000;
}
.top_20 {
	margin-top: 20px;
}

.co {
	padding-top: 20px;
	float: left;
}

.inner {
	width: 1000px;
	margin: auto;
	background-color: #FFFFFF;
	font-size: 13px;
	text-align: left;
}
.inner_box {
	background-color: #FFFFFF;
	float: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 18px;
	border: 20px solid #ffc4c5;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
/*
	box-shadow: 6px 6px 0px #108795;
	-webkit-box-shadow: 6px 6px 0px #108795;
	-moz-box-shadow: 6px 6px 0px 108795;
*/
}
.form_box {
	float: left;
	width: 100%;
	padding-right: 40px;
	padding-left: 40px;
	box-sizing : border-box;
	-webkit-box-sizing:border-box;
}

.h1_box {
	width: 100%;
	float: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 10px;
}
.h1_box a{
	color: #000000;
	text-decoration: none;
}
.h1_box a:hover{
	color: #000000;
	text-decoration: none;
}
h1 {
	width: auto;
	float: left;
	text-align: left;
}
.h1_box h1 img {
	width: 260px;
	height: auto;

}
h1 span {
	font-size: 32px;
	font-family: 'Spartan', sans-serif;
}

/*TOPへ戻る*/
.return {
	font-size: 13px;
	line-height: normal;
	float: left;
	width: 100%;
	text-align: right;
} 

h3 {
	width: 100%;
	float: left;
	font-size: 20px;
	text-align: left;
	font-weight: normal;
}
h4 {
	width: 100%;
	float: left;
	font-size: 18px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 10px;
}
.kigen {
	width: 100%;
	float: left;
	font-size: 18px;
	text-align: right;
	font-weight: normal;
	margin-bottom: 10px;
}
.kigen span {
	font-size: 10px;
}

.lank_9 {
	background-color: #DDDDCC;
}

/*フォームテーブル*/
.form {
	width: 100%;
	border-collapse:collapse;
	float: left;
	box-sizing : border-box;
	-webkit-box-sizing:border-box;
	font-size: 13px;
	text-align: left;
	line-height: 1.5;
}
.form th {
	/*width: 26%;*/
	vertical-align: top;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-weight: bold;
	background: url(../images/th_bg.gif) repeat-x left bottom;
}
.form tr td {
	/*width: 74%;*/
	vertical-align: top;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
/*6.出展申込み自動計算結果表示*/
.form span {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
/*入力必須*/
#form_cap {
	font-size: 12px;
	float: left;
	width: 100%;
}
.indisp {
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
}

/*リストテーブル*/
.list {
	width: 100%;
	border-collapse:collapse;
	float: left;
	box-sizing : border-box;
	-webkit-box-sizing:border-box;
	font-size: 13px;
	text-align: left;
	line-height: 1.5;
	margin-bottom: 0px;
}
.list th {
	font-size: 13px;
	/*width: 26%;*/
	vertical-align: top;
	padding-top: 28px;
	/*padding-right: 10px;*/
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	text-align: left;
	background: url(../images/th_bg.gif) repeat-x left bottom;
}
.list th.mw-only {
	background-color: #F2F2F2;
}
.list tr td {
	/*width: 74%;*/
	font-size: 13px;
	vertical-align: top;
	padding-top: 28px;
	/*padding-right: 10px;*/
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-align: left;
}
.p_bottom {
	margin-bottom: 5px;
}

/*レンタル備品Photo*/
.equipment_photo img{
	max-width: 300px;
}

/*各項目名*/
.input_t_top {
	font-size: 12px;
	color: #108795;
}
.input_t_re_time {
	font-size: 12px !important;
	color: #000000 !important;
	font-weight: normal !important;
}
.input_t {
	font-size: 12px;
	color: #108795;
	margin-top: 10px;
}

select {
	height: 30px;
	border: 1px solid #999999;
	background-color: #fbf8f5;
	border-radius: 2px;/*CSS3*/
	-webkit-border-radius: 2px;/*Safari,Google Chrome*/
	-moz-border-radius: 2px;/*Firefox*/
}
input, textarea {
	border: 1px solid #999999;
	background-color: #fbf8f5;
	margin-bottom: 2px;
	border-radius: 2px;/*CSS3*/
	-webkit-border-radius: 2px;/*Safari,Google Chrome*/
	-moz-border-radius: 2px;/*Firefox*/
	padding-left: 8px;
	box-sizing : border-box;
	-webkit-box-sizing:border-box;
}
textarea {
	/*width: 100%;*/
	padding-top: 5px;
	padding-bottom: 5px;
}
.w {
	height: 28px;
	margin-bottom: 4px;
}
.w_t {
	height: 120px;
	width: 500px;
}
.w_error {
	height: 28px;
	background-color: #FFD7D2;
	margin-bottom: 4px;
}
.w_t_error {
	height: 120px;
	width: 500px;
	background-color: #FFD7D2;
}

/*各注意書き*/
.cap {
	font-size: 11.5px;
	color: #333333;
	padding-left:1em;
	text-indent:-1em;
	margin-top: 2px;
	margin-bottom: 2px;
}
.pdf_cap {
	font-weight: normal;
	color: #FF0000;
}

/*個人情報の取扱いについて*/
#policy_top {
	float: left;
	width: 100%;
	text-indent: -7px;
	font-weight: bold;
	margin-bottom: 2px;
}
#policy {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 11.5px;
}
#policy_confirm {
	text-align: center;
	float: left;
	width: 100%;
	margin-bottom: 0px;
}

/*フォームボタン*/
#button {
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
}
/*フォームボタン単独*/
button.btn_contact {
	font-size: 15px;
	padding-top: 13px;
	padding-bottom: 13px;
	color: #ffffff;	 
	width: 40%;
	border-style: none;
	border-radius: 3px;/*CSS3*/
	-webkit-border-radius: 3px;/*Safari,Google Chrome*/
	-moz-border-radius: 3px;/*Firefox*/
	background: -moz-linear-gradient(top, #9eaaad, #5b6062);
	background: -webkit-gradient(linear, left top, left bottom, from(#9eaaad), to(#5b6062));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff9eaaad', endColorstr='#ff5b6062');/*IE*/
	background: linear-gradient(to bottom, #9eaaad, #5b6062);/*IE10*/
}
button.btn_contact:hover {
	background: -moz-linear-gradient(top, #f15555, #dc0000);
	background: -webkit-gradient(linear, left top, left bottom, from(#f15555), to(#dc0000));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fff15555', endColorstr='#ffdc0000');/*IE*/
	background: linear-gradient(to bottom, #f15555, #dc0000);/*IE10*/
	color: #ffffff;
}

/*フォームボタンショート単独*/
button.btn_contact_s {
	font-size: 15px;
	padding-top: 13px;
	padding-bottom: 13px;
	color: #ffffff;	 
	width: 100%;
	border-style: none;
	border-radius: 3px;/*CSS3*/
	-webkit-border-radius: 3px;/*Safari,Google Chrome*/
	-moz-border-radius: 3px;/*Firefox*/
	background: -moz-linear-gradient(top, #9eaaad, #5b6062);
	background: -webkit-gradient(linear, left top, left bottom, from(#9eaaad), to(#5b6062));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff9eaaad', endColorstr='#ff5b6062');/*IE*/
	background: linear-gradient(to bottom, #9eaaad, #5b6062);/*IE10*/
}
button.btn_contact_s:hover {
	background: -moz-linear-gradient(top, #f15555, #dc0000);
	background: -webkit-gradient(linear, left top, left bottom, from(#f15555), to(#dc0000));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fff15555', endColorstr='#ffdc0000');/*IE*/
	background: linear-gradient(to bottom, #f15555, #dc0000);/*IE10*/
	color: #ffffff;
}

/*フォームボタン送信*/
button.btn_contact_send {
	font-size: 15px;
	padding-top: 13px;
	padding-bottom: 13px;
	color: #ffffff;
	width: 38%;
	border-style: none;
	border-radius: 3px;/*CSS3*/
	-webkit-border-radius: 3px;/*Safari,Google Chrome*/
	-moz-border-radius: 3px;/*Firefox*/
	background: -moz-linear-gradient(top, #747fcf, #34509f);
	background: -webkit-gradient(linear, left top, left bottom, from(#747fcf), to(#34509f));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff747fcf', endColorstr='#ff34509f');/*IE*/
	background: linear-gradient(to bottom, #747fcf, #34509f);/*IE10*/
	float: left;
	margin-left: 10%;
}
button.btn_contact_send:hover {
	background: -moz-linear-gradient(top, #f15555, #dc0000);
	background: -webkit-gradient(linear, left top, left bottom, from(#f15555), to(#dc0000));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fff15555', endColorstr='#ffdc0000');/*IE*/
	background: linear-gradient(to bottom, #f15555, #dc0000);/*IE10*/
	color: #ffffff;
}
/*フォームボタン戻って入力し直す*/
button.btn_contact_back {
	font-size: 15px;
	padding-top: 13px;
	padding-bottom: 13px;
	color: #ffffff;
	width: 38%;
	border-style: none;
	border-radius: 3px;/*CSS3*/
	-webkit-border-radius: 3px;/*Safari,Google Chrome*/
	-moz-border-radius: 3px;/*Firefox*/
	background: -moz-linear-gradient(top, #7f7f7f, #aeaeae);
	background: -webkit-gradient(linear, left top, left bottom, from(#7f7f7f), to(#aeaeae));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff7f7f7f', endColorstr='#ffaeaeae');/*IE*/
	background: linear-gradient(to bottom, #7f7f7f, #aeaeae);/*IE10*/
	float: right;
	margin-right: 10%;
}
button.btn_contact_back:hover {
	background: -moz-linear-gradient(top, #f15555, #dc0000);
	background: -webkit-gradient(linear, left top, left bottom, from(#f15555), to(#dc0000));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fff15555', endColorstr='#ffdc0000');/*IE*/
	background: linear-gradient(to bottom, #f15555, #dc0000);/*IE10*/
	color: #ffffff;
}

/*ログアウトボタン*/
button.btn_logout {
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #ffffff;
	width: 160px;
	border-style: none;
	border-radius: 3px;/*CSS3*/
	-webkit-border-radius: 3px;/*Safari,Google Chrome*/
	-moz-border-radius: 3px;/*Firefox*/
	background: -moz-linear-gradient(top, #9eaaad, #5b6062);
	background: -webkit-gradient(linear, left top, left bottom, from(#9eaaad), to(#5b6062));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff9eaaad', endColorstr='#ff5b6062');/*IE*/
	background: linear-gradient(to bottom, #9eaaad, #5b6062);/*IE10*/
	float: right;
	margin-top: 8px;
}
button.btn_logout:hover {
	background: -moz-linear-gradient(top, #f15555, #dc0000);
	background: -webkit-gradient(linear, left top, left bottom, from(#f15555), to(#dc0000));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fff15555', endColorstr='#ffdc0000');/*IE*/
	background: linear-gradient(to bottom, #f15555, #dc0000);/*IE10*/
	color: #ffffff;
}

/*新規･更新･表示ボタン*/
button.btn_top {
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #ffffff;
	width: 120px;
	border-style: none;
	border-radius: 3px;/*CSS3*/
	-webkit-border-radius: 3px;/*Safari,Google Chrome*/
	-moz-border-radius: 3px;/*Firefox*/
	background: -moz-linear-gradient(top, #6aa4bb, #004561);
	background: -webkit-gradient(linear, left top, left bottom, from(#6aa4bb), to(#004561));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff6aa4bb', endColorstr='#ff004561');/*IE*/
	background: linear-gradient(to bottom, #6aa4bb, #004561);/*IE10*/
	float: right;
}
button.btn_top:hover {
	background: -moz-linear-gradient(top, #f15555, #dc0000);
	background: -webkit-gradient(linear, left top, left bottom, from(#f15555), to(#dc0000));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fff15555', endColorstr='#ffdc0000');/*IE*/
	background: linear-gradient(to bottom, #f15555, #dc0000);/*IE10*/
	color: #ffffff;
}
button.btn_top_ore {
	background: -moz-linear-gradient(top, #ff6c00, #ce3500);
	background: -webkit-gradient(linear, left top, left bottom, from(#ff6c00), to(#ce3500));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffff6c00', endColorstr='#ffce3500');/*IE*/
	background: linear-gradient(to bottom, #ff6c00, #ce3500);/*IE10*/
}

/*CSV出力ボタン*/
button.btn_top_s {
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #ffffff;
	width: 120px;
	border-style: none;
	border-radius: 3px;/*CSS3*/
	-webkit-border-radius: 3px;/*Safari,Google Chrome*/
	-moz-border-radius: 3px;/*Firefox*/
	background: -moz-linear-gradient(top, #9eaaad, #5b6062);
	background: -webkit-gradient(linear, left top, left bottom, from(#9eaaad), to(#5b6062));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff9eaaad', endColorstr='#ff5b6062');/*IE*/
	background: linear-gradient(to bottom, #9eaaad, #5b6062);/*IE10*/
	float: right;
}
button.btn_top_s:hover {
	background: -moz-linear-gradient(top, #f15555, #dc0000);
	background: -webkit-gradient(linear, left top, left bottom, from(#f15555), to(#dc0000));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fff15555', endColorstr='#ffdc0000');/*IE*/
	background: linear-gradient(to bottom, #f15555, #dc0000);/*IE10*/
	color: #ffffff;
}

button.btn_top_sfm08 {
	font-size: 15px;
	padding-top: 0px;
	color: #ffffff;
	width: 90px;
	height: 40px;
	margin-right: 1px;
	border-style: none;
	border-radius: 3px;/*CSS3*/
	-webkit-border-radius: 3px;/*Safari,Google Chrome*/
	-moz-border-radius: 3px;/*Firefox*/
	background: -moz-linear-gradient(top, #9eaaad, #5b6062);
	background: -webkit-gradient(linear, left top, left bottom, from(#9eaaad), to(#5b6062));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff9eaaad', endColorstr='#ff5b6062');/*IE*/
	background: linear-gradient(to bottom, #9eaaad, #5b6062);/*IE10*/
	float: left;
}
button.btn_top_sfm08:hover {
	background: -moz-linear-gradient(top, #f15555, #dc0000);
	background: -webkit-gradient(linear, left top, left bottom, from(#f15555), to(#dc0000));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fff15555', endColorstr='#ffdc0000');/*IE*/
	background: linear-gradient(to bottom, #f15555, #dc0000);/*IE10*/
	color: #ffffff;
}

/*縦スペース*/
.space40 {
	float: left;
	width: 100%;
	height: 40px;
}
.space60 {
	float: left;
	width: 100%;
	height: 60px;
}
.space80 {
	float: left;
	width: 100%;
	height: 80px;
}
/*ライン*/
.line {
	float: left;
	height: 1px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-bottom: 40px;
}

/*ページトップへ戻る*/
#page-top {
	position: fixed;
	bottom: 0px;
	right: 0px;
	font-size: 77%;
}
#page-top a {
	background: #8b8685;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}

/*PDFアイコン*/
.pdf {
	background-image: url(../images/ico_pdf.gif);
	background-repeat: no-repeat;
	padding-left: 36px;
	padding-top: 4px;
	padding-bottom: 10px;
	float: left;
	width: 100%;
}

.or {
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
}

/*電気事務局手配備品写真*/
.e_img {
	float: left;
	width: 76px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.e_img img{
	width: 100%;
}
.e_item {
	float: left;
}

/*規約16をよくご覧ください。*/
.kiyaku_cap {
	line-height: 1.6em;
	color: #FF0000;
	padding-right: 6px;
	padding-left: 6px;
	border: 1px solid #FF0000;
	margin-top: 10px;
	text-align: center;
}



/*hr*/
.top {
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-bottom: 10px;
}

.space404 {
	float: left;
	width: 100%;
	height: 600px
}

.red {
	font-weight: normal;
	color: #FF0000;
}


/*＜特記事項＞*/
.tooki {
    background-color: rgb(255, 252, 180);
    border: 2px solid #cc0000;
    padding: 10px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}

.clearfix {
	clear: both;
}

.top2 {margin-top: 2px;}
.top3 {margin-top: 3px;}
.top4 {margin-top: 4px;}
.top10 {margin-top: 10px;}
.top20 {margin-top: 20px;}
.top26 {margin-top: 26px;}
.top30 {margin-top: 30px;}
.top40 {margin-top: 40px;}
.top50 {margin-top: 50px;}
.top60 {margin-top: 60px;}
.top70 {margin-top: 70px;}
.top80 {margin-top: 80px;}
.top90 {margin-top: 90px;}
.top100 {margin-top: 100px;}
.bottom4 {margin-bottom: 4px;}
.bottom10 {margin-bottom: 10px;}
.bottom20 {margin-bottom: 20px;}
.bottom30 {margin-bottom: 30px;}
.bottom40 {margin-bottom: 40px;}
.bottom50 {margin-bottom: 50px;}
.bottom60 {margin-bottom: 60px;}
.bottom70 {margin-bottom: 70px;}
.bottom80 {margin-bottom: 80px;}
.bottom90 {margin-bottom: 90px;}
.bottom100 {margin-bottom: 100px;}
.strong {font-weight: bold;}