/* for body */
body {

}

/* for table */
table.form {
	border: 1px solid #aaa;
	border-collapse: collapse;
	margin-top: 1em;
    width: 98%;
}
table.form th {
	text-align: left;
	border: 1px solid #aaa;
	padding: 1px;
	font-weight: normal;
}
table.form td {
	text-align: left;
	border: 1px solid #cccce6;
	padding: 8px;
	font-weight: normal;
}
table.form th {
	white-space: nowrap;
	background: #cccce6;
}
table.form td {
	background: #f0f0f0;
}

/* for title */
strong.ttl {
	text-align: left;
	border-left: solid 4px #fe8500;
	display: block;
	padding: 2px 5px;
	margin-top: 0.5em;
    font-size: 105%;
}

/* for message */
p.msg {
	color: #777;
	margin: 2em;
}
span.msg {
	color: #dd0000;
}

/* for back-button */
form.back {
	margin-top: 2em;
}


div.form01 {
	margin: 10px 0px 20px 0px;
}

div.label02 {
display: inline;
padding: 2px 3px 3px 3px;
font-size: 65%;
font-weight: bold;
color: #fff;
border-radius: 2px;
margin: 0px 0 0px 7px;
vertical-align:middle;
background-color: #fda302;
line-height: 1.9;
}


.label03 {
display: block;
width: 100%;
height: 30px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.label03:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.label03::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.label03:-ms-input-placeholder {
    color: #999;
}

.label03::-webkit-input-placeholder {
    color: #999;
}

.label03[disabled], .label03[readonly], fieldset[disabled] .label03 {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

textarea.label03 {
    height: auto;
}

.sp01 {
   width: 99%;
}

.btn-sp01 {
    color: #fff !important;
    background-color: #fd8d12 !important;
    border-color: #fda302 !important;
}

.btn-sp01:hover, .btn-sp01:focus, .btn-sp01:active, .btn-sp01.active {
    color: #fff !important;
    background-color: #fd8d12 !important;
    border-color: #fd8d12 !important;
}


.btn {display: inline-block !important;
margin-bottom: 0 !important;
text-align: center !important;
vertical-align: middle !important;
cursor: pointer !important;
border: 1px solid transparent !important;
white-space: nowrap !important;
padding: 6px 12px !important;
font-size: 14px !important;
line-height: 1.4 !important;
border-radius: 4px !important;
text-decoration: none !important;
}

div.control-label {
font-size: 100%;
font-weight: bold;
}

* {
position: relative;
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-color: inherit;
}
.cp_ipselect {
display: block;
width: 100%;
height: 100%;
margin: 0.5em 0 0 0;
}
.cp_ipselect ul {
list-style: none;
padding: 0;
}
.cp_ipselect input {
color: inherit;
font: inherit;
margin: 0;
background: transparent;
outline: none;
border: none;
border-radius: 0;
-webkit-appearance: none;
appearance: none;
display:none;
}
.cp_sl08 {
width: 100%;
height: 100%;
cursor: pointer;
background-color: white;
-webkit-box-shadow: 0 2px 0 white;
box-shadow: 0 2px 0 white;
border-radius: 2px;
}
.cp_sl08_expand {
width: 0;
height: 40px;
position: absolute;
top: 0;
right: 0;
}
.cp_sl08_expand::after {
position: absolute;
top: 1.2em;
right: 0.5em;
width: 0;
height: 0;
padding: 0;
content: '';
pointer-events: none;
border-top: 6px solid rgba(0, 0, 0, 0.3);
border-right: 6px solid transparent;
border-left: 6px solid transparent;
-webkit-transform: translate(-50%, -50%) rotate(0deg) scaleY(1.75);
transform: translate(-50%, -50%) rotate(0deg) scaleY(1.75);
-webkit-transition: all 250ms cubic-bezier(0.4,0.25,0.3,1);
transition: all 250ms cubic-bezier(0.4,0.25,0.3,1);
z-index: 2;
opacity: 0.6;
}
.cp_sl08_expand:hover::after {
opacity: 1;
}
.cp_sl08_expand:checked::after {
-webkit-transform: translate(-50%, -50%) rotate(180deg) scaleX(-1) scaleY(1.75);
transform: translate(-50%, -50%) rotate(180deg) scaleX(-1) scaleY(1.75);
}
.cp_sl08_expandLabel {
display: block;
width: 100%;
height: 40px;
position: absolute;
top: 0;
left: 0;
cursor: pointer;
}
.cp_sl08_close {
display: none;
}
.cp_sl08_closeLabel {
width: 100vw;
height: 100vh;
position: fixed;
top: 0;
left: 0;
display: none;
}
.cp_sl08_items {
width: 100%;
position: absolute;
top: 0;
left: 0;
border: 2px solid #fe8500;
border-radius: 2px;
padding-top: 40px;
}
.cp_sl08_input {
display: none;
}
.cp_sl08_label {
-webkit-transition: all 250ms cubic-bezier(0.4,0.25,0.3,1);
transition: all 250ms cubic-bezier(0.4,0.25,0.3,1);
display: block;
height: 0;
line-height: 40px;
overflow: hidden;
color: #3e3e3e;
background-color: #ffffff;
cursor: pointer;
padding-left: 20px;
}
.cp_sl08_placeholder {
height: 40px;
vertical-align: middle;
position: absolute;
top: 0;
left: 0;
opacity: 0.6;
background-color: transparent;
}
.cp_sl08_expand:checked + .cp_sl08_closeLabel {
display: block;
}
.cp_sl08_expand:checked + .cp_sl08_closeLabel + .cp_sl08_options .cp_sl08_label {
height: 40px;
}
.cp_sl08_expand:checked + .cp_sl08_closeLabel + .cp_sl08_options .cp_sl08_label:hover {
background-color: #f7f7f7;
}
.cp_sl08_expand:checked + .cp_sl08_closeLabel + .cp_sl08_options + .cp_sl08_expandLabel {
display: none;
}
.cp_sl08_input:checked + .cp_sl08_label {
height: 40px;
margin-top: -40px;
}


input[type="button"] {
color: #fff !important;
background-color: #fd8d12 !important;
border-color: #fda302 !important;
display: inline-block !important;
margin-bottom: 0 !important;
text-align: center !important;
vertical-align: middle !important;
cursor: pointer !important;
border: 1px solid transparent !important;
white-space: nowrap !important;
padding: 6px 12px !important;
font-size: 14px !important;
line-height: 1.4 !important;
border-radius: 4px !important;
text-decoration: none !important;
}
input[type="submit"], input[type="button"], input[type="reset"] {
  -webkit-appearance: none;
  border-radius: 0;
}







