@charset utf-8;

/* GOOGLE フォント
------------------------------*/
@import url(//fonts.googleapis.com/css?family=News+Cycle:400,700);

/* RESET+
------------------------------*/
html,
button,
input,
select,
textarea {
  color: #222;
}

main {
  display: block;
}

html {
  line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6,
table,
input,
textarea,
select,
option,
button {
  font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
address,
blockquote,
q,
cite,
caption,
th,
dfn,
code,
var,
samp,
kbd,
em,
strong {
  font-weight: normal;
  font-style: normal;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
img,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

textarea {
  resize: vertical;
}

p {
  margin: 0;
}

ul li,
ol li {
  list-style: none;
}

menu,
ol,
ul,
dl {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

dt,
dd {
  margin: 0;
}

a img {
  outline: none !important;
}

a {
  outline: none !important;
}


/* 共通
------------------------------*/
body {
  margin: 0;
  padding: 5px 0 0 0;
  color: #FFFFFF;
  font: 13px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-top: 1px solid red;
  background: #000000;
}

.clearfix {
  min-height: 1px;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clear {
  clear: both;
}

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

a:hover {
  color: #f62221;
  text-decoration: underline;
}

a:hover img {
  opacity: 0.9;
}

a img {
  border: none;
}

.ml00 {
  margin-left: 0 !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.noborder {
  border: none !important;
}

.strong {
  font-weight: bold;
}

.alignC {
  text-align: center !important;
}

.alignL {
  text-align: left !important;
}

.alignR {
  text-align: right !important;
}

.red {
  color: #FF0000 !important;
}

.blue {
  color: #007FFF !important;
}

table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
}

table th {
  padding: 5px;
  font-size: 11px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}

table td {
  padding: 5px;
  text-align: center;
  font-size: 14px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}

table td.left {
  text-align: left;
}


/* ヘッダー
------------------------------*/
header {
  width: 1000px;
  height: 120px;
  position: relative;
  z-index: 99;
  margin: auto;
  padding: 10px 0px 0px 0px;
  background: rgb(14, 14, 14);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(14, 14, 14, 1)), color-stop(0%, rgba(0, 0, 0, 1)), color-stop(51%, rgba(14, 14, 14, 1)), color-stop(100%, rgba(49, 48, 48, 1)));
  background: -webkit-linear-gradient(top, rgba(14, 14, 14, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(14, 14, 14, 1) 51%, rgba(49, 48, 48, 1) 100%);
  background: linear-gradient(to bottom, rgba(14, 14, 14, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(14, 14, 14, 1) 51%, rgba(49, 48, 48, 1) 100%);
}

.logo {
  margin: 0;
  padding: 15px 0 24px 0;
  position: relative;
  top: 30px;
  left: 20px;
  width: 296px;
  z-index: 100;
}

.logo img {
  margin-top: 10px;
}

header nav {
  position: absolute;
  top: 40px;
  right: 0;
  padding: 0;
  background: none;
  z-index: 99;
  display: inline-block;
}

.sf-menu {
  padding: 0 0 0 0;
  position: relative;
  background: none;
  text-align: left;
}

.sf-menu li {
  position: relative;
  list-style: none;
}

.sf-menu > li {
  background: none;
  display: block;
  float: left;
  text-align: center;
  position: relative;
  margin: 0;
  border-left: 1px solid #000;
  padding: 0;
}

.sf-menu .bg-menu {
  background: url(../images/common/bg-menu.png) 0 0 repeat;
  cursor: pointer;
  bottom: 50%;
  left: 50%;
  right: 50%;
  top: 50%;
  opacity: 0;
  position: absolute;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sf-menu > li:hover .bg-menu,
.sf-menu > li.sfHover .bg-menu,
.sf-menu > li.current-menu-item .bg-menu {
  bottom: 0;
  left: 0;
  opacity: 1.0;
  right: 0;
  top: 0;
}

.sf-menu li a {
  display: block;
  text-decoration: none;
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sf-menu > li > a {
  font-size: 17px;
  line-height: 31px;
  background: none;
  padding: 25px 20px 20px 19px;
  color: #fff;
  font-family: 'News Cycle', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 4px solid #313030;
}

.sf-menu li a span {
  display: block;
  font: 10px 'Hiragino Kaku Gothic Pro', "小塚明朝 Pro", 'MS Mincho', sans-serif;
  color: #AAAAAA;
  text-shadow: 1px 1px 1px #000;
  line-height: 1;
}

.sf-menu > li:hover > a,
.sf-menu > li.sfHover > a,
.sf-menu > li.current > a {
  color: #F62221;
  border-bottom: 4px solid #F62221;
}

.sf-menu ul {
  position: absolute;
  width: 681px;
  padding: 0 160px 0;
  z-index: 200;
  display: none;
  margin: -100px 0 0 -355px;
  background: #0E0E0E;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  left: -1px;
  top: -77px;
  z-index: 99;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
  width: 200px;
  padding: 0;
  margin: 0;
  background: #212121;
  list-style-type: none;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: -201px;
  top: 0;
  z-index: 99;
}

.sf-menu ul li,
.sf-menu ul li li {
  margin: 0;
  padding: 0 3px 0 0;
  text-align: left;
  background: none;
  display: inline;
  vertical-align: bottom;
  line-height: 80px;
}

.sf-menu ul li:first-child,
.sf-menu ul li li:first-child {
  border-top: none;
}

.sf-menu li li a {
  opacity: .5;
  text-align: left;
  color: #000;
  padding: 0 0 0 0;
  display: inline;
  font-size: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* Models Subnavi */
#BoatsSubNavi {
  width: 100%;
  display: none;
  /*opacity:0;*/
  position: absolute;
  top: 136px;
  left: 0;
  z-index: 1;
  padding: 20px 0;
  background: #FFF;
  border-bottom: 1px solid #FFF;
}

.container01 {
  width: 1100px;
  margin: auto;
}

.container01 li {
  display: inline;
}

.container01 li a {
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #E0DFDF;
}

.container01 li a span {
  display: block;
  margin: 5px 0 0 0;
  text-align: center;
}


/* Navigation select styling */
.select-menu {
  border: 1px solid #C8C8C8;
  background-color: #E4E4E4;
  width: 100%;
  height: 30px;
  padding: 5px;
  cursor: pointer;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  display: none !important;
}

.select-menu:focus {
  border-color: #999;
}

.select-menu option {
  padding: 5px;
  cursor: pointer;
}

.select-menu option.main_item {
  font-weight: bold;
}


/* フッター
------------------------------*/
footer {
  padding: 30px 0;
  text-align: center;
  color: #AAAAAA;
  font: 12px 'News Cycle', sans-serif;
}

footer .footer-nav li {
  display: inline;
  margin: 0 0 0 10px;

}

footer .footer-nav li a {
  line-height: 19px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}


/* 共通
------------------------------*/
#Visual {
  width: 1000px;
  margin: 30px auto;
}

main {
  width: 950px;
  margin: auto;
  padding: 25px;
  background: #313030;
}

main h3 {
  margin: 0 0 25px 0;
  padding: 2px 0 1px 25px;
  color: #F61F1F;
  font-size: 18px;
  background: #000 url(../images/common/h3_bg.gif) no-repeat right 0;
  ;
}

.inner {
  padding: 0 20px;
}

.Listsyle1 li {
  list-style: disc;
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
}


/* トップ
------------------------------*/
/* Slider 
#slider-wrapper {
	width:100%;
	position:relative;
	overflow:hidden;
	height:693px;
	padding:0;
	margin:0;
	background:url(../images/loading.gif) center center no-repeat #181818; 
}
.slider-container {
	width:1980px;
	height:693px;
	overflow:hidden;
	position:relative;
	left:50%;
	margin-left:-990px;	
}*/

#Top {
  width: 950px;
  min-height: 550px;
  margin: -90px auto 30px;
  padding: 25px;
  position: relative;
  background: #202020 url(../images/top/top_main_bg.jpg) no-repeat 0 0;
}

#Top #app {
  position: absolute;
  top: 9px;
  left: 25px;
}

#Top #Social {
  position: absolute;
  top: 5px;
  right: 30px;
}

#Top #News {
  position: absolute;
  top: 140px;
  color: #000;
}

#Top #News h2 {
  margin: 0 0 5px 0;
  color: #AAAAAA;
  font: 22px Arial, Helvetica, sans-serif;
}

#Top #News h2 span {
  font: 10px 'Hiragino Kaku Gothic Pro', "小塚明朝 Pro", 'MS Mincho', sans-serif;
  vertical-align: middle;
}

#Top #News dl {
  width: 700px;
  height: 400px;
  padding: 5px;
  overflow-y: scroll;
  background: #FFF;
}

