*{
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
	font-size:15px;
	letter-spacing:1px;
	line-height:1.5em;
	color:#222;
//	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	font-family: Meiryo, sans-serif;
}

html,body {
	height:100%;
}

body {
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	color:#333333;
}

a {
	color:#247de9;
	text-decoration:none;
}
a:hover{
	color:#ff0000;
	text-decoration:none;
	cursor: pointer;
}

a.lnk {
	color:#00477f;
//	text-decoration:underline;
}
a.lnk:hover{
	color:#ff0000;
	cursor: pointer;
}

.km {
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-ms-border-radius:20px;
	border-radius:20px;
}
.km5 {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
}

#page-top {
	position: fixed;
	top:130px;
	left:0;
	z-index:99;
}

.pagetop {
    display: none;
    position: fixed;
top:100px;
left:0;
//    bottom: 5px;
//    right: 5px;
	z-index:999;
	transition: all 300ms ease-out 0s;
}
.pagetop:hover {
//	opacity: 0.5;
}

.opa05:hover {
	opacity: 0.5;
}
.opa07:hover {
	opacity: 0.7;
}

.clear {
	clear:both;
}
.clear-p {
	clear:both;
}



/*-----------------------------------------------------------------
	-design-
-----------------------------------------------------------------*/

#wrapper{
	display:block;
}
#smart_wrapper{
	display:none;
}
#smart_footer{
	display:none;
}
/*以下は画像などの表示制御クラス*/

.pc_img_class{
	display:inline;
}
.smart_img_class{
	display:none;
}

.left {
	float:left;
}
.right {
	float:right;
}

.link-a {
	margin-top:-100px;
	padding-top:100px;
}

/*-----------------------------------------------*/

.t-menu-waku {
	z-index: 100;
	position: fixed;
	width:100%;
//	height:145px;
	height:60px;
	padding:5px 10px 0 10px;
	text-align:center;
	border-bottom:1px solid #001e43;
//	border-top:5px solid #155899;
//	border-top:5px solid #009bf8;
	background-color:#fff;
//	background-color:#001e43;


	background-image: url("../images/back-h.png");
	background-position: left bottom;
//	border:1px solid #000;
}

.menu-waku {
//	max-width:1100px;
//	min-width:800px;
	width:1100px;
}
.title-p {
//	width:380px;
	width:310px;
	padding:0px 0 0 0px;
	margin:7px 0 0 10px;
//	border:1px solid #000;
}
@media screen and (max-width:480px){
.t-menu-waku{
	text-align:center;
	width:100%;
	height:65px;
}
.menu-waku {
	min-width:1px;
	width:100%;
//	border:1px solid #000;
}
.title-p {
//	width:170px;
	width:300px;
	margin:9px auto; 0 auto;
//	border:1px solid #000;
}
}




/*-----------------------------------------------*/

.modal{
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100vh;
}
.modal__bg{
	z-index:100;
	position: absolute;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.8);
}
.modal__content{
	z-index:101;
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 620px;
	width: 80%;
	padding: 20px;

	text-align:left;
	background: #fff;
	transform: translate(-50%,-50%);

}
.modal__content2{
	font-size:12px;
}
.modal__content3{
	font-size:12px;
}
.modal__content4{
	margin:10px 0 10px 0;
	padding: 10px;
	font-size:12px;
	border:1px solid #999;
}

.modal-btn-b {
//	display:inline-block;
	width:120px;
	margin:0 5px 0px 5px;
	padding:10px 10px 10px 10px;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	background-color:#337ab7;
	border:1px solid #337ab7;
}
.modal-btn-b:hover {
	color:#337ab7;
	background-color:#fff;
}
.modal-btn-b2 {
	display:inline-block;
	width:90px;
	margin:0 5px 0px 5px;
	padding:10px 10px 10px 10px;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	background-color:#888;
	border:1px solid #888;
}
.modal-btn-b2:hover {
	color:#888;
	background-color:#fff;
}

.modal-btn-b3 {
//	display:inline-block;
	width:120px;
	margin:0 5px 0px 5px;
	padding:10px 10px 10px 10px;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	background-color:#ccc;
	border:1px solid #ccc;
}
@media screen and (max-width:480px){
.modal__content{
	width: 90%;
	padding: 10px;
}
}

/*-----------------------------------------------*/


body {
//	padding:10px;
}

.main-contents {
//	padding:70px 20px 50px 20px;
	padding:100px 20px 50px 20px;
}

.msg {
	margin:0 0 20px 0;
	font-size:17px;
	color:#ff0000;
	font-weight: bold;
}
.log-msg {
	margin:50px 0 0 0;
	font-size:20px;
//	font-weight: bold;
}
.log-msg-h {
	height:20px;
}
@media screen and (max-width:480px){
	.log-msg {
		margin:20px 0 0 0;
		font-size:14px;
//		font-weight: bold;
	}
	.log-msg-h {
		height:10px;
	}
}

/*-----------------------------------------------*/
/* 固定 */
.fixed {
	z-index:10;
	position: fixed;
	top:0;
	left:0;
	width:100%;
}
.fixed2 {
	z-index:10;
	position: fixed;
	top:70px;
	left:0;
	width:100%;
	height:27px;
//	background-color:#004518;
	background-color:#0131ab;
}
.top2 {
	max-width:1120px;
	padding:0 10px;
	color:#fff;
	text-align:right;
}
.top3 {
	width:120px;
	heigh:20px;
	margin:0 0 0 20px;
	padding:2px 0 2px 0;
	font-size:12px;
	color:#000;
	text-align:center;
	background-color:#bbb;
	border:1px solid #bbb;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
}
.top3:hover {
	background-color:#fff;
}

