
* {
	margin: 0;
	padding: 0;
	font-family: Arial,sans-serif,'FontAwesome';
}

html,body{
     height:100%;
}

body {
	font-size: 14px;
	font-family: Arial,sans-serif,'FontAwesome';
	-webkit-font-smoothing: antialiased;
	color: #787878;
}

select {
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
}


select::-ms-expand {
	display: none;
}


input:-ms-input-placeholder , textarea:-ms-input-placeholder {
	color: #aaa;
	font-weight: normal;
}

.clGreen{
	color: #6fba2c;
}

.innerContents h2.clGreen{
	color: #6fba2c;
}

.onBorder{
	border-bottom: #6fba2c 1px solid;
}


a{
	color: #787878;
}

a:focus , a:visited{
	color: #787878;
	text-decoration: none;
}

a:hover{
	color: #6fba2c;
	text-decoration: none;
}



a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
}

a#simple-menu{
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}

a , img{
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	backface-visibility: hidden;
}

a.changeImg{
	display: block;
	background-size: contain;
}

a.changeImg:hover img{
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
}

.header a:hover{
	color: #6fba2c;
	text-decoration: none;
}

a.noOpacity:hover , a:hover img.noOpacity {
    opacity: inherit !important;
    filter: inherit !important;
    -moz-opacity: inherit !important;
}


.header li.active span , .header li.active > a{
	color: #6fba2c;
}

a.borderBottomLink {
	color: #6fba2c;
}

.borderBottomLink:hover {
	border-bottom: 2px solid #006D49;
}



#sidr > ul > li a{
	display: block;
}


#allWraper{
	 width: 100%;
	 position: relative;
	 height:auto !important; /*IE6対策*/
	 height: 100%; /*IE6対策*/
	 min-height: 100%;
}

.header{
	position: fixed;
	width: 100%;
	background-color: white;
	top:0;
	left: 0;
	z-index: 9999;
}

.headerInner{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.headerDummy{
	width: 100%;
	height: 60px;
}
.container{
	padding-right: 5px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-right: 5px;
padding-left: 5px;
}

.row {
	margin-right: -5px;
	margin-left: -5px;
}

.archiveContentText{
	font-size: 14px;
	line-height: 1.8;
}

.downloadBtn{
	font-size: 13px;
	display: block;
	margin-bottom: 5px;
}

.downloadBtn:before , .gglMap:before{
	font-family:'FontAwesome';
	content: "\f138";
	margin-right: 5px;
}


/*----Nav ----*/


.dropDownMenu , .clickDropMenu{
	position: absolute;
	min-width: 120px;
	top:60px;
	padding: 10px 0;
	display: none;
	z-index: 9999;
	background-color: white;
}

.dropDownMenu a , .clickDropMenu a{
	font-size: 13px;
	line-height: 25px;
	padding: 0 16px;
	color: #787878;
	display: block;
}

.dropDownMenu a:hover , .clickDropMenu a:hover{
	color: #6fba2c;
	text-decoration: none;
}

#container{
	padding: 0 15px;
	position: relative;
}

h2.topH2{
	color: #6fba2c;
	font-size: 20px;
	margin: 20px 0;
}

h2.topH2:before , h3.topH3:before{
	content: "|";
	font-weight: bold;
	margin-right: 5px;
	color: #6fba2c;
}

h3.topH3{
	color: #646464;
	font-size: 18px;
	margin: 20px 0;
	float: left;
}

.newsLinkBtn{
	float: left;
	margin: 20px 0;
}

.newsLinkBtn li{
	float: left;
	margin-left: 20px;
	
}

.newsLinkBtn li i{
	color: #6fba2c;
}


.newsContents{
	line-height: 18px;
	margin-bottom: 8px;
	clear: both;
}

.newsContents a{
	color: #646464;
	display: block;
	float: left;
}

.newsContents a:hover{
	color: #6fba2c;
	text-decoration: none;
}


.newsContents .date{
	margin-right: 15px;
	display: block;
	float: left;
	margin-bottom: 5px;
	min-width: 225px;
}

.newsContents .newsContent{
	display: block;
	float: left;
}

.newsIcon{
	float: right;
	width: 130px;
	display: inline-block;
	text-align: center;
	font-size: 11px;
}

.category-01 .newsIcon , .category-03 .newsIcon{
	background-color: #787878;
	text-align: center;
	color: white;
}

.category-02 .newsIcon  {
	background-color: #6fba2c;
	text-align: center;
	color: white;
}

