<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ************************************************
Title: form_pass.css
Created: 2017-06-28
Company: Matsue Joho Center Inc.
************************************************ */

/*------------------------------------------------

遊漁券申込みフォーム

------------------------------------------------ */

/* 全体
------------------------------------------------ */
.passWrap {
	display: block;
	margin: 0 auto 1em;
	padding: 0;
	width: 880px;
	}
	

/* 文字装飾 */
.passWrap .red {
	color: #F00;
	font-size: 12px;
	font-size: 1.2rem;
}
.passWrap .sizes {
	font-size: 12px;
	font-size: 1.2rem;
}
.passWrap .bld {
	font-weight: bold;
}
.passWrap .l117 {
	font-size: 1.17em;
}

/* 位置 */
.cnt {
	text-align: center;
}
.lft {
	text-align: left;
}
.rit {
	text-align: right;
}


/* フォーム（基本）
------------------------------------------------ */
.passWrap table { 
	border-collapse: collapse;
	border: 1px solid #333;
	margin: 1em auto;
	width: 880px;
}	
.passWrap table td,
.passWrap table th { 
	border: 1px solid #333;
	padding: 15px 15px;
	font-weight: normal;
	vertical-align: middle;
	}
.passWrap table th {
	background: #eee;
	text-align: left;
}

/* フォーム（サイズ）16px
------------------------------------------------ */

input[type="text"][size="1"] {
	width: 40px;
}
input[type="text"][size="2"] {
	width: 48px;
}
input[type="text"][size="3"] {
    width: 56px;
}
input[type="text"][size="4"] {
    width: 64px;
}
input[type="text"][size="5"] {
    width: 72px;
}
input[type="text"][size="6"] {
    width: 80px;
}
input[type="text"][size="7"] {
    width: 88px;
}
input[type="text"][size="8"] {
    width: 96px;
}
input[type="text"][size="9"] {
    width: 104px;
}
input[type="text"][size="10"] {
    width: 112px;
}
input[type="text"][size="20"] {
    width: 192px;
}
input[type="text"][size="30"] {
    width: 272px;
} 
input[type="text"][size="40"] {
    width: 352px;
}
input[type="text"][size="50"] {
    width: 432px;
}


/* フォーム（送信ボタン）
------------------------------------------------ */
.form_btnConts {
	text-align:center;
	
	margin: 2em auto 1em;
	font-weight: bold;
	}
.form_btn {
	margin: 0 5px;
	padding: 5px 15px;
	font-size: 18px;
	font-size: 1.8rem;
	}


</pre></body></html>