@charset "UTF-8";
/* 基本テキスト色 */
/* 基本リンクテキスト色 */
/* screenサイズ */
/* 黄色 */
div, span,
ol, ul, li, dl, dt, dd,
h1, h2, h3, h4, h5, h6,
p, a, img,
table, td, th,
blockquote {
  line-height: 1.6em;
  font-weight: normal;
  font-style: normal;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  color: #124465;
  font-size: normal;
}

body {
  margin: 0;
  position: relative;
}

p {
  text-indent: 0;
}

ul, li {
  list-style: none;
}

a {
  color: #ff6600;
  text-decoration: underline;
}
a:visited, a:active {
  color: #ff6600;
}
a:hover {
  color: #00cccc;
}

/* 基本テキスト色 */
/* 基本リンクテキスト色 */
/* screenサイズ */
/* 黄色 */
header {
  width: 100%;
  background: url(header/header-background.gif) repeat-x top;
  /* -------------------#common-header--------------------- */
  /*	
  	#header-background{
  		background:url(../image/header-background.png) ;
  		width:100%;
  		height:60px;
  		position:absolute;
  		display:block;
  		top:0px;
  		z-index:1000;
  	}
  */
}
header #common-header {
  width: 900px;
  height: 60px;
  margin: 0 auto;
  padding: 0;
}
header #common-header:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}
header #common-header > * {
  overflow: hidden;
  position: relative;
  z-index: 1001;
}
header #common-header h1#header-sega {
  width: 97px;
  height: 32px;
  padding-top: 13px;
  float: left;
}
header #common-header h2#header-segasammy {
  /* #header-segasammy */
  float: right;
  width: 74px;
  height: 24px;
  padding: 17px 0 0 6px;
}
header #common-header ul {
  float: right;
  width: 183px;
  height: 20px;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  padding: 8px 10px 0 10px;
  margin-top: 15px;
}
header #common-header ul li {
  float: left;
  display: block;
  overflow: hidden;
  height: 9px;
}
header #common-header #header-corporate {
  /* #header-corporate */
  width: 43px;
  padding-right: 10px;
}
header #common-header #header-corporate a {
  width: 43px;
  height: 9px;
  background: url(../image/header-corporate.gif);
  display: block;
  text-decoration: none;
  text-indent: -9999px;
  overflow: hidden;
  line-height: 0em;
  font-size: 0;
}
header #common-header #header-contact {
  /* #header-contact */
  width: 61px;
  padding-right: 10px;
}
header #common-header #header-contact a {
  width: 61px;
  height: 9px;
  background: url(../image/header-contact.gif);
  display: block;
  text-decoration: none;
  text-indent: -9999px;
  overflow: hidden;
  line-height: 0em;
  font-size: 0;
}
header #common-header #header-sitemap {
  /* #header-sitemap */
  width: 58px;
}
header #common-header #header-sitemap a {
  width: 58px;
  height: 9px;
  background: url(../image/header-sitemap.gif);
  display: block;
  text-decoration: none;
  text-indent: -9999px;
  overflow: hidden;
  line-height: 0em;
  font-size: 0;
}

/* 基本テキスト色 */
/* 基本リンクテキスト色 */
/* screenサイズ */
/* 黄色 */
footer {
  clear: both;
  width: 100%;
  padding: 30px 0 25px 0;
  margin-top: 30px;
  border-top: 1px solid #CCC;
  background: #fff;
}
footer p {
  text-indent: 0;
  margin-bottom: 0.5em;
  line-height: 1.5em;
  text-align: center;
  font-size: x-small;
}
footer ul {
  text-align: center;
  margin: 20px 0 10px;
}
footer ul li {
  display: inline-block;
  padding: 0 5px;
  vertical-align: top;
}

.newInfo {
  background: url(class/newInfo.png) no-repeat;
  position: absolute;
  display: block;
  width: 42px;
  height: 24px;
  text-decoration: none;
  text-indent: -9999px;
  overflow: hidden;
  line-height: 0em;
  top: 0;
}

/* 基本テキスト色 */
/* 基本リンクテキスト色 */
/* screenサイズ */
/* 黄色 */
div#common-contetns {
  position: relative;
  width: 900px;
  margin: 5px auto 0;
  /*---- #contents-main -----*/
}
div#common-contetns:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}
div#common-contetns #contents-header, div#common-contetns #contents-footer {
  width: 900px;
  height: 68px;
}
div#common-contetns #contents-header {
  background: url(common-contetns/contents-header.png) no-repeat center;
}
div#common-contetns #contents-footer {
  background: url(common-contetns/contents-footer.png) no-repeat center;
}
div#common-contetns #contents-main {
  background-color: #ffffff;
  width: 812px;
  padding: 5px;
  margin: 5px auto;
  /*------ #main-outline -----*/
}
div#common-contetns #contents-main .floatLi li, div#common-contetns #contents-main .floatDl li {
  float: left;
}
div#common-contetns #contents-main .floatLi:after, div#common-contetns #contents-main .floatDl:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}
div#common-contetns #contents-main h2 {
  text-align: center;
}
div#common-contetns #contents-main #main-outline {
  /*			margin: 5px auto 0;*/
  margin: 0 auto;
}
div#common-contetns #contents-main #main-outline #outline-substance {
  width: 570px;
  padding: 0 5px 10px 10px;
  float: left;
}
div#common-contetns #contents-main #main-outline #outline-navigation {
  width: 210px;
  padding: 0 10px 0 5px;
  float: right;
}
div#common-contetns #contents-main #main-outline:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}
div#common-contetns .clearBoth {
  clear: both;
}
div#common-contetns .textBold {
  font-weight: bold;
}
div#common-contetns .textCaution {
  font-size: 90%;
  color: inherit;
}
div#common-contetns .floatLeft {
  float: left;
}
div#common-contetns .floatRight {
  float: right;
}

