@charset "utf-8";

/* common
---------------------------------------------*/
* {
	margin:0;
	padding:0;
}

a:link,a:visited {
	color: #ffffff;
	text-decoration:underline;
}

a:hover,a:active {
	color: #d90909;
	text-decoration:underline;
}

img{ 
	border: none;
}

/* ボタンのマウスオーバーで明るくする */
.btn:hover {
  filter: brightness(120%);
}


/* animation
---------------------------------------------*/
.feedInUp {
	opacity: 0;
	transform: translate(0,30px); 
	-webkit-transform: translate(0,30px); 
	transition: 1.5s;
}
.feedInUp_On {
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

/* layout
---------------------------------------------*/


/*TopIntro-Start*/
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	min-width: 1002px;
	
  	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: top center;
	
	-webkit-text-size-adjust:none;
	
  	text-align:center;
  	font-size:45px;
  	font-family: 'meiryo', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    color: #353535;
}

#head1 { background: url("../images/header_01.png") no-repeat top center; height:    949px; }

#head2 { background: url("../images/header_02.png") no-repeat top center; height:    654px; } 
#head3 { background: url("../images/header_03.png") no-repeat top center; height:    450px; } 
#head4 { background: url("../images/header_04.png") no-repeat top center; height:    908px; } 
#head5 { background: url("../images/header_05.png") no-repeat top center; height:    921px; } 
#head6 { background: url("../images/header_06.png") no-repeat top center; height:    1002px; } 
#head7 { background: url("../images/header_07.png") no-repeat top center; height:    725px; } 

#form { background: url("../images/form.png") no-repeat top center; height:    500px; } 



.wrap {
	background-image: url("../images/wrap_01.png");
	background-repeat: repeat-y;
	background-position: center top;
	background-position:50% 0%;
}

.wrapend_01 { background: url("../images/wrapend_01.png") no-repeat top center; height:    120px; } 


.container {
	text-align:left;
	width:1000px;
	margin:0 auto;
}

.text {
	text-align:left;
	width:800px;
	margin:0 auto;
}


#footer {  
	background-color: #f08200;
}

ol,
ul{
	list-style-position: inside;
	padding-left:10px;
}

ol li,
ul li{
	text-align:left;
}