.imgWrap img{
	width: 100%;
}


.newsContents .content{
	display: block;
	margin-top: 5px;
}

.tileBox{
	margin-bottom: 10px;
}

.tileBoxInner{
	height: 100%;
	border: 1px solid #e7e7e7;
}

a:hover .tileBoxInner{
	border: 1px solid #6fba2c;
}

.linKdescriptionWrapper{
	padding: 0 10px;
	color: #646464;
}

a:hover .linKdescriptionWrapper{
	color: #6fba2c;
}

.linKdescriptionWrapper h4{
	font-size: 18px;
	border-bottom: 1px solid #e6e6e6;
	margin: 0 0 10px;
	padding: 10px 0;
	position: relative;
}

a:hover .linKdescriptionWrapper h4{
	border-bottom: 1px solid #6fba2c;
}


.linKdescriptionWrapper h4:after{
	font-family:'FontAwesome';
	content: "\f101";
	position: absolute;
	right: 0;
	font-size: 22px;
	line-height: 40px;
	top:0;
	color: #6fba2c;
}

#footer{
	width: 100%;
	background-color: black;
	color: white;
	padding: 10px;
	position: absolute;
	bottom: 0;
}

.footerMenu{
	float: right;
	list-style: none;
	padding: 0;
	margin: 0;
}

.footerMenu li{
	float: left;
	font-size: 11px;
}

.footerMenu li a{
	color: white;
	text-decoration: none;
}

.footerMenu li:before{
	font-family:'FontAwesome';
	content: "|";
	color: white;
	margin: 0 20px;
}

.footerMenu li:first-child:before{
	content: none;
	margin: 0;
}

.copyright{
	font-size: 10px;
	font-weight: bold;
}

.logo{
	margin: 0 auto;
	height: 60px;
	display: inline-block;
	line-height:51px;
	float: left;
	position: relative;
	z-index: 1;
}
.logo img{
	height: auto;
	width: 143px;
}
.footerLgo img{
	width:215px;
}

#sidr > ul > li:hover > a.englishBtn{
	color: white !important;
}

a.englishBtn{
	color: white;
	background-color: #787878;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
}

.topBackBtn{
	position: fixed;
	z-index: 9999;
	right: 5%;
	background-color: #6fba2c;
	color: white;
	bottom: 0;
	line-height: 0px;
	cursor: pointer;
}

.topBackBtn:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
}

.topBackBtn i{
	padding:0 5px;
	font-size: 25px;
	line-height: 26px;	
}

.fixedStop{
	position: absolute !important;
}

.input-text{
	height: 25px;
	line-height: 23px;
	padding: 0 5px;
	color: #636363;
	outline: none;
}

#topNewsWrapper{
	margin-bottom: 30px;
}
.otherHead{
	border-top: 8px solid #6fba2c;
	z-index: 10000;
	box-shadow: 0 0 20px #bfbfbf;
	-moz-box-shadow: 0 0 20px #bfbfbf;
	-o-box-shadow: 0 0 20px #bfbfbf;
	-ms-box-shadow: 0 0 20px #bfbfbf;
	/* filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=0, strength=10, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=90, strength=10, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=180, strength=10, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=270, strength=10, enabled=true); */
}


.headerBrandLogo{
	float:right;
	width:40%;
}
.headerBrandLogo li{
	width:33%;
}
.headerBrandLogo img{
	width:100%;
}

/* スマホ以外 */
@media print, screen and (min-width:768px){

body{
	position: inherit !important;
	width: auto !important;
}

#searchWrapper{

	z-index: 10000;
}

.headerOvarlay{
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-image: url(../img/rollbak.gif);
}

.appendOvarlay {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-image: url(../img/rollbak.gif);
}

.header li.active .pcInputBtn{
	color: white;
}

.pcInputBtn{
	padding: 5px 8px !important;
	height: 25px;
}

.inputBtn{
	line-height: 25px;
	margin-left: -5px;
	background-color: #787878;
	color: white;
	border: none;
}

