* {
	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:100%;
	height:auto;
	display: block;
   vertical-align:bottom;
}

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

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

.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:630px;
		display: block;
		border-top: 1px dotted #d5d5d5;
	}

	nav[role=navigation]  li {
		width:100%;
		height:70px;
		list-style-image: none;
		list-style-type: none;
		border-bottom: 1px dotted #d5d5d5;
	}
	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;
		font-size: 14px;
		font-weight: 700;
		line-height: 24px;
		color:#333;
		padding:17px 0px 17px 28%;
		background-position: 2% center;
		background-repeat: no-repeat;
		background-size: auto 76%;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;
	}
	nav[role=navigation] li a .m_sub {
		font-size:0.8em!important;
		font-weight: 400!important;
		display:block;
		width:auto;
		height:auto;
		display:block;
		color:#777!important;
		line-height:12px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;
	}
	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(../img/header/ic-access.png);
	}
	nav[role=navigation] li a#m-boatsales {
		background-image: url(../img/header/ic-boatsales.png);
	}
	nav[role=navigation] li a#m-keep {
		background-image: url(../img/header/ic-keep.png);
	}
	nav[role=navigation] li a#m-maintenance {
		background-image: url(../img/header/ic-maintenance.png);
	}
	nav[role=navigation] li a#m-facilities {
		background-image: url(../img/header/ic-facilities.png);
	}
	nav[role=navigation] li a#m-rental {
		background-image: url(../img/header/ic-rental.png);
	}
	nav[role=navigation] li a#m-cruising_resort {
		background-image: url(../img/header/ic-cruising_resort.png);
	}
	nav[role=navigation] li a#m-license {
		background-image: url(../img/header/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: 14px;
		font-weight: 700;
		line-height: 24px;
		text-align: center;
		color:#fff;
		background-color: #ff7816;
		padding:17px 0px 17px 5%;
		background-position: 5% center;
		background-repeat: no-repeat;
		background-size: auto 80%;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;
	}
	nav[role=navigation] 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;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;
	}
	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%;
	height: 60px;
	display: block;
	position: absolute;
	top:0;
	right:0;
}
#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(../img/header/hic-fb.png);
}
#topbar ul#hrsns li a#hrsns-line {
	background-image: url(../img/header/hic-line.png);
}
#topbar ul#hrsns li a#hrsns-ins {
	background-image: url(../img/header/hic-ins.png);
}
#topbar ul#hrsns li a#hrsns-yt{
	background-image: url(../img/header/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: auto;
	display:block;
	}

	#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(../img/header/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(../img/header/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(../img/header/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 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(../img/header/ic-access.png);
	}
	nav[role=navigation] ul#menu01 li a#m-boatsales {
		background-image: url(../img/header/ic-boatsales.png);
	}
	nav[role=navigation] ul#menu01 li a#m-keep {
		background-image: url(../img/header/ic-keep.png);
	}
	nav[role=navigation] ul#menu01 li a#m-maintenance {
		background-image: url(../img/header/ic-maintenance.png);
	}
	nav[role=navigation] ul#menu01 li a#m-facilities {
		background-image: url(../img/header/ic-facilities.png);
	}
	nav[role=navigation] ul#menu01 li a#m-rental {
		background-image: url(../img/header/ic-rental.png);
	}
	nav[role=navigation] ul#menu01 li a#m-cruising_resort {
		background-image: url(../img/header/ic-cruising_resort.png);
	}
	nav[role=navigation] ul#menu01 li a#m-license {
		background-image: url(../img/header/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:0;
	z-index: 14998;
}
#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;
	margin-right: 80px;
	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(../img/header/hic-fb.png);
}
#topbar ul#hrsns li a#hrsns-line {
	background-image: url(../img/header/hic-line.png);
}
#topbar ul#hrsns li a#hrsns-ins {
	background-image: url(../img/header/hic-ins.png);
}
#topbar ul#hrsns li a#hrsns-yt{
	background-image: url(../img/header/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: auto;
	display:block;
	}

	#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(../img/header/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(../img/header/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(../img/header/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 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(../img/header/ic-access.png);
	}
	nav[role=navigation] ul#menu01 li a#m-boatsales {
		background-image: url(../img/header/ic-boatsales.png);
	}
	nav[role=navigation] ul#menu01 li a#m-keep {
		background-image: url(../img/header/ic-keep.png);
	}
	nav[role=navigation] ul#menu01 li a#m-maintenance {
		background-image: url(../img/header/ic-maintenance.png);
	}
	nav[role=navigation] ul#menu01 li a#m-facilities {
		background-image: url(../img/header/ic-facilities.png);
	}
	nav[role=navigation] ul#menu01 li a#m-rental {
		background-image: url(../img/header/ic-rental.png);
	}
	nav[role=navigation] ul#menu01 li a#m-cruising_resort {
		background-image: url(../img/header/ic-cruising_resort.png);
	}
	nav[role=navigation] ul#menu01 li a#m-license {
		background-image: url(../img/header/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:0;
	z-index: 14998;
}
#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;
	margin-right: 80px;
	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(../img/header/hic-fb.png);
}
#topbar ul#hrsns li a#hrsns-line {
	background-image: url(../img/header/hic-line.png);
}
#topbar ul#hrsns li a#hrsns-ins {
	background-image: url(../img/header/hic-ins.png);
}
#topbar ul#hrsns li a#hrsns-yt{
	background-image: url(../img/header/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: auto;
	display:block;
	}

	#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(../img/header/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(../img/header/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(../img/header/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 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(../img/header/ic-access.png);
	}
	nav[role=navigation] ul#menu01 li a#m-boatsales {
		background-image: url(../img/header/ic-boatsales.png);
	}
	nav[role=navigation] ul#menu01 li a#m-keep {
		background-image: url(../img/header/ic-keep.png);
	}
	nav[role=navigation] ul#menu01 li a#m-maintenance {
		background-image: url(../img/header/ic-maintenance.png);
	}
	nav[role=navigation] ul#menu01 li a#m-facilities {
		background-image: url(../img/header/ic-facilities.png);
	}
	nav[role=navigation] ul#menu01 li a#m-rental {
		background-image: url(../img/header/ic-rental.png);
	}
	nav[role=navigation] ul#menu01 li a#m-cruising_resort {
		background-image: url(../img/header/ic-cruising_resort.png);
	}
	nav[role=navigation] ul#menu01 li a#m-license {
		background-image: url(../img/header/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:70px;
	z-index: 14998;
}
#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(../img/header/hic-fb.png);
}
#topbar ul#hrsns li a#hrsns-line {
	background-image: url(../img/header/hic-line.png);
}
#topbar ul#hrsns li a#hrsns-ins {
	background-image: url(../img/header/hic-ins.png);
}
#topbar ul#hrsns li a#hrsns-yt{
	background-image: url(../img/header/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;
	}

}
