@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

/* Common Styles ------------------------------------------ */
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; text-rendering: optimizelegibility; }
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	background-color: #fff;
	background-color: #F5F5F5;
	
	-webkit-font-smoothing: antialiased;
}

a { 
	text-decoration: none;
	 
	-webkit-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
	-moz-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
	-ms-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
	-o-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
	transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
}
a:hover, a:focus { text-decoration: none; border: none; }
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px 0 10px 0px;
	font-weight: normal;
	line-height: 1.3;
	color: inherit;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

h1,
h2 {
	line-height: 1.4;
	letter-spacing: 3px;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 24px;
	letter-spacing: 2px;
}

h4 {
	font-size: 18px;
	letter-spacing: 1px;
}

h5 {
	font-size: 14px;
	letter-spacing: 1px;
}

h6 {
	font-size: 12px;
}

p {
	color: #666;
	font-size: 13px;
	line-height: 1.5;
}

img {
	/* Responsive images (ensure images don't scale beyond their parents) */
	max-width: 100%;
	/* Part 1: Set a maxium relative to the parent */
	width: auto\9;
	/* IE7-8 need help adjusting responsive images */
	height: auto;
	/* Part 2: Scale the height according to the width, otherwise you get stretching */
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/*MENU**/
.headerMenu
{
	/*background: #777;*/
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	box-sizing: border-box;	
	width: 100%;
	height: 40px;
	padding: 0 50px;
}
.headerMenu a
{
	background: center center no-repeat transparent;
	background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );

	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 10px;
}

/* Colors ------------------------------------------ */

body.bg-color::-moz-selection {background: #f39c12; color: #fff; }
body.bg-color::selection {background: #f39c12; color: #fff; }
body.bg-color a{
	color: #f39c12;
	text-decoration: none;
	border-bottom: 1px solid #f39c12;
}
body.bg-color div#top-nav #fixed-nav li a:hover {
	color: #f39c12;
}
body.bg-color div#top-nav #fixed-nav li.current a {
	border-bottom: 3px solid #f39c12;
}
body.bg-color .bg-color{
	background: #f39c12;
	
}
body.bg-color hr {
	border-bottom: 1px solid #f39c12;
}
body.bg-color span.highlight{
	color: #f39c12;
}
body.bg-color #footer {
	font-weight: bold;
	background: #f39c12;
	color: #fff;
	text-align: center;
	font-size: 13px;
	padding: 20px 0 20px 0;
}

body.bg-color img{max-width:100%;}
/* Navigation & Logo ------------------------------------------ */
#header{
	top:0px;
	border-bottom: 1px solid #D6D6D6;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4Cffffff, endColorstr=#4Cffffff);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4Cffffff, endColorstr=#4Cffffff);
	position: fixed;
	height: 50px;
}
#nav-button{
	display: none;
}
#logo{
	display: block;
	border: none;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: 20px;
	float: left;
}
#logo a{
	color: #333;
	text-decoration: none;
	border: none;	
}
#logo span{
	margin-left: -12px;
}
div#top-nav{
	margin-top: 13px;
}
div#top-nav ul {

	font-family: 'Montserrat',  sans-serif;
	float: right;
	margin-bottom: 0px;
}
div#top-nav #fluid-nav li, div#top-nav #fixed-nav li {
	display: inline-block;
	margin-left: 20px;
}

div#top-nav #fluid-nav li:first-child, div#top-nav #fixed-nav li:first-child  {
	margin-left: 0;
}
div#top-nav #fluid-nav li a, div#top-nav #fixed-nav li a {
	color: #333;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	border: none;
}
div#top-nav #fluid-nav li a:hover {
	color: #333;
	text-decoration: none;

}
div#top-nav #fluid-nav li.current a {
	color: #faa3a5;
}
div#top-nav #fixed-nav li a:hover {
	text-decoration: none;
}
div#top-nav #fixed-nav li.current a {
	color: #333;
	padding-bottom: 5px;
}
/* Slogan & Banners ------------------------------------------ */
.slogan{
	height: 100%;
	text-align: center;
	width: 100%;
	background-image: url('../images/gy021.jpg');
	background-size:cover;
	max-width: 100%;
}
.slogan h1{
	text-shadow: 2px 2px 2px #333333;
	color: #ffffff;
}
.hero{
	border-bottom: 1px solid #e1e1e1;
	display: inline-block;
	width: 100%;
	margin-top: 50px;
	height: 150px;
}
.home .hero{
	margin-top: 0px;
	
}
.slogan img{
	
}
/* Backgrounds ------------------------------------------ */