.top {
	height:80px;
	padding:19px 0 0 0;
	background-color:#fff;
//	border-bottom:3px solid #004518;
	border-bottom:1px solid #aaa;
}
.top-01 {
	max-width:1120px;
	height:60px;
	padding:0 10px;
}
.top-02 {
	width:300px;
}
.top-03 {
	width:90px;
	height:45px;
	margin:0 0 0 10px;
	padding:4px 0 0 0;
	border:1px solid #004518;
}
.top-03:hover {
//	background-color:#74c562;
	background-color:#bceebe;
}

.top-03-1 {
	margin:-2px 0 0 0;
	font-size:11px;
//	color:#004518;
	color:#0131ab;
	line-height:1em;
}
.logo-01 {
	height:40px;
	margin:2px 0 0 0;
}
.logo-02 {
	height:30px;
	margin:10px 0 0 5px;
}
.logo-02a {
	width:95px;
}
.icon-01 {
	height:20px;
}



.footer {
//	height:250px;
	padding:10px;
//	border:1px solid #53aa3e;
	background-color:#8098d5;
}
.footer-1 {
	max-width:1100px;
	text-align:left;
}
.footer-2 {
	width:180px;
	margin:0 0 0 -1px;
	padding:5px 0px 5px 15px;
	font-size:12px;
	color:#fff;
	border:1px solid #fff;
	background-image: url("../images/y01.png");
	background-repeat: no-repeat;
	background-position: left 5px center;
}
.footer-2:hover {
	color:#0131ab;
	background-color:#fff;
	background-image: url("../images/y02.png");
}

.foot {
	padding:0 0 20px 0;
	font-size:13px;
	color:#000;
	line-height:1em;
//	background-color:#0131ab;
}
@media screen and (max-width:480px){
.foot {
	font-size:12px;
}
}

.foot-01 {
	display:inline-block;
	margin:-10px 0 0 0;
	font-size:18px;
	color:#fff;
	line-height:1em;
	vertical-align:-3px;
}

/*-----------------------------------------------*/

