/* start reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,img,pre,input,textarea,p,blockquote,th,td {
	margin: 0;
	border: 0;
	outline: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}


address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}




/* end reset */


/* Header */

body{
    font-family: 'Spinnaker', sans-serif;
}

#sitebackground{
	position: relative;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #cccccc;
}

#site_waku{
	position: relative;
	margin: 0px auto;
	width: calc(100% - 0px);
	height:100%;
}

#header_background{
	position: relative;
	margin: 0px auto;
	top: 60px;
	width: 100%;
	height: 70px;
	background-color: #333;
	box-sizing: border-box;
	border-top: 0px solid #FFF;
	border-bottom: 0px solid #FFF;
	line-height: 70px;
	vertical-align: middle;
}

#header_menu{
	position: relative;
	width: 980px;
	height: 70px;
	background-color: #333;
	box-sizing: border-box;
	border-top: 0px solid #FFF;
	border-bottom: 0px solid #FFF;
	text-align: center;
	color: #ccc;
}



.h_title a{
    font-family: 'Raleway', sans-serif;
	font-size: 30px;
	color: #fff;
	width: 200px;
}

.h_button a{
    font-family: 'Spinnaker', sans-serif;
	font-size: 13px;
	color: #ccc;
	width: 130px;
	text-align: center;
	line-height: 60px;
}		

#header_oem{
	background-image: url(../img/title_oemodm.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	box-sizing: border-box;
	position: relative;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	padding: 0px;
	height: 245px;
}

#header_tsuri{
	background-image: url(../img/title_tsuriami.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	box-sizing: border-box;
	position: relative;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	padding: 0px;
	height: 245px;
}

#header_slider{
	position: relative;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	padding: 0px;
}

#header_title{
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	padding: 0px;
	z-index: 99;
	width: 100%;
}

h1{
	color: #fff;
	font-size: 36px;
	font-weight: 500;
	overflow: hidden;
	line-height: 145px;
	text-align: right;
	margin-right: 100px;
	padding-top: 100px;
}

h2{
	font-size: 30px;
	font-weight:normal;
	line-height: 150px;
	color: #333;
}


/* header */

/* body */

#waku_slider{
	height: 400px;
	margin: 0px auto;
	text-align: center;
}

#body_background{
	position: relative;
	top: 90px;
	margin: 0px auto;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-top: 0px solid #FFF;
	border-bottom: 0px solid #FFF;
	background-color: #ccc;
}

#body_background a{text-decoration: none;}
#body_background li{list-style: none;}
#body_background li a{
	display: block;
	color: #333;
}

#body_h1200{
	position: relative;
	width: 980px;
	height: 1200px;
	box-sizing: border-box;
	border-top: 0px solid #FFF;
	border-bottom: 0px solid #FFF;
}

#body_h1360{
	position: relative;
	width: 980px;
	height: 1360px;
	box-sizing: border-box;
	border-top: 0px solid #FFF;
	border-bottom: 0px solid #FFF;
}

#body_h1620{
	position: relative;
	width: 980px;
	height: 1620px;
	box-sizing: border-box;
	border-top: 0px solid #FFF;
	border-bottom: 0px solid #FFF;
}

#body_h1760{
	position: relative;
	width: 980px;
	height: 1760px;
	box-sizing: border-box;
	border-top: 0px solid #FFF;
	border-bottom: 0px solid #FFF;
}

#body_h2300{
	position: relative;
	width: 980px;
	height: 2300px;
	box-sizing: border-box;
	border-top: 0px solid #FFF;
	border-bottom: 0px solid #FFF;
}


#body_origial_waku{
	width: 980px;
	height: 820px;
	margin: 0px auto;
}

#body_origial_waku_h500{
	width: 980px;
	height: 500px;
	margin: 0px auto;
}

#body_origial{
	width: 980px;
	float: left;
}

