/* CSS Document */
table{

}
.table-responsive .table{
	font-size:14px;
	white-space:nowrap !important;
}

.table-responsive .table th{
	text-align: center;
	color:#797979;
}

::placeholder {
  color: #999 !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.01);
}

.text-muted{
	font-size:13px;
}
.text-muted:before{
	content:"help";
	background:#dadada;
	padding:1px 5px;
	margin-right:3px;
}

.navbar{
	/*background:#f7f7f7 !important;*/
	background: #fff !important;
	border-bottom:solid 1px #f1f1f1 !important;
}
.navbar-light .navbar-brand {
    color: #6b6b6b;
}
/*===================================================

default setting

===================================================*/
div, td {
	margin: 0px;
}
p, pre {
	margin: 0;
}
li {
	margin: 0;
}
ol, ul {
	margin: 0;
	padding: 0;
}
select {
	display: block;
}
a {
	color: #1111cc;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #CC0000;
	text-decoration: none;
}
.clear {
	clear: both;
}
img {
	border: 0;
}
span.redbold {
	background: #D20000;
	color: #fff;
	border-radius: 3px;
	margin-right: 3px;
	padding: 0 3px;
}
.mustMark,.selectMark{
	font-size:14px;
	margin:10px 0;
	padding:0;
	color:#6B6B6B;
}
.mustMark:before,.selectMark:before{
	margin:8px 0 0 0;
	display:inline-block;
	padding:2px 18px;
	border-width:0 0 0 8px;
	margin-right:10px;
}
.mustMark:before{
	content:"必須";
	border-color: #E2A3AD;
	border-style:solid;
	background:#C6485B;
	color:#FFE6E7;
}
.selectMark:before{
	content:"任意";
	border-color: #E5EC87;
	border-style:solid;
	background:#CBDA10;
	color:#666600;
}
/*===================================================

body

===================================================*/
body {
	margin: 0 auto;
	padding: 0;/*background:url(../img/bg-pt2.png);*/
}
body * {
	font-style: normal !important;
	font-family: "メイリオ", meiryo, Arial, Helvetica !important;
}
.center {
	text-align: center;
}
.txtRight {
	text-align: right;
}
/*===================================================

Navigation

===================================================*/
h1 {
	font-size: 1.2em;
	margin: 0;
	color: #333;
}
h2 {
	text-align:center;
	padding: 20px 0;
	font-size: 22px;
	border-bottom: solid 1px #71bd83;
	color: #71bd83;
	margin-bottom: 30px;
}
h3{
	font-size:18px;
	background:#eee;
	color:#4c4c4c;
	padding:20px 6px 20px 30px;
	margin-top:40px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f5f5f5), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #f5f5f5);
	background: -moz-linear-gradient(#fff, #f5f5f5);
	background: -o-linear-gradient(#fff, #f5f5f5);
	background: -ms-linear-gradient(#fff, #f5f5f5);
	background: linear-gradient(#fff, #f5f5f5);
	border-radius:6px;
	border:solid 1px #eee;
	border-left: solid 10px #989898;
}

h3:before{
	/*content:"■";
	margin-right:20px;*/
}

h4{
	color:#196496;
	font-weight:normal;
	margin:0;
}
p.red{
	color:#d20000;
}

#navigation {
	margin-top: 20px;
	background: #fff;
	min-width:550px;
}
#navigation p {
	margin-bottom: 5px;
}
#colmL .icon-logout {
	background: #F0F0F0;
	border-radius: 4px;
	padding: 0px 10px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
#colmL .icon-green {
	background: #53bf6b;
	padding: 3px 10px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
#colmL .icon-red {
	background: #d20000;
	border-radius: 4px;
	padding: 3px 10px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 2px 0 0 4px;
	display:inline-block;
}
#colmL .loginStamp {
	background: #f9d109;
	border-radius: 4px;
	padding: 4px 10px;
	color: #bc4607;
	font-size: 12px;
	font-weight: bold;
}
#colmL .icon-usr {
	padding: 8px 10px;
	color: #565656;
	font-size: 12px;
	font-weight: bold;
}
#metalogo {
	float: left;
}
#metalogo img {
	height: 90px;
}
#metadetail {
	float: left;
	width:30%;
	min-width:310px;
}
#metaIconout {
	float: right;
	width: 70px;
	text-align: right;
	vertical-align: middle;
}
#metaIconout img {
	height: 70px;
}
#navigation2 {
	background: #FAFAFA;
	border-bottom: solid 1px #E8E8E8;
	margin-top: -20px;
	margin-bottom: 30px;
	padding: 10px 0 10px 10px;
	font-size: 0.9em;
}
#navigation2 a {
	color: #262424;
}
#navigation2 img {
	vertical-align: middle;
}
#navigation2 ol li {
	display: inline;
	list-style-type: none;
}
#navigation2 ol li:after {
	content: " > ";
	font-weight: bold;
	color: #ccc;
	margin: 0 10px;
}
#navigation2 ol li:last-child:after {
	content: none;
}
#navigation2 .category {
	background: #1D5F8D;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	padding: 6px 22px;
	border-radius: 4px;
}
#navigation2 .category:hover {
	box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 10px 3px inset;
	-webkit-box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 10px 3px inset;
	-moz-box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 10px 3px inset;
}





