* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
						list-style: none;
}
html {
	height: 100%;
	width: 100%;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/*@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}

body {
	color: #333;
	font-size:12px;
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	height: 100%;
	width: 100%;
	letter-spacing:-0.001em;
	-webkit-text-size-adjust:100%;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
						position: relative;;
}*/





@font-face {
	font-family: YuGothicM;
	src: local(Yu Gothic Medium);
}
body {
	color: #333;
	font-size: 12px;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	height: 100%;
	width: 100%;
	letter-spacing: -0.001em;
	-webkit-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}





/* For modern browsers */
.cf:before,
.cf:after { content:""; display:table; }
.cf:after { clear:both; }

/* For IE 6/7 (trigger hasLayout) */
.cf { zoom:1; overflow: hidden; }

img {
  width:auto;
  max-width: 100%;
  height:auto;
  display: block;
  vertical-align:bottom;
}

a {
	color:#0a9776;
	text-decoration:underline;
}
a:hover {
	color:#000;
	text-decoration:none;
}

.tac {
  text-align: center;
}

#msp p.indent1em, 
.indent1em {
  text-indent: -1em;
  padding: 0 0 0 1em;
  line-height: 1.5em;
}

.nobreak {
  display: inline-block;
}

.map-container {
  width:100%;
  height:320px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (min-width: 481px) {
  .map-container {
    height:480px;
  }
}
@media screen and (min-width: 769px) {
  .map-container {
    height:600px;
  }
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nobreak {
	display: inline-block;
}

/* Style for PCs */
@media screen and (min-width: 1025px) {
	#wrapper {
		width:auto;
		height:auto;
		font-size:100%;
		margin:0 auto;
	}
	img {
		-ms-interpolation-mode: bicubic;
	}
	.pc {
	}
	.phone {
		display:none!important;
	}


	/* Menu
	----------------------------------------------------------------------------------*/

	a.menu-link {
	   display: none;
	}
	.js nav[role=navigation] {
		max-height: none;
		width: auto;
		height:auto;
		overflow:hidden;
	}
	nav[role=navigation] ul {
		width:100%;
		height:70px;
		display: block;
	}

	nav[role=navigation] li {
		width: calc( 12.5% - 2px );
		height:70px;
    margin: 1px;
		list-style-image: none;
		list-style-type: none;
    float: left;
	}
  nav[role=navigation] li:nth-of-type(8) {
    display: none;
  }
	nav[role=navigation]  li:last-child {
		border-bottom: none;
	}
	nav[role=navigation] li a {
		border: 0;
		width:auto;
		height:auto;
		display:block;
		text-decoration:none;
    text-align: center;
		font-size: 11px;
		font-weight: 700;
		line-height: 24px;
    letter-spacing: -1px;
		color:#333;
    background-color: rgba(255,255,255,0.9);
		padding:17px 0px 17px 22px;
		background-position: -2px center;
		background-repeat: no-repeat;
		background-size: 30% auto;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;
	}
  @media screen and (min-width: 1280px) {
    nav[role=navigation] li a {
      font-size: 12px;
      letter-spacing: -1px;
      padding:17px 0px 17px 22px;
      background-position: -2px center;
      background-size: 30% auto;
    }
  }
  @media screen and (min-width: 1400px) {
    nav[role=navigation] li a {
      font-size: 13px;
      letter-spacing: -1px;
      padding:17px 0px 17px 22px;
      background-position: -2px center;
      background-size: 30% auto;
    }
  }
	nav[role=navigation] li a .m_sub {
		font-size:10px!important;
		font-weight: 400!important;
		display:block;
		width:auto;
		height:auto;
		display:block;
		color:#777!important;
		line-height:12px;
    letter-spacing: -1px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;
	}
  @media screen and (min-width: 1280px) {
    nav[role=navigation] li a .m_sub {
      font-size:11px!important;
      letter-spacing: -1px;
    }
  }
  @media screen and (min-width: 1400px) {
    nav[role=navigation] li a .m_sub {
      font-size:12px!important;
      letter-spacing: -1px;
    }
  }
	nav[role=navigation] li a:hover {
		color: #000;
		background-color:#e6faf0;
	}
	nav[role=navigation] li a:hover .m_sub {
		color:#222;
	}

	/* Botton icons */
	nav[role=navigation] li a#m-access {
		background-image: url("ic-access.png");
	}
	nav[role=navigation] li a#m-boatsales {
		background-image: url("ic-boatsales.png");
	}
	nav[role=navigation] li a#m-keep {
		background-image: url("ic-keep.png");
	}
	nav[role=navigation] li a#m-maintenance {
		background-image: url("ic-maintenance.png");
	}
	nav[role=navigation] li a#m-facilities {
		background-image: url("ic-facilities.png");
	}
	nav[role=navigation] li a#m-rental {
		background-image: url("ic-rental.png");
	}
	nav[role=navigation] li a#m-cruising_resort {
		background-image: url("ic-cruising_resort.png");
	}
	nav[role=navigation] li a#m-license {
		background-image: url("ic-license.png");
	}


 /* member botton */
	nav[role=navigation] li a#m-members {
		border: 0;
		width:auto;
		height:auto;
		display:block;
		text-decoration:none;
		font-size: 11px;
		font-weight: 700;
		line-height: 24px;
    letter-spacing: -1px;
		text-align: center;
		color:#fff;
		background-color: #ff7816;
		padding:17px 0px 17px 0px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;
	}
  @media screen and (min-width: 1280px) {
    nav[role=navigation] li a#m-members {
      font-size: 12px;
      letter-spacing: -1px;
    }
  }
  @media screen and (min-width: 1400px) {
    nav[role=navigation] li a#m-members {
      font-size: 13px;
      letter-spacing: -1px;
    }
  }
	nav[role=navigation] li a#m-members .m_sub {
		font-size:10px!important;
		font-weight: 400!important;
		display:block;
		width:auto;
		height:auto;
		display:block;
		color:#fff!important;
		line-height:12px;
    letter-spacing: -1px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;
	}
  @media screen and (min-width: 1280px) {
    nav[role=navigation] li a#m-members .m_sub {
      font-size:11px!important;
      letter-spacing: -1px;
    }
  }
  @media screen and (min-width: 1400px) {
    nav[role=navigation] li a#m-members .m_sub {
      font-size:12px!important;
      letter-spacing: -1px;
    }
  }
	nav[role=navigation] li a#m-members:hover {
		color: #fff;
		background-color:#eb4013;
	}
	nav[role=navigation] li a#m-members:hover .m_sub {
		color:#fff;
	}

	nav[role=navigation] ul#menu02 {
		display:none;
	}

	/* Topbar
	----------------------------------------------------------------------------------*/
