/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

html { 
  background: url(../tools/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  	background-size: cover;
}


html,body{
margin:0;
padding:0;
font-family: Helvetica Neue, Helvetica, Arial;
color: #ffffff;
height: 100%;
}

#transy{
width: 100%;
height: 100%;
float: left;
background:#222; /*08233e*/
opacity: 0.8;
filter: alpha(opacity=80);
position: absolute;
z-index: -1;
}

#wrapper{
width: 600px;
margin: 0 auto;
	text-align: center;
}

.logo{
margin-top: 0px;
margin-bottom: 60px;
	padding-top: 80px;
}

h1{
text-align: center;
font-size: 120px;
}

h2{
text-align: center;
font-size: 18px;
font-weight: 100;
margin-top: 10px;
}

h2 strong.one{
width: 30px;
height: 2px;
background: #fff;
position: absolute;
margin-left: -40px;
margin-top: 14px;
opacity: 0.5;
filter: alpha(opacity=50);

}

h2 strong.two{
width: 30px;
height: 2px;
background: #fff;
position: absolute;
margin-left: 10px;
opacity: 0.5;
filter: alpha(opacity=50);

margin-top: 14px;
}


.content{
max-width: 600px;
}

.content p{
text-align: center;
	line-height: 2;
}

p.big_text{
font-size: 16px;
margin-bottom: 10px;
}

p.small_text{
font-size: 20px;
}


.clear{
clear: left;
clear: both;
margin: 0;
padding: 0;
}

.wf-nicomoji { font-family: "Nico Moji"; }
.wf-notosansjapanese { font-family: "Noto Sans JP"; }