/*------ #common-contetns -------*/
/* 基本テキスト色 */
/* 基本リンクテキスト色 */
/* screenサイズ */
/* 黄色 */
nav#common-navigation {
  background: url(common-navigation/common-navigation.gif) repeat-x top;
  width: 100%;
  height: 73px;
  /*75に*/
  overflow: hidden;
  position: relative;
}
nav#common-navigation h1, nav#common-navigation ul {
  margin: 0 auto;
  width: 900px;
}
nav#common-navigation h1 {
  position: relative;
}
nav#common-navigation h1 a {
  width: 240px;
  height: 70px;
  display: block;
  position: relative;
  left: 0;
  top: 5px;
  z-index: 2;
}
nav#common-navigation ul {
  position: absolute;
  margin: 0 -450px;
  left: 50%;
  top: 7px;
  padding: 0 0 0 250px;
  width: 650px;
  /* ------------ li ------------------ */
}
nav#common-navigation ul li {
  display: block;
  float: left;
  height: 37px;
  width: 128px;
  display: block;
  text-decoration: none;
  text-indent: -9999px;
  overflow: hidden;
  line-height: 0em;
  font-size: 0;
  position: relative;
  /*20140109*/
  overflow: visible;
  /*20140109*/
}
nav#common-navigation ul li a {
  display: block;
  height: 37px;
  width: 128px;
  display: block;
  text-decoration: none;
  text-indent: -9999px;
  overflow: hidden;
  line-height: 0em;
  font-size: 0;
}
nav#common-navigation ul li a .newInfo {
  /* 画像はclass.scss */
  display: block;
  height: 24px;
  /*					left: 250px;*/
  right: 2px;
  line-height: 0;
  overflow: visible;
  position: absolute;
  text-decoration: none;
  text-indent: -9999px;
  top: 28px;
  width: 42px;
}
nav#common-navigation ul li#navigation-character {
  background: url("common-navigation/nav_character.png") no-repeat 0 -74px;
}
nav#common-navigation ul li#navigation-character.coming {
  background-position: 0 top;
}
nav#common-navigation ul li#navigation-character a {
  background: url("common-navigation/nav_character.png") no-repeat 0 -74px;
}
nav#common-navigation ul li#navigation-character a:hover, nav#common-navigation ul li#navigation-character a.selected {
  background-position: 0 -37px;
}
nav#common-navigation ul li#navigation-rule {
  background: url("common-navigation/nav_rule.png") no-repeat 0 -74px;
}
nav#common-navigation ul li#navigation-rule.coming {
  background-position: 0 top;
}
nav#common-navigation ul li#navigation-rule a {
  background: url("common-navigation/nav_rule.png") no-repeat 0 -74px;
  background-position: 0 -74px;
}
nav#common-navigation ul li#navigation-rule a:hover, nav#common-navigation ul li#navigation-rule a.selected {
  background-position: 0 -37px;
}
nav#common-navigation ul li#navigation-mode {
  background: url("common-navigation/nav_mode.png") no-repeat 0 -74px;
}
nav#common-navigation ul li#navigation-mode.coming {
  background-position: 0 top;
}
nav#common-navigation ul li#navigation-mode a {
  background: url("common-navigation/nav_mode.png") no-repeat 0 -74px;
  background-position: 0 -74px;
}
nav#common-navigation ul li#navigation-mode a:hover, nav#common-navigation ul li#navigation-mode a.selected {
  background-position: 0 -37px;
}
nav#common-navigation ul li#navigation-enjoy {
  background: url("common-navigation/nav_enjoy.png") no-repeat 0 -74px;
}
nav#common-navigation ul li#navigation-enjoy.coming {
  background-position: 0 top;
}
nav#common-navigation ul li#navigation-enjoy a {
  background: url("common-navigation/nav_enjoy.png") no-repeat 0 -74px;
  background-position: 0 -74px;
}
nav#common-navigation ul li#navigation-enjoy a:hover, nav#common-navigation ul li#navigation-enjoy a.selected {
  background-position: 0 -37px;
}
nav#common-navigation ul li#navigation-spec {
  background: url("common-navigation/nav_spec.png") no-repeat 0 -74px;
}
nav#common-navigation ul li#navigation-spec.coming {
  background-position: 0 top;
}
nav#common-navigation ul li#navigation-spec a {
  background: url("common-navigation/nav_spec.png") no-repeat 0 -74px;
  background-position: 0 -74px;
}
nav#common-navigation ul li#navigation-spec a:hover, nav#common-navigation ul li#navigation-spec a.selected {
  background-position: 0 -37px;
}

/* CSS Document */
nav#outline-navigation {
  position: relative;
}
nav#outline-navigation ul {
  position: relative;
  background: url(outline-navigation/outline-navigation.gif) repeat-y top;
  width: 206px;
  padding: 10px 0 10px 0;
}
nav#outline-navigation ul li {
  margin: 0 auto 5px;
  width: 183px;
  height: 48px;
  /* a */
}
nav#outline-navigation ul li a {
  width: 183px;
  height: 48px;
  display: block;
  text-indent: -9999px;
  /*
  .newInfo {
  	display: block;
  	width: 42px;
  	height: 24px;
  	position: absolute;
  	top: 40px;
  	right: 5px;
  	line-height: 0;
  	overflow: visible;
  	text-decoration: none;
  	text-indent: -9999px;
  }
  */
}
