@charset "utf-8";

/* FONTS */
@import url(http://fonts.googleapis.com/css?family=Ruda:400,900,700);

/* OVERALL ASPECT */
body {
    background-color: #f2f2f2;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", Osaka, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", Osaka, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 900;
    color: #333;
}

/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}
.centered {
    text-align: center;
}
.goleft {
	text-align: left;
}

/* Links */
a {
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}
a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}
a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}
.navbar {
	font-size: 14px;
	background: #ffffff;
}
.navbar-fixed-top {
	border-width: 0 0 0px;
	border-bottom-width: 0px;
}

/* ================== BASIC CONFIGURATION ================== */
.topIndex {
	color: #009ADE;
	font-size: 26px;
}

.topIndex span {
	color: #a4a4a4;
	display: block;
	font-size: 0.4em;
	margin-top: 1%;
	letter-spacing: 0.1em;
}
.spacing i {
	padding-left: 8px;
	padding-right: 8px
}

/* margin top & Bottom */
.mt {
	margin-top: 50px;
	margin-bottom: 50px;
}
.mb {
	margin-bottom: 100px;
}
.address {
	margin-right: 10px;
}
.address h3 {
	margin: 0!important;
	padding: 0!important;
}
.fl {
	float: left;
}
.fl p {
	margin: 0!important;
	padding: 0!important;
	line-height: 20px!important;
}
.img-responsive-in {
	display: inline;
	max-width: 100%;
	height: auto;
}
.service a img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	background: #f2f2f2;
}

/* Special Margin for Wrap sections */
.mts {
	margin-top: -20px;
}

/* Padding top & bottom */
.pt {
	padding-top: 15px;
	padding-bottom: 15px; 
}

table.aboutUs {
	background-color: #fff!important;
	letter-spacing: 0.1em;
}
table.aboutUs tbody th {
	background-color: #009ADE;
	color: #fff;
}

/* ================== MAIN WRAP SECTIONS ================== */
#headerwrap {
	background-image: url(../img/topImg.png);
	background-repeat: no-repeat;
	background-position: 50% 65%;
	margin-top: 0px;
	padding-top: 60px;
	background-attachment: relative;
	min-height: 600px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#headerwrap h1 {
	margin-top: 100px;
	color: white;
	font-size: 50px;
	font-weight: 900;
	letter-spacing: 1px;
}
#headerwrap .img-responsive {
	margin: 0 auto;
}

/* Footer Wrap */
#f {
	background-color: #009ADE;
	padding-top: 20px;
	padding-bottom: 16px;
	border-top: 2px solid #008cca;
}
#f p {
	color: white;
}

/* Color Wraps */
#white {
	margin-top: 0px;
	background-color: #ffffff;
	min-height: 300px;
	width: 100%;
}

/* Map Wrap
#map {
	width: 100%;
	height: 450px;
}
@media (max-width: 600px) { 
	#headerwrap h1 {
		font-size: 35px;
	}
	#map {
		width: 100%;
		height: 250px;
	}
}
@media (max-width: 900px) { 

}*/

.ggmap {
	position: relative;
	padding-bottom: 70%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


