@charset "UTF-8";

/****************************
  GLOBAL SETTING
*****************************/

* {
	margin: 0;
	padding: 0;
	line-height: 1;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

ul, ol { list-style: none; }
fieldset, img { border: none; }
table { border-collapse: collapse; }

body {
	margin:  0;
	padding: 0;
	font-family: 'Helvetica Neue', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	color: #333;
	font-size: 14px;
	line-height: 1;
	background-color: #fff;
}

a, :focus, :active {
	outline: none;
}

a:link, 
a:visited {
	text-decoration: none;
	color: #08c;
}
a:hover, 
a:active {
	text-decoration: underline;
}

a#scroll-to-top {
	position: fixed;
	right:  25px;
	bottom: 25px;
	width:  35px;
	height: 35px;
	text-indent: -9999px;
	font-size: 0;
	outline: 0;
	cursor: pointer;
	background: url(../images/common/arrow.png) no-repeat center center;
	background-size: 35px 35px;
}

@media screen and (max-width: 768px) { /* under 768px */
	a#scroll-to-top {
		right:  15px;
		bottom: 35px;
	}
}

/****************************
  header
*****************************/

.header_home, 
.header_contents {
	display: table;
	width: 100%;
	margin:  0;
	padding: 0;
	background-color: #000;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	        background-size: cover;
	background-image: url(../images/contents/header_l.jpg);
}

@media screen and (max-width: 768px) { /* under 768 */
	.header_home, 
	.header_contents {
		background-image: url(../images/contents/header_s.jpg);
	}
}

.header_home {
	height: 390px;
}
.header_contents {
	height: 150px;
}

.wrapper_header_title {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}

h1.h1_header {
	color: #fff;
}
h2.h2_header {
	margin:  0;
	padding: 8px 0 0;
	font-size: 18px;
	color: #fff;
	text-shadow: 2px 2px 3px #000;
}

/****************************
  nav
*****************************/

#nav {
	display: none;
}

ul.ul_nav {
	margin:  0;
	padding: 0;
	text-align: center;
}
ul.ul_nav li {
	margin:  0;
	padding: 0;
	border-top: 1px solid #fff;
	font-size: 14px;
}

ul.ul_nav li a, 
.wrapper_nav_mob .logo a {
	display: block;
	margin:  0;
	padding: 0 10px;
	text-decoration: none;
}
ul.ul_nav li a:link, 
ul.ul_nav li a:visited, 
.wrapper_nav_mob .logo a:link, 
.wrapper_nav_mob .logo a:visited {
	color: #fff;
}
ul.ul_nav li a:hover, 
ul.ul_nav li a:active, 
ul.ul_nav li a.active, 
.wrapper_nav_mob .logo a:hover, 
.wrapper_nav_mob .logo a:active {
	color: #f0f087;
}

.wrapper_nav_mob .logo a {
	padding: 0 0 0 15px;
	line-height: 46px;
}

.wrapper_nav_mob button {
	margin:  0;
	padding: 0 15px;
	background: transparent;
	border: none;
	cursor: pointer;
	font-size: 20px;
	line-height: 1;
	color: #fff;
}
.wrapper_nav_mob button:hover {
	color: #f0f087;
}

#nav, 
ul.ul_nav, 
.wrapper_nav_mob {
	width: 100%;
	background-color: #309b58;
}

.wrapper_nav_mob, 
.wrapper_nav_mob button {
	height: 46px;
}
ul.ul_nav li a {
	line-height: 38px;
}

@media only screen and (min-width: 768px) { /* 768px <= */
	#nav {
		display: block;
	}
	ul.ul_nav li {
		display: inline-block;
		border: none;
	}
	ul.ul_nav li a {
		line-height: 46px;
	}
	ul.ul_nav li a:link, 
	ul.ul_nav li a:visited {
		border-bottom: 2px solid #309b58;
	}
	ul.ul_nav li a:hover, 
	ul.ul_nav li a:active, 
	ul.ul_nav li a.active {
		border-bottom: 2px solid #f0f087;
	}
	.wrapper_nav_mob {
		display: none;
	}
}

.fixed_nav {
	position: fixed;
	z-index: 9999;
	top:  0;
	left: 0;
}

/****************************
  fix footer
*****************************/

html, body {
	height: 100%;
	margin:  0;
	padding: 0;
}

article {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
}

#screen {
	padding-bottom: 80px;
}

#footer {
	position: absolute;
	bottom: 0;
	height: 80px;
}

/****************************
  footer
*****************************/

#footer {
	clear: both;
	width: 100%;
	margin:  0 auto;
	padding: 20px 0 0;
	text-align: center;
	font-size: 12px;
	background-color: #309b58;
}
#footer, 
#footer a {
	color: #fff;
}

#footer_nav {
	clear: both;
	max-width: 730px;
	margin:  0 auto;
	padding: 0;
}
#footer_nav .footer_nav_left {
	float: left;
	text-align: left;
}
#footer_nav .footer_nav_right {
	float: right;
	text-align: right;
}
#footer_nav .footer_nav_left a {
	margin-right: 1em;
}

@media screen and (max-width: 768px) { /* under 768px */
	#footer_nav .footer_nav_left, 
	#footer_nav .footer_nav_right {
		float: none;
		text-align: center;
	}
	#footer_nav .footer_nav_left a {
		display: inline-block;
		padding-bottom: 10px;
	}
}

/****************************
  container
*****************************/

#wrapper_container {
	max-width: 100%;
	margin:  0 auto;
	padding: 30px 0;
	background-color: #fff;
}

@media screen and (max-width: 768px) { /* under 768px */
	#wrapper_container {
		padding-right: 15px;
		padding-left:  15px;
	}
}

.container {
	clear: both;
	margin:  0 auto;
	padding: 0;
}
.container:before,
.container:after {
	display: table;
	line-height: 0;
	content: "";
}
.container:after {
	clear: both;
}

/****************************
  width
*****************************/

.container {
	max-width: 864px;
}

.container.narrow {
	max-width: 730px;
}

.wrapper_include_html img, 
img.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
