@charset "UTF-8";

/* グローバル
-----------------------------------------*/
body {
	background: url('../images/bg_body.png') repeat-y;
	-webkit-text-size-adjust: 100%;
}
body#admin,
body#none-bar {
	background: none;
}
body#form_body {
	background: none;
}
a {
	text-decoration: none;
	color: #1f86ea;
}
.logo {
	background-image:url('../images/logo.png');
	background-repeat:no-repeat;
	background-position:34px 20px;
	text-indent:-9999px;
	white-space:nowrap;
	overflow:hidden;
	width:185px;
	height:90px;
	position:0px 0px;
	float: left;
	-moz-background-size:60% auto;
	background-size:60% auto;
}
#content,
#message-content {
	color:#797b7c;
}
#content .headline,
#message-content .headline {
	color: #1f86ea;
	font-weight:normal;
}
.error {
	color: #cc0000;
	font-weight: bold;
}

.input_form input:-ms-input-placeholder,
.input_form textarea:-ms-input-placeholder,
.mod_form input:-ms-input-placeholder,
.mod_form textarea:-ms-input-placeholder {
	color: #ccc;
}

.action_area {
	float:right;
	z-index:1;
}
.action_area li {
	float:left;
	padding: 0 0 5px 0;
}
.action_area li a {
	display:block;
	border:2px solid #1f86ea;
}
.action_area li a:hover {
	display:block;
	border:2px solid #1f86ea;
	color: #ffffff;
	background-color: #1f86ea;
}

