@charset "EUC-JP";
/* CSS Document */
html {
	background: #000;
}

body#affiliate01 {
	font-family : "¥á¥¤¥ê¥ª","Meiryo","£Í£Ó £Ð¥´¥·¥Ã¥¯","Hiragino Kaku Gothic Pro","¥Ò¥é¥®¥Î³Ñ¥´ Pro W3",sans-serif;
	font-size: 18px;
	line-height: 27px;
	background: url(../../images/img_main_affiliate01.png) no-repeat center top;
	color:#232323;
	min-width: 920px;
}

body#affiliate02 {
	font-family : "¥á¥¤¥ê¥ª","Meiryo","£Í£Ó £Ð¥´¥·¥Ã¥¯","Hiragino Kaku Gothic Pro","¥Ò¥é¥®¥Î³Ñ¥´ Pro W3",sans-serif;
	font-size: 18px;
	line-height: 27px;
	background: url(../../images/img_main_affiliate02.png) no-repeat center top;
	color:#232323;
	min-width: 920px;
}

#wrapper {
	margin:0 auto;
	padding:0;
	position:relative;
	overflow: hidden;
}

a:link {
	color:#fff;
	text-decoration:none;
}

a:visited {color:#fff;}
a:hover {text-decoration:none;color:#ccc;}
a:active {color:#ccc;}
a:link,
a:visited,
a:active,
a:hover { /* FireFox ¥ê¥ó¥¯ÁªÂò»þ¤ÎÅÀÀþ¤ò¾Ã¤¹ */
	overflow:hidden;
	outline:none;
}

a,
input,
button {
	-webkit-touch-callout:none;
    -webkit-tap-highlight-color:(255,153,0,0);
}

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
    
em {
	font-weight: bold;
	font-style: normal;
}

/* header
=========================================== */
header {
	width: 814px;
	margin: 0 auto;
	padding:0;
	position:relative;
	overflow: hidden;
	height: 481px;
}

#logo {
	margin: 0 auto;
	padding: 0 0 0 10px;
}

#logo a {
	float:left;
	margin:0;
	padding: 0;
	display:inline-block;
}

header h1 {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	text-indent: -9999px;
}

header .backTop {
	position: absolute;
	top: 280px;
	left: 7px;
	z-index: 1;
}

header ul#socialNav {
	position: absolute;
	top: 295px;
	right: 10px;
	z-index: 1;
}

header ul#socialNav li {
	display:inline-block;
	margin:0 0 0 4px;
}

.fb-like span {
	vertical-align: top!important;
	margin-left: -31px!important;
}

.fb-like-box {
	text-align: center;
	background: none!important;
	display: block!important;
}

/* contents
=========================================== */
#contents {
	width: 814px;
	margin: -150px auto 0;
	padding: 0;
	position: relative;
}

#contents nav {
	position: absolute;
	top: 305px;
	left: 807px;
}

#contents nav li {
	margin: 0 0 2px 0;
	height: 204px;
}

#contents nav li a {
	display: inline-block;
	cursor: pointer;
}

#contents .mainBox {
	background: url(../../images/bg_mainBox.png) repeat-y center center;
	padding: 0 0 0 68px;
}

#contents .mainBox_bottom {
	background: url(../../images/bg_mainBox_bottom.png) no-repeat center bottom;
	margin: 0;
	padding-bottom: 50px;
	width: 814px;
}

#contents .mainBox .itemBox01 {
	position: relative;
	width: 680px;
	margin: 0 0 20px;
}

#contents .mainBox .item_iframe01 {
	height: 90px;
	background-color: #ffffe7;
	border: 1px solid #ce9c16;
	margin: 0;
	padding: 10px 15px;
	overflow: auto;
	font-size: 14px;
	line-height: 21px;
}

#contents .mainBox .item_iframe01 li {
	padding-right: 20px;
}

#contents .mainBox li {
	background: url(../../images/icon_contents.gif) no-repeat left 3px;
	padding-left: 20px;
	line-height: 1.4em;
	min-height: 12px;
	padding-bottom: 8px;
}

#contents .mainBox a {
	text-decoration: none;
	color: #631d1d;
}

#contents .mainBox a:hover {
	text-decoration: underline;
}

#contents .mainBox p span {
	margin: 0;
	padding: 0;
	font-size: 11px;
	letter-spacing: 1px;
}

#contents .mainBox p.scrollTop span a {display: block;}

#contents .mainBox .itemBox02 {
	width: 325px;
	float: left;
	margin: 0 20px 40px 0;
}

#contents .mainBox .item_iframe02 {
	width: 325px!important;
	position: relative;
	height: 94px;
	background-color: #ffffe7;
	border: 1px solid #ce9c16;
	margin: 0;
	padding: 10px 15px;
	overflow: auto;
	font-size: 14px;
	line-height: 21px;
}

