/* ------------------------------------------------------------------------------
	Template Name: Auro
	Author: Designstub
	Author URI: http://www.designstub.com
------------------------------------------------------------------------------*/



@import url(http://fonts.googleapis.com/css?family=Open%20Sans:300,400,500,600,700);
/* ------------------------------------------------------------------------------
	 Typography
-------------------------------------------------------------------------------*/
p {
	font-size: 0.9em;
	line-height: 22.4px;
	color: #6c7279;
}
h1 {
	font-size: 1.5em;
	color: #2d3033;
}
h2 {
	font-size: 40px;
	color: #2d3033;
}
h3 {
	font-size: 1.4em;
	color: #2d3033;
	font-weight: bold;
	text-shadow: 2px 2px 2px #999;
}
h4 {
	font-size: 1.2em;
	color: #535252;
	font-weight: bold;
}
h5 {
	font-size: 1.1em;
	color: #2d3033;
	text-transform: uppercase;
	font-weight: bold;
}
.btn {
	background-color: #fff;
	margin-top: 10px;
	color: #333;
	font-size: 1.1em;
	font-weight: 600;
	letter-spacing: 1px;
	border-radius: 0px;
	padding: 2% 5%;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.btn:hover, .btn:focus {
	background-color: #eb6ea0;
	color: #fff;
}
.btn-large {
	padding: 15px 40px;
}

/* ------------------------------------------------------------------------------
	 General Style
-------------------------------------------------------------------------------*/
a {
	color: #2161f7;
}
a:hover, a:focus {
	color: #f80bd2;
	text-decoration: underline;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}
a:hover img {
	opacity: 0.5;
}
body {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	color: #6c7279;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
.section {
	padding: 20px 0 0 0;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}

/* ------------------------------------------------------------------------------
	 Header & navigation
-------------------------------------------------------------------------------*/
#header-fixed {
	background: url("img/back.png") repeat-x;
	position: fixed;
	width: 100%;
	height: 120px;
	z-index: 999;
}
header {
	max-width: 100%;
    height: auto;
}
@media only screen and (max-width: 480px) {
	#header-box {
		height: 60px;
		padding: 0 0 0 30px;
		background: url(img/header_s.png) no-repeat;  
	}
}
@media only screen and (min-width: 481px) {
	#header-box {
		height: 60px;
		padding: 0 0 0 30px;
		background: url(img/header.png) no-repeat;
	}
}
#header-nav {
	position: fixed;
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
}
#header-nav .header-content {
	margin: 0 auto;
	padding: 0px 0;
	width: 100%;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s;
}
#header-nav.fixed .header-content {
	border-bottom: 0;
	padding: 25px 0;
}
#header-nav.fixed .nav-toggle {
	top: 18px;
}
.navigation.open {
	opacity: 0.9;
	visibility: visible;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.navigation {
	float: right;
}
.navigation li {
	display: inline-block;
}
.navigation a {
	color: #000;
	font-size: 1em;
	font-weight: 300;
	margin-left: 40px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.navigation a:hover, .navigation a.active {
	color: #bcbcbc;
}
.nav-toggle {
	display: none;
	height: 44px;
	overflow: hidden;
	position: fixed;
	right: 5%;
	text-indent: 100%;
	top: 32px;
	white-space: nowrap;
	width: 44px;
	z-index: 99999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-toggle:before, .nav-toggle:after {
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}
.nav-toggle:before {
	background-color: #eb6ea0;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.nav-toggle:after {
	background-color: #e84545;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}
.nav-toggle span {
	background-color: #fff;
	bottom: auto;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	width: 18px;
	z-index: 10;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
	background-color: #fff;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.nav-toggle span:before {
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-webkit-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.nav-toggle.close-nav:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-toggle.close-nav span {
	background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
	background-color: #fff;
}
.nav-toggle.close-nav span:before {
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}

/* NavigationBar
---------------------------------------------------- */
#navbar {
	margin: 60px 0 0px 0px;
	height: 36px;
}

#navbar li {
	display: block;
}

#navbar li, #navbar li a {
	width: 100px;
	height: 36px;
	float: left;
}

/* Normal */
li#nvhom a {background: url("img/nvhom.png") no-repeat left top;}
li#nvinf a {background: url("img/nvinf.png") no-repeat left top;}
li#nvgrp a {background: url("img/nvgrp.png") no-repeat left top;}
li#nvprd a {background: url("img/nvprd.png") no-repeat left top;}
li#nvacc a {background: url("img/nvacc.png") no-repeat left top;}
li#nvprv a {background: url("img/nvprv.png") no-repeat left top;}
li#nvplc a {background: url("img/nvplc.png") no-repeat left top;}
li#nvinq a {background: url("img/nvinq.png") no-repeat left top;}

/* Hover */
li#nvhom a:hover {background-position: left center;}
li#nvinf a:hover {background-position: left center;}
li#nvgrp a:hover {background-position: left center;}
li#nvprd a:hover {background-position: left center;}
li#nvacc a:hover {background-position: left center;}
li#nvprv a:hover {background-position: left center;}
li#nvplc a:hover {background-position: left center;}
li#nvinq a:hover {background-position: left center;}

/* Current */
li#nvhom-crt {background: url("img/nvhom.png") no-repeat left bottom;}
li#nvinf-crt {background: url("img/nvinf.png") no-repeat left bottom;}
li#nvgrp-crt {background: url("img/nvgrp.png") no-repeat left bottom;}
li#nvprd-crt {background: url("img/nvprd.png") no-repeat left bottom;}
li#nvacc-crt {background: url("img/nvacc.png") no-repeat left bottom;}
li#nvprv-crt {background: url("img/nvprd.png") no-repeat left bottom;}
li#nvplc-crt {background: url("img/nvplc.png") no-repeat left bottom;}
li#nvinq-crt {background: url("img/nvinq.png") no-repeat left bottom;}

/* ------------------------------------------------------------------------------
	 Header Slider
-------------------------------------------------------------------------------*/

.carousel {
	margin: 100px auto 0 auto;
	width: 94%;
}
.item, .active, .carousel-inner {
	height: 100%;
}
.carousel-caption {
	bottom: 5%;
	color: #fff;
	left: 15%;
	padding-bottom: 20px;
	padding-top: 20px;
	position: absolute;
	right: 15%;
	text-align: center;
	z-index: 10;
}
.carousel-caption h3 {
	font-family: "Open Sans", sans-serif;
	color: #fff;
	text-shadow: 2px 2px 2px #999;
	font-size: 31px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.carousel-caption p {
	font-family: "Open Sans", sans-serif;
	color: #6c7279;
	text-shadow: none;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 15px;
}
.carousel-control.left {
	background: none;
}
.carousel-control.right {
	background: none;
}
.carousel-control {
	opacity: 1;
	text-shadow: none;
}

/*Jumbotron
---------------------------------------------------- */
.container-fluid {
	margin: 0;
	padding: 0;	
}
.jumbotron {
	width: 100%;
	padding: 30px;	
}
.jumbotron h1 {
	font-size: 2em;	
	text-shadow: 2px 2px 2px #999;
}
.jumbotron p {
	font-size: 1.1em;
}
.swimg {
	box-shadow: 5px 5px 5px 5px #999;
	-webkit-box-shadow: 5px 5px 5px 5px #999;
	-moz-box-shadow: 5px 5px 5px 5px #999;	
}
.myrow1 {
	margin-top: 30px;
}
.mycol1 {
	padding: 20px 0 0px 0;
	text-align: center;
}
hr {
	height: 10px;
	box-shadow: 0 10px 10px -10px #222 inset;
}

/*SubMenu
---------------------------------------------------- */
.myrow2 {
	margin: 20px 20px 0 20px;
}
.myrow2 h3 {
	background: url("img/h3.png") no-repeat left center;
	padding-left: 25px;
}
.myrow2 h4 {
	padding-left: 5px;
}
.myrow2 ol {
	padding-left: 25px;
}
.myrow2 p {
	padding-left: 25px;
}
.m50 {
	margin-top: 50px;
}
.mylist li {
	background: url("img/li.png") no-repeat left 0.1em;	/* 複数行回避 */
	margin-left: 5px;
	padding-left: 20px;
}
#submenu {
	width: 300px;
	padding-top: 10px;
}
#submenu li {
	margin-top: 10px;
}
#submenu a {
	font: 12px Verdana;
	color: #646464;
	display: block;
	padding: 8px 30px;
	height: 32px;
	text-decoration: none;
	background: url("img/submenu.gif") no-repeat;
}
#submenu li.crt {
	font: 12px Verdana;
	color: #646464;
	display: block;
	padding: 8px 30px;
	height: 32px;
	background: url("img/submenu_crt.gif") no-repeat;
}
#submenu a:hover {
	background: url("img/submenu_h.gif") no-repeat;
	padding: 8px 40px;
}
#submenu img {
	margin-top: 30px;
}
/* GoogleMapAPI with VendorPrefix */
#map_canvas {
	width: 100%;
	height: 400px;
	border: #fff 3px solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* Table */