.input_time {
	clear: both;
	width: 100%;
}
.input_form {
	width: 100%;
}
.input_form th {
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
	vertical-align: middle;
}
.input_form td {
	text-align: left;
	vertical-align: middle;
}
.input_form .sub_title {
	border-bottom: 1px dashed #dcdcdc;
	font-weight: bold;
}
.input_form .sub_title .notice {
	color: #cc0000;
}
.input_form input,
.input_form textarea {
	border:1px solid #dcdcdc;
	font-family:Arial, sans-serif;
	color:#262829;
	cursor: pointer;
	cursor: hand;
	vertical-align:baseline;
}
.input_form input:focus,
.input_form textarea:focus {
	border:solid 1px #1f86ea;
}
.input_form input[type=text], select {
	outline: none;
	overflow: hidden;
}
.input_form input[type=password], select {
	outline: none;
}
.input_form textarea, select {
	outline: none;
	cursor: pointer;
	cursor: hand;
}
.input_form select {
    color:#262829;
    font-size: 100%;
    padding: 4px 0 4px 10px;
    border: 1px solid #dcdcdc;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: .01px;
    text-overflow: "";
    background: #ffffff url(../images/arrow.png) no-repeat right;
}
.input_form select::-ms-expand {
  display: none;
}
/* テキストボックス + ボタンの構成 */
.input_form .select_items {
  position: relative;
}
.input_form .select_items input {
	position: relative;
	width: 200px;
}
.input_form .select_items .select_button {
	position: absolute;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #adadad;
	color: #fff;
	width: 75px;
    height:28px;
    line-height:200%;
	margin: 0 0 0 5px;
}
.input_form .confirm_button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #adadad;
	color: #fff;
	width: 75px;
	line-height:200%;
	margin: 0 10px;
}
.message {
	color: #262829;
}
.sign {
	text-align: right;
	color: #262829;
}
.message_only {
	clear:both;
}
.result {
	clear: both;
}
#searchTbl tr,
.result .list tr {
	cursor:pointer;
}
#searchTbl tr:hover,
.result .list tr:hover {
	background-color: #1f86ea;
}
#searchTbl tr::before,
#searchTbl tr::after,
.result .list tr::before,
.result .list tr::after {
	position: absolute;
	z-index: -1;
	display: block;
	/* content: ''; */ /** chrome45で問題発生 */
}
#searchTbl tr,
#searchTbl tr::before,
#searchTbl ::after,
.result .list tr,
.result .list tr::before,
.result .list tr::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#searchTbl th,
.result .list th {
	font-weight: normal;
	background-color: #dcdcdc;
	color: #262829;
}
#searchTbl td,
.result .list td {
	border-bottom: 1px solid #dcdcdc;
	color: #262829;
	padding: 13px 5px 10px 15px;
	font-size: 0.9em;
}
#searchTbl td a,
.result .list td a {
	display: block;
}
.ex_clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.ex_clearfix {
  min-height: 1px;
}
* html .ex_clearfix {
  height: 1px;
}
#form_body {
	color:#797b7c;
	text-align:center;
}
.headline {
	color: #1f86ea;
	font-weight:normal;
}
.mod_form .form_message {
	font-weight: bold;
}
.mod_form .message {
	text-align: left;
}
.mod_form .company {
	text-align: right;
}
.mod_form .form_text {
	outline: 5px solid #ececec;
	border: 1px solid #b4b4b4;
}
.mod_form h4 {
	text-align: left;
}
.ex_essential{
	color:#CC0000;
	font-weight:normal;
}
.ex_comment{
	color:#666;
}
.mod_form{
	border: solid 1px #dcdcdc;
}
.mod_form p.point{
	text-align:right;
}
.mod_form table {
	width:100%;
	outline: 5px solid #ececec;
	text-align: left;
}
.mod_form table tr th {
	white-space: nowrap;
	font-weight: normal;
	vertical-align: top;
	border: 1px solid  #b4b4b4;
	background-color: #f2f2f2;
	text-shadow: 1px 1px 2px #ffffff;
	box-shadow:rgba(227, 227, 227, 0.298039) 1px 1px 3px 2px inset;
	-webkit-box-shadow:rgba(227, 227, 227, 0.298039) 1px 1px 3px 2px inset;
	-moz-box-shadow:rgba(227, 227, 227, 0.298039) 1px 1px 3px 2px inset;
}
.mod_form table tr td {
	width: 70%;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #b4b4b4;
}
.mod_form_listbox {
	width:100%;
}
.mod_form_listbox_left{
	float:left;
	width:50%;
}
.mod_form_listbox_right{
	float:left;
	width:50%;
}
td label {
	cursor: pointer;
	display:inline-block;
	vertical-align:baseline;
}
input,
textarea,
select{
	border:solid 1px #b4b4b4;
}
input#character_m,
input#character_w,
.mod_form_listbox input{
	border:none;
	vertical-align:top;
}
.mod_form_importance{
	border:double 3px #CCC;
	background-color:#ececec;
	text-align: left;
}
.mod_form_importance h2{
	font-weight:bold;
}
.mod_form_importance_txt{
	overflow:scroll;
	background-color:#FFF;
}
.mod_form_importance_txt h3{
	font-weight:bold;
	border-bottom:1px solid #dcdcdc;
}
.mod_form_importance_btn{
	text-align:center;
}
.mod_form_btn{
	text-align:center;
}
.mod_form_covenant {
	padding: 0 0 20px 0;
	text-align: left;
}
.mod_form_covenant h3{
	font-weight:bold;
	border-bottom:1px solid #dcdcdc;
}
.mod_form_covenant_text {
	line-height: 1.3em;
	padding-top: 10px;
}
.button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #adadad;
	color: #fff;
	width: 200px;
	height: 40px;
	line-height: 45px;
}

#form_body .button {
	width: 230px;
}
.button:hover {
	background-color: #ff5969;
}
.select-button:hover,
.new_touroku:hover {
	background-color: #1f86ea;
}
.new_touroku_disable:hover {
	background-color: #dcdcdc;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.button_area .dual {
	float: left;
}

.numberList li {
	list-style: decimal;
}
.contentConf {
	text-align: left;
}
.contentConf dt {
	font-weight:bold;
}
span.remark {
	display:none;
}
.input_form td:hover span.remark {
	background: none repeat scroll 0 0 #eee;
	border: 1px solid #CCCCCC;
	color: #666666;
	display: block;
	position: absolute;
}
span.error {
	display: block;
	color:#ff5969;
	font-size:80%;
	padding-top:3px;
}
.headline .error {
	display: block;
	color:#ff5969;
	font-size:100%;
	padding:0;
	font-weight: normal;
}
/* フロー2 */
.flow {
    margin: 0 auto 50px;
    width: 100%;
    min-width: 500px;
}

/* floatを使うのでclearfixの指定 */
.flow:after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
}

.flow .box,
.flow .box01,
.flow .box02 {
    padding-top: 15px; /* テキストの位置調整 */
    width: 25%; /* ウィンドウの幅が広くなった時のために％で指定 */
    height: 25px;
    background: #9B78FE; /* １番目のボックスの色指定 */
    float: left; /* 横並び */
    position: relative;
    font-size: 0.8em; /* テキストの指定 */
    line-height: 1.0; /* テキストの指定 */
}