#topbar {
	width:100%;
  max-width: 1400px;
	height: 60px;
  margin: 0 auto;
	display: block;
}
#mainsection #topbar {
  position: fixed;
  top: 0;
  z-index: 99;
}
#topbar ul#hrm {
	width:40%;
	height: 25px;
	display: block;
	margin-left:60%;
}
#topbar ul#hrm li {
	width:25%;
	height: 25px;
	display: block;
	padding:0px 1px 0px 0px;
	float: left;
	font-size:0.8em;
	line-height: 25px;
}
#topbar ul#hrm li a {
	width:100%;
	height:25px;
	display:block;
	text-align: center;
	text-decoration: none;
	color: #555;
	background-color: #f8f8f8;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
#topbar ul#hrm li a:hover {
	background-color: #0a9776;
	color: #fff;
}

#topbar ul#hrsns {
	width:90px;
	height: 30px;
	display: block;
	float: right;
	margin-right:2px;
	margin-top:5px;
}
#topbar ul#hrsns li {
	width:30px;
	height:30px;
	display: block;
	float: left;
}
#topbar ul#hrsns li a {
	width:28px;
	height: 28px;
	margin:0 1px;
	display: block;
	text-indent: -9999px;
	background-color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 80%;
}
#topbar ul#hrsns li a#hrsns-fb {
	background-image: url("hic-fb.png");
}
#topbar ul#hrsns li a#hrsns-line {
	background-image: url("hic-line.png");
}
#topbar ul#hrsns li a#hrsns-ins {
	background-image: url("");
}
#topbar ul#hrsns li a#hrsns-yt{
	background-image: url("hic-yt.png");
}

	/* Footer
	----------------------------------------------------------------------------------*/

	#footer {
		width:100%;
		height:auto;
		display:block;
		color:#333;
		background-color: #dff4ed;
	}
	#footer #ftbody {
		width:100%;
		max-width:1400px;
		height:auto;
		padding:25px 4% 15px;
		margin:0 auto;
	}
	#footer #ftbody ul {
	   text-align: center;
	}

	#footer #ftbody li {
	  display: -moz-inline-box;
	  display: inline-block;
	  /display: inline;
	  /zoom: 1;
	  padding-right: 10px;
	  font-size:0.8em;
	  line-height:2em;
	}
	#footer p {
		width:100%;
		height:40px;
		display:block;
		text-align: center;
		font-family: 'Lato', sans-serif;
		font-size:12px;
		font-weight: 400;
		color:#333;
		line-height:40px;
	}
	#footer a {
		color:#333;
		text-decoration:none;
	}
	#footer a:hover {
		color:#0a9776;
		text-decoration:underline;
	}


}



