@charset "utf-8";

.case_wrap {
  max-width: 700px;
  background: #fff;
  margin: 0 auto;
  position: relative;
}
.case_tbl {
	width: 100%;
}
.btn_tbl {
	width: 700px;
}
.headLine {
	height: 20px;
	width: 100%;
	background-color: #4DCAEE;
	position: absolute;
	left: 0;
	top: 0;
}
.xbutton {
	height: 20px;
	width: 20px;
	background-color: #0062B0;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
}
.xbutton a {
	color: white;
	font-weight: bold;
	font-size: 12px;
}
#mainTable {
	margin-right: 10px;
}
#mainTable tr td table {
	margin-left: 10px;
	_margin-left: auto;
}
#mainTable tr td {
	vertical-align: middle;
}
#mainTable tr td table tr {
	padding: 0;
	margin: 0;
}

#mainTable tr td table tr th {
	background: #000000;
	font-weight: bold;
}
#mainTable tr td table tr .maker,
#mainTable tr td table tr .product {
	font-weight: bold;
	font-size: 110%;
}
#mainTable tr td table tr.noborder td {
	border: none;
}
.tw-modal-window {
  max-height: 70vh;
  overflow-y: scroll;
  width: auto !important;
}
.nw {
	white-space: nowrap;
}

thead th {
	text-align: center;
}


.caseTitle_main {
	padding:15px 5px 10px 10px;
	background-color:#EEEEEE;
	font-size:2rem;
	font-weight: normal;
	box-sizing: border-box;
}

.caseTitle_sub {
	font-size:1.2rem;
	margin-left: 10px;
}

.caseText {
	text-align:center;
	font-size: 1em;
}

.specTable {
	margin-top:10px;
	width: 95%;
}
.specTable .item {
	width: 20%;
	font-size: 1em;
	padding: 5px;
	border-top: 1px #666 solid;
	border-bottom: 1px #666 solid;
	text-align:left;
}
.specTable .txt {
	width: 80%;
	font-size: 1em;
	padding: 5px;
	border-top: 1px #666 solid;
	border-bottom: 1px #666 solid;
	text-align:left;
}

.specDetail {
	font-size: 1em;
	padding:5px;
	border-bottom: 1px #666 solid;
	text-align:left;
}

.specDetail_txt {
	font-size: 1em;
	padding:5px;
	border-bottom: 1px #666 solid;
	text-align:left;
}

.specDetail_2 {
	font-size: 0.916em;
	padding:5px;
	text-align:left;
}

.caselist { margin-top: 20px;}
.caselist li {display: inline-block; margin: 0 3px 10px; }
.caselist li img { height: 195px; width: auto;}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
  .tw-modal-window {
    width: 80% !important;
  }
	.case_wrap {
	width: 90%; height: auto; overflow: scroll; 
}
	.case_tbl {
	width: 100%;
}
	.btn_tbl {
	width: 100%;
}
	.case_tbl td {
	display: block;
}
	.caseTitle_main {
		padding: 15px 30px 10px 10px;
		font-size:  1.5rem;
	}
	.specTable .item {
	width: auto;
	text-align: center;
	background: #eee;
	border-top: none;
	border-bottom: none;
}
	.specTable .txt {
	width: auto;
	border-top: none;
	border-bottom: none;
}
	.specDetail_txt {
	border-bottom: none;
	}
	.specDetail {
	text-align:center;
	background: #eee;
	border-bottom: none;
}
	.caselist li img { height: 174px; width: auto;}
	

	
}/*消さない*/