#colmL{
	border:solid 1px #e8e8e8;
	margin-right:-1px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
#colmR{
	background:#fff;
	border:solid 1px #e8e8e8;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	/*background-image:url(../img/bg03.png);*/
}

#colmL ul{

}
#colmL li{
	list-style-type:none;
	border-bottom: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 1px 0 rgba(255,255,255,1);
	font-size:14px;
	border-left:6px solid #989898;
}
#colmL li p{
	color:#333;
	padding:10px 0 10px 10px;
	/*background:#fcf0e2;*/
}
#colmL li a:hover{
	background:#fff;
	color:#333;
}
#colmL li a{
	display:block;
	color:#333;
	padding:10px 0 10px 10px;
}
#colmL li a:hover{
	color:#333;
}

#colmL li:last-child{
	border:none;
	box-shadow:none;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
	border-left:2px solid #d20000;
}
#colmL li:first-child{
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	padding:0px 0;
	text-align:center;
	font-weight:bold;
	border-left:none;
}
#colmL li:first-child img{
	margin-left:-8px;
	width:180px;
}



#colmL ul.sub{
	background:fff;
	border-radius:none;
}


#colmL ul.sub li{
	border-radius:none;
	padding:0px 10px 0px 10px;
	font-size:12px;
	border-left:none;
}

#colmL ul.sub li:hover{
	background:#fff;
	color:#333;
}

#colmL ul.sub li a{
	display:block;

}
#colmL ul.sub li a:hover{
	color:#333;
}

#colmL ul.sub li:last-child{
	border-radius:0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 1px 0 rgba(255,255,255,1);
	border-left:none;
}
#colmL ul.sub li:first-child{
	border-radius:0;
	border-left:none;
	text-align:left;
	font-weight:normal;
}

#colmL ul.sub #setting{
	background-image:url(../img/li-menu-icon01.png);
	background-repeat:no-repeat;
	background-position:center left;
}




















/*===================================================

footer

===================================================*/

#footer {
	text-align: center;
	background: #1D5F8D;
	border-top: solid 1px #E8E8E8;
	padding-top: 55px;
	padding-bottom: 25px;
	width: 100%;
}
#footer .logo {
	text-align: right;
	margin-right: 20px;
}
#footer2 {
	text-align: center;
	background: #FAFAFA;
	border-top: solid 1px #E8E8E8;
	padding-top: 100px;
	height: 60px;
	width: 100%;
	margin-top: 40px;
}
/*===================================================

Form

===================================================*/

