@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:18px;
  font-family: 'meiryo', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    color: #383d5c;
}

#head1 { background: url("../images/melworks_01.png") no-repeat top center; height:    500px; } 
#head2 { background: url("../images/melworks_02.png") no-repeat top center; height:    500px; }  
#head3 { background: url("../images/melworks_03.png") no-repeat top center; height:   499px; }

#form1 { background: url("../images/melworks_04.png") no-repeat top center; height:    501px; } 

#head5 { background: url("../images/melworks_05.png") no-repeat top center; height:    500px; } 
#head6 { background: url("../images/melworks_06.png") no-repeat top center; height:    500px; }  
#head7 { background: url("../images/melworks_07.png") no-repeat top center; height:   500px; }
#head8 { background: url("../images/melworks_08.png") no-repeat top center; height:    500px; } 
#head9 { background: url("../images/melworks_09.png") no-repeat top center; height:    500px; }  
#head10 { background: url("../images/melworks_10.png") no-repeat top center; height:   500px; }
#head11 { background: url("../images/melworks_11.png") no-repeat top center; height:    500px; } 
#head12 { background: url("../images/melworks_12.png") no-repeat top center; height:    500px; }  
#head13 { background: url("../images/melworks_13.png") no-repeat top center; height:   500px; }
#head14 { background: url("../images/melworks_14.png") no-repeat top center; height:   500px; }
#head15 { background: url("../images/melworks_15.png") no-repeat top center; height:    500px; } 
#head16 { background: url("../images/melworks_16.png") no-repeat top center; height:    500px; }  
#head17 { background: url("../images/melworks_17.png") no-repeat top center; height:   500px; }
#head18 { background: url("../images/melworks_18.png") no-repeat top center; height:    500px; } 
#head19 { background: url("../images/melworks_19.png") no-repeat top center; height:    500px; }  
#head20 { background: url("../images/melworks_20.png") no-repeat top center; height:   500px; }
#head21 { background: url("../images/melworks_21.png") no-repeat top center; height:    500px; } 
#head22 { background: url("../images/melworks_22.png") no-repeat top center; height:    500px; }  
#head23 { background: url("../images/melworks_23.png") no-repeat top center; height:   500px; }
#head24 { background: url("../images/melworks_24.png") no-repeat top center; height:   500px; }
#head25 { background: url("../images/melworks_25.png") no-repeat top center; height:    500px; } 
#head26 { background: url("../images/melworks_26.png") no-repeat top center; height:    500px; }  
#head27 { background: url("../images/melworks_27.png") no-repeat top center; height:   500px; }
#head28 { background: url("../images/melworks_28.png") no-repeat top center; height:    500px; } 
#head29 { background: url("../images/melworks_29.png") no-repeat top center; height:    500px; }  
#head30 { background: url("../images/melworks_30.png") no-repeat top center; height:   500px; }
#head31 { background: url("../images/melworks_31.png") no-repeat top center; height:    500px; } 
#head32 { background: url("../images/melworks_32.png") no-repeat top center; height:    500px; }  
#head33 { background: url("../images/melworks_33.png") no-repeat top center; height:   500px; }
#head34 { background: url("../images/melworks_34.png") no-repeat top center; height:   500px; }
#head35 { background: url("../images/melworks_35.png") no-repeat top center; height:    500px; } 

#form2 { background: url("../images/melworks_36.png") no-repeat top center; height:    500px; } 

#head37 { background: url("../images/melworks_37.png") no-repeat top center; height:   500px; }
#head38 { background: url("../images/melworks_38.png") no-repeat top center; height:    500px; } 
#head39 { background: url("../images/melworks_39.png") no-repeat top center; height:    500px; }  
#head40 { background: url("../images/melworks_40.png") no-repeat top center; height:   500px; }
#head41 { background: url("../images/melworks_41.png") no-repeat top center; height:    500px; } 
#head42 { background: url("../images/melworks_42.png") no-repeat top center; height:    277px; }  



#wrap {

	background-image: url("../images/wrap.png");
	background-repeat: repeat-y;
	background-position: center top;
	background-position:50% 0%;
}

#wrapform {

	background-image: url("../images/wrapform.png");
	background-repeat: repeat-y;
	background-position: center top;
	background-position:50% 0%;
}


#container {

	text-align:left;
	width:1000px;
	margin:0 auto;
	
	
}

#text {

	text-align:left;
	width:850px;
	margin:0 auto;
	
	
}

.container {

	text-align:left;
	width:1200px;
	margin:0 auto;
	
	
}

#footer {  
	background-color: #ef887f;
}
--------------------------- */

ol,
ul{
	list-style-position: inside;
	padding-left:10px;
}
ol li,
ul li{
	text-align:left;
}

