/**
 * Style Less
 *
 * @package		charset, global, section
 * @author		kiiiick
 * @copyright	Copyright (C) KICKcreative Co., All Rights Reserved.
 * @license		dev 1.0
 * @link		http://www.site.com
 * 
 **/
/**
 * Var Less
 *
 * @package		charset, global, section
 * @author		kiiiick
 * @copyright	Copyright (C) KICKcreative Co., All Rights Reserved.
 * @license		dev 1.0
 * @link		http://www.site.com
 * 
 **/
.FUNC_debug {
  border-top: 1px red solid;
  border-bottom: 1px red solid;
}
.FUNC_debug * {
  border-top: 1px red solid;
  border-bottom: 1px red solid;
}
.display_inline_block {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  /*IE7*/
  *zoom: 1;
  /*IE7*/
  _display: inline;
  /*IE6*/
  _zoom: 1;
  /*IE6*/
}
.display_table_cell {
  display: table-cell;
  padding: 0 \9;
}
.fL {
  float: left;
}
.fR {
  float: right;
}
.br {
  clear: both;
}
.aC {
  text-align: center;
}
.aL {
  text-align: left;
}
.aR {
  text-align: right;
}
.vaT {
  vertical-align: top;
}
.vaM {
  vertical-align: middle;
}
.vaB {
  vertical-align: bottom;
}
.clearfix {
  float: left;
  width: 100%;
}
.clearfix_2 {
  display: inline-block;
  *display: inline;
  /*IE7*/
  *zoom: 1;
  /*IE7*/
  _display: inline;
  /*IE6*/
  _zoom: 1;
  /*IE6*/
  vertical-align: middle;
  width: 100%;
}
.hide_txt {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  /*IE7*/
  *zoom: 1;
  /*IE7*/
  _display: inline;
  /*IE6*/
  _zoom: 1;
  /*IE6*/
  overflow: hidden;
  width: 0;
  height: 0;
  text-indent: -1000px;
}
.hide_txt {
  *text-indent: 0;
  *line-height: 0;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.custom_v,
.custom_h,
.custom_menu,
.custom_content,
.custom_nav {
	margin-left: 0;
	background-image: url(../img/bg01.jpg);
}
.custom_v li,
.custom_h li,
.custom_menu li,
.custom_content li,
.custom_nav li {
	list-style: none;
}
ol.custom_v li {
  list-style: decimal-leading-zero;
}
.custom_h li,
.custom_h dt,
.custom_h dd,
.custom_content li,
.custom_content dt,
.custom_content dd,
.custom_nav li,
.custom_nav dt,
.custom_nav dd {
  float: left;
}
.custom_v li,
.custom_v dt,
.custom_v dd,
.custom_menu li,
.custom_menu dt,
.custom_menu dd {
  float: none;
}
/**
 * Layout Less
 *
 * @package		charset, global, section
 * @author		kiiiick
 * @copyright	Copyright (C) KICKcreative Co., All Rights Reserved.
 * @license		dev 1.0
 * @link		http://www.site.com
 * 
 **/
/* Start Reset */
html {
	color: #000;
	background: #FFF;
}
/* reset webkit init font size */
body {
  -webkit-text-size-adjust: none;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}
del,
ins {
  text-decoration: none;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: baseline;
}
sub {
  vertical-align: baseline;
}
/*because legend doesn't inherit in IE */
legend {
  color: #000;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea,
select {
  *font-size: 100%;
}
/*Remove button padding in FF*/
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* fix ios can't styleing */
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
}
/* remove webkit focus outline */
a,
input,
textarea {
  outline: none;
}
/* remove webkit textarea resize event */
textarea {
  resize: none;
}
/* html5 element fix */
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* End Reset */
html,
body {
  width: 100%;
  height: 100%;
  min-height: 768px;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-size: 13px;
  font-family: Arial, '新細明體', 'PMingLiU', sans-serif;
}
.skrollable {
  /*
	 * First-level skrollables are positioned relative to window
	 */
  position: fixed;
  /*
	 * Skrollables by default have a z-index of 100 in order to make it easy to position elements in front/back without changing each skrollable
	 */
  z-index: 100;
}
.skrollable .skrollable {
  /*
	 * Second-level skrollables are positioned relative their parent skrollable
	 */
  position: absolute;
}
.skrollable .skrollable .skrollable {
  /*
	 * Third-level (and below) skrollables are positioned static
	 */
  position: static;
}
img {
  vertical-align: middle;
}
/*
 * LAYOUT
 */
.scen-box {
	width: 100%;
	height: 100%;
	min-width: 1000px;
}
.scen-box.setH {
  height: 90.5%;
}
.info-area,
.img-area {
	position: relative;
	height: 100%;
	float: left;
	background-image: url(content/img/bg01.jpg);
}
.info-area h2,
.traffic-info h2 {
  font-size: 36px;
  color: #000;
  letter-spacing: 3px;
  font-family: 'Julius Sans One', sans-serif;
}
.info-area h3,
.traffic-info h3 {
  color: #3f3f3f;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.info-area span,
.traffic-info span {
  font-size: 24px;
  color: #94002d;
  display: block;
  margin-bottom: 0.8em;
  font-family: 'Julius Sans One', sans-serif;
}
.info-area p,
.traffic-info p {
  font-size: 13px;
  color: #7c7c7c;
  line-height: 20px;
  margin-bottom: 1em;
}
.info-area {
	width: 33.333%;
	position: relative;
	background-image: url(../img/bg01.jpg);
}
.info-area .desc {
	width: 267px;
	height: 528px;
	position: relative;
	top: 50%;
	margin-top: -264px;
	left: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.info-area .slider-container .slideNav {
	bottom: 0;
}
.img-area {
	width: 66.667%;
	overflow: hidden;
}
/* shadow */
.shadow-box {
	width: 100%;
	height: 11px;
	background: url(../../img/shadow01.png) repeat-x;
	position: absolute;
	left: 9px;
	top: -11px;
}
/* slide */
.slider-container {
	width: 100%;
	height: 100%;
}
.slider-container ul {
	width: 100%;
	height: 100%;
}
.slider-container li {
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	height: 100%;
}
.slideNav {
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
	text-align: center;
}
.slideNav span {
  width: 16px;
  height: 16px;
  background: url(../img/pagenation.png) no-repeat;
  cursor: pointer;
  margin: 0 11px 0 0;
  display: inline-block;
}
.slideNav span:last-child {
  margin-right: 0;
}
.slideNav span:hover,
.slideNav span.bulletOn {
  background-position: left bottom;
}
.slideNav.pos2 {
  position: relative;
  bottom: 0;
  margin-bottom: 16px;
  text-align: left;
}
.sub-title {
  font-size: 13px;
  margin-bottom: 10px;
  color: #333;
}
/* selectbox */
.select-box {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -16.5px;
}
.select-box .ddcommon .ddTitle {
  float: right;
}
.select-box select.mobile-style {
  font-size: 16px;
  color: #cacaca;
  border: none;
  border-radius: 0;
  margin-top: 0.6em;
  padding-right: 20px;
  background: url(../../img/select-icons.png) no-repeat right center;
}
/* product list */
.product-list {
  width: 100%;
  border-bottom: 1px solid #313131;
}
.product-list li {
  text-align: center;
  border-top: 1px solid #313131;
}
.product-list li a {
  display: block;
  width: 100%;
  padding: 24px 0 27px 0;
  color: #ccc;
  text-decoration: none;
}
.product-list li a:hover {
  color: #fff;
}
/* link list */
.link-list a,
.link-list span {
  color: #cca0a5;
  text-decoration: none;
  margin: 0 18px 11px 0;
  display: block;
  float: left;
  font-size: 13px;
}
.link-list a.last,
.link-list span.last {
  margin-right: 0;
}
.link-list a:hover,
.link-list span:hover {
  color: #bd706f;
  text-decoration: underline;
}
/* collapse */
.info-area .collapse {
  border-bottom: 1px solid #e5e1df;
}
.info-area .collapse .collapse-nav.active a {
  cursor: default;
}
.info-area .collapse .collapse-nav.active p {
  display: block;
}
.info-area .collapse .collapse-nav.active .sub-desc {
  display: inline-block;
}
.info-area .collapse h3 {
  border-top: 1px solid #e5e1df;
  font-weight: normal;
  margin-bottom: 0;
  outline: none;
}
.info-area .collapse h3 a {
  text-decoration: none;
  color: #737373;
  font-size: 13px;
  display: block;
  padding: 20px 0 22px 0;
}
.info-area .collapse h3 .number {
  color: #ff7288;
  font-size: 12px;
  display: inline;
  margin-bottom: 0;
  padding-right: 7px;
  font-family: arial;
}
.info-area .collapse p {
  padding-bottom: 20px;
  margin-bottom: 0;
  display: none;
}
.info-area .collapse p.reset {
  padding-bottom: 6px;
}
.info-area .collapse .sub-desc {
  display: none;
  width: 100%;
}
.info-area .collapse .sub-desc.set1 {
  margin-top: -5px;
}
/* floor table */
.floor-table {
  width: 70%;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  margin-left: -35%;
  margin-top: -180.5px;
  font-size: 12px;
  font-family: arial;
}
.floor-table tr {
  border-top: 1px solid #584b4a;
}
.floor-table tr:last-child {
  border-bottom: 1px solid #584b4a;
}
.floor-table .floor {
  width: 76px;
  color: #e30c44;
  padding-left: 8px;
}
.floor-table td {
  color: #acacac;
  padding: 7px 0;
}
/* aside link */
.aside-link {
  display: block;
  width: 180px;
  padding: 10px 0;
  margin-top: 25px;
  background: #94002d;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}
/* list box */
.list-box {
  width: 276px;
  float: left;
  margin-right: 50px;
}
.list-box.set2 {
  width: 179px;
  margin-right: 57px;
}
.list-box.set3 {
	width: 330px;
	margin-right: 0px;
	color: #000;
}
.list-box.set4 {
  width: 140px;
  margin-right: 0;
}
.list-box h3,
.list-box li {
  color: #7c7c7c;
}
.list-box h3 {
  font-size: 20px;
  font-weight: normal;
}
.list-box li {
  font-size: 13px;
  margin-bottom: 4px;
  letter-spacing: 1px;
}
/* MAIN */
#welcome .content {
  height: 90.5%;
  overflow: hidden;
  position: relative;
}
#interior .desc {
  height: 370px;
  margin-top: -185px;
}
#art .desc {
  height: 430px;
  margin-top: -215px;
}
#art .img-area {
  width: 66.66667;
}
#art .shadow-box {
  height: 55px;
  background: url(../../img/shadow02.png) repeat-x;
  top: -55px;
}
#product .info-area {
  background: url(../../img/bg02.jpg);
  width: 33.33335%;
}
#product .info-area .desc span {
  margin-top: 0.3em;
}
#product h2 {
  color: #fff;
}
#product .img-area {
  width: 33.33333%;
  height: 100%;
  background: url(../../img/chiayun/product_img_l.jpg) left top;
}
#product .img-area .shadow-box {
  width: 10px;
  height: 100%;
  background: url(../../img/shadow05.png) repeat-y;
  right: 0;
  top: 0;
  left: inherit;
}
#product .img-area.r-style {
  background: url(../../img/chiayun/product_img_r.jpg) right top;
}
#product .img-area.r-style .shadow-box {
  background: url(../../img/shadow06.png) repeat-y;
  left: 0;
  top: 0;
  right: inherit;
}
#product .desc {
  height: auto;
  margin-top: -240.5px;
  overflow: hidden;
  text-align: center;
}
#product .desc.zeroItemStyle {
  margin-top: -35px;
}
#product .desc.oneItemStyle {
  margin-top: -81.5px;
}
#product .desc.twoItemStyle {
  margin-top: -117.5px;
}
#product .desc.threeItemStyle {
  margin-top: -153px;
}
#product .desc.fourItemStyle {
  margin-top: -188.5px;
}
#product .desc.fiveItemStyle {
  margin-top: -240.5px;
}
#product .shadow-box {
  height: 16px;
  background: url(../../img/shadow03.png) repeat-x;
  top: -16px;
}
#traffic .map-area {
  width: 100%;
  height: 65%;
  position: relative;
}
#traffic .map-area .shadow-box {
  height: 100px;
  background: url(../../img/shadow04.png) repeat-x;
  bottom: 0;
  top: inherit;
}
#traffic .map-area .shadow-box.settop {
  height: 34px;
  background: url(../../img/shadow07.png) repeat-x;
  bottom: inherit;
  top: 0;
}
#traffic .foot-area {
  width: 100%;
  height: 35%;
  background: #f1e8da;
}
#traffic .foot-area .arrow-bar {
  height: 12%;
  background: #f1e8da;
  position: relative;
}
#traffic .foot-area .arrow-bar .arrow {
	display: block;
	width: 59px;
	height: 60px;
	background: url(../../img/top_arrow.png) no-repeat;
	position: absolute;
	z-index: 99;
	left: 50%;
	top: 50%;
	margin-left: -29.5px;
}
#traffic .foot-area .arrow-bar .arrow:hover {
  background-position: left bottom;
}
#traffic .foot-area .info {
  height: 88%;
  background: url(../../img/bg01.jpg);
  font-size: 11px;
  color: #8d8d8d;
  position: relative;
}
#traffic .foot-area .service {
  position: absolute;
  left: 6%;
  top: 50%;
  margin-top: -29px;
}
#traffic .foot-area .service span:first-child {
  margin-right: 17px;
}
#traffic .foot-area .service span b {
  color: #971e3c;
  font-size: 18px;
  margin-left: 7px;
  position: relative;
  top: 3px;
}
#traffic .foot-area .address {
  margin: 6px 0;
}
#traffic .foot-area .copyright {
  color: #cacaca;
}
#menu {
  width: 100%;
  height: 9.5%;
  background: #fff;
}
#menu .shadow-box {
	height: 9px;
	bottom: -9px;
	top: inherit;
	background-image: url(../img/menu_shadow.png);
	background-repeat: repeat-x;
}
#menu .menu-box {
  width: 1000px;
  margin: 0 auto;
  background: #fff;
  height: 100%;
  position: relative;
  border-right: 1px solid #ebebeb;
}
#menu h1 {
  float: left;
  width: 120px;
  height: 100%;
  position: relative;
}
#menu h1 .logo {
	width: 70px;
	height: 27px;
	padding: 0 25px;
	position: absolute;
	top: 50%;
	margin-top: -13.5px;
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	background-position: 25px 0;
}
#menu .main-nav {
  height: 100%;
}
#menu .main-nav li {
  float: left;
  height: 100%;
  position: relative;
}
#menu .main-nav li a {
  text-decoration: none;
  display: block;
  height: 100%;
}
#menu .main-nav li .ch {
  position: absolute;
  top: 50%;
  display: block;
}
#menu .main-nav li {
  border-left: 1px solid #ebebeb;
  width: 113px;
}
#menu .main-nav li:last-child {
  border-right: 1px solid #ebebeb;
}
#menu .main-nav li:hover,
#menu .main-nav li.active {
  background: #95072c;
}
#menu .main-nav li:hover .ch,
#menu .main-nav li.active .ch {
  color: #fff;
}
#menu .main-nav li:hover .en,
#menu .main-nav li.active .en {
  color: #fdfad6;
}
#menu .main-nav li .ch {
  color: #95072c;
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 15px;
  padding: 0 20px 0 25px;
  margin-top: -7px;
}
#menu .main-nav li .en {
  display: block;
  color: #777;
  font-size: 10px;
  letter-spacing: normal;
  font-family: 'Julius Sans One', sans-serif;
}
#menu .aside-nav {
  margin: 0 10px 0 11px;
}
#menu .aside-nav li {
  width: 72px;
}
#menu .aside-nav .ch {
  color: #cacaca;
  font-size: 12px;
  padding: 0 12px;
  margin-top: -7.5px;
}
#menu .aside-nav .ch:hover {
  color: #777;
}
/* FUTAN */
#futan #geography .info-area .desc {
  height: 308px;
  margin-top: -154px;
}
#futan #interior .info-area .desc {
  height: 365px;
  margin-top: -182.5px;
}
#futan #art .info-area .desc {
  height: 355px;
  margin-top: -177.5px;
}
#futan #product .info-area .desc {
  height: 235px;
  margin-top: -117.5px;
}
#futan #product .img-area {
  width: 33.33333%;
  height: 100%;
  background: url(../../img/futan/product_img_l.jpg) left top;
}
#futan #product .img-area.r-style {
  background: url(../../img/futan/product_img_l.jpg) right top;
}
/* BAOSHAN */
#baoshan #geography .info-area .desc {
  height: 335px;
  margin-top: -167.5px;
}
#baoshan #interior .info-area .desc {
  height: 412px;
  margin-top: -206px;
}
#baoshan #art .info-area .desc {
  height: 500px;
  margin-top: -250px;
}
#baoshan #product .img-area {
  width: 33.33333%;
  height: 100%;
  background: url(../../img/baoshan/product_img_l.jpg) left top;
}
#baoshan #product .img-area.r-style {
  background: url(../../img/baoshan/product_img_l.jpg) right top;
}
/* BAISHABAY */
#baishabay {
  /* menu */
  /* history */
  /* fengshui */
  /* lon */
  /* cemetery */
  /* sakura */
  /* pet */
  /* service */
}
#baishabay .sub-box {
  width: 66.66667%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -66.66667%;
}
#baishabay #menu .main-nav li {
  width: 91px;
}
#baishabay #menu .main-nav li .ch {
  padding: 0 8px 0 15px;
}
#baishabay #history .info-area .desc {
  height: 370px;
  margin-top: -185px;
}
#baishabay #fengshui .info-area .desc {
  height: 266px;
  margin-top: -133px;
}
#baishabay #fengshui .shadow-box {
  height: 22px;
  background: url(../../img/baishabay_shadow01.png) repeat-x;
  left: 0;
  top: -22px;
}
#baishabay #lon .info-area {
  z-index: 111;
  overflow: hidden;
}
#baishabay #lon .info-area .desc {
  height: 525px;
  margin-top: -262.5px;
}
#baishabay #lon .link-list span {
  cursor: pointer;
  margin-right: 0;
}
#baishabay #lon .link-list span:hover {
  text-decoration: none;
}
#baishabay #lon .link-list span.bulletOn {
  color: #bd706f;
}
#baishabay #lon .link-list span em {
  display: block;
  width: 65px;
  margin-right: 35px;
}
#baishabay #lon .link-list span em.last {
  margin-right: 0;
}
#baishabay #lon .cover {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#baishabay #lon .cover-txt {
  padding-bottom: 0;
}
#baishabay #lon .slide-desc-box {
  letter-spacing: 2px;
  line-height: 16px;
  font-size: 12px;
  padding-top: 4px;
  margin-bottom: 20px;
  color: #737373;
}
#baishabay #lon .slide-desc li {
  display: none;
}
#baishabay #lon .shadow-box {
  height: 34px;
  background: url(../../img/baishabay_shadow02.png) repeat-x;
  left: 0;
  top: -34px;
}
#baishabay #cemetery .info-area {
  width: 33.33333%;
}
#baishabay #cemetery .info-area .desc {
  height: 402px;
  margin-top: -201px;
}
#baishabay #cemetery .img-area {
  width: 66.66667%;
}
#baishabay #cemetery .shadow-box {
  height: 34px;
  background: url(../../img/baishabay_shadow02.png) repeat-x;
  left: 0;
  top: -34px;
}
#baishabay #sakura .info-area {
  z-index: 111;
  overflow: hidden;
}
#baishabay #sakura .info-area .desc {
  height: 564px;
  margin-top: -282px;
}
#baishabay #sakura .shadow-box {
  height: 22px;
  background: url(../../img/baishabay_shadow01.png) repeat-x;
  left: 0;
  top: -22px;
}
#baishabay #pet {
  background: url(../../img/bg01.jpg);
}
#baishabay #pet .content {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
#baishabay #pet .img-area {
	width: 40%;
	margin-right: 5%;
	margin-left: 10%;
}
#baishabay #pet .bg-box {
	width: 100%;
	height: 457px;
	position: relative;
	top: 50%;
	margin-top: -228.5px;
}
#baishabay #pet .info-area {
	width: 30%;
}
#baishabay #pet .info-area .desc {
	width: 100%;
	height: 446px;
	margin-top: 0;
	top: 0;
}
#baishabay #pet .shadow-box {
  height: 16px;
  background: url(../../img/baishabay_shadow03.png) repeat-x;
  left: 0;
  top: -16px;
}
#baishabay #service .shadow-box {
  height: 20px;
  background: url(../../img/baishabay_shadow04.png) repeat-x;
  left: 0;
  top: -20px;
}
#baishabay #service .info-area {
  width: 100%;
  background: none;
  z-index: 11;
}
#baishabay #service .info-area .desc {
  width: 896px;
  height: 395px;
  margin: 0 auto;
  margin-top: -197.5px;
}
#baishabay #service .service-info {
  width: 100%;
}
#baishabay #service .service-num {
  border-top: 1px solid #b2ada9;
  border-bottom: 1px solid #b2ada9;
  padding: 19px 0 14px 0;
  margin-top: 50px;
}
#baishabay #service .service-num h3 {
  color: #000;
  font-weight: normal;
  font-size: 13px;
}
#baishabay #service .service-num span {
  font-size: 30px;
  margin: 0;
}
#baishabay #traffic.setH {
  height: 130%;
}
#baishabay #traffic .info-box {
  width: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -125px;
  margin-left: -460px;
}
#baishabay #traffic .traffic-info {
  width: 100%;
  background: #f1e8da;
  /* background: red; */
  height: 35%;
  position: relative;
  overflow: hidden;
}
#baishabay #traffic .list-box {
  width: 28%;
  float: left;
}
#baishabay #traffic .list-box:last-child {
  margin-right: 0;
}
#baishabay #traffic .list-box ul {
  margin-left: 20px;
}
#baishabay #traffic .list-box li {
  list-style-type: decimal;
  line-height: 20px;
  margin-bottom: 12px;
}
#baishabay #traffic .map-area {
  height: 40%;
}
#baishabay #traffic .foot-area {
  height: 25%;
}
/* loading */
#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: url(../../img/bg01.jpg);
}
#loading .center-logo {
  height: 84px;
  position: relative;
  top: 50%;
  margin: -42px auto 0 auto;
  width: 150px;
  text-align: center;
}
#loading img {
  margin-bottom: 20px;
}
#loading-count {
  color: #95072c;
}
.content {
	background-image: url(../img/bg01.jpg);
	width: 100%;
}
