@charset "utf-8";

/* sheet */



/**************************************************************************************************************/
table {
	margin-bottom: 20px;
	width: 100%;
	box-sizing: border-box;
	line-height: 1.5;
}

#user_set_table th,
#forward_set_table th,
#date_set_table th,
#option_set_table th ,
#option_set_table2 th {
	width: 24%;
}

.stripe_box>*:last-child {
	margin-bottom: 0;
}

th>*:last-child ,
td>*:last-child {
	margin-bottom: 0;
}

.example {
	width: 30%;
	font-size: 90%;
	white-space: nowrap;
}
body.l th ,
body.l .example ,
body.l #user_set_table th,
body.l #forward_set_table th,
body.l #date_set_table th,
body.l #option_set_table th ,
body.l #option_set_table2 th {
	width: auto;
	white-space: normal;
}

/**************************************************************************************************************/

#sheet_form h4#request_value {
	font-size: 20px;
	font-weight: normal;
	color: #C00;
	margin-top: 2em;
}

/*** item_set_table ********************************************************************************************/

table#item_set_table th {
}

table#item_set_table td.product_name {
}

table#item_set_table td.product_model {
	padding: 5px;
}

table#item_set_table td.product_count {
	padding: 5px;
}

table#item_set_table input {
	width: 98%;
	margin: 0px;
	ime-mode: active;
}

table#item_set_table td.product_count input {
	width: 2em;
	ime-mode: disabled;
}

table#item_set_table .no ,
table#item_set_table .product_count {
	text-align: center;
	padding: 5px 10px;
}

/***** usage_set_table *****************************************************************************************/

table#usage_set_table input {
	width: 98%;
	margin: 0px;
	ime-mode: active;
}

/***** usage_set_table *****************************************************************************************/

table#date_set_table input#sheet_value5,
table#date_set_table input#sheet_value6,
table#date_set_table input#sheet_value7,
table#date_set_table input#sheet_value8 {
	width: 30px;
	margin-left: 10px;
	margin-right: 10px;
	ime-mode: disabled;
}
table#date_set_table input#sheet_value5,
table#date_set_table input#sheet_value8 {
	margin-left: 0px;
}
table#date_set_table input#sheet_value9,
table#date_set_table input#sheet_value10,
table#date_set_table input#sheet_value11,
table#date_set_table input#sheet_value12,
table#date_set_table input#sheet_value13 {
	margin-left: 10px;
	margin-right: 10px;
}
table#date_set_table input#sheet_value9,
table#date_set_table input#sheet_value12 {
	margin-left: 0px;
}
/**************************************************************************************************************/
#forward_set h4 {
	margin-top: 0px;
}
/**************************************************************************************************************/
#main #ce_set_table ul {
	clear: both;
	margin-bottom: 0.5em;
}
#ce_set_table ul:after {
	content: "";
	clear: both;
	display: table;
}
#main #ce_set_table li {
	float: left;
	background-image: none;
	padding-left: 0em;
	list-style-type: disc;
	list-style-position: inside;
	margin-right: 1em;
}

#main #ce_set_table td>*:last-child {
	margin-bottom: 0;
}


/**************************************************************************************************************/
textarea#comment {
	width: 100%;
}
/**************************************************************************************************************/
div#ck {
	font-size: 90%;
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 100;
	background-color: #FFC;
	opacity: 0.9;
	width: auto;
	border: 5px solid #FC0;
	text-align: center;
	vertical-align: middle;
	display: block;
	padding: 10px 20px;
	-moz-box-shadow: 1px 1px 3px #999;
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-o-border-radius: 1em;
	-ms-border-radius: 1em; 
}

div#ck p {
	text-align: center;
	margin-bottom: 5px;
}

div#ck ul {
	margin-bottom: 10px;
}

div#ck li {
	margin-bottom: 0px;
	white-space: nowrap;
}

div#ck input {
	padding: 2px 3px;
	font-size: 90%;
}
/**************************************************************************************************************/
#date_set_table p {
	margin-bottom: 0px;
}
#sheet5_other {
	width: 98%;
}
table tr.none{
	display: none;
	background-color: #EFEFEF;
}
table tr.none th {
	color: #999;
	text-decoration: line-through;
}
/**************************************************************************************************************/

#sheet_form input[type="radio"] {
	margin-right: 0.5em;
}
#ce_set_table input[type="radio"] {
	margin-right: 0em;
}
/**************************************************************************************************************/
























