@charset "Shift_JIS";

input,textarea,select{box-sizing:border-box;
  font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
padding:8px;
}


/* 枠線・背景をブラウザに依存しないよう調整 */
input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="tel"], select, textarea {
  border: 1px solid #bbb;
  background: #fff;
}

select { padding: 2px 0; }

/* 未入力時につけるクラス */
.error_input { background: #fee !important; }



.red{
	color: #e50909;
}

.w80{
	width: 80%;
}

.w40{
	width: 40%;
}
.w30{
	width: 30%;
}

.w50{
	width: 50%
}

.w5{
	width: 5%
}

.w8{
	width: 8%
}

.zip_button{
	padding: 3px 10px;
	background: #ffd200;
	font-weight: 700;
	font-size: 12px;
	text-decoration: none;
	border-radius: 3px;
}
.zip_button:hover{
	background: #ffa800;
}

.t_a_c{
	text-align: center;
}
.t_a_c input{
	width: 150px;
	height: 30px;
	border-radius: 5px;
	text-align: center;
	border: none;
}
.t_a_c input:hover{
	cursor: pointer;
}

.t_a_c input:first-child{
	background: #ccc;
}
.t_a_c input:first-child:hover{
	background: #c0c0c0;
}

.t_a_c input:last-child{
	background: #ffd200;
}
.t_a_c input:last-child:hover{
	background: #ffa800;
}


.conTbl{
	margin: 20px 0 30px;
}
.company table.conTbl th,.company table.conTbl td{padding:10px 15px;}

.txtTanks{
	padding: 100px 0;
	text-align: center;
}

.ptBtn{
	width: 30%;
	margin: 0 auto 100px;
}

.ptBtn a{
	display:block;
	width:100%;
	background:#ffd200;
	padding:10px 0;
	border-radius:5px;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
}
.ptBtn a:hover{
	background: #ffa800;
}
#goodscontact p{padding-bottom:5px;border-bottom:1px dotted #ccc;margin-bottom:5px;}
#goodscontact span{
display:inline-block;
line-height:2;padding-right:15px;white-space:nowrap;
}


@media only screen and (max-width: 750px){
.w80, .w40, .w30, .w50, .w165{
	width: 95%;
}
.w5{
	width: 20%
}
.w8{
	width: 30%
}


#goodscontact span{
display:block;
}


}
.t_a_c input{
	width: 42%;margin:0 5px;
	height: 50px;
font-weight:bold;font-size:16px;
}
.ptBtn{
	width: 100%;
	margin: 0 auto 100px;
}



}