@charset "UTF-8";

* {
	margin:  0;
	padding: 0;
	line-height: 1;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

html, body {
	width:  100%;
	height: 100%;
}

body {
	font-family: 'Helvetica Neue', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-weight: normal;
	font-size: 16px;
	background-color: #fff !important;
}

ul, ol { list-style: none; }
fieldset, img { border: none; }
table { border-collapse: collapse; }

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
}

/****************************
  loader
*****************************/

#wrap {
	display: none;
}

#loader-bg, 
#loader {
	display: none;
	position: fixed;
	background: #fff;
}
#loader-bg {
	width:  100%;
	height: 100%;
	top:  0px;
	left: 0px;
	z-index: 1;
}
#loader {
	top:  50%;
	left: 50%;
	width:  30px;
	height: 30px;
	margin-top:  -15px;
	margin-left: -15px;
	text-align: center;
	z-index: 2;
}

/****************************
  nav
*****************************/

#nav {
	position: fixed;
	z-index: 7000;
	top:  0;
	left: 0;
	width: 100%;
	height: 60px;
	margin:  0;
	padding: 0;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.8);
}

ul.ul_nav {
	display: table;
	margin:  0 auto;
	padding: 0;
	text-align: center;
}

ul.ul_nav li {
	display: table-cell;
	margin:  0;
	padding: 0;
	vertical-align: middle;
	font-size: 16px;
}
ul.ul_nav li a {
	overflow: hidden;
	display: block;
	height: 60px;
	line-height: 60px;
	text-decoration: none;
	margin-right: 20px;
	margin-left:  20px;
}
ul.ul_nav li a:link, 
ul.ul_nav li a:visited {
	color: #fff;
}
ul.ul_nav li a:hover, 
ul.ul_nav li a:active, 
ul.ul_nav li a.active {
	border-bottom: 2px solid #fff;
}
ul.ul_nav li.logo a {
	font-size:   30px;
	line-height: 65px;
	border-bottom: none;
}

/****************************
  section
*****************************/

#top {
	margin:  0;
	padding: 0;
	text-align: center;
	background: url(../images/kinomoto_mg01.jpg) 50% 50% no-repeat;
	background-size: cover;
	position: relative;
}

.column_top {
	display: inline-block;
	margin:  200px 0 0 0;
	padding: 25px 50px;
	text-align: left;
	opacity: 0;
	background-color: rgba(255, 255, 255, 0.5);
}

h2.h2_column_top {
	padding: 0;
	font-size: 50px;
	color: #000;
}
h2.h2_column_top span {
	font-size: 60px;
	color: #069;
}
h3.h3_column_top {
	padding: 15px 0 0;
	font-size: 50px;
	color: #000;
}

.wrapper_title_top {
	position: absolute;
	width: 100%;
	left:   0px;
	bottom: 0px;
	margin:  0;
	padding: 25px 0;
	background-color: #1c7bb6;
}
h4.h4_title_top {
	font-weight: normal;
	font-size: 30px;
	line-height: 1.5;
	color: #fff;
}

h4.h4_title_top span {
	display: block;
}

/* product */

.wrapper_title_product {
	margin:  0 0 60px;
	padding: 22px 0;
	background-color: #50b3f0;
}
.wrapper_title_product.mb20 {
	margin-bottom: 20px;
}

h2.h2_product_title {
	font-weight: normal;
	font-size: 30px;
	line-height: 1;
	color: #fff;
}

.wrapper_title_product .container {
	position: relative;
}
.wrapper_title_product .container .wrapper_product_illustration {
	position: absolute;
	top: -20px;
	right: 0;
	min-width:  301px;
	min-height: 212px;
	margin:  0;
	padding: 0;
	text-align: right;
	background: url(../images/building.png) right top no-repeat;
}

p.p_product {
	margin:  0;
	padding: 25px 0 0;
}

h4.h4_product {
	font-size: 1em;
}

/* equipment */

.wrapper_title_product .container .wrapper_equipment_illustration {
	position: absolute;
	top: -20px;
	right: 0;
	margin:  0;
	padding: 0;
	text-align: right;
}

.icon-benzine {
	margin:  0;
	padding: 0;
	font-size: 200px;
	line-height: 1;
	color: #faf0ad;
	text-shadow: 1px  1px 1px #666,
                -1px  1px 1px #666,
                 1px -1px 1px #666,
                -1px -1px 1px #666;
}

/* randd */

.wrapper_title_product .container .wrapper_randd_illustration {
	position: absolute;
	z-index: 10;
	top: -10px;
	right: 0;
	min-width:  200px;
	min-height: 131px;
	margin:  0;
	padding: 0;
	text-align: right;
	background: url(../images/randd.png) right top no-repeat;
}

.wrapper_randd {
	margin:  0;
	padding: 50px 0 0;
	text-align: center;
	position: relative;
}
.wrapper_randd .column_randd {
	display: block;
	position: absolute;
	z-index: 9;
	left: 0px;
	top:  0px;
	width: 100%;
	margin:  0;
	padding: 15px 0;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.6);
}

