@charset "shift_jis";

/* 本文 */
/*body {
	font-size: 85%;
	background: #fff;
	color: #000;
	font-family: Verdana,"MS PGothic","Osaka",Arial,sans-serif;
width: auto;
margin: auto;
}*/
.list-catalog{
width: 100%;
margin: auto 0;
}

/* テーブル */
table.form{
margin-left: 20px;
margin-right: 20px;
margin-bottom: 20px;
	border-collapse:collapse;
	border-spacing:0;
	border:1.5px solid #d4ecea;
	width: 670px; /*100% auto;*/
}
@media screen and (max-width: 742px) {
table.form{
width: 660px;
}
}
@media screen and (max-width: 706px) {
table.form{
width: 650px;
}
}
@media screen and (max-width: 670px) {
table.form{
width: 640px;
}
}
@media screen and (max-width: 634px) {
table.form{
width: auto;
}
}
table.form th{  /*入力スペース*/
width: 100px; /*120px;*/
	font-size: 12px; 
	padding: 10px 15px 10px 18px;
	text-align:left;
	background: #ebf6f5; 
	border:1.5px solid #d4ecea;
	border-width:0 1px 1px 0;
font-family: 游ゴシック体, 游ゴシック, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, メイリオ, Verdana, Arial, sans-serif;
font-feature-settings: "palt";
letter-spacing: 0.5px;
}
table.form th.nigyou{
line-height: 1.5;
padding: 13px 15px 13px 18px;
}
table.form td{
width: auto; 
	font-size: 14px; 
	padding:10px;
	border-bottom:1px solid #e0e0e4;
font-family: 游ゴシック体, 游ゴシック, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, メイリオ, Verdana, Arial, sans-serif;
}


/* タイトル装飾 */
strong.ttl {
max-width: 500px;
	text-align: left;
	border-left: solid 5px #cc0000;  /*solid 4px #cc0000;*/
	display: block;
	padding: 9px 10px 7px 15px;  /*2px 5px;*/
	margin-top: 2em;
font-size: 20px;  /*100%;*/
font-family: 游ゴシック体, 游ゴシック, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, メイリオ, Verdana, Arial, sans-serif;
background: #d4ecea;
margin: auto;
}

/* メッセージ */
p.msg {
	color: #dd0000;
	/*margin: 2em;*/
font-size: 20px;
text-align: center;
}
span.msg {
	color: #ff6c27; /*red;*//*20250508 #fe5000*/
	font-family: 'lucida grande',tahoma,verdana,arial,"hiragino kaku gothic pro",meiryo,Osaka,"ms pgothic",sans-serif;
}

/* 戻りボタン */
form.back {
	margin-top: 2em;
font-size: 18px;
font-weight: bold; 
color: white; 
background-color: orange; 
padding: 10px 20px 10px 20px; 
border: none; border-radius: 5px;
}

.space2 {
margin: 25px;
}