.top-box00 {
	position:relative;
	max-width:1100px;
	margin:0 0 30px 0;
	padding:0 15px 20px 15px;
	font-size:26px;
	color:#000;
	font-weight: bold;
//	text-align:left;
	text-align:center;
	line-height:1.0em;
//	border-left:5px solid #000;
//	background-color:#ccd6ee;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.top-box00:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #247de9, #247de9 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #247de9, #247de9 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


.top-box00-1 {
//	max-width:1100px;
	max-width:800px;
	margin:-10px 0 20px 0;
	font-size:15px;
	text-align:left;
}
.top-box00-1a {
	max-width:712px;
}

.top-box00-1tt {
	display:inline-block;
	margin:0 0 10px 0;
	font-size:18px;
	font-weight: bold;
	text-align:left;
}


.top-box-red {
	width:530px;
	margin:0 0 10px 0;
	color:#ff0000;
	font-weight:bold;
	text-align:left;
}


.top-box01 {
	margin:0 0 20px 0;
	padding:20px;
	color:#000;
//	background-color:#0131ab;
	background-color:#b9e7ff;


}
.top-box01a {
	width:530px;
//	min-height:220px;
	text-align:left;
}
.top-box01aa {
	width:100%;
	min-height:220px;
	text-align:left;
}
.top-box01a3 {
	background-color:#ffc04c;
}

.top-box01b {
	width:530px;
//	height:215px;
	text-align:left;
	background-color:#eef1f8;
}
.top-box01ba {
	width:530px;
//	height:215px;
	text-align:left;
	background-color:#fff;
}
.top-box01bb {
	width:100%;
	text-align:left;
	background-color:#eef1f8;
}


.top-box-A {
	width:1100px;
}
.top-box01-left {
	float:left;
}
.top-box01-right {
	float:right;
}

@media screen and (max-width:1000px){
	.top-box01a {
		height:auto;
	}
	.top-box01b {
		height:auto;
	}
	.top-box-A {
		width:auto;
	}
	.top-box01-left {
		float:none;
	}
	.top-box01-right {
		float:none;
	}
}

.top-box04-05 {
	color:#fff;
}
.top-box01-01 {
	margin:0 0 10px 0;
	padding:0 0 1px 0;
	font-size:17px;
	color:#fff;
	font-weight: bold;
	text-align:left;
	border-bottom:1px solid #000;

}
.top-box01-01a1 {
	width:50%;
	padding:0 10px 0 0;
color:#fff;
}
.top-box01-01a2 {
	width:50%;
	padding:0 0 0 10px;
}

.top-box01-02 {
	padding:0 0 2px 0;
	color:#000;
	text-align:left;
}
.top-box01-02ccc {
	color:#0131ab;
}
.top-box01-02a {
	padding:0 0 2px 0;
	font-size:13px;
	color:#fff;
	text-align:left;
}
.top-box01-02c {
	text-align:center;
}

.top-box02 {
	max-width:1100px;
	margin:50px 0 20px 0;
	text-align:left;
}
.top-box02-A {
	margin:0px 0 40px 0;
	padding:20px 20px 40px 20px;
	background-color:#d3f0ff;
	border:1px solid #d3f0ff;
}

.top-box02-01 {
	margin:0 0 10px 0;
	padding:0 0 1px 0;
	font-size:17px;
//	font-weight: bold;
	text-align:left;
	border-bottom:1px solid #aaa;
}
.top-box02-02 {
	display:inline-block;
	font-size:20px;
	font-weight: bold;
}

.top-box02-line {
	height:1px;
	margin:10px 0;
	border-bottom:1px solid #c0c0c0;
}


.top-box03-01 {
	width:150px;
}
.top-box03-02 {
	display:inline-block;
	padding:0 0 5px 0;
	font-size:17px;
//	color:#0a2d81;
	color:#337ab7;
	font-weight: bold;
}
.top-box03-02-1a {
	width:200px;
	margin:0 10px 10px 0;
}
.top-box03-02-b {
	display:inline-block;
//	margin:0 0 10px 5px;
	padding:3px 10px 2px 10px;
	font-size:12px;
	color:#fff;
	background-color:#337ab7;
	border:1px solid #337ab7;
}
.top-box03-02-b:hover {
	color:#337ab7;
	background-color:#fff;
}

.top-box03-02-1 {
	padding:5px;
	font-size:13px;
	background-color:#0131ab;
	border:1px solid #cccccc;
}
.top-box03-02-2 {
	padding:5px;
	font-size:13px;
	background-color:#e9e9e9;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;

}


.top-box03-03 {
	height:120px;
	padding:10px 0 0 0;
	color:#1d60ff;
	font-size:13px;
	text-align:center;
	background-color:#e8f6f2;
	border:1px solid #31846a;
}
.top-box03-03:hover {
	background-color:#86c2ff;
}
.top-box03-04 {
	font-size:50px;
	color:#1d60ff;
	font-weight: bold;
	line-height:1em;
}
.top-box03-05 {
	margin:8px 0 0 0;
	font-size:13px;
	color:#333;
	line-height:1em;
}

.top-box04 {
//	max-width:1100px;
	max-width:800px;
	text-align:left;
}

.top-box04-00 {
	padding:0 20px;
}

.top-box04-01 {
	max-width:1100px;
	text-align:left;
}

.top-box04-01 {
	display:inline-block;
//	max-width:1100px;
	padding:5px 10px;
	color:#fff;
	text-align:left;
	background-color:#0131ab;
}
.top-box04-01a {
	font-size:18px;
}
.top-box04-02 {
	margin:0 0 20px 0;
//	padding:20px;
//	background-color:#0131ab;
//	border-top:3px solid #0131ab;
}
.top-box04-02a {
	background-color:#eef1f8
}

.top-box04-03 {
	width:330px;
	margin: 0 20px 0 0;
//	padding:10px;

}
.top-box04-04 {
	margin:0 0 5px 0;
	padding:0 0 1px 0;
	font-size:15px;
	color:#53aa3e;
	font-weight: bold;
	text-align:left;
	border-bottom:1px solid #53aa3e;
}


.top-box05-02 {
	margin: 0 0 20px 0;
}

.top-box05-03 {
	margin:10px 0 0 0;
	padding:10px 20px;
//	background-color:#eefaeb;
	background-color:#fff;
	border:1px solid #74c562;
}
.top-box05-03aa {
	display:inline-block;
	margin:10px 0 0 0;
	padding:5px 10px;
	background-color:#fff;
	border:1px solid #aaaaaa;
}

.top-box05-04 {
	width:20px;
	height:20px;
	margin:0 10px -4px 0;
}

.plus-01 {
	margin:0 0 20px 0;
}

.top-box06 {
	max-width:1100px;
	padding:40px 10px;
//	text-align:center;
	background-color:#eef1f8;
}
.top-box06-01 {
	display:inline-block;
	font-size:21px;
	color:#004518;
	font-weight: bold;
}
.top-box06-01-1 {
	display:inline-block;
	font-size:17px;
	color:#000;
	font-weight: bold;
}
.top-box06-01-1c {
	display:block;
	font-size:17px;
	color:#004518;
	font-weight: bold;
	text-align:center;
}
.top-box06-01-1c-ccc {
	color:#0131ab;
}

.top-box06-01-t {
	margin:0 0 5px 0;
	font-size:13px;
	font-weight:bold;
}
@media screen and (max-width:480px){
.top-box06-01-t {
	margin:0 0 5px 0;
	font-size:12px;
}
}


.top-box06-02 {
	width:335px;
}
.top-box06-03 {
	display:inline-block;
	font-size:18px;
	font-weight: bold;
}
.top-box06-04 {
	height:30px;
}

.top-box07 {
//	width:620px;
	width:420px;
	margin:20px 0 0 0;
}

.top-box08 {
	width:620px;
	margin:50px 0 0 0;
}


.icno-03 {
	width:30px;
	margin:0 15px -10px 0;
}
.icno-04 {
	width:30px;
	height:30px;
	margin:0 7px -3px 0;
}
.icno-05 {
	width:30px;
	margin:0 7px -3px 0;
}

/*-----------------------------------------------*/

.top-box-table {
	border-collapse: collapse;
}
.width100 {
	width:100%;
}
.width100a {
	width:100%;
	max-width:400px;
}
.margin-b10 {
	margin:0 0 10px 0;
}

.top-box-table td.td001{
	width:150px;
	padding:0 0px 0 0;
	vertical-align:middle;
}
.top-box-table td.td002{
	padding:0 0 0 30px;
}
.top-box-table td.td003{
	text-align:right;
}
.top-box-table td.td004{
	width:180px;
	padding:5px;
	color:#fff;
	vertical-align:bottom;
	border-bottom:1px dashed #fff;
}
.top-box-table td.td005 div{
	color:#fff;
}
.top-box-table td.td005{
	padding:5px;
	text-align:right;
	color:#fff;
	vertical-align:bottom;
	border-bottom:1px dashed #fff;
}
.top-box-table td.td005 div{
	color:#fff;
}

.top-box-table td.td-a01{
	padding: 5px;
	font-size:13px;
	background-color:#e9e9e9;
	border:1px solid #cccccc;
}
.top-box-table td.td-a02{
	padding: 5px;
	font-size:13px;
	border:1px solid #cccccc;
	text-align:right;
}

.top-box-table td.td-m01{
	padding: 5px;
	font-size:14px;
}
.top-box-table td.td-m02{
	padding: 5px;
	font-size:14px;
	text-align:right;
}
.top-box-table td.td-m03{
	border-top:1px solid #333;
}
.top-box-table td.td-m03w{
	border-top:1px solid #fff;
}


.top-box-table td.td-k-l{
//	width:50%;
	padding:0 10px 0 0;
	vertical-align:top;
}
.top-box-table td.td-k-r{
//	width:50%;
	padding:0 0 0 10px;
	vertical-align:top;
}


.top-box-table td.td-k01{
	width:140px;
	padding:8px;
	font-size:13px;
	text-align:center;
	background-color:#e9e9e9;
	border:1px solid #333;
}
.top-box-table td.td-k02{
	width:220px;
	padding:8px;
	font-size:13px;
	background-color:#fff;
	border:1px solid #333;
}
.top-box-table td.td-k03{
	width:360px;
	padding:20px 0 0 0;
}


.table {
	border-collapse: collapse;
}
.table-w100 {
	width:100%;
}
.table-h100 {
	height:100%;
}
.table-h70p {
	height:70px;
}
@media screen and (max-width:480px){
.table-h70p {
	width:100%;
	height:auto;
}
}

.table th {
	padding:8px 2px;
	font-size:12px;
	text-align:center;
	line-height:1.0em;
	background-color:#ddd;
	border:1px solid #333;
}
.table td {
	width:170px;
	padding:15px 10px;
	font-size:12px;
	line-height:1.0em;
	background-color:#fff;
	border:1px solid #333;
}
.table td.tdcenter {
	text-align:center;
}
.table td.tdright {
	text-align:right;
}

.table-bus td.td-bus01 {
	font-size:12px;
//	color:#ff0000;
	text-align:left;
	vertical-align:top;
	border:0px;
}
.table-bus td.td-bus01 b{
	font-size:12px;
	color:#ee0000;
}

.table td.td-a001 {
	width:40px;
}
.table td.td-a002 {
	width:110px;
}
.table td.td-a002 .red {
	padding:2px 0 0 0;
	font-size:10px;
	color:#ff0000;
}
.table td.td-a003 {
	width:490px;
}

.table td.td-z000 {
	width:340px;
	height:100%;
	padding:0px;
}
.table td.td-z001 {
	width:50%;
	padding:15px 10px;
	border:0px;
	line-height:1.2em;
}
.table td.td-z002 {
	width:50%;
	padding:15px 10px;
	border-top:0px;
	border-bottom:0px;
	border-right:0px;
	border-left:1px solid #333;
}
@media screen and (max-width:480px){
.table td.td-a002 {
	width:70px;
//	border:1px solid #000;
}
.td-z003 {
	width:60px;
//	border:1px solid #000;
}
.table td.td-z000 {
//	width:150px;
	width:100%;
	padding:15px 10px;
}
.table td.td-z001 {
	display:block;
	width:100%;
	padding:0px;
}
.table td.td-z002 {
	display:block;
	width:100%;
	padding:10px 0 0 0;
	font-size:10px;
	border-top:0px;
	border-bottom:0px;
	border-right:0px;
	border-left:0px;
}
}

.table td label {
	font-size:12px;
}
.table td div {
	font-size:12px;
}


.table-bb {
	border-collapse: collapse;
}
.table-bb td{
	font-size:13px;
	text-align:left;
	vertical-align:top;
}



.tbl-wd1 {
	width:370px;
	height:1px;
}
.tbl-wd2 {
	width:80px;
	height:1px;
}
@media screen and (max-width:480px){
.tbl-wd1 {
	width:230px;
	height:1px;
}
.tbl-wd2 {
	width:70px;
	height:1px;
}
}

.tbl-t001 {
	margin:3px 0 0 0;
	font-size:9px;
	line-height:1.0em;
}



input[type="radio"],input[type="checkbox"]{
	position: relative;
	top: 2px;
	margin:0 5px 0 0;
}

.caution-01 {
	margin:5px 0 0 0;
	font-size:12px;
	color:#ff0000;
}

.menkyo-img {
	width:100%;
}

.sisrtsu-mds {
	width:600px;
	padding:10px 0;
	text-align:left;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}

.sisrtsu-mds1 {
	display:inline-block;
	font-size:17px;
	color:#247de9;
	font-weight:bold;
	cursor:pointer;
}
.sisrtsu-mds1:hover {
	color:#ff0000;
}

.sisrtsu-mds2 {
	display:inline-block;
	font-size:14px;
	font-weight:normal;
}


/*-----------------------------------------------*/

.kingaku-t1 {
	margin:10px 0 0 0;
	font-size:14px;
}
.kingaku-t2 {
	margin:0 0 10px 0;
	font-size:14px;
}
.kingaku-t3 {
	width:420px;
	margin:0 0 0 10px;
	padding:10px;
	background-color:#fff;
	border:1px solid #555;
}
.kingaku-t4 {
	margin:0 0 20px 0;
	font-size:17px;
	color:#004518;
	color:#0131ab;
	font-weight: bold;
}
.kingaku-t5 {
	margin:0 0 10px 0;
	font-size:14px;
	font-weight: bold;
}
.kingaku-t2 p {
	display:block;
	margin:0 0 20px 0;
	font-size:14px;
}
.kingaku-t6 {
	font-size:14px;
}

.wht {
	color:#fff;
}

.me-p {
	width:100%;
}

.kingaku-table {
	border-collapse: collapse;
}
.kingaku-table td {
//	width:180px;
	padding:12px 10px;
	font-size:13px;
	text-align:center;
	vertical-align:middle;
	background-color:#fff;
	border:1px solid #555;
}
.kingaku-table td.kintd001 {
//	width:180px;
	background-color:#ccc;
}
.kingaku-table td.kintd003 {
	width:210px;
	background-color:#ccc;
}
.kingaku-table td.kintd004 {
	text-align:left;
}
.kingaku-table td a {
	font-size:13px;
}




.kingaku-table2 {
	border-collapse: collapse;
}
.kingaku-table2 td {
	font-size:14px;
	vertical-align:top;
}
.kingaku-table2 td.kin2td001 {
//	width:180px;
}

/*-----------------------------------------------*/
.text-upfile-tt1 {
	margin:0 0 5px 0;
	font-size:14px;
	color:#ff0000;
}
.text-upfile-tt2 {
	margin:0 0 5px 0;
	font-size:24px;
	color:#ff0000;
}

.text-upfile {
	width:300px;
	height:30px;
//	margin:0 0 10px 0;
}

.form-w00 {
	display:table;
	width:100%;
	margin:-1px 0 0 0;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
}
.form-w01 {
	display:table-cell;
	position:relative;
	min-width:220px;
	width:220px;
	padding:10px;
	font-size:14px;
	text-align:left;
	line-height:1.0em;
	vertical-align:middle;
//	background-color:#ffecd2;
	background-color:#a1cfff;
}
.form-w02 {
	display:table-cell;
	padding:15px;
	text-align:left;
	vertical-align:middle;
	word-wrap:break-word;
	background-color:#fff;
}

.form-g01 {
	width:350px;
}
@media screen and (max-width:480px){
.form-g01 {
	width:100%;
}
}


.otoi-text3 {
	display:inline-block;
	position:relative;
	top:-2px;
	margin:0 0 0 6px;
	padding:6px;
	font-size:10px;
	color:#fff;
//	font-weight:bold;
	text-align:left;
	line-height:1.0em;
	background-color:#ab1d23;
//	background-color:#f79900;
}

/*-----------------------------------------------*/

.photo-01 {
	width:100%;
}


/*-----------------------------------------------*/

.button-01 {
	width:200px;
//	width:80%;
	height:50px;
	margin:0px 0 0 0;
	padding:5px;
	font-size:14px;
	color:#ffffff;
	background-color: #247de9;
	border:1px solid #00337f;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	cursor: pointer;
}
.button-01:hover {
	background-color: #00337f;
}

.button-01bud {
	width:200px;
//	width:80%;
	height:50px;
	margin:0px 0 0 0;
	padding:5px;
	font-size:14px;
	color:#ffffff;
	background-color: #787878;
	border:1px solid #787878;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	cursor: pointer;
}

.button-01- {
	width:300px;
//	margin:10px 0 0 0;
	padding:25px 0;
	font-size:17px;
	color:#fff;
	text-align:center;
	font-weight: bold;
	letter-spacing:2px;
	line-height:1em;
	border:1px solid #00337f;
	background-color: #247de9;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
}
.button-01-:hover {
	background-color: #00337f;
}

.button-01m1 {
	margin:10px 0 0 0;
}

.button-01b {
	margin:20px 0 0 0;
	border:1px solid #123586;
	background-color:#123586;
}
.button-01b:hover {
	color:#123586;
	background-color:#fff;
}

.button-01a {
	width:200px;
//	width:80%;
	height:50px;
	margin:0px 0 0 0;
	padding:5px;
	font-size:14px;
	color:#ffffff;
	background-color:#aaa;
	border:1px solid #aaa;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	cursor: pointer;
}
.button-01a:hover {
	color:#fff;
	background-color:#666;
}

.button-01a- {
	width:300px;
//	margin:10px 0 0 0;
	padding:25px 0;
	font-size:17px;
	color:#fff;
	text-align:center;
	font-weight: bold;
	letter-spacing:2px;
	line-height:1em;
	border:1px solid #666666;
	background-color:#666666;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
}
.button-01a-:hover {
	color:#666;
	background-color:#ccc;
}

.button-01d {
	width:300px;
//	margin:10px 0 0 0;
	padding:25px 0;
	font-size:17px;
	color:#fff;
	text-align:center;
	font-weight: bold;
	letter-spacing:2px;
	line-height:1em;
	border:1px solid #bbb;
	background-color:#bbb;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
}

.msg-box00 {
	margin:20px 0 0 0;
	font-size:17px;
	color:#0131ab;
	font-weight: bold;
}

/*-----------------------------------------------*/



.otoi-00 {
	width:860px;
//	margin:0 50px ;
	text-align:left;
}


.otoi-t01 {
	font-size:14px;
	color:#ff0000;
	font-weight:bold;
	text-align:left;
}

.otoi-t02 {
	margin:40px 0 20px 20px;
	font-size:24px;
//	color:#ff0000;
	font-weight:bold;
}
.otoi-t03 {
	margin:0px 0 60px 20px;
	font-size:18px;
}

.otoi-waku0 {
//	width:860px;
	padding:0 20px;
	text-align:left;
//	border:1px solid #bbb;
}
.otoi-waku1 {
	float:left;
	width:50%;
	padding:0 20px 10px 0;
}

.otoi-waku2 {
//	float:right;
	float:left;
	width:50%;
	padding:0 0 10px 20px;
}

.otoi_i00 {
//	width:400px;
	width:100%;
//	height:30px;
	margin:0 0 0 0;
	padding:10px;
	font-size:16px;
	border:1px solid #aaaaaa;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
}
.otoi_i00-1 {
	width:300px;
}

.otoi_i01 {
//	width:400px;
	width:100%;
//	height:30px;
//	margin:0 0 20px 0;
	padding:5px;
	font-size:16px;
	border:1px solid #aaaaaa;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
}

.otoi_i02 {
	width:348px;
//	height:30px;
	margin:0 0 0px 0;
	padding:5px;
	font-size:14px;
	border:1px solid #aaaaaa;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
}
.otoi_i02_1 {
	width:300px;
}
.otoi_i02_2 {
	width:100%;
}
.otoi_i02_3 {
	width:80px;
}

.otoi_i03 {
//	width:400px;
	width:100%;
	height:255px;
	margin:0 0 10px 0;
	padding:5px;
	font-size:14px;
	border:1px solid #aaaaaa;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
}

.otoi_i04 {
	width:100px;
//	height:30px;
	margin:0 0 0px 0;
	padding:10px;
	font-size:14px;
	border:1px solid #aaaaaa;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
}
.otoi_i04_1 {
	width:80px;
}
.otoi_i04_2 {
	width:80px;
}
.otoi_i04_3 {
	width:150px;
}

.otoi_i05 {
	width:100px;
	height:30px;
	margin:0 0 -10px 0;
	padding:5px;
	font-size:14px;
	border:1px solid #aaaaaa;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
}

.otoi_i06 {
//	width:300px;
	width:80%;
	height:50px;
	margin:0px 0 0 0;
	padding:5px;
	font-size:14px;
	color:#ffffff;
	background: #3498db;
	border:1px solid #aaaaaa;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	cursor: pointer;
}
.otoi_i06:hover {
	background: #234368;
}

.otoi_i06aa {
//	width:300px;
	width:60%;
	height:50px;
	margin:20px 0 0 0;
	padding:5px;
	font-size:14px;
	color:#ffffff;
	background: #f29b76;
	border:1px solid #aaaaaa;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	cursor: pointer;
}
.otoi_i06aa:hover {
	background: #e60012;
}

.otoi_i07 {
	min-width:70px;
//	height:30px;
	margin:0 0 0px 0;
	padding:5px;
	font-size:16px;
	border:1px solid #aaaaaa;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
}
.otoi_i08 {
	min-width:120px;
//	height:30px;
	margin:0 0 0px 0;
	padding:5px;
	font-size:16px;
	border:1px solid #aaaaaa;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
}
.otoi_i09 {
	display:inline-block;
//	width:100px;
//	height:30px;
	margin:0 0 0px 0;
	padding:10px;
	font-size:14px;
	border:1px solid #aaaaaa;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
}

.otoi_f01 {
	font-size:14px;
	font-weight:bold;
}
.otoi_f02 {
	color:#ff0000;
}

.otoi-line {
	background:#3498db;
	margin:0 0 10px 0;
}

.btn01 {
	width:200px;
//	width:80%;
	height:50px;
	margin:0px 0 0 0;
	padding:5px;
	font-size:14px;
	color:#ffffff;
	background-color: #247de9;
	border:1px solid #00337f;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	cursor: pointer;
}
.btn01:hover {
	background-color: #00337f;
}
@media screen and (max-width:480px){
.btn01 {
	width:100%;
}
}


/*-----------------------------------------------*/

.cwht {
	color:#fff;
}

.cblu {
	color:#0131ab;
}
.bb-blu {
	border-bottom:1px solid #0131ab;
}
.bt-wht {
	border-top:1px solid #fff;
}

/*-----------------------------------------------------*/

#c006-table {
//	width:1150px;
//	width:1250px;
	width:100%;
	max-width:800px;
	border-collapse: collapse;
	font-size:12px;
}
#c006-table-100 {
	width:100%;
}
#c006-table td,
#c006-table th{
	padding: 5px;
	border: 1px solid #aaa;
	background:#fff;
	word-break: break-all;
}
#c006-table thead th{
	background:#88c0c9;
	color:#fff;
	text-align:center;
}
#c006-table thead th.aaa{
	width:70px;
	background:#fff;
	color:#000;
	text-align:center;
}
#c006-table th{
	font-weight: bold;
	text-align:left;
}
#c006-table tbody td.cc {
	width:130px;
	text-align:center;
}
#c006-table td.tr1,#c006-table th.tr1 {
	background-color:#ebf3f7;
}
#c006-table th.aa0 {
//	width:110px;
}
#c006-table th.aa1 {
	width:180px;
}
#c006-table th.aa2 {
	width:120px;
}
#c006-table th.aa3 {
	width:277px;
}
#c006-table th.aa4 {
	width:190px;
}
#c006-table th.aa5 {
//	width:100px;
	width:120px;
}
#c006-table th.aa6 {
	text-align:center;
}
#c006-table td.aa6 {
//	width:110px;
	text-align:center;
}
#c006-table th.aa7 {
	width:90px;
	text-align:center;
}
#c006-table th.aa7 {
	width:90px;
	text-align:center;
}
#c006-table th.aa8 {
	width:60px;
	text-align:center;
}
#c006-table th.aa9 {
	width:200px;
}