[type="checkbox"]:checked, [type="checkbox"]:not(:checked) {
	/*position: absolute;
	left: -9999px;
	*/
}
[type="checkbox"]:checked + label, [type="checkbox"]:not(:checked) + label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	/*display: inline-block;*/
	color: #666;
}
[type="checkbox"]:checked + label:before, [type="checkbox"]:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #ddd;
	background: #fff;
}
[type="checkbox"]:checked + label:after, [type="checkbox"]:not(:checked) + label:after {
	content: '';
	width: 12px;
	height: 12px;
	background: #F87DA9;
	position: absolute;
	top: 4px;
	left: 4px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
[type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
[type="checkbox"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
[type="radio"]:checked, [type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}
[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	/*display: inline-block;*/
	color: #666;
}
[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #ddd;
	border-radius: 100%;
	background: #fff;
}
[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
	content: '';
	width: 12px;
	height: 12px;
	background: #F87DA9;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
[type="radio"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
[type="text"], [type="tel"], [type="fax"], [type="url"], [type="email"], [type="password"], [type="number"] {
	
}
textarea {
	height:200px !important;
}
select {
	color: #333;
	padding: 0px 0px 0px 2px;
	border: 1px solid #B3B3B3;
	text-indent: .01px;
	text-overflow: "";
	width: 99%;
	margin-bottom: 20px;
}
[type="url"], [type="email"] {
	width:250px;
}

::-webkit-input-placeholder { color: #c7c7c7; }
:-moz-placeholder { color: #c7c7c7; }
/*===================================================

addaccount.php

===================================================*/
#LIST {
	width: 650px;
	margin: 0 auto;
	margin-top: 30px;
	border-collapse: collapse;
	font-size: 12px;
}
#LIST span {
	margin-left: 10px;
}
#LIST th {
	background: #f0f0f0;
}
#LIST td, #LIST td {
	width: 200px;
}
#LIST td, #LIST th {
	border: solid 1px gray;
	padding: 3px 0px;
}
/*===================================================

prev.php

===================================================*/
#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 1;
}
#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	margin-top: -100px;
	margin-left: -100px;
	text-align: center;
	color: #fff;
	z-index: 2;
}
/*===================================================

login.php

===================================================*/
#loginErr{
	padding:15px 0;
}
#forminput{
	/*
	border-radius:10px;
	border:solid 0px #e8e8e8;
	width:250px;
	margin:0 auto;
	padding:0px 20px;
	text-align:center;
	*/
}
#loginForm input[type="text"] , #loginForm input[type="password"]{
	/*
	width:320px;
	font-size:26px;
	margin-bottom:10px;
	text-indent:10x;
	*/
}

#loginForm input[type="submit"]{
	
}
#forminput p.err{
	text-align:center;
	color:#D20004;
	margin-bottom:10px;
}
/*===================================================



===================================================*/
span.must {
	background: #CF0606;
	color: #fff;
	padding: 0 12px;
	margin-right: 5px;
}
span.must2 {
	background: #EBEBEB;
	color: #333;
	padding: 0 12px;
	margin-right: 5px;
}


span.deadline-3,span.deadline-7,span.deadline-0{
	font-weight:bold;
	padding:0 3px;
}

