@charset "utf-8";

/* SOKEN飾屋
name::	order.css
date::	2018/03 */

/************************************************************

	order/
	
************************************************************/

table.tborder {
	margin-bottom: 10px;
	width: 100%;
}
.tborder th {
	text-align:left;
}
.tborder input[type="text"] {
	padding: 0.5em 0;
}
.tborder input[type="text"], .tborder textarea {
	width: 100%;
}
.tborder input[type="text"].zipcode {
	width: 80%;
}

/*
一時的に注文停止のお知らせ
*/
.teishi {
	padding: 20px 20px 5px;
	border: 2px solid #F00;
	background-color: #FED;
	margin-top: 20px;
	margin-bottom: 20px;
}
