@charset "UTF-8";

/** style.css **/

html,body {
	background: #FFF;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color: #333;
	font-size: 1.0em;
	margin: 0;
	padding: 0;
	text-align: center;

}
article,footer,header,nav,section {
	display: block;
}

audio,canvas,video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

a {
	color: #197d19;
	text-decoration: none;
}
a:visited {
	color: #197d19;
}
a:hover   {
	color:#197d19;
	text-decoration: none;
}
a:active  {
	color: #197d19;
}

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

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,ol {
	list-style: none;
	margin: 0;
}

ul {
	padding: 0;
}


li > ul,li > ol {
	padding: 0;
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	line-height: 0; 
	visibility: hidden;
}

.wrapper {
	height: 100%;
	margin: 0 auto;
}

nav {
	width: 100%;
	display: block;
	margin: 0 auto;
}

.siteexp {
	float: left;
	width: 30%;
	padding: 10px;
	box-sizing: border-box;
}

.siteexp p {
	margin: 0 0 0 3px;
	padding: 5px 0;
	text-align: left;
}
	
.Navi-toggle {
	display: none;
}

.Navi-menu {
	overflow: hidden;
}

.sitetitle {
	margin: auto;
	text-align: left;
	padding: 20px 0 0 30px;
}

.contentsArea {
	width: 100%;
	height: 100%;
}

.Maincontents {
	float: left;
	width: 100%;
}

footer {
	width: 100%;
	background: #006030;
	padding: 40px 0;
	text-align: center;
	color: #fff;
	font-size: 9px;
}

footer address {
		font-style: normal;
}

article {
	width: 99%;
	margin: 5px auto;
}

.technological {
		background: #efefef;
		width: 100%;
		overflow: hidden;
}

p.technologicalLead {
		font-family: Century Gothic, sans-serif;
		font-size: 140%;
		line-height: 1;
}

.technological .technologicalBox {
}

.technological .technologicalBox .technologicalPhoto img {
		width: 100%;
}

.technological .technologicalBox .technologicalText {
		background: #fff;
		text-align: left;
		padding: 20px;
		font-size: 13px;
}

.information {
		padding: 30px 0;
}

.information h2 {
		color: #006130;
		padding-bottom: 10px;
		border-bottom: 1px #006130 solid;
		margin-bottom: 30px;
		text-align: left;
}

ul.Navi-menu li a {
		color: #444;
}

ul.Navi-menu li.english a {
	color: #006030;
	font-weight: bold;
}


#coArea {
		width: 100%;
		overflow: hidden;
		font-size: 13px;
}

#coArea h3 {
		font-size: 130%;
		text-align: center;
		margin-bottom: 20px;
}

#coArea span.cap {
		display:  block;
		font-size: 80%;
		font-weight: normal;
}

#coArea #co {
		background: #eeeeee;
		padding: 30px 0;
		overflow: hidden;
		float: left;
		box-sizing: border-box;
}

#coArea #co table.commonTable {
		width: 80%;
		margin: 0 auto;
		text-align: left
}

#coArea #co table.commonTable td,
#coArea #co table.commonTable th {
	padding: 15px 10px;
	border-bottom: 1px solid #ccc;
}

#coArea #map {
		background: #f8f8f8;
		padding: 30px 0;
		overflow: hidden;
		float: right;
		box-sizing: border-box;
		text-align: left;
}

#coArea #map section {
		width: 80%;
		margin: 0 auto;
}

#coArea #map h5 {
		font-size: 13px;
}

#coArea #map article {
		margin-bottom: 15px;
		font-size: 12px;
}

#coArea #map #mapimg {
		text-align: center;
		padding: 30px;
}
#coArea #map #map-btn {
		text-align: center;
		padding: 20px;
}

@media screen and (max-width: 979px) {

.wrapper {
	width: 100%;
}

}
@media screen and (max-width: 767px) {
}