.flow .on {
	background: #ff5969;
	color: #ffffff;
}
.flow .off01,
.flow .off02 {
	background: #f6f6f6;
	color: #babbbc;
}
.flow .finish {
	background: #ececec;
}

/* ボックスの左側に三角形を作る */
.flow .box:before,
.flow .box02:before {
    border-left: 20px solid #FFFFFF; /* １番目の三角形は背景色と同じ色を指定 */
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    content: "";
    position: absolute;
    left: 0; /* ボックスの左に合わせて三角形を作る */
    top: 0;
}

.flow .on:before { border-left-color: #f6f6f6; }
.flow .finish:before { border-left-color: #f6f6f6; }
.flow .off01:before { border-left-color: #ff5969; }
.flow .off02:before { border-left-color: #f6f6f6; }

.flow .box span,
.flow .box01 span,
.flow .box02 span {
    padding-left: 20px; /* テキストの位置調整 */
}

.change_history{
	border:double 3px #CCC;
	background-color:#ececec;
	text-align: left;
	margin: 30px 0;
	padding:10px;
}
.change_history h2{
	font-weight:bold;
}
.change_history_txt{
	overflow-y:scroll;
	background-color:#FFF;
	height:120px;
	margin:10px 0 20px 0;
	padding:10px 20px 15px 20px;
	line-height: 1.3em;
	font-size: 0.9em;
}

/* 注意書き */
.caution_message {
	font-weight: 600;
	color:	#ff5969;
}
/* URL再発行フォーム */
.reissue_url_form th {
	padding: 10px 0;
}
.reissue_url_form td {
	padding: 5px 10px;
}

.list_button_area {
  /** #searchTblの横幅に合わせる **/
  width: 90%;
}
.list_button_area .dual_left {
  float: left;
  padding: 0 20px 30px 0;
}
.list_button_area .dual_right {
  float: right;
  padding: 0 0 30px 30px;
}
.user_manage_area {
	padding: 0px 0px 20px 0px;
}
.user_manage_area_title {
	color: #262829;
}
.user_manage_add_area_title {
	padding: 0px 0px 20px 0px;
	color: #262829;
}
.user_manage_setting_area_title {
	padding: 50px 0px 20px 0px;
	color: #262829;
}
.user_manage_item_title {
	padding: 20px 0px 0px 0px;
	color: #262829;
}
.user_manage_item_warn_msg {
	padding: 20px 0px 20px 0px;
	color:#ff5969;
}
.user_release_area_msg {
	padding: 0px 0px 20px 0px;
	color: #262829;
}
.identification_area {
	padding: 20px 0px 0px 0px;
}
.identification_area_msg {
	padding: 20px 0px 0px 0px;
	color: #262829;
}
.inquiry_area {
	margin-top: 20px;
}
.inquiry_table {
	width: 100%;
}
.inquiry_table th {
	vertical-align: middle;
	width: 300px;
	padding: 5px;
}
.inquiry_table td {
	min-width: 300px;
	padding: 5px;
}
.inquiry_table td input {
	width: 92%;
}
.inquiry_btn_cell {
	text-align: center;
}
.inquiry_right_button {
	margin-left: 100px;
}
.inquiry_view_left_button {
	margin-left: 100px;
}
.inquiry_view_right_button {
	margin-right: 100px;
}
.inquiry_area_msg {
	margin-bottom: 20px;
}
.inquiry_contractor_title {
	font-weight: bold;
	margin-top: 20px;
}
.contractor_area_header {
	width: calc(93% - 17px);
	padding-right: 20px
}
.contractor_area_main {
	width: 93%;
	height: 300px;
	overflow-y: scroll;
}
.contractor_paon_id {
	width: 20%;
}
.contractor_contractor_name {
	width: 45%;
}
.contractor_contract_name {
	width: 35%;
}

/* デスクトップ用
-----------------------------------------*/
#navi {
	position: absolute;
	padding: 0px 0px 0 30px;
	color:#262829;
	z-index: 1;
}
#navi ul {
	padding: 100px 0 0 0;
}
#navi li {
	font-size: 0.9em;
	line-height: 3.0em;
}
#content,
#message-content {
	padding: 0px 30px 0px 230px;
}

#admin #content,
#none-bar #content {
	padding: 0px 30px;
}
#content .headline,
#message-content .headline {
	font-size:18pt;
	padding:30px 0 0px 0px;
}