#Top #News dt {
  float: left;
  padding: 10px;
}

#Top #News dd {
  padding: 10px 10px 10px 150px;
  border-bottom: 1px solid #000;
}

#Top #Facebook {
  width: 222px;
  position: absolute;
  top: 170px;
  right: 25px;
  background: #FFF;
}

/* ビルド マイ フェニックス
------------------------------*/
#Build {
  width: 1000px;
  position: relative;
  margin: 20px auto 0 auto;
}

#Build .FB_Fix {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 10px;
  right: 25px;
  background: #1F1F1F url(../images/others/build_fix_bg.jpg) no-repeat 0 0;
}


/* 紹介ページ
------------------------------*/
/* PHOENIX 比較表リスト */
#HikakuTable table {
  width: 950px;
}

#HikakuTable table th {
  width: 125px;
}

#HikakuTable table th.BlackBG {
  width: 92px;
  border-left: 1px solid #313030;
  background: #000;
}


/* ボート紹介ページ */
#DetailSlider {
  width: 1000px;
  margin: 30px auto 0 auto;
}

#BoatDetails .Specifications figure {
  width: 470px;
  float: left;
}

#BoatDetails .Specifications aside {
  float: left;
  margin: 0 0 0 25px;
}

#BoatDetails .Listsyle1.Left,
#BoatDetails .Listsyle1.Right {
  width: 50%;
  float: left;
}