span.deadline-3 {
	color: #674300;
	background:#FEBD69;
}
span.deadline-7 {
	color: #0000FF;
	background:#BBDCFF;
}
span.deadline-0 {
	background: #d20000;
	color:#fff;
}
#wrap {
	width: 980px;
	margin: 0 auto;
	max-width:980px;
}
#table-setting {
	width: 100%;
	border: solid 1px gray;
	margin-bottom: 20px;
}
#table-setting td {
	padding: 10px 0;
}
#table-setting td.left {
	font-size: 14px;
	width: 20%;
	background-color: #d8ebff;
	color: #00336b;
	font-weight: bold;
	text-align: center;
}
#table-setting td.right {
	font-size: 14px;
	width: 68%;
	background: #fff;
	padding-left: 2%;
}
#table-setting textarea {
	width: 80%;
	height: 50px;
	font-size: 12px;
}
#table-setting #details {
	height: 350px;
}
#main {
	width: 660px;
	float: left;
	margin-right: 40px;
}
#main2 {
	width: 220px;
	float: left;
	padding-left: 1%;
	padding-top: 60px;
	padding-bottom: 10px;
	margin-top: -20px;
	background: #FAFAFA;
	border: solid 1px #E8E8E8;
	z-index: 9999;
	position: fixed;
	top: 0;
	margin-left: 700px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
}
#main2 h2 {
	font-size: 16px;
	border-bottom: solid 1px #EBEBEB;
	color: #4d4d4d;
}
.link_box1, .link_box2, .link_box3, .link_box4 {
	position: relative;
	width: 200px;
	padding: 10px 0;
	margin-bottom: 30px;
}
.link_box1 a, .link_box2 a, .link_box3 a, .link_box4 a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	border-radius: 3px;
	font-size: 14px;
	font-weight: bold;
	background: #f0f0f0;
	color: #333;
	border: solid 1px #ccc;
}
.link_box1 a:hover, .link_box2 a:hover, .link_box3 a:hover, .link_box4 a:hover {
	background: #febf00;
	color: #333;
	border: solid 1px #ccc;
}
input#submit_button {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #d20001), color-stop(1.00, #8f0202));
	background: -webkit-linear-gradient(#d20001, #8f0202);
	background: -moz-linear-gradient(#d20001, #8f0202);
	background: -o-linear-gradient(#d20001, #8f0202);
	background: -ms-linear-gradient(#d20001, #8f0202);
	background: linear-gradient(#d20001, #8f0202);
	font-size: 22px;
	font-weight: bold;
	border: none;
	padding: 10px 40px;
	border-radius: 10px;
	color: #fff;
}
#container {
	display: none;
}
#loading {
	position: absolute;
	left: 50%;
	top: 20%;
	margin-left: -30px;
}
.attention {
	border: solid 2px #E60000;
	width: 700px;
	margin: 0 auto;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.attention p {
	font-size: 14px;
}
.attention span {
	font-size: 26px;
	color: #E60000;
	font-weight: bold;
	margin: 0 5px;
}
#sep {
	text-align: center;
	padding: 15px 0;
	margin-bottom: 20px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ededed), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #ededed);
	background: -moz-linear-gradient(#fff, #ededed);
	background: -o-linear-gradient(#fff, #ededed);
	background: -ms-linear-gradient(#fff, #ededed);
	background: linear-gradient(#fff, #ededed);
	border: solid 1px #ccc;
}
#sep p {
	font-size: 18px;
}
#menuarea {
	width: 440px;
	margin: 0 auto;
	text-align: center;
}
#menuarea div {
	float: left;
	margin: 0 10px;
	margin-top: 10px;
	margin-bottom: 40px;
}
#indexwrap {
	margin: 0 auto;
	text-align: center;
}
.leftMenu, .rightMenu {
	float: left;
	width: 49.7%;
	text-align: center;
	font-size: 3.4em;
	background:#fbfbfb;
	border: solid 1px #ddd;
}
.leftMenu {
	margin: 0 0 0 0;
}
.rightMenu {
	margin: 0 0 0 0;
}
.leftMenu a, .rightMenu a {
	font-weight: bold;
	display: block;
	padding: 50px 0;
	color: #333;
}
.centerMenu {
	width: 99%;
	margin: 0 auto;
	text-align: center;
	font-size: 3.4em;
	background:#fbfbfb;
	border: solid 1px #ddd;
}
.centerMenu a {
	font-weight: bold;
	display: block;
	padding: 50px 0;
	color: #333;
}
.parts-float {
	float: left;
	margin-right: 10px;
	margin-bottom: 6px;
}

.section-wrap {
	margin: 30px 0 30px 0;
}
.section-wrap .clear {
	margin-bottom: 10px;
}
.section-title {
	color: #000172;
	font-size: 2.3em;
	margin-top: 20px;
	padding: 8px 0 5px 0;
	width: 100%;
}
.section-title span {
	padding-left: 40px;
}
.section-inner {
	width: 94%;
	margin: 0 auto;
}
#mainform p.sub {
	background: #666;
	font-size: 1em;
	padding: 15px 0 15px 20px;
	margin: 0px 0px 0px 0px;
	color: #fff;
	cursor: pointer;
}
#mainform p.sub span {
	border-bottom: 1px solid #333;
	box-shadow: 0px 1px 0px #999;
}
/*===================================================

callup

===================================================*/
#callupTable {
	border: solid 1px gray;
	border-collapse: collapse;
	margin: 0 auto;
	font-size:0.8em;
	width:100%;
}
#callupTable th {
	background: #fafafa;
	font-weight: bold;
	color: #333;
	padding: 5px;
}
#callupTable td, th {
	padding: 10px 12px;
	border: solid 1px #ccc;
	border-collapse: collapse;
}
#callupTable tr:nth-child(2n+1) {
	background: #fafafa;
}
#callupTable tr:hover{
	background: #EDF9FF;
}




/*===================================================

contacts

===================================================*/



#contactTable {
	border-collapse: collapse;
	width: 100%;
	table-layout: auto;
	text-align:center;
	margin: 0 auto;
	font-size:0.9em;
}
#contactTable img {
	vertical-align: middle;
}
#contactTable th {
	background: #fafafa;
	font-weight: bold;
	color: #333;
	padding: 5px;
	border-collapse: collapse;
}
#contactTable td {
	padding: 5px 3px;
	border: solid 1px #ccc;
	border-collapse: collapse;
}
#contactTable tr {
	background: #fff;
}
#contactTable tr:nth-child(2n+1) {
	background: #fafafa;
}
#contactTable tr:hover {
	background: #ffedf3;
}
#list-menu {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#list-menu .left {
	float: left;
	margin-right: 20px;
}
#list-menu .right {
	float: right;
}
#list-menu img {
	vertical-align: middle;
}
#list-menu #left, #center, #right {
	float: left;
}
#list-menu #left {
	width: 190px;
}
#list-menu #right {
/*width:790px;*/
}
#list-menu span {
	/*margin:0 4px;*/
	text-align: right;
}
#list-menu span.title {
	background: #1D5F8D;
	margin: 0 10px;
	color: #fff;
	padding: 0 5px;
}