.mytbl1 {
	width: 100%;
}
.mytbl1 td {
	padding: 10px;
}
.mytbl1 th {
	width: 150px;
}
.mytbl2 tr {
	border: 3px solid #fff;
}
.mytbl2 th, .mytbl2 td {
	padding: 10px;
}
.mytbl2 th {
	background: #0050cb;
	color: #fff;
	font-size: 0.9em;
	font-weight: normal;
}
.mytbl2 td {
	background: #CEF4ED;
	font-size: 0.9em;
	color: #121212;
	width: 100%;
}
/* Form */
.txtbox1 {
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.txtbox2 {
	width: 100%;
	height: 150px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.img_resize {
	width: 100%;
	max-width: 800px
}
.img_resize2 {
	width: 100%;
	max-width: 300px
}
/* Video-container
---------------------------------------------------- */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-wrapper {
	width: 600px;
	max-width: 100%;
}

/* ------------------------------------------------------------------------------
	 My Css
-------------------------------------------------------------------------------*/
.ind30 {
	padding-left: 30px;
}
.rtxt1 {
	text-align: right;
}
.stxt1 {
	font-size: 0.8em;
	line-height: 0;
}

/* ------------------------------------------------------------------------------
	 Services
-------------------------------------------------------------------------------*/
.services {
	width: 94%;
	margin: auto;
	background-color: #f2f2f2;
}
.services h4 {
	font-size: 33px;
	line-height: 33px;
	letter-spacing: 2px;
	font-weight: 300;
}
.services h5 {
	font-size: 21px;
	font-weight: 300;
	margin-bottom: 10%;
	text-transform: none;
}
.services p {
	color: #6c7279;
	font-size: 13px;
	font-weight: 400;
	margin-top: 7%;
}
.services-content {
	margin: 50px;
}
.services-content li a {
	color: #6c7279;
	line-height: 30px;
}
.services-content li a:hover {
	color: #000;
}

/* ------------------------------------------------------------------------------
	 Portfolio
-------------------------------------------------------------------------------*/
#portfolio {
	width: 92%;
	margin: auto;
}
#portfolio .portfolio-item {
	right: 0;
	margin: 0 0 2px;
	padding: 0 1px;
}
#portfolio .portfolio-item .portfolio-link {
	display: block;
	position: relative;
	margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .caption {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(58, 54, 54, .9);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}