/* ジャパニーズディーラー
------------------------------*/
.DealersBox {
  margin-bottom: 80px;
}

.DealersBox h3 {
  position: relative;
  color: #FFF;
}

.DealersBox h3 span {
  margin-left: 10px;
  font: 10px 'Hiragino Kaku Gothic Pro', "小塚明朝 Pro", 'MS Mincho', sans-serif;
  vertical-align: middle;
}

.DealersBox h3 span.Region {
  position: absolute;
  right: 30px;
  top: 5px;
  font: 16px Arial, Helvetica, sans-serif;
  color: #878787;
}

.DealersBox .BoxList {
  overflow: hidden;
  margin-bottom: 50px;
}

.DealersBox .LeftBox {
  width: 390px;
  float: left;
  padding-left: 20px;
}

.DealersBox .RightBox {
  width: 500px;
  float: right;
  padding-right: 40px;
}



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width:35em) {}

@media print,
(-webkit-min-device-pixel-ratio:1.25),
(min-resolution:120dpi) {}

/* ==========================================================================
   IE10/11 フォント FIX用
   ========================================================================== */
@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
  .sf-menu li a span {
    line-height: 2 !important;
  }

  .sf-menu > li > a {
    padding: 25px 20px 10px 19px !important;
  }

  #Top #News h2 span,
  .DealersBox h3 span {
    line-height: 1.5 !important;
    vertical-align: bottom;
  }
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {}
