/* CSS reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
p {
	color: #3E3A39;	/* 文字色 */
}
img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
	display:block;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

html {
	font: 62.5%/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	/*
	$rembase:     10px;
	$line-height: 15;
	 */
	 -webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-overflow-scrolling : touch;
	-webkit-tap-highlight-color : rgb(52,158,219);
}
a{
	text-decoration: none;
}
.clr{
	clear: both;
}


/* Top Bar Style */
.codrops-top{
	line-height: 24px;
	font-size: 11px;
	background: rgba(255, 255, 255, 1);
	text-transform: uppercase;
	z-index: 9999;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 24px;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
	-webkit-animation: slideOut 0.5s ease-in-out 0.3s backwards;
	-moz-animation: slideOut 0.5s ease-in-out 0.3s backwards;
	-o-animation: slideOut 0.5s ease-in-out 0.3s backwards;
	-ms-animation: slideOut 0.5s ease-in-out 0.3s backwards;
	animation: slideOut 0.5s ease-in-out 0.3s backwards;
}
.codrops-top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	text-shadow: 0px 1px 1px #fff;
	display: block;
	float: left;
}
.codrops-top a:hover{
	background: #fff;
}
.codrops-top span.right{
	float: right;
}
.codrops-top span.right a{
	float: left;
	display: block;
}

@-webkit-keyframes slideOut{
	0%{top:-30px; opacity: 0;}
	100%{top:0px; opacity: 1;}
}
@-moz-keyframes slideOut{
	0%{top:-30px; opacity: 0;}
	100%{top:0px; opacity: 1;}
}
@-o-keyframes slideOut{
	0%{top:-30px; opacity: 0;}
	100%{top:0px; opacity: 1;}
}
@-ms-keyframes slideOut{
	0%{top:-30px; opacity: 0;}
	100%{top:0px; opacity: 1;}
}
@keyframes slideOut{
	0%{top:-30px; opacity: 0;}
	100%{top:0px; opacity: 1;}
}



html, body {
	height:100%;
}
body {
	width: 100%;
	background: #b7282e;
	overflow-x: hidden;
	overflow-y: auto;
}
#header{
	position: absolute;
	z-index: 2000;
	width: 235px;
	top: 10px;
}
#header h1{
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 20px;
}
#navigation {
	margin-top: 20px;
	width: 235px;
	display:block;
	list-style:none;
	z-index:3;
}
#navigation a{
	color: #fff;
	display: block;
	background: #E60012;
	background: url(../image/navbg.png) repeat;
	line-height: 50px;
	padding: 0px 20px;
	text-transform: uppercase;
	margin-bottom: 6px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	font-size: 14px;
}
#navigation a:hover {
	color: #fff;
	background: #333333;
}
.content{
	right: 40px;
	left: 280px;
	top: 0px;
	position: absolute;
	padding-bottom: 10px;
	max-width: 1000px;
}
.content h2{
	font-size: 50px;
	font-weight: bold;
	padding: 10px 0px 20px 0px;
	margin-top: 40px;
	color: #fff;
	border-bottom: 3px solid #E60012;
}
.content p{
	font-size: 15px;
	padding: 10px;
	line-height: 26px;
	display: inline-block;
	background: #fff;
	padding: 30px 30px 20px;
	margin: 5px 0px;
}
.panel{
	width: 100%;
	min-height: 100%;
	position: absolute;
	background-color: #000;
	margin-left: -102%;
	z-index:2;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
.panel:target{
	margin-left: 0%;
	background: #b7282e;
}
.bold {
	font-weight: bold;
	font-size: 18px;
}
.center {
	text-align: center;
}
table.about {
	color: #3e3a39;
	font-size: 13px;
	padding: 10px;
	line-height: 24px;
	display: inline-block;
	padding: 30px 30px 0px;
	margin: 5px 0px;
}
table.about td {
	padding-top: 5px;
	padding-bottom: 5px;
}
.t-title {
	width: 13%;
}

#formWrap {
	width:700px;
	margin:20px 0px 0;
	font-size:14px;
	background: #fff;
	padding: 20px;
}
table.formTable{
	width:100%;
	margin:0 auto 10;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #cccccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#f5f5f5;
	text-align:left;
	vertical-align:middle;
}
.red {
	color: #E60012;
}
.bold {
	font-weight: bold;
}
.foot {
	line-height: 20px;
	font-size: 13px;
	color: #ffffff;
}