/* Localized */
/* ================================
Imports
================================= */
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700%7COpen+Sans:400,300,700,800);
@import url('font-awesome.min.css');
@import url('overwrite.css');
@import url('dlmenu.css');
@import url('animate.css');

/* ================================
General
================================= */
body{
	margin:0;
	padding:0;
	text-align: center;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka‐等幅";
	font-size: 14px;
	line-height: 1.6em;
	color: #231815;
	
}

#completion{
display: none;
}

.container{
position: relative;
padding: 0 100px;

}

h1 {
	font-size: 36px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 18px;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
	color: #3a3a3a;
	font-weight: normal;
	margin-bottom: 20px;
	font-family: "Verdana", "Helvetica Neue", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka‐等幅";
}

.textError{
color: red;
text-align: left;
padding: 0;
margin: 0;
}

h2{
/*font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; */
color: #8085c0;
}

.brderLnone{
border-left: none;
}

.brderRnone{
border-right: none;
}

.w100{
width: 100%;
}

.w90{
width: 90%;
}

.w80{
width: 80%;
}

.w70{
width: 70%;
}

.w60{
width: 60%;
}

.w50{
width: 50%;
}

.w40{
width: 40%;
}

.w30{
width: 30%;
}

.w980{
width: 980px;
margin: 0 auto;
text-align: center;
}

.clear{
clear: both;
}

.fl{
float: left;
}

.fr{
float: right;
}

.h10{
height:10px;
}

.h20{
height:20px;
}

.h40{
height:40px;
}

.h60{
height:60px;
}

.h70{
height:70px;
}

.h100{
height:100px;
}

.fBold{
font-weight: bold;
}

.f10{
font-size: 10px;
}

.f12{
font-size: 12px;
}

.f14{
font-size: 14px;
}

.f16{
font-size: 16px;
}

.f18{
font-size: 18px;
}

.f20{
font-size: 20px;
}

.f22{
font-size: 22px;
}

.f24{
font-size: 24px;
}

.aRight{
text-align: right;
}

.aCenter{
text-align: center;
}

.aLeft{
text-align: left;
}

.lead{
	font-weight: 400;
}

button {
	display: inline-block;
	margin-bottom: 0;
	margin-bottom: 10px;
	padding: 6px 12px;
	border: 1px solid transparent;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.428571429;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
button.navbar-toggle {
	background: #2b2b2b;
	border: none;
	color: #fff;
}

.btn-theme,.btn-theme:hover,.btn-theme:focus{
	color: #fff;
}
.btn-theme:hover{
	/*background: transparent !important;*/
	background: #ddd;
	border-color: #999;
	color: #999;
}


/* ================================
margin, padding
================================= */
.mar-top0 {
	margin-top: 0;
}
.mar-top10 {
	margin-top: 10px;
}
.mar-top20 {
	margin-top: 20px;
}
.mar-top30 {
	margin-top: 30px;
}
.mar-top40 {
	margin-top: 40px;
}

.m0{
margin: 0;
}

.mtb10{
margin: 10px 0;
}

.p0{
padding: 0px;
}

.p10{
padding: 10px;
}

.pr10{
padding-right: 10px;
}



/* ================================
Home sections
================================= */

.home-section {
	width: 100%;
	padding: 90px 0px 150px 0px;
	
}

.home-section:last-child{
	width: 100%;
	padding: 0px 0px 0px 0px;
}

/* --- heading --- */
.section-heading {
	margin-bottom: 70px;
}
	
.section-heading h2 {
	font-size: 38px;
	text-transform: uppercase;
}
	
.section-heading .heading-line {
	margin:0 auto;
	display: block;
	height: 1px;
	width: 80px;
	background: #333;
	margin-top: 10px;
	margin-bottom: 20px;
}

	
/* --- section bg var --- */

.bg-white {
	background: #fff;
}

.bg-gray {
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#fff));
}

.bg-dark {
	background: #575757;
}


/* --- section content general color --- */

.color-light h1,.color-light h2,.color-light h3,.color-light h4,.color-light h5,.color-light h6 {
	color: #fff;
}


.color-light p {
	color: #eee;
}

header{
position: fixed;
left: 0;
top: 0;
width:100%;
z-index: 999999;
height:70px;
background: url(../img/header_bg.png) repeat left top;
text-align: left;
}

#header{
width:980px;
height:70px;
margin: 0 auto;
}

#header h1{
padding-top:8px;
margin: 0;
}

