/*****************************************************
	
	全ての要素をリセット
	各ブラウザの表示を統一するための設定です
	
*****************************************************/
html {overflow-y: scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin: 0;padding: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
table {	border-collapse: collapse;border-spacing: 0;}
caption,th,p {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;text-align:left;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}
img{vertical-align:middle;}
.line {font-size:1px;line-height:1px;}

/*--- default */
body, html{
	color: #444;
	font-size: 14px;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.4;
	
	
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position:center center;
	
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	height:100%;
}

a:link {
	color: #FFF;
}
a:visited {
	color: #FC0;
}
a:hover {
	color: #FC0;
	opacity:0.8;
}
a:active {
	color: #FC0;
}
a.red{
	color:#D00;
}
table{
	border-collapse:collapse;
}



#ga_wrap {
     width: 100%;
     position: relative;
     height:auto !important; /*IE6対策*/
     height: 100%; /*IE6対策*/
     min-height: 100%;
	 background: url(../images/mask.png);
}


#header{
	display:block;
	width:100%;
	height:19px;
	padding:10px 0;
	text-align:center;
	color:#FFF;
	font-size:10px;
	letter-spacing:1px;
	
	position: absolute; 
	top: 0px;
	z-index:100;
	overflow:hidden;
	background:url(../images/bk_40pc.png);
}
#header .head_logo{
	float:left;
	height:15px;
	margin:0 0 0 10px;
}
#header .head_copy{
	float:right;
	height:15px;
	font-size:10px;
	line-height:20px;
	margin:0 10px 0 0;
}


#main{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
z-index:90;
height:450px;
width:800px;
text-align:center;
}

.copy{
text-align:center;
	width:800px;
}
.logo{
	width:800px;
	text-align:center;
	margin:20px auto 40px auto;
}

#footer{
	display:block;
	width:100%;
	height:20px;
	padding:10px 0;
	background:url(../images/bk_80pc.png);
	text-align:center;
	color:#FFF;
	font-size:10px;
	letter-spacing:1px;
	
	
	position: absolute; 
	bottom: 0px;
	z-index:100;
}

.agent_box{
	width: 100%;
	max-width: 960px;
	margin: 20px auto 40px auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.agent_box .agent_link_box{
	width: 32%;
}
.agent_box .agent_link_box img{
	width: 100%;
}

.about_bt_cnt{
	margin: 10px auto;
	width: 50%;
	max-width: 220px;
	overflow: hidden;
}
.about_bt_cnt img{
	width: 100%;
}