@charset "utf-8";

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	font: 16px "游ゴシック Medium",YuGothic,YuGothicM,"游ゴシック体","游ゴシック","Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	line-height: 2;
	color: #000;
	background: #fff;
	-webkit-text-size-adjust: none;
	position: relative;
}
/*リセット
---------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form,select,textarea,input {
	margin: 0;padding: 0;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
video {max-width: 100%;}
iframe {width: 100%;}

/*リンク設定
---------------------------------------------------------------------------*/
a {
	color: #0074ca;
}
a:hover {
	color: #05acff;
}
/*コンテンツ（contents）
---------------------------------------------------------------------------*/
header {
	display: table;
	background: #4af;
	width: 100%;
    height: 60px;	
	margin:0 auto;
    clear: both;
	text-align: center;
	padding-left: 3%;
	position :fixed;
}
#logo {
	display: table-cell;
	vertical-align: middle;
	float: left;
}
#logo img{
	max-width: 223px;
	height: auto;
	width: 100%;	
}
h1 span {
	display: table-cell;
    font-size: 110%;
    font-weight: 500;
    color: #fff;
	line-height: 1.5;
	padding-top: 18px;
	white-space: nowrap;
}
#contents {
  margin: 0 auto;
  padding: 90px 4% 4%;
  max-width: 800px;
}
.submit_area {
  margin: 30px auto 0px;
  text-align: center;
}
.tac {
  text-align: center;	
}
.mb10 {
  margin-bottom: 10px !important;
}
.fw500 {
  font-weight: 500;
}