/* Style for TabletPCs Large models */
@media screen and (min-width: 769px) and (max-width: 1024px) {
	#wrapper {
		width:auto;
		height:auto;
		font-size:100%;
		margin:0 auto;
	}
	img {
		-ms-interpolation-mode: bicubic;
	}
	.pc {
	}
	.phone {
		display:none!important;
	}

	/* Header */
	#header {
    width: 100%;
    height: 100px;
    display:block;
    background-image: url("hrbg.png");
    position: fixed;
    z-index: 14001;
	}

	#header h1 {
		width:100px;
		height:100px;
		display:block;
		position: absolute;
		top:0;
		left: 0;
		z-index:14999;
	}

	#header h1 a {
		width:100px;
		height:100px;
		display:block;
		margin:0 auto;
		background-image:url("logo.png");
		background-repeat:no-repeat;
		background-position:center center;
		background-size:auto 70px;
		text-indent:-9999px;
		background-color: #fff;
	}


	/* Menu */

	#menubody {
		width:100%;
		height:auto;
		display: block;
		position:absolute;
		z-index:14000;
		top:0px;
		left:0px;
		background-image: url("hrbg.png");
		box-shadow: 0px 2px 10px #ccc;
		box-shadow-blend-mode: multiply;
	}
	p#menubn {
		width: 60px;
		height: 60px;
		display: block;
		position: absolute;
		top:20px;
		right:0;
		z-index:15000;
	}
	a.menu-link {
		width: 60px;
		height: 60px;
		display: block;
		background-color: #fff;
		text-indent: -9999px;
		background-image: url("hic-menu.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size:auto 90%;
	}
	nav[role=navigation] {
		clear: both;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;

	}
	.js nav[role=navigation] {
		overflow: hidden;
		max-height: 0;
	}
	nav[role=navigation].active {
		max-height: 1600px;
	}
	nav[role=navigation] ul#menu01 {
		width:100%;
		height:auto;
		display: block;
		padding:110px 5% 10px;
	}
	nav[role=navigation] ul#menu01 li {
		width:33.3333333333333333%;
		height:auto;
		display: block;
		padding:0px 5px 10px 5px;
		float: left;
	}
  nav[role=navigation] ul#menu01 li:nth-of-type(8) {
    display: none;
  }
	nav[role=navigation] ul#menu01 li a {
		width:100%;
		height:auto;
		display: block;
		text-decoration: none;
		text-align: center;
		font-size: 14px;
		font-weight: 700;
		line-height: 1.25em;
		color:#333;
		padding-top:90px;
		padding-bottom:20px;
		background-repeat: no-repeat;
		background-position:center 15px;
		background-size: auto 80px;
		background-color: #fff;
		box-shadow: 0px 1px 3px #ccc;
		box-shadow-blend-mode: multiply;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}
	nav[role=navigation] ul#menu01 li a:active {
		background-color: #e6faf0;
	}
	nav[role=navigation] ul#menu01 li a .m_sub {
		width:100%;
		height:auto;
		display: block;
		font-size:0.8em;
		font-weight: 400;
		color:#777;
		line-height: 1.25em;
	}

	/* Botton icons */
	nav[role=navigation] ul#menu01 li a#m-access {
		background-image: url("ic-access.png");
	}
	nav[role=navigation] ul#menu01 li a#m-boatsales {
		background-image: url("ic-boatsales.png");
	}
	nav[role=navigation] ul#menu01 li a#m-keep {
		background-image: url("ic-keep.png");
	}
	nav[role=navigation] ul#menu01 li a#m-maintenance {
		background-image: url("ic-maintenance.png");
	}
	nav[role=navigation] ul#menu01 li a#m-facilities {
		background-image: url("ic-facilities.png");
	}
	nav[role=navigation] ul#menu01 li a#m-rental {
		background-image: url("ic-rental.png");
	}
	nav[role=navigation] ul#menu01 li a#m-cruising_resort {
		background-image: url("ic-cruising_resort.png");
	}
	nav[role=navigation] ul#menu01 li a#m-license {
		background-image: url("ic-license.png");
	}

	/* member botton */
 	nav[role=navigation] ul#menu01 li a#m-members {
		width:100%;
		height:auto;
		display: block;
		text-decoration: none;
		text-align: center;
		font-size: 14px;
		font-weight: 700;
		line-height: 1.25em;
		color:#fff;
		padding-top:55px;
		padding-bottom:55px;
		background-color: #ff7816;
		box-shadow: 0px 1px 3px #ccc;
		box-shadow-blend-mode: multiply;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
 	}
 	nav[role=navigation] ul#menu01 li a#m-members .m_sub {
 		font-size:0.8em!important;
 		font-weight: 400!important;
 		display:block;
 		width:auto;
 		height:auto;
 		display:block;
 		color:#fff!important;
 		line-height:12px;
 	}
 	nav[role=navigation] ul#menu01 li a#m-members:active {
 		color: #fff;
 		background-color:#eb4013;
 	}
 	nav[role=navigation] ul#menu01 li a#m-members:active .m_sub {
 		color:#fff;
 	}

	/* Menu02 */

	nav[role=navigation] ul#menu02 {
		width:100%;
		height:auto;
		display: block;
		padding:0px 5.5% 40px;
	}
	nav[role=navigation] ul#menu02 li {
		width: 25%;
		height: 40px;
		display: block;
		float: left;
		padding:1px;
	}
	nav[role=navigation] ul#menu02 li a {
		width: 100%;
		height: 38px;
		display: block;
		text-align: center;
		text-decoration: none;
		font-size: 12px;
		line-height: 36px;
		color:#444;
		border:1px solid #ccc;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}
	nav[role=navigation] ul#menu02 li a:active {
		color:#fff;
		background-color: #0a9776;
	}


	/* Topbar
	----------------------------------------------------------------------------------*/
