@charset "utf-8";

@media screen and (max-width:999px){


/*================================================================
レイアウト
================================================================*/

div.inner {
  width: 95%;
  position: relative;
  margin: 0 auto;
  padding: 0;
height: 160px;
}

div.mainframe {
  width: 95%;
  margin: 20px auto 20px auto;
}

div.child-left {

	}

div.child-right {

	}

	
/*================================================================
header
================================================================*/

img#logo {
  position: absolute;
  top: 100px;
  left: 0px;
}

div#title {
  width: 100%;
  height: 70px;
  background-color: #408ab6;
  color: #fff;
  font-size: 1.8rem;
  font-size: 1.8;
  position: relative;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

div#title h2 {
  font-weight: bold;
}


/* langSelect */

div.headinfo {
  position: absolute;
  top: 100px;
  right: 0px;
  text-align: left;
  width: 151px;
}



/*================================================================
footer
================================================================*/

#ownerName {
  text-align: center;
}

/* ----- footerUtility ----- */

.footerUtility {
  width: 100%;
  text-align: center;
	margin-top: 30px;
}

/*================================================================
個別要素
================================================================*/

img.unten {
	margin: 0 0 10px 0;
	padding: 0;
	display: block;
	width: 100%;
    height: auto;
	}
	
img.refimage {
	display: block;
	width: 100%;
    height: auto;
	margin: 20px auto;
	}

	


/*テーブル共通*/

table.commontable {
  font-size: 1.6rem;
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  background-color: #fff;
}

table.commontable thead th {
  line-height: 1.4;
  padding: 4px 10px;
  font-weight: bold;
  vertical-align: top;
  border: 1px solid #ccc;
  background-color: #eeeeee;
  text-align: center;
}

table.commontable tbody th {
  padding: 4px 10px;
  font-weight: bold;
  vertical-align: top;
  border: 1px solid #ccc;
  text-align: left;
}

table.commontable td {
  padding: 4px 10px;
  vertical-align: top;
  border: 1px solid #ccc;
  text-align: center;
}

th.tcell_grey {
  background-color: #f1f1f1;
}
th.tcell_blue {
  color: #fff;
  background-color: #00639d;
}
	
table.commontable td {
  padding: 2px 10px;
  vertical-align: top;
  border: 1px solid #ccc;
  text-align: center;
  word-break : break-all
}
	
.fl_left {

	}
.fl_right {

	}

table.tbw400 {
  width: 100%;
}

table.tbwm {
  width: 100%;
}

table.tbwm th.th50 {
  width: 50%;
}

table.tbwm th.th25, td.td25 {
  width: 25%;
}

table.tbww {
  width: 100%;
  word-break: break-all;
}

span.mg-cog {
  width: 250px;
	display: inline-block;
	}

/*================================================================
共通
================================================================*/

div.blksp {
  height: 16px;
  display: block;
}
	
.w100 {
  width: 100%;
}

.w150 {
  width: 100%;
}

.w250 {
  width: 250px;
}

.w400 {
  width: 100%;
}

.w600 {
  width: 600px;
}

.w800 {
  width: 100%;
}

.mb-m30t {
margin-top: 30px;	
}
	
	
	

	
	
	
	

/* input */

label {
  display: block;
	margin-bottom: 4px;
}

div.spin1 {
	line-height: 2.0;
}

div.spin2 {
	line-height: 2.0;
}

div.spin3 {
	line-height: 2.0;
}

input.kazu1 {
  border: 1px solid #cfcfcf;
  box-sizing:border-box;
  vertical-align: top;
  text-align: center;
  width: 80px;
  height: 40px;
  padding: 0;
}

input.kazu2 {
  border: 1px solid #cfcfcf;
  box-sizing:border-box;
  vertical-align: top;
  text-align: center;
  width: 80px;
  height: 40px;
  padding: 0;
}

input.moment {
  border: 1px solid #ccc;
  box-sizing:border-box;
  width: 75px;
  height: 40px;
  text-align: center;
  padding: 0;
  margin-left: 10px;
}

input.spcmn1 {
  border: 1px solid #cfcfcf;
  box-sizing:border-box;
  vertical-align: top;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
}

input.spcmn2 {
  border: 1px solid #cfcfcf;
  box-sizing:border-box;
  vertical-align: top;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
}

/* トグルスイッチ */

#simple {
  padding: 20px;
}

#detail {
  padding: 20px;
}
	
.button_wrapper button {
  width: 100%;
  max-width: 350px;
}

div.button-result {
  margin-bottom: 20px;
  background: url(../image/btn_arrow_blue.png) 98% 50% no-repeat;
  background-size: 7px, 14px;
}


span#img_vc{
  position: absolute;
  top:   8%;
  right: 85%;
}
span#img_ta{
  position: absolute;
  top:  30%;
  right:65%;
}
span#img_tc{
  position: absolute;
  top:  30%;
  right:45%;
}
span#img_td{
  position: absolute;
  top:  30%;
  right:28%;
}
span#img_tr{
  position: absolute;
  top:  30%;
  right:8%;
}
span#img_st{
  position: absolute;
  top:  35%;
  right:30%;
}



}