body {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1;
	color: #333;
	/*font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"*/
}
/*input, button, textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}*/
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a.img-link {
	opacity: 1;
}
a.img-link:hover {
	opacity: 0.7;
}
a.slide-link {
	display: block;
	position: relative;
	z-index: 2;
}
a.slide-link:after {
	display: block;
  content: "";
  position: absolute;
  z-index: -1;
  margin: 0;
  transition: .3s;
  top: 0;
  left: 0;
	width: 0;
  height: 100%;
}
a.slide-link:hover:after {
  width: 100%;
	height: 100%;
}
.visibile-sp {
	display: none;
}
.col2, .col3, .col4, .col5 {
		float: left !important;
}
.col2 {	width: 50% !important;}
.col3 {	width: 33.3333333% !important;}
.col4 { width: 25% !important;}
.col5 { width: 20% !important;}


/* ------------------------------------------------------------------
レイアウト
------------------------------------------------------------------ */
#main {
	padding-bottom: 110px;
	overflow: hidden;
}
.container {
	padding: 0;
	width: 960px;
	margin: 0 auto;
}
.container:after {
	content: "";
	clear: both;
	display: block;
}
.main-content {
	font-size: 0.875em;
}

/* ------------------------------------------------------------------
ヘッダー
------------------------------------------------------------------ */
#top-head {
	width: 100%;
	margin: 0 auto 0;
	padding: 0;
	line-height: 1;
	z-index: 999;
}
#top-head a, #top-head {
	text-decoration: none;
}
#top-head .container {
	position: relative;
	height: 80px;
}
#top-head #mobile-head {
}
#top-head h1.logo {
	float: left;
	padding-top: 28px;
	line-height: 0;
}
#top-head .g-logo {
	float: right;
	padding-top: 24px;
}
#top-head .g-logo img {
	vertical-align: top;
}


/* ------------------------------------------------------------------
グローバルナビ
------------------------------------------------------------------ */
#global-nav {
	display: block;
}
#global-nav ul {
	list-style: none;
	padding: 32px 0 0 230px;
	top:32px;
	left: 230px;
	font-size: 0.938em;
}
#global-nav ul li {
	position: relative;
	float: left;
	margin-left: 30px;
}
#global-nav ul li:first-child {
	margin-left: 0;
}
#global-nav ul li a {
	padding-bottom: 30px;
}
#global-nav ul li a:hover {
	color: #1262a9;
}
#global-nav ul li ul {
	visibility: hidden;
	position: absolute;
	z-index: 1000;
	top: 70px;
	left: -60px;
	margin: 0;
	padding: 0;
	transition: .5s;
	opacity: 0;
	width: 220px;
	background-color: #FFF;
	border: 1px solid #CCC;
}
#global-nav ul li:hover ul{
	visibility: visible;
	top: 48px;
	opacity: 1;
}
#global-nav ul li ul li {
	width: 100%;
	margin-left: 0;
	font-size: 0.933em
}
#global-nav ul li ul li a {
	display: block;
	padding: 18px;
	text-align: left;
}
#global-nav ul li ul:before {
	content: "";
	border: 10px solid transparent;
	border-bottom: 10px solid #CCC;
	position: absolute;
	left:45%;
	top:-21px;
	cursor: pointer;
}
#global-nav ul li ul:after {
	content: "";
	border: 10px solid transparent;
	border-bottom: 10px solid #FFF;
	position: absolute;
	left:45%;
	top:-20px;
}
#global-nav ul li.serv-nav {
	border-bottom: 1px solid #DADADA;
}
#global-nav ul li.serv-nav.serv01 {
	background: url(../images/common/icon_serv01.png) 10px 6px no-repeat;
	background-size: 38px;
}
#global-nav ul li.serv-nav.serv02 {
	background: url(../images/common/icon_serv02.png) 10px 6px no-repeat;
	background-size: 38px;
}
#global-nav ul li.serv-nav.serv03 {
	background: url(../images/common/icon_serv03.png) 10px 6px no-repeat;
	background-size: 38px;
}
#global-nav ul li.serv-nav.serv04 {
	background: url(../images/common/icon_serv04.png) 10px 6px no-repeat;
	background-size: 38px;
}
#global-nav ul li.serv-nav.serv05 {
	background: url(../images/common/icon_serv05.png) 10px 6px no-repeat;
	background-size: 38px;
}
#global-nav ul li.serv-nav.serv06 {
	background: url(../images/common/icon_serv06.png) 10px 6px no-repeat;
	background-size: 38px;
}
#global-nav ul li.serv-nav.serv07 {
	background: url(../images/common/icon_serv07.png) 10px 6px no-repeat;
	background-size: 38px;
}
#global-nav ul li.serv-nav a {
	padding-left: 60px;
}
#nav-toggle {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	background-color: #0068b6;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle > div {
	position: relative;
	margin: 14px 12px 0;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #FFF;
	left: 0;
	/*-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;*/
	border-radius: 2px;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 8px;
}
/*#nav-toggle span:nth-child(3) {
	top: 22px;
}*/
#nav-toggle .toggle-text {
	position: absolute;
	top:16px;
	font-size: 48%;
	color: #fff;
	font-weight: bold;
	opacity: 1;
	/*transition: .35s;*/
}