#topbar {
	width:40%;
	height: 60px;
	display: block;
	position: absolute;
	top:20px;
	right:20px;
	z-index: 14998;
}
#mainsection #topbar {
  position: fixed;
  right: 80px;
}
#topbar ul#hrm {
	display: none;
}
#topbar ul#hrm li {
	display: none;
}
#topbar ul#hrm li a {
	display: none;
}
#topbar ul#hrm li a:hover {
	display: none;
}

#topbar ul#hrsns {
	width:90px;
	height: 60px;
	display: block;
	float: right;
	padding:15px 0;
}
#topbar ul#hrsns li {
	width:30px;
	height:30px;
	display: block;
	float: left;
}
#topbar ul#hrsns li a {
	width:28px;
	height: 28px;
	margin:0 1px;
	display: block;
	text-indent: -9999px;
	background-color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 80%;
}
#topbar ul#hrsns li a#hrsns-fb {
	background-image: url("hic-fb.png");
}
#topbar ul#hrsns li a#hrsns-line {
	background-image: url("hic-line.png");
}
#topbar ul#hrsns li a#hrsns-ins {
	background-image: url("");
}
#topbar ul#hrsns li a#hrsns-yt{
	background-image: url("hic-yt.png");
}

	/* Footer
	----------------------------------------------------------------------------------*/

	#footer {
		width:100%;
		height:auto;
		display:block;
		color:#333;
		background-color: #dff4ed;
	}
	#footer #ftbody {
		width:100%;
		max-width:1400px;
		height:auto;
		padding:25px 4% 15px;
		margin:0 auto;
	}
	#footer #ftbody ul {
	   text-align: center;
	}

	#footer #ftbody li {
	  display: -moz-inline-box;
	  display: inline-block;
	  /display: inline;
	  /zoom: 1;
	  padding-right: 10px;
	  font-size:0.8em;
	  line-height:2em;
	}
	#footer p {
		width:100%;
		height:40px;
		display:block;
		text-align: center;
		font-family: 'Lato', sans-serif;
		font-size:12px;
		font-weight: 400;
		color:#333;
		line-height:40px;
	}
	#footer a {
		color:#333;
		text-decoration:none;
	}
	#footer a:hover {
		color:#0a9776;
		text-decoration:underline;
	}


}