.bg-fixed {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* Icon Blocks ------------------------------------------ */
.i-block{
	text-align: center;
}
.i-block i{display: inline-block;margin-bottom: 24px;font-size: 6em; color: #a1a1a1}
.i-block h3{ color: #a1a1a1;
	font-weight: bold;
	font-size: 1.8em;
	margin-top: 0px;
	margin-bottom: 14px;
}
/* Dividers ------------------------------------------ */
.hr-small {
	float: none;
}
.hr {
	clear: both;
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	position: relative;
	margin: 10px 0;
	float: left;
}
.hr-center.hr-small .hr-inner {
	left: 50%;
}
.hr-small .hr-inner {
	width: 32%;
	margin-left: -16%;
}
.hr-inner {
	border-color: #e1e1e1;
	width: 100%;
	position: absolute;
	height: 1px;
	top: 50%;
	width: 100%;
	margin-top: -1px;
	border-top-width: 1px;
	border-top-style: solid;
}
.hr-invisible {
	margin-bottom: 0;
}
hr {
	border: 0;
	margin: 10px 0;
}
#contact hr.grey {
	margin: 17px 0 16px 0;
}
hr.grey {
	border: 0;
	border-bottom: 1px solid #e5e5e5;
	margin: 10px 0;
}

/* Contact us block ------------------------------------------ */
#contact a{
	margin-right: 10px;
	/*font-size: 30px;*/
	
	border: none;
}


.social{
	margin:0 auto;
	width:600px;
	/*background:#f00;*/
	height: 50px;
	overflow: auto;
}
.social a{

	font-size: 30px;
	border: none;
}

/* Section, Footer & Misc ------------------------------------------ */
.content{
	padding-top: 10px;
	padding-bottom: 10px;
}
.section{
	border-bottom: 1px solid #e1e1e1;
}
.section-alt{
	background: #fcfcfc;
}

.title{
	text-align: center;
	margin-bottom: 40px;
}
.title h2{
	font-weight: bold;
	font-size: 2.2em;
	margin: 0px;
	text-align: center;
}
.title p{
	letter-spacing: 1px;
line-height: 1.6em;
font-size: 14px;
margin: 0px;
}
.text-center{
	text-align: center;
}
.clear{
	clear: both;
}
#footer {
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-size: 13px;
	padding: 20px 0 20px 0;
}
#footer a{
	color: #fff;
	text-decoration: underline;
}

.work{
	float: none;margin-left: 0;
	overflow:auto;
	border:1px #999 solid;
	margin-bottom:30px;
	clear:both;
}
.work img{
		
		float: left;padding-right: 2em;width:500px;
		
	}

.worktext{font-size: 14px;text-align: left;padding:10px;}

.profBox{width:100%;}
.prof{margin :0 auto;width:600px;}
dl{
	width:600px;
	overflow:hidden; /*floatしたので高さ確保*/
	border:1px solid #ccc;
	border-top:none; /*dt,dd設定とかぶるので*/
	background:#eee;
}
dt{
	width:160px;
	float:left;
	padding:10px;
	border-top:1px solid #ccc;
	min-height:30px;
}
dd{
	width:399px;
	float:left;
	padding:10px;
	border-left:1px solid #ccc; /*長くなる要素にあわせて*/
	border-top:1px solid #ccc;
	background:#fff;
	line-height:2.5em;
}
dd:after{
	clear:both; /*1段ずつfloat解除する設定(いらない？)*/
}