.inputBtn:hover{
	background-color: #6fba2c;
	color: white;

}


	#sidr > ul > li a.englishBtn:hover{
		background-color: #6EB92B;
		color: white !important;
	}

	.spInputBtn{
		display: none;
	}
	.searchBtn{
		cursor: pointer;
	}
	.searchBtn:hover .pc-input{
		color: #6fba2c !important;
	}

	#simple-menu{
		display: none;
	}
	#sidr{
		display: inline-block !important;
		float: right;
	}

	#sidr{
		display: inline-block !important;
		position: absolute;
		right: 0;
	}

	#sidr > ul > li{
		float: left;
		padding: 15px;	
	}

	#sidr > ul > li > a , #sidr > ul > li > span{
		float: left;
	}
	
	#sidr > ul > li:hover > a , #sidr > ul > li:hover > span{
		color: #6fba2c !important;
	}

	#sidr  li  a , #sidr li span{
		padding: 5px 8px;
	}


	.englishBtn{
		padding: 5px 20px !important;	
	}

	.searchBtn{
		float: right !important;
	}

	.sp-input{
		right: 0;
		padding: 20px ;
	}




}


@media print, screen and (min-width:1200px) {
	#headerWrapper{
		margin: 0 20px;
		position: relative;
	}
	nav{
		right: 40px !important;
	}
	.serchBtn{
		position: absolute;
		right: -53px;
	}

}


@media only screen and  (min-width:992px) and (max-width:1199px) {
	#headerWrapper{
		margin: 0 20px;
		position: relative;
	}
	nav{
		right: 40px !important;
	}
	.serchBtn{
		position: absolute;
		right: -53px;
	}


}

@media only screen and  (min-width: 992px){
	.container{
		padding-bottom:60px;
	}
}


@media only screen and (min-width:768px) and (max-width:991px) {
	#sidr > ul > li{
		padding: 15px 4px;	
	}

	#sidr li a , #sidr li span{
		padding: 5px 8px;
	}

	.footerLgo{
		float: left;
	}
	.copyright{
		display: block;
		clear: both;
		padding-top: 5px;
		float: left;
		text-align: center;
	}

	.footerMenu{
		padding: 22px 0;
		float: right;
		position: absolute;
		right: 10px;
		top:0;
	}

	.container{
		padding-bottom:80px;
	}


}



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

.header{
	height: 60px;
}

.otherHead .sidr{
	background: none !important;
}


.pcInputBtn{
	display: none !important;
}

.container{
	padding-bottom:120px;
}


.newsContents .newsContent{
	clear: both;
}

#simple-menu{
	position: absolute;
	top:0;
	right: 0;
	padding: 15px;
	font-size: 30px;
	line-height: 30px;
	color: #6fba2c;
	text-decoration: none;
}

.header #simple-menu:after{
	font-family:'FontAwesome';
	content: "\f0c9";
}

.sidr-open #simple-menu:after{
	font-family:'FontAwesome';
	content: "\f00d" !important;
}

.pc-input{
	display: none !important;
}


.sp-input.clickDropMenu{
	margin-bottom: 0;
	display: block !important;
	background:none !important;
	position: relative !important;
	top:0;
}

.input-text{
	width: 100% !important;
}


.dropDownMenu{
	position: inherit;
	min-width: 120px;
	top:60px;
	padding: 0;
	display: none;
	z-index: 9999;
	background-color: white;
}

.dropDownMenu li{
	border-bottom: 1px solid #e7e7e7;
}

.dropDownMenu a{
	font-size: 13px;
	line-height: 25px;
	padding: 5px 16px;
	color: #787878;
}

.dropDownMenu a:hover{
	color: #6fba2c;
	text-decoration: none;
}

	.logo{
		margin: 0 auto;
		height: 60px;
		display: inline-block;
		line-height:51px;
		float: none;
	}

	.container{
		padding-right: 10px;
		padding-left: 10px;
		margin-right: auto;
		margin-left: auto;
	}
	
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
		position: relative;
		min-height: 1px;
		padding-right: 0px;
		padding-left: 0px;
	}
	
	.row {
		margin: 0 auto;
		width: 100%;
	}

	.navbar-nav{
		float: none !important;
	}
	.flex-direction-nav a:before { 
		-webkit-transform: scale(0.5); 
		-moz-transform: scale(0.5);
	}

	.flex-control-paging li a {
		width: 6px !important; 
		height: 6px !important;
		-webkit-border-radius: 10px !important; 
		-moz-border-radius: 10px; 
		-o-border-radius: 10px; 
		border-radius: 10px;
	}

	.flex-control-nav { bottom: 10px !important; }

	.newsContents{
		padding-bottom: 10px;
		border-bottom: 1px solid #e7e7e7;
	}

	.sp-input{
		position: relative;
		padding-top: 10px;
		line-height: 30px !important;
	}

	.sp-input button{
		position: absolute;
		right: 5%;
		top:10px;
		width: 30px;
		border: none;
		background: none;
	}

	.footerInner{
		text-align:center;
	}

	.footerLgo{
		display: block;
	}


	.footerMenu{
		float: none;
		display: inline-block;
		padding: 10px 0 5px;
	}

	.footerMenu li:before{
		margin: 0 5px;
	}

	.footerLgo{
		text-align:
		center; 
	}

	.copyright{
		display: block;
		clear: both;
		text-align: center;
	}

	.newsLinkBtn{
		float: left;
		clear: both;
		margin: 0 0  20px;
	}

	.newsLinkBtn li:first-child{
		margin-left: 0;
	}

	.headerBrandLogo{
		float:right;
		width:100%;
	}
	.headerBrandLogo li{
		width:100%;
		text-align:center;
	}
	.headerBrandLogo img{
		width:55%;
		padding:15px 0;
		margin:0 auto;
	}

	.newsIcon{
		float: none;
	}

}

