@charset "utf-8";
/* CSS Document */
@media screen and (max-width: 1024px){
}
@media screen and (max-width: 768px){
}
@media screen and (min-width: 480px){

#wrap #main table tr th {
	background-color: #D1F2FA;
}
#wrap #main table tr td {
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
}

}
#wrap #main table caption {
	font-size: 18px;
	margin: 10px;
}
#wrap #main .dl {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	width: 200px;
	height: auto;
	clear: none;
	text-align: center;
	background-color: #F00;
}

#wrap #main .dl:hover {
	color: #FFF;
	font-weight: bolder;
	text-decoration: underline;
}
table {
	border-collapse: collapse;
	padding: 0;
	width: 740px;
	table-layout: fixed;
	border-radius: 4px;/* 角丸 */
	margin-top: 2%;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

table tr {
	background-color: #f2fbff;
	border: 1px solid #bbb;
	padding: 2%;
	border-radius: 4px;/* 角丸 */
}
table th,
table td {
	border-right: 1px solid #bbb;
	padding: 1%;
}
table th {
  font-size: 85%;
}
table thead tr{
  background-color: #00bfff;
}
.txt{
	text-align: left;
	font-size: 85%;
}
.cost{
	text-align: center;
}
.qty{
	text-align: center;
}
.price{
	text-align: center;
}

@media screen and (max-width: 480px) {
body {
}
#wrap #main table caption {
	font-size: 15px;
	margin: 10px;
}
  table {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border: 0;
	width: 60%;
  }
  table th{
	background-color: #00bfff;
	display: block;
	border-right: none;
	border-radius: 4px;/* 角丸 */
	color: #FFF;
}
  table thead {
	border: none;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	display: none;
  }
  
  table tr {
	display: block;
	margin-bottom: 10px;
	text-align: center;
  }
  
  table td {
	border-bottom: 1px solid #bbb;
	display: block;
	font-size: 80%;
	text-align: right;
	position: relative;
	border-right: none;
	padding-left: 30%;
  }
  
  table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 5px;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
.txt{
	text-align: left;
}
.cost{
	text-align: right;
}
.qty{
	text-align: right;
}
.price{
	text-align: right;
}
.blank{
	display:none;
}
.task2 ,
.spec2{
	font-weight: bold;
	text-align: center;
	padding: 1%;
}
#wrap #main table caption {
	display: block;
	padding: 5%;
}
#wrap #main p {
	display: block;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}


}