header a{
padding: 5px;
padding-right: 0;
}

header a,  header a:link, header a:visited{
text-decoration: none;
color: #3e3a39;
}

header a:hover{
text-decoration: underline; 
color: #3e3a39;
}

#header .left{
float: left;
}

#header .right{
float: right;
}

#header ul.dl-menu{
padding: 0;
margin-top: 20px;
}

#header ul.dl-menu li{
display: inline-table;
font-size: 12px;
font-weight: bold;
}

#header li a.home{
background: url(../img/icon.png) no-repeat;
background-position-y: 7px;
background-position-x: 0;
padding-left: 15px;
}

@-moz-document url-prefix() {
	#header li a.home{ background: url(../img/icon.png) no-repeat left top 8px; }
}

.red{
color: #f05a24;
}

/* ================================
Intro
================================= */

#intro .left{
float: left;
width:50%;
}

#intro .right{
float: right;
width:50%;
margin-top: 40px;
text-align: right;
}

#intro .right span{
color: #e84730;
background: #c7e7fa;
padding: 5px;
margin-right: 20px;
}


#intro .container, .intro01 .container, .intro04 .container, .intro05 .container{
padding: 0;
width: 980px;
}

.intro01{   
    background-color: #fff;
    background-image: url(../img/slide_01.jpg);
    background-position:center;
    background-repeat:no-repeat;
    height:460px;
    width: 980px;
    margin: 0px auto;    
}

.intro04{   
    background-color: #fff;
    background-image: url(../img/slide_02.jpg);
    background-position:center;
    background-repeat:no-repeat;
    height:460px;
    width: 980px;
    margin: 0px auto;    
}

.intro05{   
    background-color: #fff;
    background-image: url(../img/slide_03.jpg);
    background-position:center;
    background-repeat:no-repeat;
    height:460px;
    width: 980px;
    margin: 0px auto;    
}

.intro05 .intro05p01{
position: absolute;
top:20px;
right:20px;
}

.intro05 .intro05p02{
position: absolute;
top:200px;
right:20px;
line-height: 18px;
text-align: left;
font-size: 12px;
}

.intro05 .intro05p02 p span{
color: #003e8b;
font-weight: bold;
}

.intro05 .intro05p03{
font-weight: bold;
font-size: 16px;
text-align: left;
color: #40210f;
line-height: 22px;
margin-top: 80px;
}

.intro04 .slide02{
position: absolute;
top:100px;
left:200px;
}

.intro04 p{
display: inline-table;
font-size: 11px;
vertical-align: top;
text-align: left;
line-height: 20px;
}

.intro04 p img{
margin-right: 5px;
}

.intro04 p span{
color: #003e8b;
font-weight: bold;
}

.introText{
width: 980px;
margin: 40px auto 0;
}

.introText .introTextLeft{
text-align: right;
float: left;
width: 170px;
margin-right: 10px;
}

.introText .introTextRight{
text-align: left;
float: left;
width: 770px;
padding: 10px 0 5px;
border-bottom: 2px solid #a6daf2;
border-top: 2px solid #a6daf2;
color: #004097;
line-height: 18px;
font-size: 12px;
margin-top: 30px;
font-weight: bold;
}


/* ================================
mineral
================================= */

.mineral{
	text-align: left;
    background-color: #fff;
    background-image: url(../img/bg_01.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-size: cover;
    height:820px;
    min-width: 980px;
    max-width: 1460px;
    margin: 0 auto;
}

#mineral.home-section{
padding-bottom: 0;
}

#mineral h2{
color: #004097;
margin-bottom: 40px;
font-size: 50px;
font-weight: bold;
padding-left: 20px;
}

#mineral h3{
color: #004097;
font-size: 14px;
text-align: left;
margin-top: 20px;
margin-bottom: 5px;
font-weight: bold;
padding-left: 20px;
}

#mineral p{
padding-left: 20px;
}

.mineralImg{
margin-top: 40px;
}


/* ================================
evidence
================================= */
.evidence .container{
background: url(../img/img03.jpg) no-repeat #fff;
background-position-x: 960px;
background-position-y: 20px;
text-align: left;
}

@-moz-document url-prefix() {
	.evidence .container{ background: url(../img/img03.jpg) no-repeat left 960px top 20px #fff; }
}

#evidence h2{
color: #004097;
margin-bottom: 40px;
font-size: 50px;
font-weight: bold;
padding-left: 20px;
}