#portfolio .portfolio-item .portfolio-link .caption:hover {
	opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 20px;
	margin-top: -12px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
	margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3 {
	margin: 0;
	color: #e9eaed;
	font-size: 17px;
	letter-spacing: 4px;
	text-transform: uppercase;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
	margin: 10px 0;
	color: #e9eaed;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#portfolio * {
	z-index: 2;
}

/* ------------------------------------------------------------------------------
	 Testimonials
-------------------------------------------------------------------------------*/
.testimonials {
	width: 94%;
	margin: auto;
	background-color: #333;
	position: relative;
	text-align: center;
}
.testimonials blockquote {
	border: 0;
	margin: 0;
	padding: 100px 15%;
}
.testimonials h1 {
	color: #fff;
	font: 19px "Open Sans", sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
}
.testimonials p {
	color: #fff;
	display: block;
	font-size: 11px;
	font-style: normal;
	letter-spacing: 2px;
	font-weight: 400;
	margin-top: 30px;
	text-transform: uppercase;
}
/* ------------------------------------------------------------------------------
	 Footer
-------------------------------------------------------------------------------*/
#footer-wrap {
	background: url(img/footer.png) no-repeat top center;
	width: 100%;
	height: auto;
}
.footer {
	width: 94%;
	margin: 0px auto 10px auto;
	text-align: left;
}
.container-fluid {
	padding-top: 80px;	
}
.footer h4 {
	font-size: 13px;
	color: #000;
	margin: 0 0 15px 0;
	padding: 0px;
}
.footer p {
	font-size: 11px;
	color: #6c7279;
	line-height: 15px;
}
.footer a {
	color: #000;
}
.footer a:hover {
	text-decoration: underline;
}
.footer .footer-share {
	margin-top: 0;
}
.footer .footer-share li {
	display: inline-block;
	float: none;
}
.footer .footer-share a {
	border: none;
	font-size: 13px;
	color: #000;
	letter-spacing: 15px;
}
.footer .fa-heart {
	color: #e84545;
	font-size: 11px;
	margin: 0 2px;
}
address{
	font-size: 0.7em;	
}

/* ------------------------------------------------------------------------------
	 Work Detial 
-------------------------------------------------------------------------------*/

.work-detail {
	width: 94%;
	margin: auto;
}
.work-detail-margin {
	margin-top: 7%;
}
.detail-image img {
	width: 100%;
}
.detail-contentbox {
	background-color: #f1e9f0;
	padding: 3%;
}
.detail-content h4 {
	font-size: 1.8em;
	line-height: 27px;
	letter-spacing: 1px;
	font-weight: 300;
	color: #333;
}
.detail-content p {
	color: #2a2a2a;
	font-size: 1em;
	font-weight: 400;
	margin-top: 7%;
}
#navber {
}