/*-------------------------------------------------*/

.tel-box00 {
	max-width:1100px;
	margin:30px 0 0 0;
	text-align:right;
}
.tel-box01 {
	display:inline-block;
//	width:200px;
	padding:10px 15px 10px 15px;
	font-size:18px;
	color:#0131ab;
	font-weight: bold;
	text-align:center;
	line-height:1.5em;
//	background-color:#ccd6ee;
	background-color:#e8f6f2;
	border:2px solid #0131ab;
	border-radius:10px;
}
.tel-box01-2 {
	font-size:16px;
//	color:#0131ab;
	color:#000;
	font-weight: bold;
}
.tel-box01-3 {
	font-size:18px;
	color:#000;
	font-weight: bold;
}

/*-------------------------------------------------*/

.text-upfile-tt2 {
	margin:5px 0 5px 0;
	font-size:18px;
	color:#ff0000;
	text-align:center;
}

.item-box-pay {
	display:inline-block;
	width:100%;
	margin:5px 0 0 0;
	padding:10px 10px 0px 10px;
	background-color:#fff;
	border-radius:10px;
}
@media screen and (max-width:480px){
.item-box-pay {
	display:block;
}
.pay01-p {
	width:100%;
}
}

/*-------------------------------------------------*/

.tbl-aaa {
	background-color:#aaa;
}

