﻿@charset "utf-8";
/* CSS Document */

body {
	width: 100%;
}

#wrapper {
	width: 100%;
	font-size: 80%;
	_font-size: 75%;
	background: #fff;
}

/* header */
#wrapper #header {
	width: 100%;
	height: 102px;
	margin: 0 auto;
	position: relative;
}

#wrapper #header #logo_biglobe {
	display: block;
	width: 114px;
	height: 25px;
	background: url(/img/common/img/logo_biglobe.png) 0 0 no-repeat;
	position: absolute;
	top: 20px;
	right: 7px;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}

#wrapper #header #logo_biglobe a {
	display: block;
	width: 114px;
	height: 25px;
}

#wrapper #header #h_top {
	width: 1024px;
	margin: 0 auto;
	position: relative;
}

#wrapper #header #h_main {
	width: 1024px;
	margin: 0 auto;
	position: relative;
}

#wrapper #main_flash {
	width: 100%;
	text-align: center;
}

#wrapper #header #main_flash img {
	margin: 0 auto;
}

/* Onecol */

#wrapper #Onecol {
	clear: both;
	width: 1022px;
	margin: 0 auto 0;
	padding-bottom: 60px;
	background: url(/img/common/img/bg_footer.png) 0 bottom no-repeat;
}

#wrapper #Onecol h2#signup {
	width: 100%;
	height: 79px;
	background:url(/img/common/img/h/bg_h2_1col_signup.png) 0 0 no-repeat;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}

#wrapper #Onecol h2#editconf {
	width: 100%;
	height: 79px;
	background:url(/img/common/img/h/bg_h2_1col_manage.png) 0 0 no-repeat;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}

#wrapper #Onecol h2#review {
	width: 100%;
	height: 79px;
	background:url(/img/common/img/h/bg_h2_1col_review.png) 0 0 no-repeat;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}

#wrapper #Onecol h3#signupinfo {
	width: 100%;
	height: 18px;
	background: url(/img/common/img/h/bg_h3_1col_signup_info.png) 0 0 no-repeat;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}

#wrapper #Onecol h3#reviewinfo {
	width: 100%;
	height: 18px;
	background: url(/img/common/img/h/bg_h3_1col_review.png) 0 0 no-repeat;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}

#wrapper #Onecol .lead_text {
	width: 960px;
	padding: 19px 31px 31px;
	background: url(/img/common/img/bg_footer.png) 0 bottom no-repeat;
	border-bottom: 1px dashed #a48984;
}

#wrapper #Onecol .signup_step1 {
	width: 100%;
	height: 198px;
	background: url(/img/common/img/step1.png) 0 0 no-repeat;
}

#wrapper #Onecol .signup_step2 {
	width: 100%;
	height: 198px;
	background: url(/img/common/img/step2.png) 0 0 no-repeat;
}

#wrapper #Onecol .signup_step3 {
	width: 100%;
	height: 198px;
	background: url(/img/common/img/step3.png) 0 0 no-repeat;
}

#wrapper #Onecol .signup_step4 {
	width: 100%;
	height: 198px;
	background: url(/img/common/img/step4.png) 0 0 no-repeat;
}

#wrapper #Onecol .signup_step5 {
	width: 100%;
	height: 198px;
	background: url(/img/common/img/step5.png) 0 0 no-repeat;
}

#wrapper .step_table {
	width: 888px;
	margin: 0 0 0 60px;
	padding: 7px;
	*margin-top: -7px;
	_margin-top: 0;
	background: url(/img/common/img/bg_steptable.png) 0 0 no-repeat;
}

#wrapper .step_table table {
	width: 887px;
	margin: 0 0 0 1px;
	border-top: 1px solid #cbcbcb;
}

#wrapper .step_table table tr th {
	width: 174px;
	padding: 10px;
	background: #f4f4f4;
	text-align: right;
	border-right: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
}

#wrapper .step_table table tr td {
	padding: 10px;
	border-bottom: 1px solid #cbcbcb;
}

/*20100622追加セルフ受注*/
#wrapper .step_table table tr th.small_th {
	width: 174px;
	padding: 3px;
	background: #f4f4f4;
	text-align: center;
	border-right: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
}

#wrapper .step_table table tr td.small_td {
	padding: 3px;
	text-align: right;
	border-bottom: 1px solid #cbcbcb;
}

#wrapper .step_table table tr th.small_th_left {
	width: 174px;
	padding: 3px;
	background: #f4f4f4;
	text-align: left;
	border-right: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
}

#wrapper .step_table table tr th.small_th_left_target {
	width: 174px;
	padding: 3px;
	background: #FFD700;
	text-align: left;
	border-right: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
}

#wrapper table tr th.th_target {
	background-color: #FFD700;
}

#wrapper table tr td.td_error {
	background-color: #fef2f4;
}

#wrapper .step_table table tr td.bdr_td {
	border-right: 1px solid #cbcbcb;
}

#wrapper .step_table table tr td.bdr_td_terget {
	background-color: #FFFACD;
	border-right: 1px solid #cbcbcb;
}

