html,body {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 5px;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, img {
	margin: 0;
	padding: 0;
}

body {
	display: none;
}

img {
  vertical-align: bottom;
}



/* スペース調整 */

.mt50  {
	margin-top: 50px;
}

.mb7  {
	margin-bottom: 7px;
}

.mb25  {
	margin-bottom: 25px;
}

.mb50  {
	margin-bottom: 50px;
}



/* コンテナー */

#container {
  width: 100%;
  min-width: 1080px;
	background-color: #000;
	background-image: url(../../image/bg_container.jpg);
  background-position: center top;
	background-repeat: no-repeat;
  margin: 0 auto;
}



/* ヘッダー */

#header {
  position: relative;
  width: 100%;
  min-width: 1080px;
	max-width: 1600px;
  margin: 0 auto;
	padding-top: 25px;
}

#menu_container {
  margin: 0 66px 0 362px;
}

.center {
	margin: 0 auto;
}

.menu {
  float: left;
  margin: 5px 5px;
}

#ziz_logo {
  position: absolute;
  top: 50%;
  left: 71px;
  height: 62px;
  width: 235px;
  margin-top: -18px;
}

#line_01 {
  position: absolute;
  top: 0;
  left: 40px;
  height: 100%;
  width: 1px;
  background-color: #FFF;
}

#line_02 {
  position: absolute;
  top: 0;
  left: 336px;
  height: 100%;
  width: 1px;
  background-color: #FFF;
}

#line_03 {
  position: absolute;
  top: 0;
  right: 40px;
  height: 100%;
  width: 1px;
  background-color: #FFF;
}

#sub_menu_container {
  width: 997px;
  margin: 20px auto 0;
	padding: 15px 0 25px;
}

.sub_menu {
  float: left;
}

.clear {
  clear: both;
}



/* メインビジュアル */

#alicia {
  position: relative;
  width: 100%;
  min-width: 1080px;
  min-height: 1080px;
  margin: 0 auto;
	overflow: hidden;
}

#main_alicia { 
  width: 100%;
	min-width: 1080px;
	min-height: 1080px;
	max-height: 1300px;
	background-image: url(../image/main_alicia.jpg);
  background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
}

#main_alicia img { 
	width: 100%;
}

#maya {
  position: relative;
  width: 100%;
  min-width: 1080px;
  min-height: 1080px;
  margin: 0 auto;
	overflow: hidden;
}

#main_maya { 
  width: 100%;
	min-width: 1080px;
	min-height: 1080px;
	max-height: 1300px;
	background-image: url(../image/main_maya.jpg);
  background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
}

#main_maya img { 
	width: 100%;
}

#rieri {
  position: relative;
  width: 100%;
  min-width: 1080px;
  min-height: 1080px;
  margin: 0 auto;
	overflow: hidden;
}

#main_rieri { 
  width: 100%;
	min-width: 1080px;
	min-height: 1080px;
	max-height: 1300px;
	background-image: url(../image/main_rieri.jpg);
  background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
}

#main_rieri img { 
	width: 100%;
}

#dino {
  position: relative;
  width: 100%;
  min-width: 1080px;
  min-height: 1080px;
  margin: 0 auto;
	overflow: hidden;
}

#main_dino { 
  width: 100%;
	min-width: 1080px;
	min-height: 1080px;
	max-height: 1300px;
	background-image: url(../image/main_dino.jpg);
  background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
}

#main_dino img { 
	width: 100%;
}

#block_top {
  position: absolute;
	width: 100%;
	height: 100%;
  top: 0;
  left: 0;
  background-image: url(../../image/block_top.png);
  background-position: center top;
}

.page_contents {
  position: absolute;
  top: 144px;
  left: 20%;
  margin-left: -170px;
}

.text_area {
	width: 378px;
  margin: 30px 0;
}



/* 商品情報 */

#bottom_container {
  width: 100%;
  min-width: 1080px;
	background-image: url(../../image/bg_bottom.jpg);
  background-position: center bottom;
	background-repeat: no-repeat;
  margin: 0 auto;
}

.title {
  width: 1040px;
  margin: 0 auto;
  padding: 60px 0 0;
  border-bottom: 1px solid #CACAD9;
  text-align: center;
}

#info {
  width: 1040px;
  margin: 0 auto 40px;
}

#jacket {
  float: left;
  margin: 19px 22px;
}

#text {
  float: left;
  margin: 19px 0;
}

#order {
  float: right;
  width: 430px;
}

.list {
  position: relative;
  width: 430px;
  height: 77px;
  border-bottom: 1px solid #CACAD9;
}

.list_title {
  position: absolute;
  top: 19px;
  left: 22px;
}

.btn_order {
  position: absolute;
  top: 19px;
  right: 22px;
}



/* テキスト */

.text13 {
  font-size: 13px;
  line-height: 160%;
}

.text14 {
  font-size: 14px;
  line-height: 160%;
}

.text16 {
  font-size: 16px;
  line-height: 150%;
}

.text22 {
  font-size: 22px;
  line-height: 140%;
}



/* リンク */

a, a:link, a:active, a:visited {
  color: #FFF;
  font-style: normal;
  text-decoration: underline;
}

a:hover, a:active {
	border: none;
  outline: none;
}

a img {
  border: none;
  outline: none;
}