#listSearchWrap {
	width: 100%;
	margin: 0 auto;
	/*border-bottom: solid 1px #c7c7c7;*/
	margin: 20px 0;
	border:solid 1px #7D9A34;
	border-radius:6px;
	height:39px;
}
#listSearchInner {
	width: 100%;
	margin: 0 auto;
}

#listSearchInner .left{
	float:left;
}

#listSearchInner .center ,#listSearchInner .right{
	float:left;
}

#searchBox{
	position:relative;
	margin:0;
}

#listSearchInner input[type="submit"]{
	width:100px;
	height:39px;
	border:0;
	margin:0;
	position:relative;
	top:0px;
	left:3px;
	-webkit-appearance: none;
	background:#F5F5F5;
	color:#7D9A34;
	border-right:1px #7d9a34 solid;
	border-left:1px #7d9a34 solid;
	text-align:center;
	font-size:1em;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
#listSearchInner select {
	position:relative;
	top:0px;
	left:1px;
	width:140px;
	height:39px;
	margin:0;
	border:none;
	font-size:1em;
	border-right:solid 1px #ccc;
	background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%);
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
#listSearchInner input[type="text"] {
	position:relative;
	top:0px;
	left:3px;
	padding:2px 2px 2px 18px;
	margin:0;
	border:none;
	font-size:1.4em;
	color:#7D9A34;
}

#listSearchInner .radio {
	text-align:center;
	font-size:0.9em;
	margin:0 20px;
	display:none;
}

#listSearchInner .left {
	float: left;
}

#listSearchInner .left span {
	background: #1D5F8D;
	color: #fff;
	padding: 0 5px;
	margin:0 10px;
}
#listSearchInner .left img {
	vertical-align: middle;
}

#listDetail{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.60, #f5f5f5), color-stop(0.49, #fff));
	background: -webkit-linear-gradient(top, #fff 49%, #f5f5f5 60%);
	background: -moz-linear-gradient(top, #fff 49%, #f5f5f5 60%);
	background: -o-linear-gradient(top, #fff 49%, #f5f5f5 60%);
	background: -ms-linear-gradient(top, #fff 49%, #f5f5f5 60%);
	background: linear-gradient(to bottom, #fff 49%, #f5f5f5 60%);
	border: 1px solid #dadada;
	padding-top:12px;
	border-radius:6px;
	margin-bottom:10px;
}
#listDetail .left{
	float:left;
	margin-left:10px;
}

#listDetail .right{
	float:right;
	margin-right:10px;
}
	
#listDetail .left p,#listDetail .right p{
	font-size:0.9em;
	background:#fff;
	box-shadow:rgb(179, 179, 179) 0px 0px 2px 0px inset;
	-webkit-box-shadow:rgb(179, 179, 179) 0px 0px 2px 0px inset;
	-moz-box-shadow:rgb(179, 179, 179) 0px 0px 2px 0px inset;
	padding:4px;border-radius:3px;
}



#message {
	margin: 0 auto;
	margin-bottom: 15px;
	margin-top: 15px;
	font-size: 0.9em;
	background: #fff4f4;
	padding: 20px 0 15px 0;
}
#message .left {
	float: left;
	width: 120px;
}
#message .center {
	float: left;
	text-align: left;
}
#message .right {
	float: left;
}
#message span {
	background: #d20000;
	margin: 0 10px;
	color: #fff;
	border-radius: 5px;
	padding: 5px 20px;
}
#message-chk {
	background: #fff4f4;
	padding: 20px 20px;
	color: #D20000;
	font-weight: bold;
}
#pagenation {
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
}
#pagenation div {
	background: none;
	margin-right: 5px;
	display: inline-block;
}
#pagenation a {
	display: block;
	padding: 2px 9px;
	color: #666;
	font-weight: bold;
	border: solid 3px #e8e8e8;
}
#pagenation a:hover {
	border: solid 3px #53bf6b;
}
#pagenation #now {
	padding: 2px 9px;
	display: inline-block;
	background: none;
	border: solid 3px #EB99BA;
	background: #EB99BA;
	color: #fff;
	font-weight: bold;
}
#pageinfo {
	background: #fafafa;
	border: solid 1px #e8e8e8;
	padding: 25px 15px;
	margin: 20px 0 0px 0;
}
.conf_wrap01 {
	text-align: center;
}
.conf_bt01 {
	padding: 6px 0px;
	width:260px;
	font-size: 1.4em;
	margin: 20px 10px;
	text-align: center;
	color: #453318;
	border:none;
	border-bottom:solid 2px #ca6307;
	border-radius:6px;
	background:#ffad33;
}
.conf_bt02 {
	padding: 10px;
	margin: 20px 10px;
	text-align: center;
	background: #D20000;
	color: #ffffff;
	border:none;
	border-radius:6px;
}
input[type="submit"]{
   -webkit-appearance: none;
}