/*-------------------------------------------------*/

.bold {
	display:inline-block;
	margin:0 0 0 0px;
	font-size:14px;
	font-weight:bold;
}
.red {
	display:inline-block;
	margin:0 0 0 0px;
	font-size:12px;
	color:#ff0000;
}
.w200 {
	width:200px;
}
.w385 {
	width:385px;
}
@media screen and (max-width:480px){
.bold {
	font-size:12px;
}
.red {
	display:block;
	margin:0 0 0 0px;
	font-size:12px;
}
.w200 {
	width:50px;
}
.w385 {
	width:50px;
}
}

.pk01 {
	max-width:800px;
	padding:30px 35px;
	font-size:16px;
	text-align:left;
	border:1px solid #333;
}
.pk02 {
	margin:0 0 15px 0;
	padding:0 0 4px 0;
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid #333;
}
.pk03 {
	height:1px;
	margin:10px 0;
	border-top:1px dashed #333;
}
.pk04 {
	height:40px;
}
.pk05 {
	padding:0 0 0 20px;
}




/*-----------------------------------------------------------------
	-smart-
-----------------------------------------------------------------*/
@media screen and (max-width:480px){

#wrapper{
	display:none;
}
#smart_wrapper{
	display:block;
}
#footer{
	display:none;
}
/*以下は画像などの表示制御クラス*/
.pc_img_class{
	display:none;
}
.smart_img_class{
	display:inline;
}

