*{
	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:12px;
	letter-spacing: 1px;
	line-height:1.5em;
}

html,body {
//	height:100%;
//	background-color:#7ed5ff;
}

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

}

a {
//	color:#0000ff;
	text-decoration:none;
}
a:hover{
//	color:#ff0000;
	text-decoration:none;
	cursor: pointer;
}
a.mn {
	color:#ffffff;
	text-decoration:none;
}
a.mn:hover{
	color:#ffff00;
	text-decoration:none;
	cursor: pointer;
}



a.nv {
	color:#0000ff;
//	text-decoration:none;
}
a.nv:hover {
	color:#ff0000;
	text-decoration:none;
	cursor: pointer;
}


.km {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.km10 {
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.km15 {
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 5px;
    right: 5px;
	z-index:999;
}

.opa05:hover {
	opacity: 0.6;
}

.clear {
	clear:both;
}

input::placeholder {
	color:#bbb;
}
input:-ms-input-placeholder {
	color:#bbb;
}
input::-ms-input-placeholder {
	color:#bbb;
}




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

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


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

.h100 {
	height:100%;
}
.h10 {
	height:10px;
}
.h20 {
	height:20px;
}
.h50 {
	height:50px;
}


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

.menu-p {
	position:absolute;
	top:6px;
	right:6px;
}

.t-menu-waku {
	z-index: 100;
	position: fixed;
	width:100%;
//	height:110px;
	height:90px;
	padding:15px 40px 0 40px;
	text-align:center;
	background-color:#fff;
//	background-color:#e5f5f6;
//	background-image: url("../images/back-h.png");
	background-position: left bottom;
	border-bottom:1px solid #ccc;
}
.menu-waku {
	width:960px;
//	border:1px solid #000;
}

.title-p {
//	width:100px;
	height:60px;
}

@media screen and (max-width:480px){
.t-menu-waku {
	height:68px;
	padding:10px 10px 0 10px;
}
.title-p {
//	width:100px;
	height:48px;
}
}

.btn-aaa {
	padding:12px 0 12px 0;
	font-size:13px;
	color: #0068b7;
	font-weight: bold;
	border-bottom:1px solid #aaa;
}
.btn-aaa:hover {
	background-color:#c2fbff;
}

.sub-44lk {
	width:100%;
	height:26px;
	padding:8px 0 0 0;
	font-size:11px;
	color:#000;
	font-weight:bold;
	line-height:1.0em;
	text-align:center;
	vertical-align:middle;
	background-color:#fff;
	overflow:hidden;
}
.sub-44lk:hover {
	background-color:#c2fbff;
}

.sub-table4 {
	border-collapse: collapse;
//	width:100%;
	margin:30px 0 0 30px;
}
.sub-table4 td {
	width:160px;
	height:28px;
	padding:1px 0 0 0;
	font-size:11px;
	font-weight:bold;
	line-height:1.0em;
	text-align:center;
	vertical-align:middle;
	border:1px solid #000;
	background-color:#fff;
}
.sub-table4 td.td4auto {
//	width:auto;
	width:120px;
//	padding:1px 0px 0 0px;
}

.main-hh10 {
	height:10px;
}
.main-hh20 {
	height:20px;
}
.main-hh30 {
	height:30px;
}
.main-hh40 {
	height:40px;
}
.main-hh50 {
	height:50px;
}
.main-hh130 {
	height:130px;
}


.main-aaa {
	display:table;
	width:1000px;
//	padding:15px 15px 15px 15px;
//	border:1px solid #000;
}
.left-aaa {
	display:table-cell;
	width:300px;
	padding:0 30px 30px 30px;
	vertical-align:top;
}
.right-aaa {
	display:table-cell;
	width:700px;
	vertical-align:top;
}
.right-bbb {
	min-height:410px;
	height:100%;
	padding: 0 0 10px 0;
	vertical-align:top;
	border:1px solid #ddd;
//	-webkit-border-radius:4px;
//	-moz-border-radius:4px;
//	-ms-border-radius:4px;
//	border-radius:4px;
}


.myp-photo01 {
	width:130px;
	height:130px;
	margin:0 0 13px 0;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;
	background-color:#e8e3df;
	background-repeat: no-repeat;
//	background-size:contain;
	background-size:cover;
	background-position: center center;
}
.myp-photo01a {
	width:70px;
	height:70px;
	margin:0 0 0 0;
}
.myp-photo01b {
	width:50px;
	height:50px;
	margin:0 0 0 0;
}

.myp-title {
	display:inline-block;
	margin:0 0 10px 0;
	font-size:32px;
	text-align:left;
}

.myp-name {
	font-size:16px;
}
.myp-name2 {
	font-size:12px;
}

.myp-border01 {
	border-bottom:1px solid #ddd;
}

.myp-001 {
	padding: 30px 0 3px 0;
	font-size:11px;
	text-align:left;
	border-bottom:1px solid #ddd;
}
.myp-002 {
	width:130px;
	margin:10px 0 0 0;
	font-size:13px;
	color:#2ba6e1;
	text-align:left;
	background-image: url("../images_myp/ya03.jpg");
	background-repeat: no-repeat;
	background-position: right center;
}

.myp-003 {
//	margin:10px 0 0 0;
	padding:10px 18px 10px 5px;
	font-size:13px;
	color:#333;
	text-align:left;
//	border-bottom:1px solid #ddd;
	background-image: url("../images_myp/ya01.png");
	background-repeat: no-repeat;
	background-position: right 5px center;
}
.myp-003:hover {
	background-color:#c0e7ff;
}

.myp-003a {
//	margin:10px 0 0 0;
	padding:10px 18px 10px 5px;
	font-size:13px;
	color:#333;
	text-align:left;
//	border-bottom:1px solid #ddd;
	background-color:#c0e7ff;
	background-image: url("../images_myp/ya01.png");
	background-repeat: no-repeat;
	background-position: right 5px center;
}

.myp-004 {
//	margin:10px 0 0 0;
	padding:10px 18px 10px 5px;
	font-size:13px;
	color:#333;
	text-align:left;
	background-repeat: no-repeat;
	background-position: right 5px center;
}
.myp-004:hover {
	background-color:#c0e7ff;
}

.myp-005 {
	float:left;
	width:175px;
	padding:20px 0 10px 0;
	font-size:15px;
	color:#222;
	font-weight:bold;
	border-bottom:4px solid #fff;
}
.myp-005:hover {
	background-color:#edf9ff;
	border-bottom:4px solid #edf9ff;
}
.myp-005a {
	float:left;
	width:175px;
	padding:20px 0 10px 0;
	font-size:15px;
	color:#28a7e1;
	font-weight:bold;
	border-bottom:4px solid #28a7e1;
}
.myp-005a:hover {
	background-color:#edf9ff;
}
.myp-006 {
	padding:15px;
	text-align:left;
}
.myp-006a {
	padding:0 15px;
	text-align:left;
}
.ws10 {
	display:block;

}

.myp-007 {
	padding:80px 0 0 0;
}
.myp-007-1 {
	padding:15px 0 0px 0;
	font-size:17px;
	color:#222;
	font-weight:bold;
}
.myp-008 {
	margin:-1px 0 0 0;
	padding:10px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.myp-008-0 {
	margin:0;
	padding:10px 10px;
}
.myp-008-1 {
	width:250px;
	text-align:left;
//	border:1px solid #ddd;
}
.myp-008-1a {
	width:510px;
	text-align:left;
//	border:1px solid #ddd;
}
.myp-008-2 {
	width:130px;
//	height:70px;
	text-align:center;
//	border:1px solid #ddd;
}


.myp-009 {
	padding:0 0 3px 0;
	font-size:11px;
	font-weight:bold;
	text-align:left;
}
.myp-009a {
	padding:0 0 0px 0;
}
.myp-010 {
	font-size:11px;
	text-align:left;
}
.myp-011 {
	padding:0 0 5px 0;
	font-size:15px;
	font-weight:bold;
	text-align:left;
}
.myp-012 {
	margin:-1px 0 0 0;
	padding:20px;
	text-align:left;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.myp-012-1 {
	width:50px;
}
.myp-012-2 {
	width:590px;
	font-size:13px;
	text-align:left;
}
.myp-012-3 {
	display:inline-block;
	margin:0 0 5px 0;
	font-size:14px;
	font-weight:bold;
}
.myp-012-4 {
	display:inline-block;
	font-size:10px;
}

.myp-013 {
	width:100%;
	height:200px;
	padding:10px;
	text-align:left;
	border:1px solid #aaa;
}
.myp-014 {
	width:100%;
	margin:0 0 15px 0;
	padding:10px;
	font-size:12px;
	text-align:left;
	background-color:#fff9db;
}
.myp-014-1 {
	margin:0 0 5px 0;
	font-size:14px;
	color:#ff0000;
	font-weight:bold;
	text-align:left;
}

.radio {
	width:20px;
	height:20px;
	margin:0 5px -4px 0;
}
.radio2 {
	display:inline-block;
	padding:0 0 10px 0;
	font-size:14px;
}

.myp-btn01 {
	width:100%;
//	height:50px;
	margin:10px 0 0 0;
	padding:10px 0;
	font-size:13px;
	color:#fff;
	font-weight: bold;
	text-align:center;
	background-color:#28a7e1;
	border:1px solid #28a7e1;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	cursor: pointer;
//	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.4);
}
.myp-btn01a {
	width:200px;
//	height:60px;
	margin:20px 0 0 0;
	padding:10px 0;
}
.myp-btn01a2 {
	width:200px;
//	height:60px;
	margin:20px 0 0 0;
	padding:10px 0;
	background-color:#ff0000;
	border:1px solid #ff0000;
}
.myp-btn01b {
	display:inline-block;
	width:200px;
	margin:10px 0 0 0;
	padding:5px 10px;
	font-size:11px;
	color:#333;
	background-color:#fff;
	border:1px solid #fff;
}
.myp-btn01c {
	display:inline-block;
	width:200px;
	margin:10px 0 0 0;
	padding:5px 10px;
	font-size:11px;
	color:#fff;
	background-color:#000;
	border:1px solid #000;
}



.sub-btn {
	display:inline-block;
	padding:20px 0 0 0;
	font-size:14px;
	color:#333;
}
.sub-btn-b {
	padding:0px 0 0 0;
}

/*-----------------------------------*/
.sub-table1s {
	border-collapse: collapse;
//	width:100%;
	margin:0 0 5px 0;
}
.sub-table1s-1 {
	border-collapse: collapse;
//	width:100%;
	margin:0 0 0 0;
}
.sub-table1s-2 {
	border-collapse: collapse;
	width:100%;
}
.sub-table1s td {
	padding:0 10px 0 0;
}
.sub-table1s td.aa01 {
	width:130px;
	height:70px;
	padding:0 0px 0 0;
	text-align:center;
//	border:1px solid #000;
}


.sub-table2s {
	border-collapse: collapse;
	width:100%;
	margin:0;
}
.sub-table2s-m0 {
	margin:0 0 0 0;
}

.sub-table2s th {
	width:140px;
	padding:5px 0;
	font-size:10px;
	text-align:left;
	background-color:#efefef;
	border:1px solid #999;
}
.sub-table2s td {
	width:auto;
	padding:5px 0;
	font-size:10px;
	text-align:center;
	border:1px solid #999;
}
.sub-table2s th.a001 {
	text-align:center;
}
.sub-table2s td.a002 {
	text-align:left;
}
.sub-table2s td.a003 {
	padding:10px 5px 10px 5px;
	line-height:1.0em;
}
.sub-table2s td.a004 {
	width:50%;
	font-size:22px;
	font-weight:bold;
	text-align:left;

//	padding:10px 5px 10px 5px;
//	line-height:1.0em;
}
/*-----------------------------------*/



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


.pln-button input {
	display: none;
}
.pln-button label{
	display: block;
	float: left;
	cursor: pointer;
	width: 150px;
//	height: 30px;
	margin: 0 10px 10px 0;
	padding: 10px 5px 10px 5px;
	background: #bdc3c7;
	color: #869198;
	font-size: 12px;
	text-align: center;
	line-height: 1;
	transition: .2s;
	border:0px;
	box-shadow: inset 0px 0px 0px ;
	border-radius: 3px 3px 3px 3px;
}

.pln-button input[type="radio"]:checked + .switch-on {
	background-color: #1c4388;
	color: #fff;
}
.pln-button input[type="radio"]:checked + .switch-off {
	background-color: #1c4388;
	color: #fff;
}
.pln-button input[type="radio"]:checked + .switch-on2 {
	background-color: #1c4388;
	color: #fff;
}
.pln-button input[type="radio"]:checked + .switch-off1 {
//	background-color: #002bff;
	background-color: #1c4388;
	color: #fff;
}
.pln-button input[type="radio"]:checked + .switch-off2 {
//	background-color: #4267b2;
	background-color: #002bff;
	color: #fff;
}
.pln-button input[type="radio"]:checked + .switch-off3 {
//	background-color: #2680e8;
	background-color: #002bff;
	color: #fff;
}

@media screen and (max-width:480px){
.pln-button label{
	width: 90px;
	margin: 0 10px 10px 0;
	padding: 10px 5px 10px 5px;
	font-size: 12px;
}
}

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

.main {
	padding:15px;
//	border:1px solid #000;
}




.title-p {
//	margin:-15px 0 0 0;
}

.main-2 {
//	width:100%;
	padding:0 0px;
	display:inline-block;
//	border:1px solid #000;
}
.main-3 {
	float:left;
	display:inline-block;
//	width:31%;
	margin:5px 5px 0px 5px;
//	border:1px solid #000;
}

.main-4 {
	width:700px;
	padding:0 0px;
	display:inline-block;
	text-align:left;
	font-size:14px;
	line-height:1.8em;
//	border:1px solid #000;
}
.main-4-1 {
	margin:10px 0 10px 0;
	padding:0 0 2px 0;
	font-size:18px;
	font-weight: bold;
	border-bottom:1px solid #000;
}
ul.m4 li {
	margin:0 0 0 20px;
	font-size:14px;
	line-height:1.8em;
}


.bb1 {
	position:fixed;
	bottom:0px;
	right:0px;
	width:150px;
	height:40px;
	padding:10px 0 0 0;
	font-size:12px;
	color:#fff;
	font-weight: bold;
	text-align:center;
//	background-color:#000077;
	background: linear-gradient(#325A8C 0%, #1C3959 100%);
	border-top:2px solid #fff;
	border-left:2px solid #fff;
	-webkit-border-radius:10px 0 0 0 ;
	-moz-border-radius:10px 0 0 0 ;
	border-radius:10px 0 0 0 ;
}
.bb1:hover {
	color:#000077;
	background:#7ecef4;
}

.bb2 {
	width:100%;
//	height:40px;
	margin:30px 0 0 0;
	padding:15px 0 15px 0;
	font-size:16px;
	color:#fff;
	font-weight: bold;
	text-align:center;
//	background-color:#000077;
	background: linear-gradient(#325A8C 0%, #1C3959 100%);
	border:2px solid #fff;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.bb2:hover {
	color:#000077;
	background:#7ecef4;
}
.txt-00 {
	width:100%;
	margin:0 0 15px 0;
	padding:10px;
	font-size:18px;
	color:#fff;
//	background-color:#00479d;
	background-color:#00a1a5;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

.txt-00-aaa {
	width:100%;
	margin:0 0 15px 0;
	padding:10px;
	font-size:18px;
	color:#fff;
//	background-color:#00479d;
	background-color:#00a1a5;
}

.txt-01 {
	margin:10px 0 10px 0;
	font-size:16px;
	line-height:2.2em;
//	text-align:left;
	text-align:center;
	font-weight: bold;
}
.txt-01a {
	margin:10px 0 10px 0;
	font-size:18px;
	font-weight: bold;
	line-height:2.2em;
	text-align:center;
}

.txt-02 {
	width:203px;
	margin:-6px 0 10px 0;
	padding:2px 0 10px 0;
	font-size:18px;
	color:#cc0000;
	font-weight: bold;
	background-color:#fff;
	-webkit-border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
}
.txt-02a {
	width:203px;
	margin:-6px 0 10px 0;
	padding:2px 0 10px 0;
	font-size:18px;
	color:#0000cc;
	font-weight: bold;
	background-color:#fff;
	-webkit-border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
}
.txt-02b {
	margin:0px 0 10px 0;
	font-size:18px;
	color:#0000cc;
	font-weight: bold;
}

.txt-03 {
	width:90%;
	margin:20px 0 10px 0;
	padding:20px;
	font-size:14px;
	line-height:1.7em;
	text-align:left;
//	text-align:center;
	font-weight: bold;
	background-color:#fff;
	border-radius:10px;
}
.txt-04 {
	width:90%;
	padding:20px;
	margin:20px 0 0 0;
	font-size:14px;
	line-height:1.7em;
	text-align:left;
	background-color:#0068b7;
	border-radius:10px;
}

.txt-05 {
	margin:0 0 10px 0;
	padding:15px;
	font-size:16px;
	font-weight: bold;
	text-align:center;
	border:1px solid #aaa;
	border-radius:10px;
}
.txt-06 {
	text-align:left;
}


.qq-01 {
position: relative;
	z-index:10;
	width:90px;
	margin:0 0 0 8px;
	padding:8px 0;
	font-size:14px;
	color:#fff;
	text-align:center;
	background-color:#00a0e9;
	background-color:#333;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.qq-02 {
	margin:-10px 0 10px 0;
	padding:20px 15px 15px 15px;
	font-size:16px;
	text-align:left;
//	background-color: #fff;
	background-color: rgba( 255, 255, 255, 0.8 );
//	border:2px solid #999;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.qq-02 ruby {
	font-size:16px;
}
.qq-02 ruby rb {
	font-size:16px;
}
.qq-02 ruby rt {
	font-size:8px;
}

.qq-03 {
	width:100%;
//	height:40px;
	padding:10px 15px 10px 15px;
	font-size:14px;
	color:#333;
	font-weight: bold;
	text-align:left;
	background-color:#fff;
	border:0px solid #00a0e9;
//	border-radius:4px;
	border-radius:0 4px 4px 0;
	cursor: pointer;
}
.qq-03:hover {
	color:#fff;
	background-color:#333;
}
.qq-03 u {
	font-size:14px;
	font-weight: bold;
}

.qq-03a {
	width:100%;
//	height:40px;
	padding:10px 15px 10px 15px;
	font-size:14px;
	color:#333;
	font-weight: bold;
	text-align:left;
	background-color:#ccc;
	border:0px solid #00a0e9;
//	border-radius:4px;
	border-radius:0 4px 4px 0;
}
.qq-03a u {
	font-size:14px;
	font-weight: bold;
}

.qq-003 {
  height: 40px;
  position: relative;
  padding: 2px 5px 2px 40px;
  font-size: 14px;
  color: #474747;
  background-color: #ffd98a;
  border:1px solid #ffd98a;
  border-radius: 0 10px 10px 0;
}
.qq-003:before {
  content: "A";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ffa337;
  font-weight: normal;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white; 
  border-radius: 50%;
}

.qq-04 {
  width: 40px;
  height: 40px;
  padding: 10px 0 0 0;
  font-size:14px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #00a0e9;
//  border:3px  solid white;
//  border-radius: 50%;
  border-radius: 50% 0 0 50%;
}

.qq-05 {
	margin:0px 0 10px 0;
	padding:15px;
	font-size:18px;
	text-align:left;
	background-color: rgba( 255, 255, 255, 0.8 );
//	border:2px solid #999;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.qq-06 {
	font-size:18px;
	font-weight: bold;
	color:#ff0000;
}
.qq-06 u {
	font-size:18px;
	font-weight: bold;
	color:#ff0000;
}
.qq-06 ruby {
	font-size:18px;
	font-weight: bold;
}
.qq-06 ruby rb {
	font-size:18px;
	font-weight: bold;
}
.qq-06 ruby rt {
	font-size:8px;
}


.qq-07 {
	width:250px;
	margin:-15px 0 10px 0;
	padding:20px 4px 15px 4px;
	font-size:14px;
	text-align:left;
//	border:2px solid #999;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background-color: rgba( 255, 255, 255, 0.55 );
}
.qq-07a {
	position: relative;
	z-index:10;
	width: 80px;
	height: 40px;
	margin:20px 0 0 0;
	padding: 10px 0 0 0;
	font-size:14px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color:#333;
	border-radius: 5px;
}
.qq-07b {
	width: 100%;
	font-size:20px;
	font-weight: bold;
	text-align:center;
}
.qq-07c {
	font-size:36px;
	font-weight: bold;
}



.aa-tbl {
	display:table;
	width:100%;
	margin:0 0 10px 0;
	color:#333;
	background-color: #fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
//	border:2px solid #333;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.4);
}

.aa-td1 {
	display:table-cell;
	width:40px;
	font-size:14px;
	color: #fff;
	font-weight: bold;
	vertical-align:middle;
	background-color: #333;
	border-radius:4px 0 0 4px;
}
.aa-td2 {
	display:table-cell;
//	padding:10px;
	font-size:14px;

	font-weight: bold;
	text-align:left;
	vertical-align:middle;
//	background-color: #fff;

}
.aa-td2 ruby {
	font-size:14px;
	font-weight: bold;
}
.aa-td2 ruby rb {
	font-size:14px;
	font-weight: bold;
}
.aa-td2 ruby rt {
	font-size:8px;
}

.tt-tbl {
	display:table;
	width:100%;

}
.tt-td0 {
	display:table-cell;
	width:5px;
}
.tt-td1 {
	display:table-cell;
	padding:12px 0 0px 15px;
	text-align:left;
	font-size:14px;
	color:#fff;
	font-weight: bold;
//	vertical-align:middle;
//	background-color: #333;
//	background-color: #00479d;
	background-color: #00a1a5;
	border-radius:0 0 0 5px;
}
.tt-td2 {
	display:table-cell;
	width:110px;
	padding:10px 0 10px 0;
	font-size:14px;
	font-weight: bold;
	vertical-align:middle;
	background-color: #fff;
	border-radius:0 0 5px 0;
}
.tt-td3 {
	display:table-cell;
	padding:12px 0 12px 15px;
	text-align:left;
	color:#fff;
//	vertical-align:middle;
	background-color: #333;
	border-radius:0 0 5px 5px;
}

.outputA {
	margin:-40px -15px 0 -15px;
	padding:65px 15px 20px 15px;
//	background-color: #7ecef4;
//	background-color: #c1eaff;
//	background-color:#ffd70e;
	background-color:#0068b7;
}

.outputB1 {
	position: relative;
	z-index:10;
	display:inline-block;
	width:193px;
	margin:20px 0 0 0;
	padding:20px 0 15px 0;
	background-color:#fff;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	box-shadow: 0px 0px 6px 5px rgba(0,0,0,0.4);
}

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

.p01 {
	height:40px;
//	margin:10px 0 10px 0;
}
.p02 {
	height:40px;
//	margin:10px 0 0 0;
}

.btn01 {
	width:200px;
	height:50px;
	margin:0px 0 10px 0;
	padding:10px;
	font-size:14px;
//	color:#ffffff;
	color:#333;
	font-weight: bold;
//	background-color:#de0716;
//	background-color:#00a0e9;
	background-color:#fff;
	border:1px solid #aaaaaa;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	cursor: pointer;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.4);
}
.btn01:hover {
//	color:#de0716;
//	color:#00a0e9;
	color:#fff;
//	background-color:#fff;
	background-color:#333;
//	border:1px solid #de0716;
//	border:1px solid #00a0e9;

}
.btn01a {
//	position: relative;
//	z-index:10;
//	top:-25px;
	margin:20px 0 20px 0;
}
.btn01b {
	margin:20px 0 0 0;
}
.btn01c {
	width:300px;
//	margin:10px 0 10px 0;
	height:100px;
	font-size:16px;
	background-color:#7ecef4;
}
.btn01c2 {
	width:250px;
	margin:0 0 5px 0;
//	margin:10px 0 10px 0;
	height:100px;
	font-size:16px;
	background-color:#7ecef4;
}
.btn01c3 {
	width:163px;
	margin:-5px 0 10px 0;
	height:60px;
	font-size:13px;
	background-color:#aaa;
}
.btn01c4 {
	width:250px;
	height:75px;
	font-size:16px;
	color:#fff;
	background-color:#000063;
}

.btn01aaaa {
//	display:block;
//	width:100%;
	width:509px;
	height:75px;
	margin:0px 0 10px 0;
	padding:10px;
	font-size:16px;
	color:#fff;
	font-weight: bold;
	background-color:#555;
	border:1px solid #555;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	cursor: pointer;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.4);
}
.btn01aaaa:hover {
	color:#555;
	background-color:#fff;
}

@media screen and (max-width:480px){
.btn01c2 {
	width:300px;
}
.btn01c3 {
	width:300px;
}
.btn01c4 {
	width:300px;
	margin:0 0 5px 0;
}
.btn01aaaa {
	width:300px;
	margin:0 0 5px 0;
}
}

.btn01c4-1 {
	background-color:#000063;
}
.btn01c4-2 {
	background-color:#077e6a;
}
.btn01c4-3 {
	background-color:#ff611c;
}


.btn01d {
	width:60%;
	margin:10px 0 10px 0;
}
.btn01e {
	width:300px;
	margin:10px 0 10px 0;
	background-color:#ddd;
}
.btn01e1 {
	width:300px;
	margin:10px 0 10px 0;
	background-color:#ddd;
}
.btn01e2 {
	margin-top:-20px;
}
.btn01f {
	width:300px;
	margin:0 0 10px 0;
}
.btn01g {
	width:220px;
	margin:0px 0 15px 0;
	color:#fff;
	background-color:#0068b7;
}
.btn01g:hover {
	color:#0068b7;
	background-color:#eee;
}
.btn01h {
	width:320px;
	margin:20px 0 10px 0;
	color:#fff;
	background-color:#0068b7;
}


.waku-wb {
	width:460px;
}
@media screen and (max-width:480px){
.waku-wb {
	width:100%;
}
}


.btn02 {
	width:50px;
//	height:50px;
	padding:5px;
	font-size:11px;
//	color:#ffffff;
	color:#333;
	font-weight: bold;
	text-align:center;
	background-color:#aaaaaa;
	border:1px solid #aaaaaa;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	cursor: pointer;
//	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.4);
}
.btn02:hover {
	color:#fff;
	background-color:#0068b7;
}
.dels {
	margin:3px 0 0 0;
	color:#fff;
	background-color:#333;
//	line-height:1em;
}
.dels:hover {
	color:#333;
	background-color:#fff;
}

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

.hyouji01 {
	float:left;
	width:70px;
	height:65px;
	margin:0 0 10px -1px;
	border:1px solid #999;
	background-color:#ffeec6;
}
.hyouji02 {
	width:100%;
	padding:5px 0;
	font-size:13px;
	text-align:center;
	vertical-align:middle;
	border-bottom:1px dashed #999;
	background-color:#fff;
}
.hyouji03 {
	width:100%;
	padding:5px 0;
	font-size:13px;
	text-align:center;
	vertical-align:middle;
	background-color:#ffeec6;
}

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

.login-01 {
	width:322px;
	padding:10px;
	font-size:18px;
	color:#fff;
	text-align:left;
	background-color: #00479d;
	border:1px solid #00479d;
}
.login-02 {
	width:322px;
	padding:20px;
	text-align:left;
	background-color: #fcf8e2;
	border:1px solid #00479d;
}
.login-03 {
	margin:-5px 0 0 0;
	font-size:14px;
}
.login-04 {
	margin:20px 0 0 0;
}
.login-05 {
	margin:20px 0 0 0;
	padding:5px;
//	background-color: #facd89;
	background-color: #badcff;
}
.login-05a {
	width:18px;
	height:18px;
}
.login-05b {
	font-size:18px;
}

.login-06 {
	margin:0 0 0 0;
//	color:#00479d;
	color:#ff0000;
	font-weight: bold;
}

.login-07 {
	width:280px;
	padding:5px;
	font-size:30px;
	background-color:#fff;
	border:1px solid #000;
	word-break:break-all;
}

.msg {
	font-size:14px;
	color:#ff0000;
}

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

.up-table01 {
	width:80%;
	border-collapse: collapse;
}
.up-table01 td {
//	width:100%;
	padding:10px;
	font-size:16px;
	vertical-align:middle;
	background-color:#fff;
	border:1px solid #000;
}
.up-ff {
//	min-width:200px;
	width:100%;
	height:40px;
}

.up-btn01 {
	min-width:200px;
	width:50%;
	height:40px;
	margin:10px 0 10px 0;
	padding:5px;
	font-size:16px;
	color:#ffffff;
//	color:#333;
	font-weight: bold;
//	background-color:#fff;
	background-color:#0068b7;
	border:1px solid #aaaaaa;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	cursor: pointer;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.4);
}
.up-btn01:hover {
//	color:#de0716;
//	color:#00a0e9;
	color:#0068b7;
	background-color:#fff;
//	border:1px solid #de0716;
//	border:1px solid #00a0e9;
}

.up-btn01a {
	min-width:200px;
	width:200px;
}

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

.kaku-box01 {
	width:100%;
	padding:10px;
	background-color:#fff;
}
.kaku-box02 {
	width:100%;
	margin:0 0 10px 0;
	text-align:left;
	background-color:#fff;
}
.kaku-box03 {
	width:100%;
//	margin:0 0 10px 0;
	padding:10px;
	font-size:16px;
	text-align:left;
	background-color:#fff;
}

.form-w00 {
	display:table;
	width:100%;
//	max-width:600px;
	margin:-1px 0 0 0;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.form-w01 {
	display:table-cell;
	min-width:100px;
	width:100px;
	padding:5px;
	vertical-align:middle;
	background-color:#e6f2fd;
}
.form-w01a {
	min-width:120px;
	padding:10px 5px;
}
.form-w02 {
	display:table-cell;
	padding:5px;
	text-align:left;
	vertical-align:middle;
}
.form-w02a {
	padding:10px 5px;
}
.form-01 {
	width:100%;
	font-size:14px;
//	height:50px;
	margin:0 0 0 0;
	padding:5px 5px 8px 5px;
	border: solid 1px #aaa;
}
.form-02 {
	width:100%;
	height:90px;
	margin:0 0 0 0;
	padding:5px;
	border: solid 1px #aaa;
}
.form-03 {
	width:90px;
	margin:0 0 0 0;
	padding:5px;
	border: solid 1px #aaa;
}
.form-04 {
//	width:100%;
	margin:0 0 0 0;
	padding:5px;
	border: solid 1px #aaa;
}
.form-05 {
	margin:0 0 0 0;
	padding:5px;
	border: solid 1px #aaa;
}


.seito-f01 {
	padding: 5px 0 10px 0;
	color:#ff0000;
	font-weight:bold;
	text-align:left;
}
.seito-f02 {
	padding: 5px 0 10px 0;
	color:#00479d;
	font-weight:bold;
	text-align:left;
}

#mainbody{
//	background: white;
//	width:100%;
	display:none;
}
#outdiv{
    width:320px;
    height:240px;
//	border: solid;
//	border-width: 3px 3px 3px 3px;
}
#result{
	width:70%;
	margin:10px 0 10px 0;
	padding:20px;
    border: solid;
	border-width: 1px 1px 1px 1px;
}
#qr-canvas{
    display:none;
}

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

#wrapper {
	display:none
}

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

.form-01 {
	width:100%;
}
.form-02 {
	width:100%;
}
.form-03 {
	width:100%;
}

}

.kaku-table01 {
//	width:100%;
	margin:0 0 10px 0;
	border-collapse: collapse;
}
.kaku-table01 td {
//	width:100%;
//	min-width:100px;
	padding:10px;
	font-size:12px;
	vertical-align:middle;
	background-color:#fff;
	border:1px solid #000;
	word-break:break-all;
}
.kaku-table01 td.td1 {
	min-width:170px;
}
.kaku-table01 td.td2 {
	min-width:110px;
}
.kaku-table01 td.td3 {
	text-align:center;
	background-color:#ddd;
}
.kaku-table01 td.td4 {
	text-align:center;
}
.kaku-table01 td.td5 {
	width:70px;
}
.kaku-table01 td.td6 {
	background-color:#bbb;
}
.kaku-table01 td.td7 {
	min-width:300px;
}

.order-table-B-sr {
	width:50px;
	padding:2px;
	font-size:14px;
	ime-mode:disabled;
}

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

.qr-img {
	margin:10px 0;
}

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

.cp_aaa {
	width: 392px;
	margin: 0 0 10px 0;
	background: #626262;
	border-radius: 2px;
}
.cp_bbb {
	width: 140px;
	padding:10px 0;
	color: #ffffff;
	text-align:center;
}

.cp_ipselect {
overflow: hidden;
width: 250px;
text-align: left;
}
.cp_ipselect select {
width: 250px;
padding-right: 1em;
cursor: pointer;
text-indent: 0.01px;
text-overflow: ellipsis;
border: none;
outline: none;
background: transparent;
background-image: none;
box-shadow: none;
-webkit-appearance: none;
appearance: none;
}
.cp_ipselect select::-ms-expand {
display: none;
}
.cp_ipselect.cp_sl03 {
position: relative;
font-size:14px;
border-radius: 2px;
border: 2px solid #626262;
background: #ffffff;
}
.cp_ipselect.cp_sl03::before {
position: absolute;
top: 1.3em;
right: 0.8em;
width: 0;
height: 0;
padding: 0;
content: '';
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 6px solid #959595;
pointer-events: none;
}
.cp_ipselect.cp_sl03 select {
padding: 8px 38px 8px 8px;
font-size:14px;
color: #000;
}
.cp_ipselect.cp_sl03 select option {
padding: 10px 0 10px 0;
font-size:14px;
color: #000;
	line-height:2.5em;
}

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

.kaku-table01 {
//	width:100%;
	margin:0 0 10px 0;
	border-collapse: collapse;
}
.kaku-table01 td {
//	width:100%;
//	min-width:100px;
	padding:10px;
	font-size:12px;
	vertical-align:middle;
	background-color:#fff;
	border:1px solid #000;
	word-break:break-all;
}


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


/*-----------------------------------------------------------------
	-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-s {
	clear:both;
}

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

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

*{
//	font-size:10px;
}

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

.kaku-table01 {
	display:block;
	width:100%;
	margin:0 0 5px 0;
	border-collapse: collapse;
//	border:1px solid #000;
}
.kaku-table01 td {
//	width:100%;
//	min-width:150px;
	padding:10px;
	font-size:11px;
	vertical-align:middle;
	background-color:#fff;
	border:1px solid #000;
}
.kaku-table01 td.td1 {
	min-width:170px;
}
.kaku-table01 td.td2 {
	min-width:110px;
}
.kaku-table01 td.td3 {
	min-width:90px;
	padding:10px 0;
	text-align:center;
	background-color:#ddd;
}
.kaku-table01 td.td4 {
	min-width:90px;
	padding:10px 0;
	text-align:center;
}
.kaku-table01 td.td5 {
	min-width:200px;
	width:100%;
}
/*-------------------------------*/

.btn02 {
	width:100px;
}
.dels {
	margin:0 0 0 10px;
	color:#fff;
	background-color:#333;
}
/*-------------------------------------------------*/

.main-hh130 {
	height:90px;
}

.main-aaa {
	display:table;
	width:100%;
}
.right-aaa {
	display:table-cell;
	width:100%;
	padding:0 10px 0 10px;
	vertical-align:top;
}

.myp-002 {
	margin:0px 0 0 0;
}
.myp-title {
	display:inline-block;
	margin:0 0 10px 0;
	font-size:24px;
	text-align:left;
}

.myp-005 {
	float:left;
	width:33%;
	padding:20px 0 10px 0;
	font-size:12px;
	color:#222;
	font-weight:bold;
	border-bottom:4px solid #fff;
}
.myp-005a {
	float:left;
	width:34%;
	padding:20px 0 10px 0;
	font-size:12px;
	color:#28a7e1;
	font-weight:bold;
	border-bottom:4px solid #28a7e1;
}

.sub-table1s td {
//	display:block;
	padding:0 10px 0 0;
}

.myp-006 {
	padding:10px;
	text-align:left;
}
.myp-006a {
	padding:0 0px;
	text-align:left;
}
.ws10 {
	display:inline-block;
	width:10px;
}

.sub-table1s td.aa01 {
	width:100%;
	height:auto;
//	padding:10px 0 10px 0;
	text-align:left;
//	border:1px solid #000;
}

.myp-008-1 {
	width:100%;
	padding:5px 0;
	text-align:left;
//	border:1px solid #ddd;
}
.myp-008-1a {
	width:100%;
	padding:5px 0;
	text-align:left;
//	border:1px solid #ddd;
}

.myp-008-2 {
	width:100%;
	text-align:center;
//	border:1px solid #ddd;
}

.myp-btn01 {
	margin:0px 0 0 0;
}
.myp-btn01a {
	width:200px;
//	height:60px;
	margin:10px 0 0 0;
	padding:10px 0;
}

.myp-008-3 {
	display:inline-block;
	width:90px;
	padding:5px;
	text-align:center;
	background-color:#ccc;
}
.myp-008-4 {
	display:inline-block;
	padding:5px;
}

.myp-012-1 {
	margin:0 0 5px 0;
}
.myp-012-2 {
	width:100%;
	font-size:13px;
	text-align:left;
}

.myp-012-3 {
	display:block;
	margin:0 0 0 0;
	font-size:14px;
	font-weight:bold;
}
.myp-012-4 {
	margin:0 0 10px 0;
	display:block;
	font-size:10px;
}

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