.error {
	font-size: 12pt;
	padding: 0 0 0 20px;
}
.action_area {
	padding-top: 36px;
}
.action_area li:last-child a {
  margin-right: 0px;
}
.action_area li {
	font-size: 0.8em;
}
.action_area li.login_name {
	padding: 10px;
}
.action_area li a {
	padding:5px 10px;
	margin-right: 10px;
}
.action_area li a:hover {
	padding:5px 10px;
}
.input_form {
	width: 100%;
}
.login {
	width: 100%;
	clear: both;
	padding-top: 50px;
}
.login th {
	width: 5em;
}
.login td {
	width: 100%;
	text-align: left;
}
.input_time {
	width: 100%;
}
.input_form th {
	padding: 12px 28px 8px 28px;
	font-size: 0.9em;
}
.input_form td {
	padding-right: 30px;
	padding-top: 4px;
	text-align: left;
	font-size: 0.9em;
}
.input_form .sub_title {
	padding-bottom: 10px;
	padding-top: 14px;
}
.input_form .sub_title .notice {
	line-height: 1.4em;
}
.input_form input,
.input_form textarea {
	padding:4px 0px 4px 10px;
	font-size:0.9em;
	width: 280px;
}
.input_form input[type=radio] {
	width:20px;
}
.input_form select {
    width:292px;
    font-size:0.9em;
}

.message {
	padding:0 0 50px;
	line-height: 1.3em;
	max-height: 100%;
}
.sign {
	font-size: 0.8em;
}
.message_only {
	padding:0px
}
.button_area {
	padding: 20px 0 0 0;
	text-align: left;
}
.button_area .single {
	padding: 0 20px 60px 30px;
}
.button_area .dual {
	padding: 0 20px 30px 30px;
}
#searchTbl {
	margin-top: 20px;
	margin-bottom: 30px;
	width: 90%;
}
.result .list {
	margin-top: 20px;
	margin-bottom: 30px;
	width: 90%;
}
#searchTbl th,
.result .list th {
	padding: 5px 5px 2px 15px;
	font-size: 0.9em;
}
#searchTbl th,
.result .list td {
	font-size: 0.9em;
	padding: 13px 5px 10px 15px;
}
#form_body {
	padding:55px 20% 60px;
}

.headline {
	font-size:18pt;
	padding:0 0 40px 18px;
}
.mod_form .form_message {
	line-height: 1.3;
}
.mod_form .message {
	line-height: 1.7;
}
.mod_form .company {
	line-height: 4.0;
}
.mod_form .form_text {
	margin: 1.0em auto 2.0em auto;
}
.ex_essential{
	font-size:12px;
}
.mod_form{
	margin:0 auto;
	padding:20px;
	font-size:14px;
	min-width: 540px;
}
.mod_form table {
	margin-top: 30px;
	margin-bottom: 20px;
	line-height:1.5;
}
.mod_form table tr th {
	padding:10px;
	min-width: 250px;
}
.mod_form table tr td {
	width: 70%;
	padding: 10px;
	word-break: break-all;
	min-width: 250px;
}
select#nengou,
select#year,
select#month,
select#day{
	width:60px;
}
select#item,
select#address01,
input#address2,
input#address3,
select#maker,
select#color,
input#bill,
input#name,
input#kana,
input#email,
input#emailcheck,
input#maker_etc,
input#color_etc,
input#company,
input#building,
input#zipcode,
input#bank_name,
input#branch_name,
input#branch_code,
input#account_number,
input#account_holder_kana,
input#foreign_payee_name,
input#foreign_payee_addr,
input#foreign_payee_country,
input#foreign_payee_iban_code,
input#foreign_paying_bank_name,
input#foreign_paying_bank_branch,
input#foreign_paying_bank_code,
input#foreign_paying_bank_addr,
input#foreign_paying_bank_country{
	width: 90%;
	height:1.2em;
}
input#postcode1 {
	width:3em;
	height:1.2em;
}
input#postcode2 {
	width:4em;
	height:1.2em;
}
input#tel{
	width:50%;
	height:1.2em;
}
textarea{
	width:92%;
}
input,
textarea,
select{
	line-height: 1.4;
	font-size: 100%;
	padding: 5px 10px;
}
.mod_form_importance{
	margin:20px 0 0 0;
	padding:10px;
}
.mod_form_importance_txt{
	height:250px;
	margin:10px 0 20px 0;
	padding:10px 20px 15px 20px;
	line-height: 1.3em;
}
.mod_form_importance_txt h3{
	margin:10px 0 10px 0;
}
.mod_form_btn{
	margin:20px 0 0 0;
}
.mod_form_btn input#back,
.mod_form_btn input#submit{
	width:150px;
	padding:5px;
}
.mod_form_importance_txt li {
	padding: 0 0 25px 0;
}
.numberList li {
	margin-left: 25px;
	line-height:1.3;
}
.contentConf {
	line-height:1.5em;
	padding: 30px 50px 0 50px;
}
.contentConf dd {
	padding-bottom:20px;
}
.input_form td:hover span.remark {
	line-height: 1.2em;
	margin: 0.2em 0 0 2em;
	padding: 0.5em;
	width: 16em;
	font-size:0.8em;
}