p.whitebox{
	position: relative;
	width: 490px;
	height: 490px;
	padding: 0px;
	margin: 0px;
	float: left;
	box-sizing: border-box;
	border-top: 0px solid #FFF;
	border-bottom: 0px solid #FFF;
	text-align: center;
	background-color: #fff;
	font-size: 36px;
	color: #333;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

p.whitebox480{
	position: relative;
	width: 480px;
	height: 490px;
	float: left;
	padding: 0px;
	margin: 0px 20px 0px 0px;
	box-sizing: border-box;
	border-top: 0px solid #FFF;
	border-bottom: 0px solid #FFF;
	text-align: center;
	background-color: #fff;
	font-size: 36px;
	color: #333;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

p.whitebox480_2{
	position: relative;
	width: 480px;
	height: 490px;
	float: left;
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	border-top: 0px solid #FFF;
	border-bottom: 0px solid #FFF;
	text-align: center;
	background-color: #fff;
	font-size: 36px;
	color: #333;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

p.maintext{
	position: relative;
	width: calc(100% - 200px);
	color: #333;
	font-size: 14px;
	line-height: 3;
	
}

table.maintext{
	position: relative;
	color: #333;
	font-size: 14px;
	line-height: 3;
	
}

li.mainbox{
	float: left;
	width: 980px;
	height: 490px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	display: block;
	text-decoration: none;
}

li.blockcontents_img{
	float: left;
	width: 235px;
	height: 440px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	list-style: none;
	display: block;
	text-decoration: none;
	position: relative;
}

p.blockcontents_text{
	 margin: 16px;
	 text-decoration: none;
	 color: #333;
	 font-size: 90%;
	 line-height: 1.5;
	 float: left;
}

p.form{
	font-size:100%;
	float:left; padding-top: 0px;
	padding-bottom: 20px; margin: 20px;
	color:#000;
	text-decoration:none;
}

ul#projectscontents{
	clear: both;
	padding: 0px 30px 30px 50px;
	list-style: outside none none;
	outline: medium none;
}

ul#projectscontents li{
	width: 250px;
	display:inline;
	float: left;
	padding: 0px 30px 45px 0px;
	font-size: 80%;
	line-height: 100%;
	text-align: left;
}

ul#form{
	clear: both;
	padding: 0px 30px 30px 50px;
	list-style: outside none none;
	outline: medium none;
}

ul#form li{
	width: 300px;
	display:inline;
	float: left;
	padding: 0px;
	font-size: 80%;
	line-height: 100%;
	text-align: left;
}

	
/* body */


/* footer */

#footer_background{
	position: relative;
	margin: 0px auto;
	width: 100%;
	box-sizing: border-box;
	background-color: #333;
}

#footer_bg{
	position: relative;
	margin: 0px auto;
	width: 100%;
	background-color: #333;
	box-sizing: border-box;
	border-top: 0px solid #FFF;
	border-bottom: 0px solid #FFF;
	line-height: 20px;
	vertical-align: middle;
	text-align: left;
	font-size: 14px;
	color: #fff;
}

#footer_waku{
	position: relative;
	width: 980px;
	height: 210px;
	box-sizing: border-box;
	border-top: 0px solid #FFF;
	border-bottom: 0px solid #FFF;
	line-height: 20px;
	vertical-align: middle;
	text-align: left;
	font-size: 14px;
	color: #fff;
}

#footer_bg_menu{
	position: absolute;
	margin: 0px auto;
	width: 100%;
	height: 210px;
	background-color: #333;
	box-sizing: border-box;
	border-top: 0px solid #FFF;
	border-bottom: 0px solid #FFF;
	line-height: 20px;
	vertical-align: middle;
	text-align: left;
	font-size: 14px;
	color: #fff;
}

#footer_bg_menu1{
	position: relative;
	width: 580px;
	float: left;
	margin: 20px auto;
	box-sizing: border-box;
	border-top: 0px solid #FFF;
	border-bottom: 0px solid #FFF;
	line-height: 20px;
	vertical-align: middle;
	text-align: left;
	font-size: 14px;
	color: #fff;
}

#footer_bg_menu2{
	position: relative;
	width: 200px;
	float: left;
	margin: 60px 0px 0px 0px;
	box-sizing: border-box;
	border-top: 0px solid #FFF;
	border-bottom: 0px solid #FFF;
	line-height: 40px;
	vertical-align: middle;
	text-align: left;
	font-size: 14px;
	color: #fff;
}

#footer_bg_menu2 a{text-decoration: none;}
#footer_bg_menu2 li{list-style: none;}
#footer_bg_menu2 li a{
	display: block;
	color: #fff;
}

#footer_bg_copyright{
	position: relative;
	margin: 0px auto;
	width: 100%;
	height: 40px;
	background-color: #999;
	box-sizing: border-box;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
}

#footer_bg_copyright2{
	position: relative;
	width: 100%;
	height: 20px;
	background-color: #fff;
	box-sizing: border-box;
	line-height: 20px;
	text-align: right;
	font-size: 10px;
	color: #ccc;
}

/* footer */

/* dropdown menu */

.dropmenu{
  list-style-type: none;
  width: 980px;
  margin: 0px auto 30px;
  padding: 0;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  width: 16%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
.dropmenu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  background: #333;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 136px;
}
.dropmenu li ul li a{
  padding: 13px 15px;
  border-top: 1px solid #fff;
  background: #2f7300;
  text-align: left;
}

.dropmenu_title{
	list-style-type: none;
	margin: 0px auto;
	padding: 0;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
}

.dropmenu_title li:hover > a{
  background: #cccccc;
  color: #333;
  width: 200px;
  height: 70px;
}
.dropmenu_title li a:hover{
  background: #cccccc;
  color: #333;
  width: 200px;
  height: 70px;
}


#fade-in2 li ul{
  opacity: 0;
  top: 50%;
  visibility: hidden;
  transition: .5s;
}
#fade-in2 li:hover ul{
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.active{
  display: block;
  margin: 0;
  padding: 15px 0 11px !important;
  background: #8dc21f;
  color: #2f7300;
  font-size: 14px;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

/* dropdown menu */
