@charset "utf-8";

/* --------------------------------------------------------------------------------
	
	PC向け
	catalog.css
	
-------------------------------------------------------------------------------- */
#catalog h1{
	margin:0 0 2%;
	padding:0 2% 2%;
	border-bottom:solid 1px #ddd;
	font-weight:bold;
}

#catalog .catalog-inner{
	padding:0 2%;
}
#catalog .intro{
	padding:0 0 2%;
}
#catalog .intro p{
	line-height:2;
}

#catalog .need,
#catalog .att,
#catalog .msg{
	color:#f00;
}

#catalog table{
	width:100%;
	margin:0 0 5%;
}
#catalog table th,
#catalog table td{
	padding:0.5em 0;
	border-bottom:1px dashed #ddd;
}
#catalog table th{
	width:20%;
	text-align:left;
	vertical-align:middle;
	font-weight:normal;
}
#catalog table td{
	width:80%;
	text-align:left;
	vertical-align:middle;
}
#catalog table td .line{
	padding:0.5em 0;
}
#catalog table td .input-group{
	display:inline-block;
	padding:0 1em 0 0;
}
#catalog table td select{
	height:37px;
	padding:0;
	vertical-align:middle;
	line-height:1.5;
	border:solid 1px #ddd;
}
#catalog table td input{
	width:130px;
	height:2.5em;
	padding:0 0.3em;
	vertical-align:middle;
	line-height:1.5;
	border:solid 1px #ddd;
}
#catalog table td input.city,
#catalog table td input.banchi{
	display:block;
	width:500px;
}
#catalog table td input.tel{
	width:300px;
}
#catalog table td input.mail{
	width:400px;
}
#catalog table td textarea{
	width:90%;
	height:20em;
	padding:0.2em;
	vertical-align:middle;
	line-height:1.5;
	border:solid 1px #ddd;
}

/********** ボタン **********/
#catalog .btn-submit{
	text-align:center;
}
#catalog .btn-submit input{
	margin:0 20px;
	padding:5px 20px;
	font-size:18px;
}
