@charset "utf-8";

/* PC：style.css
 * **************************************************
 * Site Width
 * Header
 * Global Navigation
 * Content
 * Common Elements
 * Page Top
 * Footer
 * **************************************************
 */

/*  Site Width
------------------------------------------------------------------- */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
}
.inner {
	padding: 0 5%;
}


/*  Header
------------------------------------------------------------------- */
#header {
	border-bottom: 4px solid #4b8518;
	padding: 1em 0 0.8em;
	position: relative;
}
/* Logo */
#header .logo {
	position: relative;
	top: 0; left: -1%;
}
#header .logo img {
	height: auto;
	width: 100%;
}

/* cord */
#header .cord {
	font-size: 0.8rem;
	position: absolute;
	top: 0.8em; right: 6%;
}

/* Global Navigation
------------------------------------------------------------------ */
#globalNav {
}


/* Content
------------------------------------------------------------------ */
#content .main {
	margin: 0;
	padding: 1.5em 0 0 0;
}


/* Common Elements
------------------------------------------------------------------ */
/* img */
img {
	height: auto;
	vertical-align: bottom;
	max-width: 100%;
}
/* リンク */
a {
	color: #333333;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
}
a:hover {
	color: #004E97;
	text-decoration: none;
}


/* PageTop
------------------------------------------------------------------ */



/* Footer
------------------------------------------------------------------ */
#footer {
    border-top: 1px solid #333333;
	margin: 3em 0 0 0;
}

/* copyRight */
#footer .copyRight {
	font-size: 1rem;
	padding: 1.5em 0;
	text-align: center;
}
