﻿@charset "utf-8";
@font-face {
	font-family: CONDENSEicon;
	src: url("CONDENSEicon.eot");
}

@font-face {
    font-family: 'CONDENSEicon';
    src:url('CONDENSEicon.woff') format('woff'),
        url('CONDENSEicon.otf') format('opentype');
}

@import url(http://fonts.googleapis.com/css?family=Quicksand:400,700,300);
body{
	color: #000;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	overflow-x: hidden;
}


img{
border:none;
vertical-align:bottom;
}

a{
	color: #000000;
	text-decoration: none;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
a:hover {
	opacity: 0.5;
}



ul{
list-style-type:none;
}


hr{
display:none;
clear:both;
}

.left {
	float: left!important;
}
.clear_both {
	float: none!important;
}

.right {
	float: right!important;
}
#loading {
	background-image: url(../img/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 100;
	left: 0px;
	top: 0px;
	background-color: #FFF;
}
#leftcopy {
	font-family: Quicksand;
	font-size: 12px;
	background-image: url(../images/mark01_w.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 70px 4px;
	height: 33px;
	padding-top: 20px;
	position: absolute;
	z-index: 50;
	left: -30px;
	top: 80px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
#rightnavi {
	position: absolute;
	top: 25px;
	right: 15px;
	z-index: 10;
}
#rightnavi li {
	float: right;
}
#rightnavi a {
	font-family: Quicksand;
	font-size: 14px;
	font-weight: 400;
	background-image: url(../images/mark02.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 12px 4px;
	display: block;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 7px;
	float: left;
	margin-right: 10px;
}
#rightnavi a:hover {
	text-decoration: none;
}

header {
	height: 312px;
	position: relative;
	z-index: 1;
	width: 100%;
	float: left;
}
#header_wrap {
	width: 1020px;
	margin-left: -510px;
	height: 306px;
	position: absolute;
	left: 50%;
	top: 0px;
}


header h1{
	height: 161px;
	width: 171px;
	position: absolute;
	left: 50%;
	top: 50px;
	margin-left: -85px;
	z-index: 1;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
header h1:hover{
	opacity: 0.5;
}
header h1 a {
	display: block;
	float: left;
	height: 100%;
	width: 100%;
}

header .s_menu {
	display: none;
}
header nav {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 250px;
	z-index: 0;
}
header nav #mainnavi {
	float: left;
	width: 100%;
	text-align: center;
}
header nav #mainnavi li {
	display: inline;
}
header nav #mainnavi li a {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	position: relative;
	text-decoration: none;
	font-family: Quicksand;
	font-size: 14px;
	overflow: hidden;
	margin-right: 5px;
	margin-left: 5px;
}

header nav #mainnavi li a:hover  {
	text-decoration: none;
}
header nav #mainnavi li a:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0%;
	bottom: -10px;
	background-color: #000;
	opacity: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
header nav #mainnavi li a:hover:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: #000;
	opacity: 1;
}



footer {
	width: 100%;
	float: left;
	position: relative;
	margin-top: 80px;
	padding-top: 80px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EDEDED;
}
#foot_contents {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
}
#foot_contents #news {
	float: left;
	width: 480px;
	margin-bottom: 50px;
}
#foot_contents #blog {
	float: right;
	width: 480px;
	margin-bottom: 50px;
}
#foot_contents .foot_subtitle01 {
	font-family: Quicksand;
	font-size: 24px;
	font-weight: normal;
	float: left;
	margin-bottom: 30px;
}
#foot_contents .news01 {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
#foot_contents .news01 dt {
	font-family: Quicksand;
	font-size: 12px;
	float: left;
	width: 100%;
	margin-bottom: 2px;
}
#foot_contents .news01 dd {
	float: left;
	width: 100%;
}
#foot_contents #social {
	float: right;
	width: 480px;
}
.pagetop {
	display: none;
	position: fixed;
	z-index: 10;
	right: 30px;
	bottom: 30px;
	font-family: 'Lato', sans-serif;
	font-size: 10px;
	font-weight: 400;
	text-align: center;
	padding-top: 25px;
	line-height: 1.2em;
	background-image: url(../images/pagetop.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:27px 15px;
}
#foot_logo{
	height: 161px;
	width: 100%;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 173px 161px;
	text-indent: -9999px;
	float: left;
	margin-bottom: 30px;
	margin-top: 60px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
#foot_logo a {
	display: block;
	float: left;
	height: 100%;
	width: 100%;
}
#foot_logo:hover {
	opacity: 0.5;
}
#social_btn {
	text-align: center;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
#social_btn li {
	width: 110px;
	overflow: hidden;
	display: inline-block;
}
#social_btn .fb {
	margin-bottom: 7px!important;
	margin-right: 10px;
}
#social_btn .tw{
	margin-bottom:5px!important;
}
#social_btn div,#social_btn a {
	display:block!important;
	float:left;
	height:30px!important;
}



#foot_navi {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
#foot_navi li {
	display: inline;
}
#foot_navi a {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	position: relative;
	text-decoration: none;
	font-family: Quicksand;
	font-size: 14px;
	overflow: hidden;
	margin-right: 5px;
	margin-left: 5px;
}

#foot_navi a:hover  {
	text-decoration: none;
}
#foot_navi a:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0%;
	bottom: -10px;
	background-color: #000;
	opacity: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
#foot_navi a:hover:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: #000;
	opacity: 1;
}
#copyright {
	font-family: Quicksand;
	font-size: 10px;
	text-align: center;
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.fb-like-box,
.fb-like-box span,
.fb-like-box iframe[style]{ width: 100%!important; }