@media screen and (max-width: 900px) {
	#form_body .button {
		width: 45%;
	}
}

/* デスクトップ用
-----------------------------------------*/
@media screen and (max-width: 640px) {
	body {
		background: none;
	}
	body#admin,
	body#none-bar {
		background: none;
	}
	#navi {
		position: absolute;
		padding: 0px 0px 0 30px;
		color:#262829;
		z-index: 1;
	}
	#navi ul {
		padding: 90px 0 0 0;
	}
	#navi li {
		font-size: 0.8em;
		line-height: 3.0em;
	}
	#content,
	#message-content {
		padding: 0px 10px;
	}
	#content .headline,
	#message-content .headline {
		font-size:16pt;
		padding:30px 0 0px 0px;
	}
	.error {
		font-size: 12pt;
		padding: 0 0 0 20px;
	}
	.action_area {
		padding: 36px 40px 0 0;
	}
	.button_area .dual {
		float: left;
	}
	.action_area li {
		font-size: 1.0em;
	}
	.action_area li.login_name {
		padding: 10px;
	}
	.action_area li a {
		padding:5px 10px;
		margin-right: 10px;
	}
	.action_area li a:hover {
		padding:5px 10px;
	}
	.input_form {
		width: 100%;
		font-size: 1.0em;
	}
	.input_form th {
		padding: 8px 10px 8px 10px;
		width: 35%;
	}
	.input_form td {
		padding-right: 20px;
	}
	.login {
		width: 100%;
		clear: both;
		padding-top: 50px;
		font-size: 1.0em;
	}
	.login th {
		width: 5em;
	}
	.login td {
		width: 100%;
		text-align: left;
	}

	.input_form .sub_title {
		padding-bottom: 5px;
		padding-top: 8px;
	}
	.input_form .sub_title .notice {
		line-height: 1.4em;
	}
	.input_form input,
	.input_form textarea {
		padding:4px 0px 4px 10px;
		font-size:1.0em;
		width: 280px;
	}
	.input_form input[type=radio] {
		width:20px;
	}
	.input_form textarea {
		padding:0 0 0 10px;
		line-height: 1.4em;
	}
	.input_form select {
	    width:262px;
	}
	.message {
		padding:0 0 50px;
		line-height: 1.3em;
	}
	.sign {
		font-size: 0.8em;
	}
	.message_only {
		padding:0px
	}
	.button_area {
		padding: 20px 0 0 0;
	}
	.button_area .single {
		padding: 0 20px 60px 30px;
	}
	.button_area .dual {
		padding: 0 20px 50px 30px;
	}
	#searchTbl,
	.result .list {
		margin-top: 20px;
		margin-bottom: 30px;
		width: 100%;
	}
	#searchTbl th,
	.result .list th {
		padding: 5px 5px 2px 15px;
		font-size: 0.9em;
	}
	#searchTbl td,
	.result .list td {
		font-size: 0.9em;
		padding: 13px 5px 10px 15px;
	}
	#form_body {
		padding:20px 10% 40px;
	}
	#form_body .button {
		width: 45%;
	}

	.headline {
		font-size:18pt;
		padding:0 0 40px 18px;
	}
	.mod_form .form_message {
		line-height: 1.3;
	}
	.mod_form .message {
		line-height: 1.7;
	}
	.mod_form .company {
		line-height: 4.0;
	}
	.mod_form .form_text {
		margin: 1.0em auto 2.0em auto;
	}
	.ex_essential {
		font-size:12px;
	}
	.mod_form {
		margin:0 auto;
		padding:20px;
		font-size:14px;
	}
	.mod_form table {
		margin-top: 30px;
		margin-bottom: 20px;
		line-height:1.5;
	}
	.mod_form table tr th {
		padding:10px;
	}
	.mod_form table tr td {
		width: 70%;
		padding: 10px;
	}
	select#nengou,
	select#year,
	select#month,
	select#day{
		width:60px;
	}
	.mod_form_importance{
		margin:20px 0 0 0;
		padding:10px;
	}
	.mod_form_importance_txt{
		height:250px;
		margin:10px 0 20px 0;
		padding:10px 20px 15px 20px;
		line-height: 1.3em;
	}
	.mod_form_importance_txt h3{
		margin:10px 0 10px 0;
	}
	.mod_form_btn{
		margin:20px 0 0 0;
	}
	.mod_form_btn input#back,
	.mod_form_btn input#submit{
		width:150px;
		padding:5px;
	}

	.mod_form_importance_txt li {
		padding: 0 0 25px 0;
	}
	.numberList li {
		margin-left: 25px;
		line-height:1.3;
	}
	.contentConf {
		line-height:1.5em;
		padding: 30px 50px 0 50px;
	}
	.contentConf dd {
		padding-bottom:20px;
	}
	.input_form td:hover span.remark {
		line-height: 1.2em;
		margin: 0.2em 0 0 2em;
		padding: 0.5em;
		width: 16em;
		font-size:0.8em;
	}
}

