@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	font-family:"Osaka", Univers,"ＭＳ ゴシック", "MS Gothic",Osaka-mono, monospace,Helvetica, sans-serif;
	font-size:0.85em;
	letter-spacing:0.03em;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

  
gridContainer {
	width: 100%;
	margin: auto;
	clear: none;
	float: none;
	text-align:center;
}

/*リンク*/
a {
	text-decoration: none;
	outline: none;
}
a:link	{
	color : #000000;
}
a:active	{
	color : #000000;
} 
a:hover {
	color : #000000;
 opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
a:visited	{
	color : #000000;
} 

/*リンク終了*/


p {
	margin:auto;
	line-height:1.8em;
}


.button {
	text-align:center;
	width:100%;
}
.button .btn-icon {
	display: inline-block;
	text-align: center;
	color: #898989;
	text-decoration: none;
	padding: 0.5em 3.5em;
	position: relative;
	margin:1em auto;
	font-family:Univers, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	letter-spacing:0.2em;
	border: 0.5px solid #898989;
	outline: none;
}
.button a {
	outline: none;
}
.button a:link	{
	color : #898989;
	outline: none;
}
.button a:active	{
	color : #898989;
	outline: none;
}
.button a:visited	{
	color : #898989;
	outline: none;
}



/*header*/

.header {
	width:100vw;
	height:250px;
	text-align:center;
	position:relative;
	background-image:url(Contact/MainImg.jpg)!important;
	background-size:cover!important;
	background-position:center!important;
}

.header_logo {
	width:100%;
	text-align:center;
	 position: absolute;
	 top: 35%;
	 left: 0;
	 opacity:0.8;
}
.header_logo img {
	 width:25vw;
	 min-width:20px;
	 max-width:80px;
}

.header_title {
	 position: absolute;
	 bottom:0;
}



/*main*/
.lead {
	margin:4em auto;
	text-align:center;
	color:#233743;
}


section {
	width:85%;
	margin: 1em auto;
	text-align:justify;
}


.footer {
	margin: 0px auto;
	padding-top:15px;	
	padding-bottom:10px;
	text-align:center;
	background-color: #233743!important;
}
.footer img {
	width:40px;
	margin-bottom:5px;
}
.footer small {
	font-size:7px;
	color:#ffffff!important;
	letter-spacing:0;
	opacity:0.5;
}


.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media print, screen and (min-width: 500px) {

.gridContainer {
	width: 100%;
	margin: auto;
	clear: none;
	float: none;
	text-align: center;
}


/*header*/

.header {
	height:350px;
}

.header_logo img {
	 width:20vw;
	 max-width:100px;
}


/*main*/
section {
	width:75%;
	margin: 0 auto;
}




.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 850px) {

.gridContainer {
	width: 100%;
	margin: auto;
	clear: none;
	float: none;
	text-align:center;
}


/*header*/

.header {
	height:500px;
	background-position:bottom;
}

.header_logo {
	 top: 37%;
}
.header_logo img {
	 width:20vw;
	 max-width:120px;
}


.main {
	width:85%;
	margin: auto;
	max-width:1100px;
}


/*main*/
.lead {
	width:100%;
	margin:5em auto;
}


.footer {
	padding-top:20px;	
	padding-bottom:13px;
}
.footer img {
	width:50px;
	margin-bottom:10px;
}


.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}
}

@media print {

.main {
	margin-bottom:20px;
}
.header_logo img {
	 width:120px;
}
}