@charset "utf-8";
/* TRUST TV Mailform CSS Document */

body {
	width: 800px;
	margin: 10px auto;/* center on everything else */
	color: #111;
	font-size: 62.5%;/* 16px * 62.5% = 10px */
	font-family: verdana, helvetica, arial, Meiryo, 'メイリオ', 'MS PGothic', 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Osaka, sans-serif;
	line-height: 1.6;
}

body { text-align: center;/* center on ie6 */ } 

form { margin: 0; }

input, textarea { margin: 0.5em 0; border: 1px #666 solid; font-size: 1.4em; }

select { font-size: 1.2em; margin-bottom: 0.7em; }

table { width: 100%; margin-bottom: 20px; border: 1px #8d8d8d solid; border-collapse: collapse; border-spacing: 0; }

table td {  }

table th, 
table td { padding: 5px; border: 1px #8d8d8d solid; font-size: 1.4em; text-align: left; }

table th { background: #efefef; font-weight: normal; text-align: center; white-space: nowrap; }

table th table { margin: 10px 0; background: #e4e4e4; font-size: 0.6em; }
table th table td { text-align: center; }

table td table { margin-bottom: 0; background: #e4e4e4; font-size: 0.7em; }
table td table td { padding: 6px 6px 4px; text-align: center; }

table caption { font-size: 1.4em; }

hr { color: #6a7073; }

a { color: #0000ff; text-decoration: underline; }

a:hover { text-decoration: none; }

h1 { font-size: 2.6em; margin: 0.5em; }

h3 { font-size: 1.4em; font-weight: normal; }

p { font-size: 1.4em; }

.box h1 { margin: 20px; font-size: 3em; font-weight: 900; }

.box h2 { margin: 20px; font-size: 2em; font-weight: 800; }

.box h3 { margin: 20px; font-size: 1.8em; font-weight: 700; }

.box p { margin: 20px 150px; text-align: left; }

.box u { margin-right: 10px; color: #e5082e; font-size: 1.6em; font-weight: bold; text-decoration: none; }

strong { color: #333; }

td strong { font-size: 1.2em; }

em { color: #e5082e; font-style: normal; }

em strong { color: #e5082e; }

th em { font-size: 1.2em; }



tt { font-size: 0.9em; }

.box { padding-bottom: 30px; border: 1px #8d8d8d solid; background: url(/mailform/images/bg-symbol-trust.gif) no-repeat scroll center center; }

.item-used { padding: 1em; background: #00405b; color: #fff; font-size: 1.6em; font-weight: bold; }

.item-new { padding: 1em; background: #ffa644; color: #221609; font-size: 1.6em; font-weight: bold; }

.item { margin: 10px; padding: 1em 0 0.9em; font-size: 1.6em; font-weight: bold; }

.item em { font-size: 1em; font-weight: normal; }

.item-kaitori { background: #2C594F; color:#fff; font-size: 1.6em; font-weight: bold; }


.btn { padding: 10px; background: #E6DB69; color: #393312; font-size: 1.6em; font-weight: bold; }