@media screen and (max-width: 410px) {
	body {
		font-size: 1.0em;
	}
	.logo {
		background-image:url('../images/logo.png');
		background-repeat:no-repeat;
		background-position:20px 20px;
		text-indent:100%;
		white-space:nowrap;
		overflow:hidden;
		width:130px;
		height:100px;
		position:0px 0px;
		float: left;
		-moz-background-size:60% auto;
		background-size:60% auto;
	}
	#navi {
		padding: 65px 0px 0 30px;
		color:#262829;
		z-index: 1;
	}
	#navi ul {
		padding: 10px 0 0 0;
	}
	#navi li {
		font-size: 0.8em;
		float: left;
		padding-right: 30px;
	}
	#content,
	#message-content {
		padding: 0px 20px;
	}
	#content .headline,
	#message-content .headline {
		font-size:1.4em;
		padding:30px 0 0px 0px;
	}
	.error {
		padding: 0 0 0 10px;
	}
	.action_area {
		padding: 10px 20px 0 0;
	}
	.action_area li {
	}
	.action_area li.login_name {
		padding: 8px;
		width: 100%;
	}
	.action_area li a {
		padding:5px 10px;
		margin-right: 10px;
	}
	.action_area li a:hover {
		padding:5px 10px;
	}
	.input_form {
		width: 100%;
		clear: both;
	}
	.input_form th {
		padding: 6px 5px 6px 0;
	}
	.input_form td {
		padding-right: 10px;
		padding-top: 4px;
	}
	.login {
		width: 100%;
		clear: both;
		padding-top: 50px;
		font-size: 1.0em;
	}
	.login th {
		width: 5em;
	}
	.login td {
		width: 100%;
		text-align: left;
	}
	.input_form .sub_title {
		padding-bottom: 10px;
		padding-top: 14px;
	}
	.input_form .sub_title .notice {
		line-height: 1.4em;
	}
	.input_form input,
	.input_form textarea {
		padding:4px 0px 4px 10px;
		width: 100%;
	}
	.input_form input[type=radio] {
		width:20px;
	}
	.input_form textarea {
		padding:0 0 0 10px;
		line-height: 1.4em;
	}
	.input_form select {
	    width:152px;
	}
	.message {
		padding:0 0 25px;
		line-height: 1.0em;
	}
	.sign {
	}
	.message_only {
		padding:0px
	}
	.button_area {
		padding: 10px 0 0 0;
	}
	.button_area .single {
		padding: 0 10px 30px 15px;
	}
	.button_area .dual {
		padding: 0 0 10px 0;
		width: 100%;
		clear:both;
	}
	.result {
		padding-left: 0px;
	}
	.result .list {
		margin-top: 10px;
		margin-bottom: 15px;
		width: 100%;
	}
	.result .list th {
		padding: 5px 5px 2px 5px;
	}
	.result .list td {
		padding: 5px 5px 5px 5px;
	}
	#form_body {
		padding:10px 5% 30px;
	}
	.headline {
		font-size:1.4em;
		padding:0 0 20px 9px;
	}
	.mod_form .form_message {
		line-height: 1.3;
	}
	.mod_form .message {
		line-height: 1.7;
	}
	.mod_form .company {
		line-height: 4.0;
	}
	.mod_form .form_text {
		margin: 1.0em auto 2.0em auto;
	}
	.mod_form{
		margin:0 auto;
		padding:10px;
	}
	.mod_form table {
		margin-top: 30px;
		margin-bottom: 20px;
		line-height:1.5;
	}
	.mod_form table tr th {
		padding:10px;
	}
	.mod_form table tr td {
		width: 70%;
		padding: 10px;
	}
	select#nengou,
	select#year,
	select#month,
	select#day{
		width:50px;
	}
	.mod_form_importance{
		margin:20px 0 0 0;
		padding:10px;
	}
	.mod_form_importance_txt{
		height:150px;
		margin:10px 0 20px 0;
		padding:10px 10px 15px 10px;
		line-height: 1.3em;
	}
	.mod_form_importance_txt h3{
		margin:10px 0 10px 0;
	}
	.mod_form_btn{
		margin:20px 0 0 0;
	}
	.mod_form_btn input#back,
	.mod_form_btn input#submit{
		width:120px;
		padding:5px;
	}
	.button {
		width: 100%;
		height: 40px;
		line-height: 45px;
	}
	#form_body .button {
		width: 100%;
	}
	.mod_form_importance_txt li {
		padding: 0 0 25px 0;
	}
	.numberList li {
		margin-left: 25px;
		line-height:1.3;
	}
	.contentConf {
		line-height:1.5em;
		padding: 20px 20px 0 20px;
	}
	.contentConf dd {
		padding-bottom:20px;
	}
	.input_form td:hover span.remark {
		line-height: 1.2em;
		margin: 0.2em 0 0 2em;
		padding: 0.5em;
		width: 16em;
		font-size:0.8em;
	}
}