.clear-p {
	clear:none;
}
.clear-s {
	clear:both;
}

.left {
	float:none;
}
.right {
	float:none;
}

.left-s {
	float:left;
}
.right-s {
	float:right;
}

.gotop {
	width:45px
}

*{
	font-size:12px;
}

html,body {
	min-width:1px;
}
body {
	min-width:1px;
}

/*-----------------------------------------------*/
.text-upfile-tt1 {
	margin:0 0 5px 0;
	font-size:12px;
	color:#ff0000;
}
.text-upfile-tt2 {
	margin:0 0 5px 0;
	font-size:12px;
	color:#ff0000;
}
.text-upfile {
	width:300px;
	height:30px;
//	margin:0 0 10px 0;
}

.otoi_i00 {
//	width:400px;
	width:100%;
//	height:30px;
	margin:0 0 0 0;
	padding:10px;
	font-size:12px;
	border:1px solid #aaaaaa;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
}
.otoi_i00-1 {
	width:100%;
}




.otoi-t01 {
	font-size:12px;
	color:#ff0000;
	font-weight:bold;
}

.otoi-t02 {
	font-size:12px;
//	color:#ff0000;
	font-weight:bold;
}


.otoi-waku0 {
	width:100%;
	padding:0 0px;
	text-align:left;
}
.otoi-waku1 {
	float:none;
	width:100%;
	margin:0 0 10px 0;
	padding:0;
}

