@charset "UTF-8";



/*汎用設定*/



body,table
{
	color: #fff;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
	font-size: 12px;
	line-height: 1.7em;
	line-break: strict;
	word-break: break-all;
	text-align: justify;
	text-justify: distribute;
}

body
{
	background: url(../images/bg.jpg) repeat-x #000;
}

a:link
{
	text-decoration: none;
	color: #FC0;
}
a:visited
{
	text-decoration: none;
	color: #FC0;
}
a:hover
{
	text-decoration: underline;
	color: #F00;
}
img
{
	border: none;
}



/*エリア指定*/

#wrap
{
	width: 984px;
	margin: 0px auto;
}
#base01
{
	width: 984px;
	height: 560px;
	background: url(../images/base01.png) no-repeat;
	position: relative;
}
#base01 #logo
{
	position: absolute;
	top: 73px;
	left: 95px;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translatey(-50px);
    transform: translatey(-50px);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translatey(-50px);
    transform: translatey(-50px);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@-webkit-keyframes fadeInUP {
  from {
    opacity: 0;
    -webkit-transform: translatey(50px);
    transform: translatey(-50px);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUP {
  from {
    opacity: 0;
    -webkit-transform: translatey(50px);
    transform: translatey(50px);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUP {
  -webkit-animation-name: fadeInUP;
  animation-name: fadeInUP;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}



#base01 #catch
{
	position: absolute;
	top: 286px;
	left: 21px;
}
#base01 #information
{
	position: absolute;
	top: 461px;
	left: 473px;
	width: 512px;
	height: 80px;
	overflow: auto;
	overflow-x: hidden;
}
#base02
{
	width: 984px;
	height: 1100px;
	background: url(../images/base02.png) no-repeat;
	position: relative;
}
#base02 #dl
{
	position: absolute;
	top: 623px;
	left: 32px;
}
#base02 .alice a
{
	position: absolute;
	top: 1040px;
	left: 31px;
	width: 924px;
	height: 39px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
#base02 .buy a
{
	position: absolute;
	top: 733px;
	left: 756px;
	width: 200px;
	height: 285px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
#siteHeader li a span {
		font-size:12px;
	}
#siteHeader #siteHeaderInner {
		width:960px;
}
#siteHeader #siteHeaderInner .snsBtn {
			float:right;
}
#siteHeader #siteHeaderInner .snsBtn li {
				float:left;
				height:21px;
				line-height:21px;
				margin-left:10px;
				vertical-align:middle;
				padding-top:7px;
				width:120px;
}
#siteHeader #siteHeaderInner .snsBtn li:hover {
					background:none;
}

#footer {
    margin-top: 2px;
    background: #000102;
    color: #FFF;
}
#footer.pagefooter {
        background: #6c100c;
        margin-top: 0;
        position: relative;
}
.partsBoxFooter {
    border-top: 1px solid #FFF;
    padding-top:10px;
    position: relative;
    color: #FFF;
}
.partsBoxFooter ul {
        padding-bottom:26px;
}
.partsBoxFooter ul li {
            font-size:12px;
            border-right:1px solid #FFF;
            line-height:12px;
            display: inline-block;
            margin-right: 5px;
            padding-right: 8px;
}
.partsBoxFooter ul li:nth-last-of-type(1) {
                border-right:0 none;
                margin-right:0;
                padding-right:0;
}
.partsBoxFooter ul li a {
                color: #FFF;
}
.crbox {
        padding-bottom:10px;
}
.crbox .logo {
            display: block;
            float: left;
            margin-left:4px;
            margin-right:12px;
            text-indent: -9999px;
            background: url('../images/sp-footerlogo.png');
    background-position: 0 0;
    height: 26px;
    width: 160px;
}
.crbox  span {
            padding-top:7px;
            display: block;
            float: left;
}