/* 「必須」などの制限の記載 */
span.constraint {
	color:#ff5969;
}
/* テキストエリア項目の詳細表示時 */
.large-area {
	width: 300px;
}
/* フロー画像 */
.flow-img {
	background-repeat:no-repeat;
	background-position:20px 20px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	width:700px;
	-moz-background-size:60% auto;
	background-size:60% auto;
}
/** Tomcatエラー */
#error-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 30%;
	height: 30%;
	text-align: center;
}
#error-msg {
	font-size: 1.4em;
	color:#1f86ea;
}


.result .input_form th {
	width:	280px;
}

.terminalAgreement .input_form {
	width: auto;
}
.terminalAgreement .input_form td {
	vertical-align: top;
	font-size: 1em;
}

.terminalAgreement input,
.terminalAgreement input#email,
.terminalAgreement input#tel,
.terminalAgreement textarea{
	width: 400px;
}
.terminalAgreement select{
	width: 412px;
}
.terminalAgreement input[type=checkbox] {
	width: auto;
}

.message-frame {
	padding: 10px;
	border: 1px solid #b4b4b4;
	width: 70%;
	min-width: 600px;
}
#recommend-browser-msg {
	font-size: 80%;
	color: #797b7c;
}
#recommend-browser-msg table td{
	padding: 1px 10px;
}

/* ダイアログ
 --------------------------------------------*/
.blockui_dialog {
	overflow: hidden;
	max-height: 100%;
	padding: 10px 0;
/* 	min-height: 300px; */
}
.blockui_dialog ul {
	list-style: none;
	text-align: left;
}
.blockui_dialog li {
	font-size: 0.9em;
	padding: 5px 10px 30px;
	/* height: 50px; */
	/* border-bottom: 1px solid; */
}
.blockui_dialog li.input input {
	margin: 2px 0;
}

.blockui_dialog input {
	border:1px solid #dcdcdc;
	font-family:Arial, sans-serif;
	color:#262829;
	cursor: pointer;
	cursor: hand;
	vertical-align:baseline;
}
.blockui_dialog select {
    color:#262829;
    font-size: 100%;
    width: 95%;
    padding: 4px 0 4px 10px;
    border: 1px solid #dcdcdc;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: .01px;
    text-overflow: "";
    background: #ffffff url(../images/arrow.png) no-repeat right;
}
.blockui_dialog select::-ms-expand {
  display: none;
}
.blockui_dialog .preview {

}
.blockui_dialog .button_area {
	text-align: center;
	padding: 0px;
}