@media print, screen and (min-width:768px){
	.menuSecond{
		width:100%;
		height:35px;
		background-color: #787878;
	}
	.menuSecondInner{
		width:96%;
		max-width: 1200px;
		margin:0 auto;
	}
	.menuLong{
		width:19%!important;
	}
	.menuLong2{
		width:23%!important;
	}
	.menuSecondInner li:first-child{
		border-left:1px solid #8c8c8c;
	}
	.menuSecondInner li{
		float:left;
		font-size:12px;
		text-align: center;
		width:15.5%;
	}
	.menuSecondInner li a{
		color:#ffffff;
		padding:9px 0;
		border-right:solid 1px #8c8c8c;
		display: block;
	}
	.menuSecondInner li a:hover {
		background-color:#6fba2c;
	}
	.menuSecondInner li.active a {
		background-color:#6fba2c;
	}
	.pkz{
		background-color: #e6e6e6;
	}
	.pkzInner{
		font-size:11px;
		width:96%;
		max-width: 1200px;
		margin:0 auto;
		padding:5px 0;
	}

	.pkzInner span:before , .pkzInner a:before  {
		font-family: 'FontAwesome';
		content: "\f105";
		margin:0 3px;
	}

	.pkzInner a:first-child:before{
		content: none;
		margin:0;
	}

	.innerContents{
		width:96%;
		margin:40px auto 60px;
		color:#646464;
	}
	.innerContents h1{
		font-size:35px;
		border-bottom: 1px solid #646464;
		padding-bottom:5px;
		margin-top: 0;
	}
	.innerContents h2{
		font-size:20px;
		color:#646464;
		padding-top:3px;
		padding-bottom: 3px;
		line-height:26px;
	}
	.textContents{
		padding-top:20px;
	}
	.innerContents:before,
	.innerContents:after {
		content: " ";
		display: table;
	}

	.innerContents:after {
		clear: both;
	}

	.innerContents{
		*zoom: 1;
	}
}

.slideLoading{
	width: 100%;
	float: left;
	margin-right: -100%;
	position: relative;
	display: block;
	z-index: 1;
}

.loadingImg{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
	width: 32px;
	height: 32px;
}

.loadingBak{
	width: 100%;
}

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


.loadingImg{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
	width: 16px;
	height: 16px;
}

	.menuSecond{
		display: none;
	}
	.pkz{
		display: none;
	}
	.innerContents{
		width:96%;
		margin:20px auto;
		color:#646464;
	}
	.innerContents h1{
		font-size:25px;
		border-bottom: 1px solid #646464;
		padding-bottom:5px;
		margin-bottom:20px;
		margin-top: 0;
	}
	.innerContents h2{
		font-size:16px;
		color:#646464;
		padding-top:3px;
		padding-bottom: 3px;
		line-height:26px;
	}

	.spFixheaderWrap{
		z-index: 9999999;
		position: relative;
		background: white;
		background-color: #ffffff;
	}

	.sidr.right{
		padding-top: 66px;
		padding-bottom: 66px;
		background:white;
		z-index: 9998;
	}


}

@media print {

	*{
		-webkit-print-color-adjust: exact;
	}
	
	.topBackBtn{
		display: none !important;
	}

	body , .flexslider , .container {
		width: 980px !important;
	}
	
	a[href]:after {
		content: ""!important;
	}
	
	abbr[title]:after {
		content: ""!important;
	}

	.header{
		position: relative;
		top: 0 !important;
	}

}