/* Style for TabletPCs Large models */
@media screen and (min-width: 481px) and (max-width: 768px) {
	#wrapper {
		width:auto;
		height:auto;
		font-size:100%;
		margin:0 auto;
	}
	img {
		-ms-interpolation-mode: bicubic;
	}
	.pc {
		display:none!important;
	}
	.phone {
	}

	/* Header */
	#header {
    width: 100%;
    height: 100px;
    display:block;
    background-image: url("hrbg.png");
    position: fixed;
    z-index: 14001;
	}

	#header h1 {
		width:100px;
		height:100px;
		display:block;
		position: absolute;
		top:0;
		left: 0;
		z-index:14999;
	}

	#header h1 a {
		width:100px;
		height:100px;
		display:block;
		margin:0 auto;
		background-image:url("logo.png");
		background-repeat:no-repeat;
		background-position:center center;
		background-size:auto 70px;
		text-indent:-9999px;
		background-color: #fff;
	}


	/* Menu */

	#menubody {
		width:100%;
		height:auto;
		display: block;
		position:absolute;
		z-index:14000;
		top:0px;
		left:0px;
		background-image: url("hrbg.png");
		box-shadow: 0px 2px 10px #ccc;
		box-shadow-blend-mode: multiply;
	}
	p#menubn {
		width: 60px;
		height: 60px;
		display: block;
		position: absolute;
		top:20px;
		right:0;
		z-index:15000;
	}
	a.menu-link {
		width: 60px;
		height: 60px;
		display: block;
		background-color: #fff;
		text-indent: -9999px;
		background-image: url("hic-menu.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size:auto 90%;
	}
	nav[role=navigation] {
		clear: both;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;

	}
	.js nav[role=navigation] {
		overflow: hidden;
		max-height: 0;
	}
	nav[role=navigation].active {
		max-height: 1600px;
	}
	nav[role=navigation] ul#menu01 {
		width:100%;
		height:auto;
		display: block;
		padding:110px 5% 10px;
	}
	nav[role=navigation] ul#menu01 li {
		width:33.3333333333333333%;
		height:auto;
		display: block;
		padding:0px 5px 10px 5px;
		float: left;
	}
  nav[role=navigation] ul#menu01 li:nth-of-type(8) {
    display: none;
  }
	nav[role=navigation] ul#menu01 li a {
		width:100%;
		height:auto;
		display: block;
		text-decoration: none;
		text-align: center;
		font-size: 14px;
		font-weight: 700;
		line-height: 1.25em;
		color:#333;
		padding-top:90px;
		padding-bottom:20px;
		background-repeat: no-repeat;
		background-position:center 15px;
		background-size: auto 80px;
		background-color: #fff;
		box-shadow: 0px 1px 3px #ccc;
		box-shadow-blend-mode: multiply;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}
	nav[role=navigation] ul#menu01 li a:active {
		background-color: #e6faf0;
	}
	nav[role=navigation] ul#menu01 li a .m_sub {
		width:100%;
		height:auto;
		display: block;
		font-size:0.8em;
		font-weight: 400;
		color:#777;
		line-height: 1.25em;
	}

	/* Botton icons */
	nav[role=navigation] ul#menu01 li a#m-access {
		background-image: url("ic-access.png");
	}
	nav[role=navigation] ul#menu01 li a#m-boatsales {
		background-image: url("ic-boatsales.png");
	}
	nav[role=navigation] ul#menu01 li a#m-keep {
		background-image: url("ic-keep.png");
	}
	nav[role=navigation] ul#menu01 li a#m-maintenance {
		background-image: url("ic-maintenance.png");
	}
	nav[role=navigation] ul#menu01 li a#m-facilities {
		background-image: url("ic-facilities.png");
	}
	nav[role=navigation] ul#menu01 li a#m-rental {
		background-image: url("ic-rental.png");
	}
	nav[role=navigation] ul#menu01 li a#m-cruising_resort {
		background-image: url("ic-cruising_resort.png");
	}
	nav[role=navigation] ul#menu01 li a#m-license {
		background-image: url("ic-license.png");
	}

	/* member botton */
 	nav[role=navigation] ul#menu01 li a#m-members {
		width:100%;
		height:auto;
		display: block;
		text-decoration: none;
		text-align: center;
		font-size: 14px;
		font-weight: 700;
		line-height: 1.25em;
		color:#fff;
		padding-top:55px;
		padding-bottom:55px;
		background-color: #ff7816;
		box-shadow: 0px 1px 3px #ccc;
		box-shadow-blend-mode: multiply;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
 	}
 	nav[role=navigation] ul#menu01 li a#m-members .m_sub {
 		font-size:0.8em!important;
 		font-weight: 400!important;
 		display:block;
 		width:auto;
 		height:auto;
 		display:block;
 		color:#fff!important;
 		line-height:12px;
 	}
 	nav[role=navigation] ul#menu01 li a#m-members:active {
 		color: #fff;
 		background-color:#eb4013;
 	}
 	nav[role=navigation] ul#menu01 li a#m-members:active .m_sub {
 		color:#fff;
 	}

	/* Menu02 */

	nav[role=navigation] ul#menu02 {
		width:100%;
		height:auto;
		display: block;
		padding:0px 5.5% 40px;
	}
	nav[role=navigation] ul#menu02 li {
		width: 25%;
		height: 40px;
		display: block;
		float: left;
		padding:1px;
	}
	nav[role=navigation] ul#menu02 li a {
		width: 100%;
		height: 38px;
		display: block;
		text-align: center;
		text-decoration: none;
		font-size: 12px;
		line-height: 36px;
		color:#444;
		border:1px solid #ccc;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}
	nav[role=navigation] ul#menu02 li a:active {
		color:#fff;
		background-color: #0a9776;
	}


	/* Topbar
	----------------------------------------------------------------------------------*/