#message-del {
	width: 980px;
	margin: 0 auto;
	margin-bottom: 15px;
	margin-top: 15px;
	font-size: 0.9em;
	background: #;
	padding: 20px 0 15px 0;
	font-size: 1.2em;
	text-align: center;
}
#message-del span {
	color: #d20000;
	font-weight: bold;
}
#message-rlist {
	width: 440px;
	margin: 0 auto;
	margin-bottom: 15px;
	margin-top: 45px;
	font-size: 0.9em;
 background: #;
	padding: 20px 0 15px 0;
	font-size: 1.2em;
	text-align: center;
	background: #1D5F8D;
	border-radius: 8px;
}
#message-rlist a {
	color: #fff;
}
#message-rlist span {
	color: #d20000;
	font-weight: bold;
}
#mainform .parts-float {
	margin: 15px 10px 15px 10px;
}
#mainform .f_title {
	/*font-size: 1.4em;*/
	margin: 20px 0;
	color:#196496;
	/*font-weight:bold;*/
}
/*****************************************************

チェックページ

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

span.check-icon-ok, span.check-icon-ng {
	background: #53bf6b;
	color: #fff;
	font-weight: bold;
	border-radius: 3px;
	padding: 0 10px;
	margin: 0 20px 0 10px;
}
span.check-icon-ng {
	background: #d20000;
}
.checkList-title {
	float:left;
	width:200px;
}
.checkList-response {
	padding-bottom: 6px;
	border-bottom: solid 1px #e8e8e8;
}
.checkList-response p {
	margin-bottom: 12px;
}
#checkMessage {
	background: #d20000;
	color: #fff;
	padding: 20px;
	font-size:1em;
	margin-bottom: 10px;
	border-radius:6px;
}
#checkMessage2 {
	background: #d20000;
	color: #fff;
	padding: 20px 40px;
	font-size:2.5em;
	margin-bottom: 10px;
}
#checkMessage3 {
	background: #dff2d2;
	color: #53bf6b;
	padding: 40px;
	font-size:2.5em;
	margin-bottom: 10px;
}
p.attention-message {
	margin: 20px 0 20px 10px;
	padding: 10px;
	background: #ceeeff;
	border-radius: 11px;
	border: solid 1px #00a9ff;
	font-size: 0.9em;
}




#changeView {
	border: none;
	cursor: pointer;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	box-shadow: 0 1px 0 rgba(255,255,255,1);
	margin: 20px 0 0 0;
}






.decide{

}
.decide .title{
	background:#fff4f4;
	padding:15px 15px;
	font-weight:bold;
	border:solid 1px #ddd;
	margin-top:-1px;
}

.decide .detail{
	border:solid 1px #ddd;
	padding:15px 15px;
	margin-top:-1px;
}



#valueNumber{
	margin:20px 0;
}

#valueNumber input[type=button]{
	-webkit-appearance: none;
	margin: 0;
    width: 24.1%;
	padding:20px 0;
    background: none;
    border-radius: 1px;
    border: none;
    border-bottom: 2px solid #009;
    color: #fff;
    background: #4b7df2;
    font-weight: bold;
	font-size:2em;
}


#moveMes1,#moveMes2{
	text-align:center;
	border-radius:12px;
}

#moveMes1{
	background:#c9ffdd;
}

#moveMes2{
	background:#ffc9c9;
}


#deleteMessage{
	
	color:#d20000;
	border:solid 1px #d20000;
	padding:30px 10px;
}









.section{
	/*border:solid 1px #1D5F8D;
	background:#fffaf3;*/
	padding-bottom:20px;
}
.section h3{
	/*background:#FEF9F2;*/
	background:#FFF0D6;
	margin:0;
	color:#1D5F8D;
	font-size:1.2em;
	padding:6px 0 6px 0px;
	text-align:center;
	border-bottom:#ddd;
	font-weight:normal;
	margin-bottom:10px;
	border-radius:10px;
	width:220px;
}
.section h3:before{
	
}
.section ul{
	margin-left:10px;
}
.section li:last-child{
	border:none;
}