/* ------------------------------------------------------------------
検索窓
------------------------------------------------------------------ */
#global-nav ul li#search-wrap {
	margin-left: 54px;
}
#search {
	position: relative;
	width: 112px;
}
#search .search-inner {
	border: 1px solid #CCC;
	position: absolute;
	top:-5px;
	height: 24px;
	overflow: hidden;
	vertical-align: top;
}
#search .search-box {
	float: left;
	margin: 0 !important;
	width: 80px;
	height: 24px;
	border: none !important;
	font-size: 0.938em !important;
}
#search .search-btn {
	float: right;
	width: 24px;
	height: 24px;
	background: url(../images/common/search_btn_img.png) 5px 4px no-repeat;
}
.gsc-orderby-container {
	display: none;
}


/* ------------------------------------------------------------------
フッター
------------------------------------------------------------------ */
#footer {
	width: 100%;
	background-color: #ECECEC;
	line-height: 2;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .foot-nav-wrap {
	position: relative;
	float: left;
	padding: 50px 0 20px;
}
#footer .foot-nav-wrap.foot-nav01 {
	width: 270px;
}
#footer .foot-nav-wrap.foot-nav02,
#footer .foot-nav-wrap.foot-nav03,
#footer .foot-nav-wrap.foot-nav04 {
	width: 230px;
}
#footer .main-nav {
	font-size: 0.875em;
}
#footer .main-nav ul {
	padding-left: 20px;
}
#footer .sub-nav {
	font-size: 0.857em;
}
#footer .foot-nav-toggle {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 55px;
	height: 45px;
	background-color: #ECECEC;
	border-left: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
	cursor: pointer;
	z-index: 101;
}
#footer .foot-nav-toggle > div {
	position: relative;
	margin: 12px 19px 0;
}
#footer .foot-nav-toggle span {
	display: block;
	position: absolute;
	height: 1px;
	width: 100%;
	background: #333;
	left: 0;
	/*-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;*/
	border-radius: 2px;
}
#footer .foot-nav-toggle span:nth-child(1) {
	top: 8px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}
#footer .foot-nav-toggle span:nth-child(2) {
	top: 8px;
}
#footer .foot-copy {
	clear: both;
	padding: 30px 0;
	font-size: 0.750em;
	border-top: 1px solid #DADADA;
}
#footer .foot-copy .container {
	position: relative;
}
#footer .foot-copy ul {
	overflow: hidden;
}
#footer .foot-copy ul li {
	float: left;
	margin-right: 30px;
}
#footer .foot-copy-text {
	position: absolute;
	top:0;
	right:0;
	font-size: 0.917em
}


/* ------------------------------------------------------------------
ページトップ
------------------------------------------------------------------ */
.page-top {
	display: none;
	position:relative;
	width:100%;
	height:0;
	margin:0 auto;
}
.page-top a {
	position: fixed;
	bottom: 0px;
	left:auto;
	display: block;
	width: 50px;
	height:50px;
	right:30px;
	padding:1em 0;
	background: url(../images/common/page_top_img.png) 14px 17px no-repeat #ececec;
	text-align:center;
	outline:none;
	text-decoration: none;
	z-index:9999;
	height:20px\9
}
.page-top a:not(:target) {
	height:50px\9;
}
