/*  リセット */
 
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, ead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    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;
}
/*  リセットここまで */


body{
	background-color: black;
	}

.center {
	text-align: center;
}

span.red{
	color:#ff0000;
	}

p{
	line-height: 1.4;
}

td{
	font-size:0.8em;
}

/* content
------------------------------------------------------------- */

.container{
	width:100%;	
	}

#content-form {
		padding:20px;
		padding-top:10px;
		width:90%;
		margin:20px auto;
}

@media screen and (max-width:640px) { 
    /*　画面サイズが640pxまではここを読み込む　*/
	#content-form {
		padding:2%;
		width:95%;
		margin: auto;
}
}


#content-form h1 {
	margin-top:40px;
	margin-bottom: 20px;
	font-size: 116%;
	font-weight: bold;
	line-height: 1.5;
	padding:10px;
	padding-top: 15px;
	padding-bottom: 15px;
    background-color:#000;
    color:#fff;
	border-radius:0.5em;
	-moz-border-radius:0.5em;
	-webkit-border-radius:0.5em;
}

#content-form h2 {	
	margin-bottom: 1em;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.5;
	line-height: 25px;
	padding: 10px;
	padding-left:10px;
	margin-top: 10px;
	background-color: #666;
	color: #fff;
}



/* paragraph */
#content-form p {
	margin-bottom: 1em;
}


/* table */
#content-form table {
	margin-bottom: 1em;
	
}

#content-form table {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	margin-bottom:30px;
	
}

table.alpha{
    width:100%;
	margin:0;	
}



#content-form table th {
	padding: 6px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	font-weight: bold;
	line-height: 1.2;
	width:30%;
	background-color: #ddd;
	vertical-align: middle;
}

#content-form table td {
	padding: 6px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	vertical-align: top;
	background-color: #fff;
	width:70%;
}

#content-form table td ul {
	margin-bottom: 0;
}

#content-form table td img {
	margin: 0.5em 0;
}