/*
#wrapper .step_table table tr td input {
	width: 248px;
}
*/

#wrapper .step_table table tr td.bdr_no input {
	width: 248px;
}

#wrapper .step_table #text-area {
	width: 796px;
	height: 200px;
	margin: 0 0 0 30px;
	padding: 15px;
	overflow: scroll;
	overflow-x: hidden;
	font-size: 12px !important;
	font-weight: normal !important;
	border: 5px solid #e2e2e2;
}

#wrapper .step_table .about_kiyaku {
	margin: 16px 0 18px 40px;
}

#wrapper .step_table img {
	display: block;
	margin: 0 auto;
}

/* 新デザイン対応 入札内容確認画面 追加 START */
#wrapper .step_table .hist_box {
	width: 787px;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	background: #fff;
	clear: both;
	text-align:left;
}

#wrapper .step_table .hist_box .hist_img {
	width: 150px;
	margin: 0;
	padding: 0;
	float: left;
}

#wrapper .step_table .hist_box .hist_img img {
	margin: 0 0 0 20px;
	padding: 0;
}

#wrapper .step_table .hist_box .hist_desc {
	width: 618px;
	margin: 0;
	padding: 0;
	float: left;
}

#wrapper .step_table .hist_box .hist_desc p {
	width: 618px;
	margin: 0;
	padding: 0;
	border: none;
}

#wrapper .step_table .hist_box .hist_desc p img {
	display: inline;
}

#wrapper .step_table .hist_box .hist_desc h4.h4_hist {
	background: none;
	width: 618px;
	text-indent: 0;
	font-size: 120%;
	*line-height: 120%;
	_line-height: 120%;

	clear: both;
	text-align:left;
}
/* 新デザイン対応 入札内容確認画面 追加 END */

#wrapper .step_table_bottom {
	width: 888px;
	min-height: 8px;
	margin: 0 0 0 60px;
	padding: 0 7px 7px 7px;
	background: url(/img/common/img/bg_steptable_bottom.png) 0 bottom no-repeat;
}

#wrapper .step_table_bottom .step_table_btm_inner {
	width: 886px;
	margin: 0 0 0 1px;
	padding: 21px 0 29px;
	border-top: 1px solid #cbcbcb;
}

#wrapper .step_table_bottom .step_table_btm_inner input {
	height: 39px;
	margin: 0 12px 0 40px;
	float: left;
}

#wrapper .step_table_bottom .step_table_btm_inner p {
	*padding-top: 6px;
}

#wrapper #inner_table {
	width: 646px;
	margin: 0 auto;
	border-left: 1px solid #cbcbcb;
}

#wrapper #inner_table tr th {
	text-align: center;
}

#wrapper #inner_table tr td {
	border-right: 1px solid #cbcbcb;
}

.center_text{
	text-align: center;
}

.center_btn {
	margin: 0 auto;
	text-align: center;
}

a.blue_link {
color: #009aff;
}

#wrapper #alert_table {
	width: 646px;
	margin: 0 auto;
	border: 4px solid #cacaca;
	background: #f8f8f8;
}

#wrapper #alert_table tr td {
	border: none;
}

#wrapper #foot_navi {
	width: 1022px;
	padding: 25px 0 0;
	margin: 0 auto;
	background: url(/img/common/img/bg_foot_navi2.png) 0 -0 no-repeat;
	position: relative;
	clear: both;
}

#wrapper #foot_navi span {
	width: 117px;
	height: 17px;
	background: url(/img/common/img/bg_foot_navi.png) -870px -0 no-repeat;
	position: absolute;
	top: 25px;
	right: 18px;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}

#wrapper #foot_navi span a {
	display: block;
	width: 117px;
	height: 17px;
	background: url(/img/common/img/bg_foot_navi.png) -870px -0 no-repeat;
}

address {
	width: 100%;
	text-align: center;
	padding: 10px 0;
}

.bdr_no {
	border: none !important;
}

.bdr_right {
	border-right: 1px solid #e7e7e7 !important;
}

.bdr_left {
	border-left: 1px solid #e7e7e7 !important;
}

.bdr_bottom {
	border-bottom: 1px dashed #a48984 !important;
}

#bdr_bottom_td {
	border-bottom: 1px solid #cbcbcb !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mtb30 {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

.ptb15 {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.ptb25 {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}

.pt30 {
	padding-top: 30px !important;
}

.pl9 {
	padding-left:9px;
}

.pd5 {
	padding:5px;
}

hr {
	border: none;
	line-height: 0;
	font-size: 0;
}

.color_cha {
	color: #6d3b00;
}

.sp60 {
	width: 60px;
	height: 60px;
}

.err_msg {
	font-size: 12px !important;
	color: #FF0000;
}


/* htcファイルへのリンクはCSSからではなくHTMLからであることに注意 */

/* リニューアル対応 2010.03.29 START */
/* img, h3, h2, { behavior : url(css/iepngfix.htc) } */
/* img, h3, h2, { behavior: url(/img/common/css/iepngfix.htc) } */
/* リニューアル対応 2010.03.29 END */