#topbar {
	width:40%;
	height: 60px;
	display: block;
	position: absolute;
	top:20px;
	right:20px;
	z-index: 14998;
}
#mainsection #topbar {
  position: fixed;
  right: 80px;
}
#topbar ul#hrm {
	display: none;
}
#topbar ul#hrm li {
	display: none;
}
#topbar ul#hrm li a {
	display: none;
}
#topbar ul#hrm li a:hover {
	display: none;
}

#topbar ul#hrsns {
	width:90px;
	height: 60px;
	display: block;
	float: right;
	padding:15px 0;
}
#topbar ul#hrsns li {
	width:30px;
	height:30px;
	display: block;
	float: left;
}
#topbar ul#hrsns li a {
	width:28px;
	height: 28px;
	margin:0 1px;
	display: block;
	text-indent: -9999px;
	background-color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 80%;
}
#topbar ul#hrsns li a#hrsns-fb {
	background-image: url("hic-fb.png");
}
#topbar ul#hrsns li a#hrsns-line {
	background-image: url("hic-line.png");
}
#topbar ul#hrsns li a#hrsns-ins {
	background-image: url("");
}
#topbar ul#hrsns li a#hrsns-yt{
	background-image: url("hic-yt.png");
}

	/* Footer
	----------------------------------------------------------------------------------*/

	#footer {
		width:100%;
		height:auto;
		display:block;
		color:#333;
		background-color: #dff4ed;
	}
	#footer #ftbody {
		width:100%;
		height:auto;
		padding:25px 5% 15px;
		margin:0 auto;
	}
	#footer #ftbody ul {
	   text-align: center;
	}

	#footer #ftbody li {
		width:33.3333333333%;
		height: auto;
		display: block;
		float: left;
		padding:2px;
		font-size:14px;
		line-height: 40px;
	}
	#footer p {
		width:100%;
		height:40px;
		display:block;
		text-align: center;
		font-family: 'Lato', sans-serif;
		font-size:12px;
		font-weight: 400;
		color:#333;
		line-height:40px;
	}
	#footer a {
		width:100%;
		height:40px;
		display:block;
		color:#333;
		text-decoration:none;
		background-color: #fff;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}
	#footer a:active {
		color:#fff;
		background-color: #0a9776;
		text-decoration:none;
	}

}



