﻿.pageTitle {
	margin-bottom: 20px;
}

.orderBox {
	text-align: center;
}

.orderInner {
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border: solid 1px #e9e9e9;
}

.formTitle {
	clear: both;
	background-color: #e9e9e9;
	margin-bottom: 20px;
	padding: 8px 5px 5px;
	color: #333;
	font-weight: bold;
	border-left: solid 7px #0c85d3;
	text-align:left;
}

.formSubTitle {
	clear: both;
	margin-bottom: 20px;
	padding-left: 10px;
	font-weight: bold;
	border-left: solid 7px #0c85d3;
	text-align:left;
}

.comText {
	margin: 0 0.5em;
}

.red {
	color: red;
	font-weight: bold;
}
th .red {
	margin: 0 0.2em;
}
label .red {
	margin: 0 0.2em;
}

.center {
	text-align: center;
}

.orderTable {
	width: 100%;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	border-collapse: separate;
}

.orderTable th {
	background-color:#ededed;
	width: 210px;
	text-align:left;
	font-weight:normal;
	padding: 5px;
	vertical-align:middle;
	font-size: 0.8em;
	line-height: 1.4em;
}

.orderTable td {
	background-color:#fff;
	padding: 5px;
	font-size: 0.8em;
	line-height: 1.4em;
	vertical-align:middle;
}


.orderTable2 {
	width: 100%;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	border-collapse: separate;
}

.orderTable2 th {
	background-color:#e8f9ff;
	width: 380px;
	text-align:left;
	font-weight:normal;
	padding: 5px;
	vertical-align:middle;
	font-size: 0.8em;
	line-height: 1.4em;
}

.orderTable2 td {
	padding: 5px;
	font-size: 0.8em;
	line-height: 1.4em;
	vertical-align:middle;
}

.orderTable2 b {
	font-size:1.2em;
	line-height: 1.6em;
}

.value {
	background-color:#e8f9ff;
	width: 80px;
	padding: 5px;
	font-size: 0.8em;
	line-height: 1.4em;
	text-align:right;
	vertical-align:middle;
}

.orderTable3 {
	width: 100%;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	border-collapse: separate;
}

.orderTable3 th {
	background-color:#e8f9ff;
	width: 380px;
	text-align:left;
	font-weight:normal;
	padding: 5px;
	vertical-align:middle;
	font-size: 0.8em;
	line-height: 1.4em;
}

.orderTable3 td {
	background-color:#e8f9ff;
	padding: 5px;
	font-size: 0.8em;
	line-height: 2.0em;
	text-align:center;
}

.defaultInput {
	width: 96%;
	font-size: 100%;
	padding: 2px;
}
.narrowInput {
	width: 50%;
	padding: 2px;
}
.smInput {
	width: 20%;
	padding: 2px;
}

.defaultTextarea {
	width: 96%;
	padding: 4px;
}

.defaultCheck {
	vertical-align: top;
}


.submit {
	background-color: #e9e9e9;
	width: 80%;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	text-align: center;
	border: solid 1px #e9e9e9;
}


.submit img {
	vertical-align: baseline;
}


.submitDesc {
	padding: 10px 0 20px;
	font-size: 0.8em;
	line-height: 1.4em;
}

.ruleBox {
	width: 95%;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #e9e9e9;
}

.fbTable {
	font-size:1.2em;
	margin-left:20px;
	width:50%;
	border-collapse: separate;
	border-spacing: 2px;
}

.fbTable th {
	background:#e9e9e9;
	text-align:center;
	border-bottom:1px dotted #cccccc;
}

.fbTable th.t {
	width:20%;
	text-align:center;
}

.fbTable td {
	text-align:center;
	border-bottom:1px dotted #cccccc;
}

.faceTable {
	width:100%;
	font-size:1.2em;
}

.faceTable td {
	width:20%;
}
.err{
	color:#ff0000;
}

.err ul {
	display: block;
	padding: 10px;
}

.view_sum{
	background:#e8f9ff;
	text-align:center;
	border:0px solid #e8f9ff;
	color:#000;
	font-size:1.8em;
}

.big{
	line-height: 2.0em;
	font-size:1.8em;
}

.kiyaku{
	margin: 0px 10px;
	padding: 10px;
	font-size:0.75em;
	height: 250px;
	text-align: left;
	overflow:auto;
	border: solid 1px #999;
}

.kozin{
	padding: 10px;
	border: solid 1px #000;
}

.bn {
	color: #fc4100;
	margin: 0 0.2em;
}

#view_value_total {
	font-size: 1.8em;
}

.thumb_img {
	width: 150px;
	border: solid 1px #aaa;
}

label,
input[type="radio"],
input[type="checkbox"],
input[type="button"],
input[type="submit"],
input[type="image"],
select {
	cursor: pointer;
}

input:disabled,
select:disabled {
	cursor: default;
}

input[type="text"],
textarea,
select {
	border: solid 1px #aaa;
}

input[type="text"]:focus,
textarea:focus,
select:focus {
	background: #fcffec;
}

label,
input[type="text"],
input[type="button"],
textarea,
select {
	padding: 0.5em !important;
	display: inline-block;
}

label {
	display: block;
	margin-bottom: 4px;
	background: #fcfcfc;
	border: solid 1px #f0f0f0;
}

label.checked {
	background: #f8ffe8;
	border: solid 1px #e8eed8;
}

a:hover img,
input[type="image"]:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}

.submit a {
	background-color: #fff;
	display: inline-block;
}

input[type="radio"],
input[type="checkbox"] {
	vertical-align: -2px;
}

.orderTable td p {
	margin: 0.5em 0;
}

.space_1 {
	display: inline-block;
	width: 5em;
	margin-right: 0.5em;
	text-align: right;
}

.agreement label {
	width: 50%;
	margin: auto;
}

/* 2016.07.20 add */
.washi01 {
	color: #C00;
	font-weight:bold;
	font-size:12px;
	vertical-align:top;
	display:inline-block;
}
.washi02 {
	color: #C00 !important;
	font-weight:bold !important;
}


.hidden {
	display: none !important;
}