/* 担当者与信登録画面のデザイン
 -------------------------------*/
.table_background tr.odd th,
.table_background tr.odd td {
 	background-color: rgba(237, 237, 237, 0.5); /* #ededed */
/* 	background-color: #ededed; */
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed;
}
.table_background .sub_title {
	border-bottom: 4px solid #dcdcdc;
	font-weight: bold;
}

/* 終了合意画面
 --------------------------------*/
#message_sign {
	text-align:right;
	max-height: 100%;
}
#message_sign_table {
	margin-left:auto;
	margin-right:0px;
}
#message_top {
	max-height: 100%;
}

/* 管理者一覧画面
 --------------------------------*/
.ph2_search_form tr td:nth-of-type(2) {
  text-align: right;
  padding-right: 0px;
}

.ph2_list_button_area {
  width: 100%;
}

.fl {
  float: left;
}
.action-area--right {
  float: right;
}

.action-area {
  *zoom: 1;
  font-size: 0.8em;
  z-index: 1;
}

.action-area li {
  float: left;
}

.action-area a {
  display: block;
  border: 2px solid #1f86ea;
  padding: 5px 10px;
}

.action-area a:hover {
  display: block;
  border: 2px solid #1f86ea;
  color: #fff;
  background-color: #1f86ea;
  padding: 5px 10px;
}

.search-table__count {
  padding-left: 16px;
  text-align: right;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
.search-table-2 .search-table__paon-id {
  width: 6%;
}

.search-table-2 .search-table__business-person,
.search-table-2 .search-table__business-person-kana {
  min-width: 22%;
}

.search-table-2 .search-table__template {
  min-width: 10%;
}

.search-table-2 .search-table__responsible-person {
  min-width: 8%;
}

.search-table-2 .search-table__responsible-person-group {
  min-width: 8%;
}

.search-table-2 .search-table__agreement-type {
  min-width: 8%;
}

.search-table-2 .search-table__status {
  min-width: 8%;
}

.search-table-2 .search-table__corporate-number {
  min-width: 8%;
}

.search-table-2 .search-table__business-person-department {
  min-width: 8%;
}

.search-table-2 .search-table__contract {
  min-width: 8%;
}

.search-table-2 .search-table__contract_start_time {
  min-width: 8%;
}

.dialog--show-items {
  max-width: 960px;
}

.dialog__header {
  padding: 8px 24px;
  color: #fff;
  background-color: #1f86ea;
  text-align: left;
}

.dialog__body {
  text-align: left;
}

.dialog__body--checkbox-list {
  padding: 8px 24px;
}

.checkbox-list__item {
  float: left;
}

.checkbox-label {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 8px 0 8px 32px;
  vertical-align: middle;
  cursor: pointer;
  min-width: 192px;
}

.checkbox-label {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 8px 0 8px 32px;
  vertical-align: middle;
  cursor: pointer;
  min-width: 192px;
}

.checkbox-label:hover:after {
  border-color: #1f86ea;
}

.checkbox-label:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  margin-left: -15px;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 6px;
  content: '';
}

.checkbox-label:before {
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  margin-left: -15px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #333;
  border-bottom: 3px solid #333;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox-label--fix--on:after {
  border-color: #ccc;
}

.checkbox-label--fix--on:hover:after {
  border-color: #ccc;
}

.dialog--show-items input[type="checkbox"] {
  display: none;
}

.remodal {
  padding: 0px;
}

.dialog__footer {
  padding: 16px 24px;
}

.checkbox-list {
  *zoom: 1;
  display: inline-block;
}

.dialog--show-items input[type="checkbox"]:checked + .checkbox-label:before {
  opacity: 1;
}

.checkbox-label--fix--on:before {
  border-color: #adadad;
}
div.countList {
	display: inline;
	line-height: 1.5;
}
div.countList.search-table__count--evalue_label {
  margin-left: 10px;
}
tr.evalue_summary {
	text-align: center;
}

/* 一覧画面の管理者メニュー
 *************************************/
.action_area li a.sub-btn {
  border-color: #ff5969;
  color: #ff5969;
}
.action_area li a.sub-btn:hover {
  background-color: #ff5969;
  color: #fff;
}

/* 一覧画面の検索結果ヘッダ
**************************************/
.searchHeader th {
	text-align: left;
}