/* Style for Smartphonea */
@media screen and (max-width: 480px) {
	#wrapper {
		width:100%;
		font-size:14px;
		line-height:150%;
		min-width:320px;
	}
	img,object,embed {
		max-width:100%;
		height:auto;
	}
	img {
		-ms-interpolation-mode: bicubic;
	}
	.pc {
		display:none!important;
	}
	.phone {
	}

	/* Header */
	#header {
    width: 100%;
    height: 90px;
    display:block;
    background-image: url("hrbg.png");
    position: fixed;
    z-index: 14001;
	}

	#header h1 {
		width:90px;
		height:90px;
		display:block;
		position: absolute;
		top:0;
		left: 0;
		z-index:14999;
	}

	#header h1 a {
		width:90px;
		height:90px;
		display:block;
		margin:0 auto;
		background-image:url("logo.png");
		background-repeat:no-repeat;
		background-position:center center;
		background-size:auto 70px;
		text-indent:-9999px;
		background-color: #fff;
	}


	/* Menu */

	#menubody {
		width:100%;
		height:auto;
		display: block;
		position:absolute;
		z-index:14000;
		top:0px;
		left:0px;
		background-image: url("hrbg.png");
		box-shadow: 0px 2px 10px #ccc;
		box-shadow-blend-mode: multiply;
	}
	p#menubn {
		width: 60px;
		height: 60px;
		display: block;
		position: absolute;
		top:15px;
		right:0;
		z-index:15000;
	}
	a.menu-link {
		width: 60px;
		height: 60px;
		display: block;
		background-color: #fff;
		text-indent: -9999px;
		background-image: url("hic-menu.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size:auto 90%;
	}
	nav[role=navigation] {
		clear: both;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;

	}
	.js nav[role=navigation] {
		overflow: hidden;
		max-height: 0;
	}
	nav[role=navigation].active {
		max-height: 1600px;
	}
	nav[role=navigation] ul#menu01 {
		width:100%;
		height:auto;
		display: block;
		padding:110px 5% 2px;
	}
	nav[role=navigation] ul#menu01 li {
		width:50%;
		height:auto;
		display: block;
		padding:0px 2px 4px 2px;
		float: left;
	}
  nav[role=navigation] ul#menu01 li:nth-of-type(8) {
    display: none;
  }
	nav[role=navigation] ul#menu01 li a {
		width:100%;
		height:auto;
		display: block;
		text-decoration: none;
		text-align: center;
		font-size: 14px;
		font-weight: 700;
		line-height: 1.25em;
		color:#333;
		padding-top:70px;
		padding-bottom:20px;
		background-repeat: no-repeat;
		background-position:center 15px;
		background-size: auto 60px;
		background-color: #fff;
		box-shadow: 0px 1px 2px #ccc;
		box-shadow-blend-mode: multiply;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}
	nav[role=navigation] ul#menu01 li a:active {
		background-color: #e6faf0;
	}
	nav[role=navigation] ul#menu01 li a .m_sub {
		width:100%;
		height:auto;
		display: block;
		font-size:0.8em;
		font-weight: 400;
		color:#777;
		line-height: 1.25em;
	}

	/* Botton icons */
	nav[role=navigation] ul#menu01 li a#m-access {
		background-image: url("ic-access.png");
	}
	nav[role=navigation] ul#menu01 li a#m-boatsales {
		background-image: url("ic-boatsales.png");
	}
	nav[role=navigation] ul#menu01 li a#m-keep {
		background-image: url("ic-keep.png");
	}
	nav[role=navigation] ul#menu01 li a#m-maintenance {
		background-image: url("ic-maintenance.png");
	}
	nav[role=navigation] ul#menu01 li a#m-facilities {
		background-image: url("ic-facilities.png");
	}
	nav[role=navigation] ul#menu01 li a#m-rental {
		background-image: url("ic-rental.png");
	}
	nav[role=navigation] ul#menu01 li a#m-cruising_resort {
		background-image: url("ic-cruising_resort.png");
	}
	nav[role=navigation] ul#menu01 li a#m-license {
		background-image: url("ic-license.png");
	}

	/* member botton */
	nav[role=navigation] ul#menu01 li.mmxt {
		width:100% !important;
		height:auto;
		display: block;
		padding-top:0px!important;
		padding-right:2px!important;
		padding-bottom:0px!important;
		padding-left:2px!important;
		float: left;
	}
 	nav[role=navigation] ul#menu01 li a#m-members {
		width:100%;
		height:auto;
		display: block;
		text-decoration: none;
		text-align: center;
		font-size: 14px;
		font-weight: 700;
		line-height: 1.25em;
		color:#fff;
		padding-top:10px;
		padding-bottom:10px;
		background-color: #ff7816;
		box-shadow: 0px 1px 2px #ccc;
		box-shadow-blend-mode: multiply;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
 	}
 	nav[role=navigation] ul#menu01 li a#m-members .m_sub {
 		font-size:0.8em!important;
 		font-weight: 400!important;
 		display:block;
 		width:auto;
 		height:auto;
 		display:block;
 		color:#fff!important;
 		line-height:12px;
 	}
 	nav[role=navigation] ul#menu01 li a#m-members:active {
 		color: #fff;
 		background-color:#eb4013;
 	}
 	nav[role=navigation] ul#menu01 li a#m-members:active .m_sub {
 		color:#fff;
 	}

	/* Menu02 */

	nav[role=navigation] ul#menu02 {
		width:100%;
		height:auto;
		display: block;
		padding:0px 5.5% 40px;
	}
	nav[role=navigation] ul#menu02 li {
		width: 50%;
		height: 40px;
		display: block;
		float: left;
		padding:1px;
	}
	nav[role=navigation] ul#menu02 li a {
		width: 100%;
		height: 38px;
		display: block;
		text-align: center;
		text-decoration: none;
		font-size: 12px;
		line-height: 36px;
		color:#444;
		border:1px solid #ccc;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}
	nav[role=navigation] ul#menu02 li a:active {
		color:#fff;
		background-color: #0a9776;
	}


	/* Topbar
	----------------------------------------------------------------------------------*/
