/* ===========================================
 form css
=========================================== */
/* TBS reset
============================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, main { margin: 0; padding: 0; border: 0; font-size: 100%; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main { display: block; }
body { font-family:Verdana,Roboto,"Droid Sans","Hiragino Kaku Gothic ProN",Meiryo,sans-serif; line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }

table { border-collapse: collapse; border-spacing: 0; }
.cRed { color:#e60012; }
.err { color:#e60012; font-size:85%; }
.txts { font-size:85%; }
.caution { display:block; padding-top:0.5em; font-size:85%; line-height:140%; }
.tLeft{text-align:left !important;}
.tCenter{text-align:center !important;}
.tRight{text-align:right !important;}
.alt {position:absolute;top:-5000px;left:-9999px;}

/* link
============================== */
a:link {
	text-decoration:underline;
	color:#ff7b00;
}
a:visited {
	text-decoration:none;
	color:#ff7b00;
}
a:active {
	text-decoration:none;
	color:#ff7b00;
}
a:hover {
	text-decoration:none;
	color:#ff7b00;
}

body { background:#e6e6e6; color:#444; margin:10px; text-align:center; font-size:14px; }
#container { text-align:canter; line-height:140%; }
h1, #formBox { box-sizing:border-box; margin:auto; max-width:980px; mrgin: 0 auto; -webkit-box-shadow: rgba(0,0,0,0.1) 0px 0px 5px 0px; -moz-box-shadow: rgba(0,0,0,0.1) 0px 0px 5px 0px; -ms-box-shadow: rgba(0,0,0,0.1) 0px 0px 5px 0px; -o-box-shadow: rgba(0,0,0,0.1) 0px 0px 5px 0px; box-shadow: rgba(0,0,0,0.1) 0px 0px 5px 0px; border-radius:7px; background:#fff; text-align:left; }
h1 { padding:10px 15px; margin-bottom:5px; font-size:120%; }
h1 #program { display:block; font-size:80%; color:#0073cf; padding-bottom:5px; margin-bottom:5px; border-bottom:#ccc 2px dotted; }

/* table
============================== */

#formBox { padding:10px; margin-bottom:10px; }
#formBox p { margin:0 10px 10px; }
#formBox table { width:100%; margin:0 auto 20px auto; }
#formBox table th, #formBox table td { border-bottom:#ccc 1px solid; box-sizing:border-box; padding:10px; vertical-align:top; }
#formBox table th { width:30%; text-align:right; background:#efefef; }
#formBox table tr:nth-child(even) th { background:#f4f4f4; }
#formBox table th.heading { text-align:left; background:#ddd; }
#formBox table td { width:70%; vertical-align:top; border-right:#ccc 1px solid; }

/* button
============================== */

#footer { width:100%; text-align:center; padding:20px 0; }


/* form End
============================== */

#formBox table th, #formBox table td { display:block; float:left; clear:both; width:100%; border-radius:5px; }
#formBox table th { text-align:left; border-right:none; border-bottom:none; background:#efefef;  }
#formBox table td { border-bottom:none; border-right:none; padding-bottom: 10px; }
#formBox table tr:nth-child(even) th { background:#efefef; }
#formBox input, #formBox textarea { font-size:16px; padding:1px; }
#btn-reedit,#btn-send { width:9.0em; }
.btn-form { border-radius:1.6em; padding:0.8em 0; } 
.btn-rmgn { margin-right:0.5em; }

/* ORG
============================== */

.oubo_ckb { margin: 10px auto;}
.oubo_ckb input[type="checkbox"] { margin: 0 5px 5px 0; width: 20px; height: 20px;}
.oubo_ckb label { color: rgba(36, 87, 230, 1); letter-spacing: 0.1em; font-weight: bold;}
.btn_form { width: 160px; height: 40px; margin: 10px auto; position: relative; box-shadow: 0px 1px 2px rgba(0, 0, 0, .3); -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, .3); -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, .3); background: rgba(57, 121, 236, 1); border-radius:10px;}
.btn_form0 { width: 160px; height: 40px; margin: 10px auto; position: relative; box-shadow: 0px 1px 2px rgba(0, 0, 0, .3); -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, .3); -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, .3); background: rgba(220, 220, 220, 1); border-radius:10px;}
.btn_form0 a { cursor: default; pointer-events: none;}
.btn_form0 span, .btn_form span { box-sizing: border-box; width: 100%; display: block; text-align: center; font-size: 120%; font-weight: bold; position: absolute; top: 50%; left: 0; transform: translateY(-50%); -webkit- transform: translateY(-50%); color: rgba(255, 255, 255, 1); text-shadow: 1px 1px 2px rgba(100, 100, 100, .1); -moz-text-shadow: 1px 1px 2px rgba(100, 100, 100, .1); -webkit-text-shadow: 1px 1px 2px rgba(100, 100, 100, .1);}

.btn_form a { width: 100%; height: 100%; display: block; background: rgba(255, 255, 255, 0);}
.btn_form a:hover { background: rgba(255, 255, 255, .3);}

.pdb10 { padding: 0 0 10px 0;}
.lh140 { line-height: 140%;}
.f90 { font-size: 90%;}
.f110 { font-size: 110%;}
.red { color: rgba(212, 77, 41, 1);}
.black { color: rgba(0, 0, 0, 1);}
.col { color: rgba(36, 87, 230, 1);}
.bt { font-weight: bold;}
.tpl { border-top: 2px dotted rgba(200, 200, 200, 1); padding: 10px 0; margin-top: 10px;}
.udl { border-bottom: 2px dotted rgba(200, 200, 200, 1); padding: 10px 0; margin-bottom: 10px;}
dd li { padding-left: 5px; margin-left: 15px; list-style-type: disc;}
