@charset "UTF-8";
/* reset */
html { overflow-y:scroll; }
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img { margin: 0; padding: 0; }
address,caption,cite,code,dfn,strong,th,var { font-style: normal; }
table{ border-collapse:collapse; border-spacing:0; font-size: 100%; }
input,textarea { font-size: 100%; }
input { vertical-align: middle; }
h1,h2,h3,h4,h5,h6 { font-size: 100%; }
img { border: medium none; text-decoration: none; vertical-align: top; }
li { list-style-type: none; }
ol, ul { list-style-type: none; }
a { outline:none; overflow:hidden; }

/* body */
body {
	background: #3d9ed7;
	margin: 0;
	padding: 0;
	height: 100%;
	color: #333;
	font-size: 13px;
	line-height: 1.5;
	font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	min-width:1120px;
}
html {
	height: 100%;
}
/* clearfix */
.clearfix {
	_height: 1px;
	min-height: 1px;
}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/* link color */
a:link { color: #ffbd4a; text-decoration: underline; }
a:visited { color: #ffbd4a; text-decoration: underline; }
a:hover { color: #ffbd4a; text-decoration: none;}
a:active { color: #ffbd4a; text-decoration: underline;}

/* layout */
#wrapper {
	position: relative;
	width: 100%;
    min-height: 100%;
}
.pagebody {
	margin: 0 auto;
	width: 1120px;
	padding-bottom: 60px;
	
}
main {
	margin-bottom: 170px;
}
header {
	margin: 0 auto;
	width:1120px;
	height: 84px;
}
footer {
	background: #444;
	width: 100%;
	height: 60px;
	margin-top: -60px;
}

/* header */
.header-inner {
	overflow: hidden;
	padding-top:36px;
}
.header-logo {
	float:left;
	padding-top:4px;
}
.header-logo a {
	display: inline-block;
}

/* footer */
.footer-inner {
	margin: 0 auto;
	width:1120px;
}
.copyright {
	padding-top: 16px;
}

/* main */
h1 {
	color: #fff;
	font-size: 32px;
	font-weight: normal;
}
/* input */
input {
	font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
input::-moz-placeholder {
	color: white;
	opacity: 1.0;
}
input::-webkit-input-placeholder {
	color: white;
}
input:focus::-webkit-input-placeholder {
	color:transparent;
}
input:focus::-moz-placeholder {
	color:transparent;
}
.imeDisabled {
    ime-mode: disabled;
}
.errmsg {
	margin: 5px 0;
	padding: 5px;
	color: #F00;
	text-align: center;
	font-size: 12px;
	font-weight:bold;
}
#mode_info {
        text-align: center;
        color: #FF0000;
        font-size: 30px;
        font-weight:bold;
        position: relative;
    	top: 50px;
}