@media only screen and (max-width: 480px){

header {
	height: 50px;
}

.siteexp {
	width: 70%;
}

.siteexp p {
	font-size: 70%;
}

.Navi-toggle {
	float: right;
	display: block;
	background-color: transparent;
	background-color: #888;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	border-color: #ddd;
	margin-top: 23px;
	margin-right: 10px;
	padding: 9px 10px;
}

.icon-bar {
	background-color: #fff;
	border-radius: 1px;
	display: block;
	height: 2px;
	width: 22px;
	margin: 2px;
}

.Navi-menu {
	display: none;
	right: 0;
	width: 100%;
	z-index: 999;
	background-color: #fff;
	margin-top: 40px;
	position: relative;
}

.sitetitle {
	font-size: 100%;
	padding: 10px;
}

.technological ul li {
		width: 95%;
		margin: 10px auto;
}

.technological .technologicalLead {
	padding: 20px 0;
}

.information {
	width: 95%;
	margin: 0 auto;
	padding: 20px 0;
}

#topLead {
		background: #006030;
		text-align: center;
		overflow: hidden;
		width: 100%;
}

#topLead img {
		width: 100%;
		height: auto;
}

.information {
	width: 90%;
	margin: 0 auto;
}

.information dl {
		font-size: 13px;
		text-align: left;
		margin: 0 0 10px;
		padding: 0;
}

.information dl dd {
		margin: 0 0 20px 0;
		padding: 0;
}

.information h4 {
	margin: 0;
	padding: 0;
	line-height: 1;
}

#coArea #map {
	width: 100%;
}

#coArea #map section {
	width: 90%;
}

#coArea #map section img {
		width: 100%;
		height: auto;
}

#coArea #co {
	width: 100%;
}

#coArea #co table.commonTable {
		width: 90%;
}

ul.footerBanner {
	width: 250px;
	margin: 30px auto;
}

ul.footerBanner li {
		width: 250px;
		margin-bottom: 15px;
}

/* スライダー */

#container {
	height: 200px;
	width: 100%;
	padding:0;
	margin:0;
	z-index: 2;
}

h2.en {
	margin-top: 30px;
}

.Navi-menu {
		z-index: 4;
}

.Navi-menu li {
		text-align: left;
		font-size: 14px;
		border-bottom: 1px solid #ccc;
}

.Navi-menu li a{ 
		display: block;
		padding: 10px;
}


}
 
@media only screen and (min-width: 481px){
	
nav {
	width: 1100px;
	display: block;
	margin: 0 auto;
}

.Navi-menu{
	display: block!important;
	font-size: 13px;
}

.Navi-menu {
		float: right;
		width: 70%;
		overflow: hidden;
		margin-top: 30px;
}

.Navi-menu li {
	float: left;
	border-right: 1px solid #ccc;
	padding: 0 20px;
}

.technological {
		padding: 20px 0;
}

.technological .technologicalLead {
		margin-bottom: 20px;
}

.technological ul {
		width: 1122px;
		overflow: hidden;
		margin: 0 auto;
}

.technological ul li {
		width: 350px;
		margin: 0 12px 25px;
		float: left;
}

.technologicalPhoto {
	height: 200px;
}

.information {
	width: 1100px;
	margin: 0 auto;
}

.information h2 {
		font-size: 16px;
}

header {
		width: 1100px;
		overflow: hidden;
		margin: 0 auto;
}

#mainVisual {
	background: url(../img/mainv.jpg) center top no-repeat #000;
	height: 500px;
}

#topLead {
		background: #006030;
		text-align: center;
		overflow: hidden;
		width:: 100%;
}

.information {
	width: 1100px;
	overflow: hidden;
}

.information dl {
		clear: both;
		font-size: 14px;
		margin: 0;
		padding: 0;
}

.information dl dt {
		float: left;
		width: 6%;
		float: left;
		text-align: left;
}

.information dl dd {
		float: right;
		width: 90%;
		text-align: left;
}

#coArea #map {
	width: 50%;
	height: 670px;
}

#coArea #co {
	width: 50%;
	height: 670px;
}

ul.footerBanner {
	width: 810px;
	margin: 30px auto;
	overflow: hidden;
}

ul.footerBanner li {
		width: 250px;
		float: left;
		margin: 0 10px;
}

/* スライダー */

#container {
	height: 400px;
	width: 100%;
	padding:0;
	margin:0;
}

}

h2.en {
		font-family: Century Gothic, sans-serif;
		font-size: 140%;
		line-height: 1;
		text-align: center;
		background: #efefef;
		padding: 20px 0;
		font-weight: normal;
}

.skippr-nav-element-bubble {
	display: none;
}