#contents .mainBox .item_iframe03 {
	width: 680px!important;
	height: 390px;
	background-color: #ffffe7;
	border: 1px solid #ce9c16;
	margin: 0;
	padding: 10px 0 10px 10px;
	overflow: hidden;
	font-size: 0px;
	line-height: 21px;
}



#contents .mainBox .item_iframe03 li {
	background-image: none;
	background: #dcdcdc; /* Old browsers */
	background: -moz-linear-gradient(top,  #dcdcdc 0%, #dcdcdc 50%, #c7c7c7 50%, #c7c7c7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcdcdc), color-stop(50%,#dcdcdc), color-stop(50%,#c7c7c7), color-stop(100%,#c7c7c7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dcdcdc 0%,#dcdcdc 50%,#c7c7c7 50%,#c7c7c7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dcdcdc 0%,#dcdcdc 50%,#c7c7c7 50%,#c7c7c7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dcdcdc 0%,#dcdcdc 50%,#c7c7c7 50%,#c7c7c7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dcdcdc 0%,#dcdcdc 50%,#c7c7c7 50%,#c7c7c7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#c7c7c7',GradientType=0 ); /* IE6-9 */
	border: #b3811b 3px solid;
	width: 150px;
	margin: 10px 10px 10px 0;
	padding: 18px 5px 8px 5px;
	font-size: 12px;
	line-height: 16px;
  display:inline-block; 
  vertical-align:top;
  text-align:center;
	text-shadow:1px 1px 1px rgba(255, 255, 255, 0.3);
	position: relative;
}

#contents .mainBox .item_iframe03 li img {
	position: absolute;
	top: -15px;
	left: 35px;
}

#contents .mainBox .item_iframe03 li span {
  display:table-cell;
  vertical-align:middle;
  width:134px;
  text-align:center;
}

p.scrollTop span {
	background: url(../../images/icon_arrow01.png) no-repeat left center;
	margin: 10px 0 0 0!important;
	padding: 0 0 0 20px!important;
}

.newcomer {
	background: url(../../images/img_newcomer.png) no-repeat left top;
	position: relative;
	padding: 130px 0 10px 165px;
}

.newcomer p {
	width: 500px;
	font-size: 16px;
	font-weight: bold;
}

p.reward01 {
	position: relative;
}

p.reward01 span {
	position: absolute;
	top: -56px;
	left: 285px;
	display: block;
	font-size: 28px!important;
	font-weight: bold;
	color: #500000;
	text-shadow:1px 1px 1px rgba(80, 0, 0, 0.3);
}

p.reward02 {
	position: relative;
}

p.reward02 span {
	position: absolute;
	top: -38px;
	left: 110px;
	display: block;
	font-size: 20px!important;
	font-weight: bold;
	color: #500000;
	text-shadow:1px 1px 1px rgba(80, 0, 0, 0.3);
}

p.reward03 {
	position: relative;
}

p.reward03 em {
	position: absolute;
	top: -44px;
	right: 38px;
	display: block;
	font-size: 23px!important;
	font-weight: bold;
	color: #500000;
	text-shadow:1px 1px 1px rgba(80, 0, 0, 0.3);
}

p.reward03 em span {
	color: #f6c904;
	font-size: 30px!important;
	text-shadow:1px 2px 1px rgba(80, 0, 0, 1);
}

p.reward04 {
	position: relative;
}

p.reward04 em {
	position: absolute;
	top: -38px;
	left: 110px;
	display: block;
	font-size: 23px!important;
	font-weight: bold;
	color: #500000;
	text-shadow:1px 1px 1px rgba(80, 0, 0, 0.3);
}

p.reward04 em span {
	color: #f6c904;
	font-size: 30px!important;
	text-shadow:1px 2px 1px rgba(80, 0, 0, 1);
}

p.itemBoxNotice {
	font-size: 11px;
	text-align: right;
}

p.scrollTop span {
	float: right;
	margin: 0;
	padding: 0;
	font-size: 11px;
}
#halloffame {margin: 0 auto 10px; text-align:center;}

/* footer
=========================================== */
footer {
	width: 794px;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
	color: #fff;
}

footer ul {
	margin: 0 0 20px;
	text-align: center;
}

footer ul li {
	padding: 0 8px 0 14px;
	display: inline;
	border-left: 1px solid #fff;
	font-size: 12px;
}

footer ul li:first-child {
	border-left:none;
}

footer ul li a {
	overflow: hidden;
}

footer address {
	font-style: normal;
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
}

footer p.back {
    background: #eb0378 none repeat scroll 0 0;
    display: block;
    margin: 0 auto 20px;
    padding: 10px;
    text-align: center;
    width: 200px;
}

footer p.back a {
    color: #fff;
}

.pagetop {
    bottom: -220px;
    position: fixed;
    right: 35px;
    cursor: pointer;
}


/* clear */
.cf:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0.1em;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
}
.cf {
    min-height: 1px;
}
* html .cf {
    height: 1px;
}