#evidence h3{
color: #004097;
font-size: 11px;
text-align: left;
margin-top: 20px;
margin-bottom: 0px;
padding-bottom:5px;
background: url(../img/h3icon.png) no-repeat left top;
padding-left: 15px;
font-weight: bold;
}

#evidence p{
font-size: 11px;
}

.evidence .left{
width: 50%;
float: left;
text-align: left;
padding-left: 20px;
}

.evidenceImg{
padding-left: 40px;
padding-top: 20px;
padding-bottom: 20px;
}

.evidenceImg01{
padding-top: 10px;
padding-bottom: 10px;
}

.evidence .right{
width: 50%;
float: right;
text-align: left;
padding-left: 40px;
}

.evidence .right span{
font-weight: bold;
}

#evidence.home-section{
padding-bottom: 0;
}


/* ================================
use
================================= */

.use{
    background-color: #fff;
    background-image: url(../img/bg_02.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-size: cover;
    height:820px;
    min-width: 980px;
    max-width: 1460px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

#use h2{
float: left;
width: 50%;
margin: 0;
padding-left: 20px;
}

#useBox{
float: right;
width: 50%;
margin-top: 0px;
padding-right: 20px;
}

.useBox{
background: url(../img/useBox.png) left top;
padding:5px 0px 10px 20px;

}

#use h3{
color: #5980c1;
margin: 0;
font-size: 20px;
margin-top: 10px;
}

.useBox img{
margin: 10px 0;
}

#use p {
font-weight: bold;
}

#use p span{
color: #5980c1;
}

.useImg{
text-align: center;
margin-top: 220px;
}

#use.home-section{
padding-bottom: 0;
}



/* ================================
design
================================= */

#design{
text-align: left;
}

#design h2{
padding-left: 20px;
}

#design h2 span{
background: #0096d9;
padding: 7px;
margin-left: 10px;
border-radius: 10px;        /* CSS3草案 */  
-webkit-border-radius:10px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 10px;   /* Firefox用 */  
color: #fff;
font-size: 22px;
font-weight: bold;
}

#design h3{
color: #004097;
font-size: 13px;
text-align: left;
margin-top: 20px;
margin-bottom: 0px;
background: url(../img/h3icon.png) no-repeat;
background-position-x: 0;
background-position-y: 1px;
padding-left: 17px;
padding-bottom:5px;
font-weight: bold;
}

#design p{
font-size: 11px;
}

#design .l4{
text-align: right;
line-height: 25px;
}

#design .l4 span{
border:solid 1px #b6b2b1;
background: #eef7fd;
padding: 5px;
}

.design .left{
width: 50%;
float: left;
text-align: left;
padding-left: 20px;
}

.design .left p{
margin-top: 20px;
line-height: 17px;
}

.design .right{
width: 50%;
float: right;
text-align: left;
padding-left: 40px;
}

.design .right p{
line-height: 20px;
}

#design .right .red{
font-size: 14px;
font-weight: bold;
margin: 20px 0 0;
}

#design table{
width: 410px;
font-size: 10px;
line-height: 13px;
border-collapse: collapse;
border-spacing: 0;
}

#design .designTd01{
border:1px solid #231815;
width: 75px;
text-align: center;
vertical-align: top;
}

#design .designTd02{
border:1px solid #231815;
}

#design .fl{
float: left;
margin-top: 32px;
margin-bottom: 0;
}

#design .fr{
float: left;
margin-left: 10px;
}

#design .border{
border-bottom:solid 1px #b6b2b1;
margin-bottom: 40px;
}

a.pdfLink{
color: #f05a24;
padding: 5px 10px;
text-decoration: none;
border: solid 1px #f05a24;
border-radius: 25px;        /* CSS3草案 */  
-webkit-border-radius: 25px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 25px;   /* Firefox用 */ 
background: #fff;
}

a.btn01{
background: #e33;
border:1px solid #a90000;
color: #fff;
border-radius: 25px;        /* CSS3草案 */  
-webkit-border-radius: 25px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 25px;   /* Firefox用 */ 
padding:5px 10px;
margin-left: 20px;
}

a.btn01:hover{
background: #a90000;
text-decoration: none;
}

#design.home-section{
padding-bottom: 0;
}

/* ================================
Contact
================================= */

#contact .container{
width: 980px;
margin: 0 auto;
}

.contactbg{
    background: url(../img/bg_03.png) no-repeat #fff;
    background-position-x: 50px;
    background-position-y: 40px;
    height:620px;
    width: 980px;
    margin: 0 auto;
}

