/* style_sp.css */

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body {
	font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
/* 	min-width: 380px; */
}

.clear {
	clear: both;
}

.text_disabled {
	border: 1px solid #ccc;
	padding: 1px;
	background: #efefef;
}

.text_checkbox {
	background: #efefef;
}

.select_disabled {
	border: 1px solid #ccc;
	background: #efefef;
}


input[type=text], input[type=tel], select {
	height: 25px;
	padding: 0 2px;
	font-size: 14px;
}

/* ヘッダー */
#header {
	width: 100%;
	height: 75px;
	background: #2b56a5;
}

#logo {
	float: left;
	margin: 20px 0 0 5px;
	max-width: 100%;
}

#content {
	width: 95%;
	margin: 0 auto;
}


.form_explain {
	width: 95%;
	margin: 0 auto 30px;
	font-size: 14px;
}

.form_explain ul{
	list-style: disc;
	margin-left: 20px;
}

.form_explain ul li {
	margin-bottom: 10px;
	line-height: 21px;
}

.complete_explain {
	width: 600px;
	margin: 0 auto 30px;
	font-size: 14px;
}

.complete_explain ul{
	list-style: none;
	text-align: center;
	margin: 150px auto;
}

.complete_explain ul li {
	margin-bottom: 10px;
	line-height: 21px;
}

.require_area {
	color: #FFFFFF;
	background-color: #f53f3f;
	margin-left: 5px;
	padding: 0 5px;
	font-size: 10px;
	border-radius: 4px;
}

.contract_from {
	color: #FFFFFF;
	background-color: #5776d7;
	margin-left: 5px;
	padding: 0 5px;
	font-size: 10px;
	border-radius: 4px;
}

.contract_to {
	color: #FFFFFF;
	background-color: #1e8118;
	margin-left: 5px;
	padding: 0 5px;
	font-size: 10px;
	border-radius: 4px;
}

h1#corporate_h1 {
	color: #204068;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 17px;
}

h2.corporate_h2 {
	color: #204068;
	height: 25px;
	font-size: 14px;
	border-left: 5px solid #204068;
	border-bottom: 2px solid #204068;
	padding-left: 10px;
	padding-bottom: 3px;
	width: 95%;
}

.annotation_h2 {
	font-size: 14px;
	margin-left: 15px;
}

.annotation1{
	text-align: right;
	font-size: 12px;
}

table.form_table {
	width: 100%;
	margin: 10px auto 40px;
	border-collapse: collapse;
	font-size: 15px;
}

table.form_table td {
	padding: 10px;
}

table.form_table td.left {
	border: 1px solid #ccc;
	background: #efefef;
	font-weight: bold;
}

table.form_table td.right {
	border: 1px solid #ccc;
	padding: 15px 5px 15px 10px;
}

table.form_table td.right .form_center {
	display: inline-block;
	margin: 0 auto;
	text-align: left;
}

table.form_table td.right-left {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: none;
	border-bottom: 1px solid #ccc;
	padding: 7px;
}

table.form_table td.right-middle {
	border-top: 1px solid #ccc;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #ccc;
	padding: 7px;
}

table.form_table td.right-right {
	border-top: 1px solid #ccc;
	border-left: none;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 7px;
}

.up_cursor {
	font-size: 16px;
	font-weight: bold;
	color: red;
}

.down_cursor {
	font-size: 16px;
	font-weight: bold;
	color: blue;
}

.expenses {
	text-align: right;
}

table.info_table {
	margin: 5px;
	border-collapse: collapse;
}

.info_table td {
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 12px;
	color: #666;
}

.text_right {
	text-align: right;
}

.text_c_red {
	color: red;
}

.text_c_blue {
	color: blue;
}

.text_max_width {
	width: 95%;
}

#btn_submit {
	text-align: center;
	margin: 30px 0;
}

#btn_submit input {
	font-size: 16px;
	height: 50px;
}

#btn_confirm_back {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

#btn_confirm_back input {
	font-size: 16px;
}

#btn_confirm_submit {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

#btn_confirm_submit input {
	font-size: 16px;
	height: 50px;
}

.complete_explain {
	width: 100%;
	font-size: 14px;
}

.complete_explain ul{
	list-style: none;
	text-align: center;
	margin: 50px auto;
}

.complete_explain ul li {
	margin-bottom: 10px;
	line-height: 21px;
}


/* フッター */
#footer {
	font-size: 16px;
	text-align: center;
	color: #fff;
	background: #2b56a5;
	padding: 5px 0;
}
/* フッター */

.scroll-area {
	border: 1px solid #ccc;
	height: 250px;
	margin: 10px 0 20px;
	overflow-y: scroll;
	padding: 10px;
	width: 95%;
	font-size: 14px;
}
.scroll-area .blank-row {
	height: 20px;
}
.scroll-area .head1 {
	font-weight: bold;
	height: 25px;
	vertical-align: top;
}
.scroll-area .left1 {
	text-align: right;
	vertical-align: top;
}
.scroll-area .left2 {
	text-align: right;
	vertical-align: top;
}
.scroll-area-inner-table th {
	background-color: #eee;
}
.scroll-area-inner-table th,
.scroll-area-inner-table td{
	border: 1px solid #ccc;
	font-size: 12px;
	padding: 5px;
}
.error_text {
	font-size: 11px;
	color: #f53f3f;
}
@media (min-width: 600px) {
	.scroll-area-inner {
		width: 100%;
		overflow-x: scroll;
	}
	.scroll-area-inner-table {
		border: 1px solid #ccc;
		border-collapse: collapse;
		border-color: #ccc;
		margin-bottom: 30px;
		padding: 10px;
		width: 100%;
	}
}
@media (max-width: 599px) {
	.scroll-area-inner {
		width: 400px;
		overflow-x: scroll;
	}
	.scroll-area-inner-table {
		border: 1px solid #ccc;
		border-collapse: collapse;
		border-color: #ccc;
		margin-bottom: 30px;
		padding: 10px;
		width: 600px;
	}
}

.scroll-area-x {
	margin: 10px 0 20px;
	overflow-x: scroll;
	width: 100%;
}