/*Media Queries*/
@media (max-width: 767px) {
	#drop-nav{
		display: inline;
	}
	#logo{
		width: 100%;
		font-size: 26px;
		margin-top: 8px;
		text-align: center;
	}
	div#top-nav{
		margin-top: 0px;
		display: none;
	background: #fff;
	position: absolute;
	top:50px;
		z-index: 99999;
		border-right: 1px solid #D6D6D6;
		border-bottom: 1px solid #D6D6D6;
		left: 0;
	}
	div#top-nav ul{
		float: none;
		display: block;
		
	}
	div#top-nav #fluid-nav li, div#top-nav #fixed-nav li {
		padding: 10px;
		
		display: block;
		margin-bottom: 0px;
		margin-left: 0px;
	}
	#nav-button{
		display: inline-block;
		position: absolute;
		left: 24px;
		font-size: 24px;
		top: 50%;
		margin-top: -12px;

	}
	
	.prof{width:500px;}
	dl{
		font-size:0.9em;
		width:100%;
		overflow:hidden; /*floatしたので高さ確保*/
		border:1px solid #ccc;
		border-top:none; /*dt,dd設定とかぶるので*/
		background:#ddd;
	}
	dt{
		width:100%;
		float:left;
		padding:5px;
		border-top:1px solid #ccc;
	}
	dd{
		
		width:100%;
		float:left;
		padding:3px;
		border-left:1px solid #ccc; /*長くなる要素にあわせて*/
		border-top:1px solid #ccc;
		background:#fff;
	}



	
}
@media (max-width: 480px) { 
	#logo{
		font-size: 24px;
	}
	.work{
		float: none;
		margin-left: 0;
		overflow: hidden;
	}

	.work img{
		float: left;padding-right: 2em;max-width: 100%;
	}
	
	.social{
		margin:0 auto;
		width:300px;
		/*background:#f00;*/
		height: 50px;
		overflow: auto;
	}

	.prof{width:300px;}
	dl{
		font-size:0.9em;
		width:300px;
		overflow:hidden; /*floatしたので高さ確保*/
		border:1px solid #ccc;
		border-top:none; /*dt,dd設定とかぶるので*/
		background:#ddd;
	}
	dt{
		
		
		padding:0px;
		border-top:1px solid #ccc;
	}
	dd{
		
		width:300px;
		padding:3px;
		border-left:1px solid #ccc; /*長くなる要素にあわせて*/
		border-top:1px solid #ccc;
		background:#fff;
	}
	

}

.readtext{
	padding-top:20px;padding-bottom:20px;
	font-size:1.5em;
	line-height: 2.0em;
}
/*INPUT*/
ul.workdeteail {
margin: 0;
padding: 0;
list-style-type: none;
}

ul.workdeteail li {
float: left;
width: 8em;
margin-right: 5px;
padding: 2px;
border: 1px #ffb366 solid;
background-color: #fffdee;
text-align: center;
}

.sendBox{
	min-height:300px;background:#fff;margin-top:50px;padding:100px 10px 30px; 10px;font-size:1.5em;color:#666;
	text-align:left;
}
.sendText{
	
}
.required{color:#F00;font-weight: bold;font-size:1.2em;}
.inputset{
	width:90%;
	line-height:2.5em;
}
.inputarea{
	/*width:400px;*/
	height:300px;
	width:90%;
}
input[type=text],input[type=email],input[type=tel]{
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#a9a9a9 1px solid;
   padding:0 0px;
   height:2.6em;
   line-height:1.6em;
}
 
input[type=text]:focus {
   border:solid 1px #20b2aa;
}
 
input[type=text], select { 
   outline: none;
}

.radiotext{
	font-size:1.1em;
	line-height:1.8em;
}


/*Btn*/
a.css_btn_class_submit{
	color:#ffffff;
}
.css_btn_class_submit {
	font-size:1.3em;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #469df5;
	padding:9px 18px;
	text-decoration:none;
	background-color:#8DCF3F;
	color:#ffffff;
	display:inline-block;
}.css_btn_class_submit:hover {

	background-color:#79D1B0;
}.css_btn_class_submit:active {
	position:relative;
	top:1px;
}
a:link.css_btn_class_submit {/*未訪問のリンク*/
    color:#ffffff;
    font-style:normal;
}

a.css_btn_class_edit{
	color:#ffffff;
}
.css_btn_class_edit {
	font-size:1.3em;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #469df5;
	padding:9px 18px;
	text-decoration:none;
	background-color:#93B8CA;
	color:#ffffff;
	display:inline-block;
}.css_btn_class_edit:hover {
	background-color:#33BFDB;
}.css_btn_class_edit:active {
	position:relative;
	top:1px;
}
a:link.css_btn_class_edit {/*未訪問のリンク*/
    color:#ffffff;
    font-style:normal;
}