#contact h2{
padding-top: 0px;
margin-bottom: 50px;
}

#contact.home-section{
padding: 20px 0px 60px 0px;
}

#contact .mTop8{
	margin-top: 8px;
	text-align: left;
	margin-left:17.66666667%;
	margin-bottom: 10px;
}
#contact img{
	margin-right: 10px;
	vertical-align: sub;
}

/* ================================
Bottom widget
================================= */
ul.social-network {	
	margin: 0;
	margin-left:0;
	padding-left: 0;
	list-style: none;
}
ul.social-network li {
	display: inline;
	margin: 5px 5px;
}

ul.social-network li a:hover span .fa-circle {
	color: #2b2b2b;
}

/* ================================
Footer
================================= */

footer{
    background: #649943;
    width:100%;
    margin-top: 0px;
    padding: 25px 0 5px;
    /*background-image: -webkit-gradient(linear,left top,left bottom,from(#f3f3f3),to(#c6c6c6));
    border-bottom: 4px solid #004198;
    border-top: 1px solid #c6c6c6;
    background: url(../img/footer_bg.png) repeat left top;*/
    text-align: left;
}

#footer{
    width:980px;
    margin: 0 auto 80px;
}

footer a,  footer a:link, footer a:visited{
    text-decoration: none;
    color: #fff;
}

footer a:hover{
    text-decoration: underline; 
    color: #fff;
}

/*#footer ul{
padding: 0;
padding-top:10px;
}*/

#footer ul li{
    display: inline-table;
    padding: 0 2.5em 5px 0;
    color: #fff;
    font-size: 13px;
}

#footer ul li a.selected{
color: #fff;
}

address {
    color: #fff;
    text-align: right;
    width: 980px;
    margin: 20px auto 0;
    font-style: normal;
    font-size: 10px;
}

/* ================================
more media queries
================================= */

@media (max-width:768px) {
	.container{
	width:980px;
	margin: 0 auto;
	}
	
	.row{
	margin: 0;
	padding: 0;
	}
	
	#contact .row{
	width: 600px;
	margin: 0 auto;
	}
}

@media (max-width:992px) {
		
	.container{
	padding: 0;
	width:980px;
	margin: 0 auto;
	}
	
	#contact .row{
	width: 600px;
	margin: 0 auto;
	}
	

}

@media (max-width:1200px) {
	
	.container{
	padding: 0;
	width:980px;
	margin: 0 auto;
	}
	
}

@media (max-width:1400px) {
	
	
	
	
}

@media (max-width:480px){
	.container{
	padding: 0;
	width:980px;
	margin: 0 auto;
	}
	
	.row{
	margin: 0;
	padding: 0;
	}
	
	#contact .row{
	width: 600px;
	margin: 0 auto;
	}
}

/*a, a:hover{
	color: #529abb;
}*/
.navbar-default{
	background: #529abb;
}

.form-control:focus {
  border-color: #529abb;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px #529abb;
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px #529abb;
}

textarea.form-control{
height:80px;
}

.service .carousel-indicators .active {
	background: #529abb;
}

.btn-theme {
	background: url(../img/submit_button.png) no-repeat #004198;
	background-position-x: 0;
	background-position-y: 0px;
	color: #fff;
	height: 27px;
	border: none;
	padding: 0;
}

.lb-album li > a span{
	background: #529abb;
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, #529abb 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.56)), color-stop(100%,#529abb));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,#529abb 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,#529abb 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,#529abb 100%);
	background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,#529abb 100%);
}
.lb-overlay{
	background: #529abb;
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, #529abb 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.56)), color-stop(100%,#529abb));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,#529abb 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,#529abb 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,#529abb 100%);
	background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,#529abb 100%);
}

#contact input{
	width: 100%;
	margin-top: 10px;
	border: 1px solid #c6c6c6;
	box-sizing: border-box;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
}
#contact textarea{
	width: 100%;
	height: 80px;
	margin-top: 10px;
	padding: 10px 10px;
	border: 1px solid #c6c6c6;
	box-sizing: border-box;
	font-size: 100%;
}
#contact input[type="submit"]{
	width: 100%;
	background: url(../img/submit_button.png) no-repeat #004198;
	background-position-x: 0;
	background-position-y: 0px;
	color: #fff;
	height: 27px;
	border: none;
	padding: 0;
}

#design p.mt-10{
margin-top: -10px;
}