.otoi-waku2 {
	float:none;
	width:100%;
	margin:0 0 10px 0;
	padding:0;
}

.otoi_i01 {
//	width:310px;
	width:100%;
	height:30px;
	padding:5px;
	font-size:14px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	border:1px solid #aaaaaa;
	margin:0 0 10px 0;
}

.otoi_i01bc {
	background-color:#ffaae6
}

.otoi_i02 {
	width:150px;
	height:30px;
	margin:0 0 0px 0;
	padding:5px;
	font-size:14px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	border:1px solid #aaaaaa;

}

.otoi_i03 {
//	width:310px;
	width:100%;
	height:215px;
	padding:5px;
	font-size:14px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	border:1px solid #aaaaaa;
	margin:0 0 10px 0;
}

.otoi_i06 {
//	width:310px;
	width:100%;
	height:50px;
	margin:0px 0 0 0;
	padding:5px;
	font-size:14px;
	color:#ffffff;
	background: #3498db;
	border:1px solid #aaaaaa;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
}

.otoi_i06aa {
	width:80%;
	height:50px;
	margin:10px 0 0 0;
}



.otoi_f01 {
	font-size:12px;
	font-weight:bold;
}



.otoi_i07 {
	min-width:auto;
}
.otoi_i07 {
	min-width:auto;
//	height:30px;
	padding:5px;
	font-size:12px;
}

/*---------------------------------------------------*/

.main-contents {
	padding:100px 10px 20px 10px;
}
/*---------------------------------------------------*/
.logo-01 {
	width:130px;
	height:auto;
//	height:40px;
	margin:0px 0 0 0;
}
.logo-02 {
	width:65px;
	height:auto;
//	height:30px;
	margin:-6px 0 0 0px;
}


.icon-01 {
	height:15px;
}

.top-02 {
	width:200px;
	margin:1px 0 0 0;
}
.top-03 {
	width:60px;
	height:45px;
	margin:0 0 0 5px;
	padding:7px 0 0 0;
	border:1px solid #004518;
}
.top-03-1 {
	margin:1px 0 0 0;
	font-size:9px;
	line-height:1em;
}

/*-----------------------------------------------*/

.top-box00 {
	max-width:1100px;
	margin:0 0 10px 0;
	padding:12px 0px 12px 12px;
	font-size:18px;
	font-weight: bold;
	line-height:1.0em;
}

.top-box-A {
	width:100%;
}

.top-box01 {
	margin:0 0 10px 0;
	padding:10px;
//	background-color:#0131ab;

}
.top-box01a {
	width:100%;
	min-height:1px;
	height:auto;
	text-align:left;
}
.top-box01b {
	width:100%;
	height:auto;
	text-align:left;
}
.top-box01ba {
	width:100%;
}