h2.h2_column_randd {
	padding: 0;
	font-size: 40px;
	color: #000;
}
h2.h2_column_randd span {
	font-size: 50px;
	color: #069;
}
h3.h3_column_randd {
	padding: 15px 0 0;
	font-size: 40px;
	color: #000;
}

/* contact */

.wrapper_title_contact {
	margin:  0;
	padding: 30px 0 50px;
	text-align: center;
}

h2.h2_contact_title {
	font-size: 3em;
	color: #069;
}
p.p_contact_title {
	font-size: 1.5em;
	color: #666;
}

a.tel {
	color: #666;
}

.wrapper_contact {
	margin-bottom: 50px;
	text-align: center;
}

.wrapper_contact .fa {
	font-size: 40px;
	color: #646464;
}

h3.h3_contact {
	margin: 10px 0 20px;
	color: #666;
}

#map-canvas {
	height: 500px;
	margin: 0 0 60px;
}

#map-canvas > iframe {
	width: 100%;
	height: 500px;
}

.icon-gear, 
.icon-scale, 
.icon-lightbulb {
	padding: 0 10px 0 0;
	vertical-align: -10px;
	font-size: 55px;
	line-height: 1;
}

/****************************
  footer
*****************************/

#footer {
	padding: 0 0 10px;
	text-align: center;
}

p.p_footer {
	font-size: 0.8em;
}
p.p_footer, 
p.p_footer a {
	color: #333;
}

/****************************
  ele
*****************************/

img.img_frame {
	display: block;
	width: 100% \9;
	max-width: 100%;
	height: auto;
	margin:  0 auto;
	padding: 10px;
	border: 1px solid #d8dee3;
	border-radius: 3px;
	box-shadow: 0 0 4px rgba(0, 0, 0, .3);
	vertical-align: bottom;
}

.back-to-top {
	display: none;
	position: fixed;
	right:  25px;
	bottom: 20px;
	z-index: 9999;
}
.back-to-top a {
	display: block;
	width:  25px;
	height: 25px;
	color: #fff;
	text-align: center;
	line-height: 22px;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 2px;
	transition-property: background-color;
	transition-duration: 0.2s;
	transition-timing-function: linear;
}
.back-to-top a:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

.wrapper_buttons {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 50px;
	text-align: center;
}
.wrapper_buttons .btn {
	margin: 8px 10px;
	font-weight: 400;
	border-radius: 0;
	transition-property: border-color;
	transition-duration: 0.2s;
	transition-timing-function: linear;
}
.wrapper_buttons .btn-lg {
	border-width: 4px;
	padding: 15px 30px;
}

/****************************
  under 768px
*****************************/

@media screen and (max-width: 768px) { /* under 768px */
	ul.ul_nav li a {
		margin-right: 7px;
		margin-left:  7px;
	}

	h4.h4_product {
		text-align: center;
	}

	.wrapper_title_contact p.p_contact_title {
		font-size: 1em;
	}
	h3.h3_contact span {
		display: block;
	}
	.wrapper_contact .row > div {
		margin-bottom: 50px;
	}

	.wrapper_product_illustration, 
	.wrapper_equipment_illustration, 
	.wrapper_randd_illustration {
		display: none;
	}
}

/****************************
  under 480px
*****************************/

@media screen and (max-width: 480px) { /* under 480px */
	#nav {
		display: none;
	}
	ul.ul_nav li a {
		margin-right: 4px;
		margin-left:  4px;
	}
	ul.ul_nav li.logo {
		display: none;
	}
	ul.ul_nav li {
		font-size: 13px;
	}

	#top, 
	#randd {
		text-align: left;
	}
	.column_top {
		margin:  30px 0 0 0;
		padding: 10px 10px 0;
	}
	h2.h2_column_top, 
	h2.h2_column_top span, 
	h3.h3_column_top, 
	h2.h2_column_randd, 
	h2.h2_column_randd span, 
	h3.h3_column_randd {
		padding: 0;
		font-size: 18px;
		line-height: 1;
	}

	h4.h4_title_top {
		font-size: 15px;
	}
	h4.h4_title_top span {
		display: inline;
	}

	.wrapper_title_top {
		padding: 10px 0;
	}
	h2.h2_product_title {
		font-size: 24px;
	}

	.wrapper_title_contact p.p_contact_title span {
		display: block;
	}
	.wrapper_title_contact h2 {
		font-size: 2em;
	}

	.icon-gear, 
	.icon-scale, 
	.icon-lightbulb {
		padding: 0 5px 0 0;
		vertical-align: -3px;
		font-size: 30px;
	}
}

/****************************
  common
*****************************/

.pt8 { padding-top:   8px; }
.pt30 { padding-top: 30px; }
.pt50 { padding-top: 50px; }
.pt70 { padding-top: 70px; }


/****************************
  for IE
*****************************/

ul.ul_nav li {
	*display: inline;
	*zoom: 1;
}

#top {
	min-height: 700px\9;
}