#topbar {
	width:90px;
	height: 60px;
	display: block;
	position: absolute;
	top:15px;
	right:20px;
	z-index: 14998;
}
#mainsection #topbar {
  position: fixed;
  right: 80px;
}
#topbar ul#hrm {
	display: none;
}
#topbar ul#hrm li {
	display: none;
}
#topbar ul#hrm li a {
	display: none;
}
#topbar ul#hrm li a:hover {
	display: none;
}

#topbar ul#hrsns {
	width:90px;
	height: 60px;
	display: block;
	float: right;
	padding:15px 0;
}
#topbar ul#hrsns li {
	width:30px;
	height:30px;
	display: block;
	float: left;
}
#topbar ul#hrsns li a {
	width:28px;
	height: 28px;
	margin:0 1px;
	display: block;
	text-indent: -9999px;
	background-color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 80%;
}
#topbar ul#hrsns li a#hrsns-fb {
	background-image: url("hic-fb.png");
}
#topbar ul#hrsns li a#hrsns-line {
	background-image: url("hic-line.png");
}
#topbar ul#hrsns li a#hrsns-ins {
	background-image: url("");
}
#topbar ul#hrsns li a#hrsns-yt{
	background-image: url("hic-yt.png");
}

	/* Footer
	----------------------------------------------------------------------------------*/

	#footer {
		width:100%;
		height:auto;
		display:block;
		color:#333;
		background-color: #dff4ed;
	}
	#footer #ftbody {
		width:100%;
		height:auto;
		padding:25px 5% 15px;
		margin:0 auto;
	}
	#footer #ftbody ul {
	   text-align: center;
	}

	#footer #ftbody li {
		width:100%;
		height: auto;
		display: block;
		float: left;
		padding:1px;
		font-size:12px;
		line-height: 30px;
	}
	#footer p {
		width:100%;
		height:40px;
		display:block;
		text-align: center;
		font-family: 'Lato', sans-serif;
		font-size:12px;
		font-weight: 400;
		color:#333;
		line-height:40px;
	}
	#footer a {
		width:100%;
		height:30px;
		display:block;
		color:#333;
		text-decoration:none;
		background-color: #fff;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}
	#footer a:active {
		color:#fff;
		background-color: #0a9776;
		text-decoration:none;
	}

}