.top-box06-01-1 {
	font-size:14px;
}
.top-box06-01-1c {
	font-size:14px;
}
.top-box06-01-1c-ccc {
	color:#0131ab;
}
.icno-04 {
	height:23px;
	margin:0 7px -3px 0;
}

.top-box02 {

	margin:40px 0 20px 0;
}

.top-box03-03 {
	height:auto;
	padding:10px 0 10px 0;
	color:#1d60ff;
	font-size:16px;
}
.top-box03-04 {
	display:inline-block;
	font-size:16px;
	color:#1d60ff;
	font-weight: bold;
	line-height:1em;
}

.top-box03-02-2 {
	padding:5px;
	font-size:12px;
}

.top-box03-02 {
	padding:0 0 10px 0;
	font-size:15px;
	text-align:center;
}

.top-box00-1 {
	max-width:1100px;
	margin:0px 0 20px 0;
	font-size:13px;
	text-align:left;
}

.top-box04-01a {
	font-size:14px;
}

.top-box04-02 {
	margin:0 0 10px 0;
	padding:20px 10px 10px 10px;
//	background-color:#0131ab;
//	border-top:3px solid #53aa3e;
}

.top-box04-03 {
	width:100%;
	margin: 0 0 15px 0;
//	padding:10px;
}

.plus-01 {
	width:40px;
	margin:0 0 10px 0;
}

.top-box01-02a {
	padding:0 0 2px 0;
	font-size:12px;
}

.top-box05-03 {
	margin:10px 0 0 0;
	padding:10px 10px;
}
.top-box05-03a {
	padding:15px 10px;
}

.top-box05-03aa {
	margin:10px 0 0 0;
	padding:5px 10px;
}


.top-box06 {
	padding:20px 10px;
}
.top-box06-01 {
	font-size:18px;
}
.icno-03 {
	width:20px;
	margin:0 10px -5px 0;
}

.top-box06-04 {
	height:20px;
}

.top-box06-02 {
	width:100%;
}

.top-box07 {
	width:100%;
	margin:10px 0 0 0;
}




/*-------------------------------------*/


.top-box-table td.td001wrp {
	display:none;
}

.top-box-table td.td002{
	padding:0 0 0 15px;
}

.top-box-table td.td-a01{
	width:80px;
	padding: 5px;
	font-size:11px;
}
.top-box-table td.td-a02{
	padding: 5px;
	font-size:11px;
}

.top-box-table td.td-k-l{
	display:block;
	width:100%;
	padding:0 0 0 0;
}
.top-box-table td.td-k-r{
	display:block;
	width:100%;
	margin:-1px 0 0 0;
	padding:0 0 0 0;
}

.top-box-table-100 {
	width:100%;
}
.top-box-table td.td-k01{
	width:110px;
	padding:8px;
	font-size:11px;
}
.top-box-table td.td-k02{
//	width:100%;
	padding:8px;
	font-size:11px;
}
.top-box-table td.td-k03{
	width:100%;
	padding:10px 0 0 0;
}



/*-------------------------------------*/

.button-01 {
	width:100%;
//	margin:10px 0 0 0;
//	padding:20px 0;
	font-size:16px;
}

.button-01bud {
	width:100%;
//	margin:10px 0 0 0;
//	padding:20px 0;
	font-size:16px;
}

.button-01a {
	width:100%;
	margin:10px 0 0 0;
	padding:0px 0;
	font-size:16px;
}

.button-01d {
	width:100%;
//	margin:10px 0 0 0;
	padding:20px 0;
	font-size:16px;
}

/*-------------------------------------*/

.form-w00 {
	display:block;
	width:100%;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
.form-w01 {
z-index:1;
	display:block;
	min-width:100%;
	width:100%;
	padding:10px;
	vertical-align:middle;
}
.form-w01a {
	background-color:#ffcba6
}
.form-w02 {
	display:block;
	padding:10px;
	text-align:left;
	vertical-align:middle;
}


.top-box01-01a1 {
	width:100%;
	padding:0 0px 0 0;
}
.top-box01-01a2 {
	width:100%;
	padding:20px 0 0 0px;
}

.footer-2 {
	width:100%;
	margin:-1px 0 0 0;
	padding:5px 0px 5px 15px;

}

/*---------------------------------*/

#c006-table {
	display: block;
	width: 100%;
}
#c006-table thead{
	display: none;
}
#c006-table tbody{
	display: block;
}
#c006-table tbody tr{
	display: block;
	margin-bottom: 10px;
}
#c006-table tbody th,
#c006-table tbody td{
	display: list-item;
	border: none;
}
#c006-table tbody th{
	margin-bottom: 5px;
	padding:5px;
	list-style-type: none;
	color: #fff;
	background: #88c0c9;
	text-align:left;
}
#c006-table tbody td{
	margin-left: 0px;
	margin: -1px 0 0 0;
	padding: 5px 0 5px 5px;
	list-style-type: none;
	background: #fff;
	border:1px solid #999;
}
#c006-table tbody th.aa0 {
	width:100%;
}
#c006-table tbody td.aa1 {
	width:100%;
}
#c006-table tbody td.aa2 {
	width:100%;
}
#c006-table tbody td.aa3 {
	width:100%;
}
#c006-table tbody td.aa4 {
	width:100%;
}
#c006-table tbody td.aa5 {
	width:100%;
}
#c006-table tbody td.aa6 {
	text-align:left;
}

#c006-table tbody td:nth-of-type(1):before { 
	content: "[場所]";
}
#c006-table tbody td:nth-of-type(2):before { 
	content: "[車種]";
}
#c006-table tbody td:nth-of-type(3):before { 
	content: "[出発日]";
}
#c006-table tbody td:nth-of-type(4):before { 
	content: "[返却日]";
}



/*-------------------------------------*/
}