.section input[type="button"]{
	margin-left:-21px;
	padding:4px 17px 3px 17px;
	border:none;
	border-bottom:solid 2px #ca6307;
	background:#ffad33;
	color:#453318;
}
.section input[type="text"].os{
	/*width:60px;*/
}

.section p.q{
	background: #fafafa;
    margin: 10px 0;
    padding: 10px;
    border: solid 1px #EFEFEF;
    color: #888;
}
.section p.q a{
	font-weight:bold;
}









input[type="text"][disabled]{
    background:#eee;
    cursor:not-allowed; /* 禁止カーソル */
}












#ccnt{
	padding:10px 0;
	background:#fff;
}
#ccnt span{
	background: #F1F1F1;
    border-left: 6px #D20000 solid;
    margin-left: 3px;
    padding: 5px 14px;
}
#detailBt{
	float:right;
	margin-right:8px;
}
.uselist{
	float:left;
	display:table;
	padding:0;
	margin-bottom:5px;
	border-collapse:collapse;
	margin-left:20px;
}
.uselist div{
	display:table-cell;
	width:140px;
	border:solid 1px #1D5F8D;
	text-align:center;
}
.uselist div h3{
	background:#1D5F8D;
	color:#fff;
	margin:0;
	font-weight:normal;
	font-size:1em;
}
#ccnt .uselist a{
	border:none;
	background:none;
    margin-left: 3px;
	padding:3px;
}

.deleteCheckMessage{
	text-align: center;
    background: #FFF0F0;
    margin: 20px 0;
    color: #5D5D5D;
    padding: 10px 0;
    border-radius: 10px;
}






.detail-icon-human:before,.detail-icon-car:before,.detail-icon-cal:before{
	position: relative;
    top: 8px;
	margin-right:10px;
}
.detail-icon-human:before{
	content :url(../img/detail-icon-human.png);
}
.detail-icon-car:before{
	content :url(../img/detail-icon-car.png);
}
.detail-icon-cal:before{
	content :url(../img/detail-icon-cal.png);
}



.detail-icon-human-s:before,
.detail-icon-car-s:before,
.detail-icon-cal-s:before{
	position: relative;
    top: 3px;
	margin-right:3px;
}
.detail-icon-human-s:before{
	content :url(../img/detail-icon-human-s.png);
}
.detail-icon-car-s:before{
	content :url(../img/detail-icon-car-s.png);
}



#overlap{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.60, #f5f5f5), color-stop(0.49, #fff));
	background: -webkit-linear-gradient(top, #fff 49%, #f5f5f5 60%);
	background: -moz-linear-gradient(top, #fff 49%, #f5f5f5 60%);
	background: -o-linear-gradient(top, #fff 49%, #f5f5f5 60%);
	background: -ms-linear-gradient(top, #fff 49%, #f5f5f5 60%);
	background: linear-gradient(to bottom, #fff 49%, #f5f5f5 60%);
	border: 1px solid #dadada;
    text-align: center;
    margin: 20px 60px 50px 60px;
    border-radius: 8px;
    padding: 20px 0;
	box-shadow:rgba(214, 214, 214, 0.709804) 0px 7px 6px -6px;
-webkit-box-shadow:rgba(214, 214, 214, 0.709804) 0px 7px 6px -6px;
-moz-box-shadow:rgba(214, 214, 214, 0.709804) 0px 7px 6px -6px;
}

#overlap p{
	position: relative;
	font-size:1.2em;
	font-weight:bold;
    top: -10px;
}

#overlap p:before{
	content :url(../img/overlap-icon.png);
	position: relative;
    top: 17px;
	margin-right:30px;
}







#paymentTable {
	text-align:center;
	margin: 0 auto;
}