﻿@charset "UTF-8";
/* CSS Document */

/*---------------------------------------------------------------------------
	COMMON
---------------------------------------------------------------------------*/
.FloatEnd {
    clear: both;
}
/*
	BASE
--------------------------------------------------*/
a:link {
    color: #008cd3;
    text-decoration: underline;
}
a:visited {
    color: #008cd3;
    text-decoration: none;
}
a:hover {
    color: #e1256c;
    text-decoration: underline;
}
a:active {
    color: #008cd3;
    text-decoration: none;
}

body {
    background: #fff;
    color: #808080;
    font-size: 12px;
    /* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
        "MS PGothic", sans-serif; */
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei",
        "WenQuanYi Micro Hei", sans-serif;
    line-height: 1.5;
    position: relative;
    min-width: 1120px;
}
a {
    color: #808080;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.contentIn {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.contentIn:after {
    content: "";
    display: block;
    clear: both;
}

/*
	HEADER
--------------------------------------------------*/
#header {
    width: 100%;
    height: 90px;
    background: #fff;
    padding-top: 10px;
    position: relative;
    z-index: 10;
}
#header:after {
    content: "";
    display: block;
    width: 100%;
    height: 19px;
    background: url(../img/common/bg_header01.png) repeat-x;
    position: absolute;
    left: 0;
    bottom: -19px;
}
#header .contentIn {
    width: 1000px;
}
#header .logo {
    position: absolute;
    left: 0;
    top: 0;
}

/* navigation */

#gnavi {
    margin-top: 15px;
    float: right;
}
#gnavi:after {
    content: "";
    display: block;
    clear: both;
}
#gnavi li {
    text-align: center;
    background: url(../img/common/bg_gnavi01.png) no-repeat right center;
    padding-right: 1px;
    float: left;
    position: relative;
}
#gnavi li.tw {
    background: none;
    padding: 10px 0 0 20px;
} /*----
#gnavi li .heart {
	width: 78px;
	height: 63px;
	background: url(../img/common/ico_gnavi01.png) no-repeat;
	position: absolute;
	left: 11px;
	top: 0;
	z-index: 1;
	display: none;
}
#gnavi li.current .heart {
	display: block !important;
}
#gnavi li img {
	position: relative;
	z-index: 2;
}


#head {
	position:relative;
	background:url(../img/index/head_bg.png) repeat-x center top;
	height:118px;
	z-index:30;
}

#logo {
	margin-top:10px;
	float:left;
}

#gnav {
	width:1000px;
	margin:0px auto;
	height:77px;
	position:relative;
}
#gnav ul {
	list-syle:none;
}

#gnav ul li {
	margin-top:10px;
	float:left;
	height:60px;
	overflow: hidden;
}

#gnav li a {
	height:60px;
	border-right:dotted 1px #af6b5d;
	margin:10px 0
}
-----*/

/*
	MAIN CONTENTS
--------------------------------------------------*/
#contents {
    background: url(../img/common/bg_content01.png) repeat center top;
    position: relative;
}
#contents.leaf:before {
    content: "";
    display: block;
    width: 455px;
    height: 630px;
    background: url(../img/common/bg_bottom01.png) no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}
#contents.leaf:after {
    content: "";
    display: block;
    width: 520px;
    height: 630px;
    background: url(../img/common/bg_bottom02.png) no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}
#contents .section {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

/*
	FOOTER
--------------------------------------------------*/
#footer {
    text-align: center;
    margin-top: -83px;
    position: relative;
    z-index: 100;
}
#footer .logoSaga {
    /* height: 57px;
    background: url(../img/common/bg_footer02.png) repeat-x;
    padding-top: 15px; */
    margin-right: 20px;
}
#footer .copyright {
    background: #af6b5d;
    padding: 17px 0;
}

/* navigation */
#fnavi {
    height: 83px;
    background: url(../img/common/bg_footer01.png) repeat-x;
}
#fnavi ul {
    padding-top: 50px;
}
#fnavi ul li {
    display: inline-block;
    margin: 0 25px;
}

/* page top button*/
#pagetopButton {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 1000;
}

/*
	COMMON STYLE
--------------------------------------------------*/

/* title */
.pageTitle01 {
    width: 1120px;
    padding: 35px 0 10px;
    margin: 0 auto;
}

.pageTitle02 {
    width: 1120px;
    padding: 20px 0px 0px 80px;
    margin: 0 auto;
}

/* other */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.pageTopics {
    width: 900px;
    margin: 0 auto;
}

.pageTopics01 {
    width: 900px;
    padding: 45px 0 20px;
    margin: 0 auto;
}

/*---------------------------------------------------------------------------
	PAGES
---------------------------------------------------------------------------*/

/*
	INDEX
--------------------------------------------------*/
.home #header {
    background: rgba(255, 255, 255, 0.85);
    position: absolute;
}
.home #header:after {
    opacity: 0.85;
}

.home #mainVisual {
    max-width: 2208px;
    height: 850px;
    background: url(../img/index/bg_main01.jpg) no-repeat center center;
    background-size: cover;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
/*
.home #mainVisual {
	max-width: 2208px;
	height: 850px;
	background: url(../img/index/bg_main02.jpg) no-repeat center center;
	background-size: cover;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
*/

.home #mainVisual:after {
    content: "";
    display: block;
    width: 100%;
    height: 238px;
    background: url(../img/index/bg_frame01.png) no-repeat center center;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    z-index: 30;
}
.home .eff {
    opacity: 0;
}
.home #mainVisual .radio {
    width: 333px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 50%;
    margin-right: 360px;
    bottom: 80px;
    z-index: 51;
}

.home #mainVisual .logo {
    width: 646px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    /*	bottom: 30px;	*/
    z-index: 50;
}

.home #mainVisual .rs {
    width: 177px;
    margin: 0 auto;
    position: absolute;
    right: 50%;
    bottom: 0px;
    margin-right: -550px;
    z-index: 70;
}

.home #mainVisual .cd {
    width: 183px;
    margin: 0 auto;
    position: absolute;
    right: 50%;
    bottom: 30px;
    margin-right: 330px;
    z-index: 70;
}
.home #mainVisual .text {
    width: 257px;
    margin: 0 auto;
    position: absolute;
    right: 50%;
    bottom: 100px;
    margin-right: -560px;
    z-index: 70;
}
.home #mainVisual .visual {
    position: absolute;
}
/*----▼old▼
.home #mainVisual .visual#chara01 {
	left: 50%;
	bottom: -140px;
	margin-left: -380px;
	z-index: 14;
}

.home #mainVisual .visual#chara02 {
	right: 50%;
	bottom: -105px;
	margin-right: -560px;
	z-index: 13;
}
.home #mainVisual .visual#chara03 {
	left: 50%;
	bottom: 20px;
	margin-left: -550px;
	z-index: 12;
}
.home #mainVisual .visual#chara04 {
	right: 50%;
	bottom: -160px;
	margin-right: -365px;
	z-index: 11;
}
▲old▲-----*/

.home #mainVisual .feather {
    display: block;
    width: 1800px;
    height: 1178px;
    margin-left: -900px;
    position: absolute;
    left: 50%;
    top: 250px;
    z-index: 50;
}

/*----▼new▼-----*/
.home #mainVisual .visual#chara01 {
    left: 50%;
    bottom: 20px;
    margin-left: -370px;
    z-index: 14;
}

.home #mainVisual .visual#chara02 {
    right: 50%;
    bottom: 150px;
    margin-right: -630px;
    z-index: 13;
}
.home #mainVisual .visual#chara03 {
    left: 50%;
    bottom: 150px;
    margin-left: -680px;
    z-index: 12;
}
.home #mainVisual .visual#chara04 {
    right: 50%;
    bottom: 160px;
    margin-right: -455px;
    z-index: 11;
}

.home #mainVisual .visual#b_chara01 {
    left: 50%;
    bottom: 20px;
    margin-left: -370px;
    z-index: 14;
}

.home #mainVisual .visual#b_chara02 {
    right: 50%;
    bottom: 450px;
    margin-right: -230px;
    z-index: 13;
}

.home #mainVisual .visual#w_chara01 {
    left: 50%;
    bottom: 20px;
    margin-left: -100px;
    z-index: 14;
}

.home #mainVisual .visual#sd_chara01 {
    left: 50%;
    bottom: 50px;
    margin-left: -450px;
    z-index: 14;
}

.home #mainVisual .visual#bg {
    right: 50%;
    bottom: 40px;
    margin-right: -625px;
    z-index: 10;
}
.home #mainVisual .visual#master {
    left: 50%;
    bottom: 30px;
    margin-left: -450px;
    z-index: 14;
}

/*----▲old▲-----*/
.home #contents {
    padding-bottom: 150px;
    margin-top: -25px;
    position: relative;
    z-index: 40;
}
.home #contents .contentIn {
    width: 1020px;
}
.home #contentsLeft {
    width: 715px;
    padding-top: 25px;
    float: left;
}
.home #contentsRight {
    width: 276px;
    float: right;
    padding-top: 45px;
}

.home #info ul:after {
    content: "";
    display: block;
    clear: both;
}
.home #info ul li {
    margin-bottom: 12px;
    float: left;
    position: relative;
}
.home #info ul li:nth-child(2n) {
    float: right;
}
.home #info ul.min {
    width: 700px;
    margin-left: 15px;
}

.home #info ul.min li.sb {
    margin-left: 0px;
    margin-right: 16px;
    float: left;
    position: relative;
}

.home #whatsnew {
    width: 405px;
    height: 196px;
    background: url(../img/index/bg_whatsnew02.png) no-repeat;
    padding: 15px 20px 15px 20px;
    margin-top: 63px;
    float: left;
}
.home #whatsnew h2 {
    position: absolute;
    left: -40px;
    top: -57px;
}
.home #whatsnew ul {
    height: 166px;
    overflow-y: scroll;
}
.home #whatsnew ul li {
    padding: 12px 0;
    overflow: hidden;
    position: relative;
}
.home #whatsnew ul li:after {
    content: "";
    display: block;
    width: 275px;
    height: 0;
    border-bottom: 1px solid rgba(128, 89, 31, 0.3);
    position: absolute;
    left: 45px;
    bottom: 0;
}
.home #whatsnew ul li:last-child:after {
    content: none;
}
.home #whatsnew ul li .thumb {
    width: 51px;
    float: left;
}
.home #whatsnew ul li .text {
    margin-left: 65px;
}
.home #whatsnew ul li .text a {
    text-decoration: underline;
}
.home #whatsnew ul li .date {
    font-size: 14px;
    padding-left: 20px;
    margin-bottom: 2px;
    position: relative;
}
.home #whatsnew ul li .date:before {
    content: "";
    display: block;
    width: 15px;
    height: 14px;
    background: url(../img/index/ico_heart01.png) no-repeat;
    position: absolute;
    left: 0;
    top: 3px;
}
.home #whatsnew ul li .headline {
    font-weight: bold;
}
.home #products {
    width: 294px;
    height: 198px;
    background: url(../img/index/bg_product011.png) no-repeat;
    padding: 18px 10px 0 22px;
    margin-top: 63px;
    float: right;
}
.home #products:after {
    content: "";
    display: block;
    width: 91px;
    height: 84px;
    background: url(../img/index/bg_product02.png) no-repeat;
    position: absolute;
    right: -25px;
    bottom: -30px;
}
.home #products h2 {
    position: absolute;
    left: -40px;
    top: -57px;
}
/*-------------------
.home #products dl {
	line-height: 28px;
	overflow: hidden;
}
.home #products dl dt {
	width: 80px;
	color: #af6b5d;
	font-size: 14px;
	float: left;
	clear: both;
}
.home #products dl dd {
	margin-left: 85px;
}
----------------*/
.home #movie {
    width: 276px;
    height: 246px;
    margin-bottom: 10px;
    background: url(../img/index/bg_movie01.png) no-repeat;
}
.home #movie .mvbox {
    padding-top: 90px;
    padding-left: 13px;
}
.home #twitter {
    width: 276px;
    height: 505px;
    background: url(../img/index/bg_twitter02.png) no-repeat;
}
.home #twitter h2 {
    text-align: center;
    padding-top: 10px;
}
.home #twitter .twBox {
    width: 256px;
    height: 200px;
    padding: 10px 13px;
    position: absolute;
    left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.home #twitter .twBox.tw01 {
    top: 40px;
}
.home #twitter .twBox.tw02 {
    top: 265px;
}
.home #twitter .twBox .twIn {
    height: 145px;
    margin-top: 5px;
    overflow-y: scroll;
}

/*
	STORY
--------------------------------------------------*/
.story .section:after {
    content: "";
    display: block;
    width: 100%;
    height: 9px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: 0px 6px 2px -2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 6px 2px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 2px -2px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}
.story .section .contentIn {
    width: 1030px;
}
.story .section#section01 {
    text-align: center;
    background: url(../img/story/bg_story01.jpg) no-repeat center center;
    background-size: cover;
    -webkit-box-shadow: 0px -6px 2px -2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px -6px 2px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -6px 2px -2px rgba(0, 0, 0, 0.1);
    padding: 0 0 60px;
}
.story .section#section02 {
    text-align: center;
    background: url(../img/story/bg_story02_l.png) no-repeat left center,
        url(../img/story/bg_story02_r.png) no-repeat right center;
    background-size: contain, contain;
    padding: 50px 0;
}
.story .section#section03 {
    background: url(../img/story/bg_story03.jpg) no-repeat center center;
    background-size: cover;
    padding: 60px 0 115px;
}

/*
	CHARACTER
--------------------------------------------------*/
.chara #contents.leaf:before,
.chara #contents.leaf:after,
.gallery #contents.leaf:before,
.gallery #contents.leaf:after,
.twitter #contents.leaf:before,
.twitter #contents.leaf:after,
.reserve #contents.leaf:before,
.reserve #contents.leaf:after,
.shop #contents.leaf:before,
.shop #contents.leaf:after,
.darts #contents.leaf:before,
.darts #contents.leaf:after,
.zangeentry #contents.leaf:before,
.zangeentry #contents.leaf:after,
.special #contents.leaf:before,
.special #contents.leaf:after,
.booklet #contents.leaf:before,
.booklet #contents.leaf:after,
.impre #contents.leaf:before,
.impre #contents.leaf:after,
.impre2 #contents.leaf:before,
.impre2 #contents.leaf:after,
.thanks #contents.leaf:before,
.thanks #contents.leaf:after {
    bottom: -100px;
}
.chara #contents ul:after {
    content: "";
    display: block;
    clear: both;
}

.chara #lnavi {
    background: url(../img/character/bg_navi01.png) repeat-x left center;
}

.chara #lnavi ul {
    width: 822px;
    margin: 0 auto;
}

/*---▼
.chara #lnavi ul {
	width: 600px;
	margin: 0 auto;
}
▼---*/
.chara #lnavi ul li {
    width: 111px;
    margin: 0 13px;
    float: left;
    position: relative;
}
.chara #lnavi ul li .naviBtn {
    position: relative;
    z-index: 2;
}
.chara #lnavi ul li .naviBtn img {
    max-width: 100%;
    height: auto;
}
.chara #lnavi ul li .item {
    position: absolute;
    top: 5px;
    right: 20px;
    z-index: 1;
}
.chara #lnavi ul li .wing {
    width: 190px;
    height: 74px;
    background: url(../img/character/bg_wing01.png) no-repeat;
    position: absolute;
    left: 50%;
    top: -27px;
    z-index: 0;
    margin-left: -95px;
    display: none;
}

.chara .section {
    padding: 80px 0 135px;
    overflow: hidden;
}
.chara .contentIn {
    width: 1000px;
}
.chara .visual01,
.chara .visual02,
.chara .visual03,
.chara .visual04,
.chara .visual05,
.chara .visual06,
.chara .visual00 {
    position: absolute;
    right: -130px;
    top: 0px;
    z-index: 1;
}
.chara .visual01 {
    background: url(../img/character/bg_ka_chara01.png) no-repeat;
}
.chara .visual02 {
    background: url(../img/character/bg_na_chara01.png) no-repeat;
}
.chara .visual03 {
    background: url(../img/character/bg_ab_chara01.png) no-repeat;
}
.chara .visual04 {
    background: url(../img/character/bg_ko_chara01.png) no-repeat;
}
.chara .visual05 {
    background: url(../img/character/bg_ri_chara01.png) no-repeat;
}
.chara .visual06 {
    background: url(../img/character/bg_su_chara01.png) no-repeat;
}
.chara .visual00 {
    background: url(../img/character/bg_kr_chara01.png) no-repeat;
}

.chara .visual01 .serif,
.chara .visual02 .serif,
.chara .visual03 .serif,
.chara .visual06 .serif {
    position: absolute;
    right: 135px;
    top: 75px;
    z-index: 2;
}
.chara .visual04 .serif,
.chara .visual05 .serif {
    position: absolute;
    right: 200px;
    top: 75px;
    z-index: 2;
}
.chara .visual00 .serif {
    position: absolute;
    right: 155px;
    top: 75px;
    z-index: 2;
}
.chara .text {
    position: relative;
    z-index: 2;
}

.chara .movie {
    width: 326px;
    height: 152px;
    padding: 0px 0px 0px 30px;
    margin-bottom: 10px;
}
.chara .voice {
    width: 326px;
    height: 112px;
    text-align: center;
    background: url(../img/character/bg_voice01.png) no-repeat;
    margin-bottom: 20px;
}
.chara .voice .title {
    padding: 20px 0 12px;
}
.chara .voice ul {
    letter-spacing: -0.4em;
}
.chara .voice ul li {
    display: inline-block;
    letter-spacing: normal;
    margin: 0 5px;
}
.chara ul.cosBtn {
    width: 326px;
    margin-bottom: 10px;
    margin-left: 20px;
}
.chara ul.cosBtn li {
    width: 89px;
    float: left;
}
.chara ul.cosBtn li:nth-child(2n + 0) {
    margin: 0 10px 0;
}
.chara ul.cosBtn li:hover {
    cursor: pointer;
}

/*
	GALLERY
--------------------------------------------------*/
.gallery .section,
.twitter .section,
.reserve .section,
.shop .section,
.darts .section,
.special .section,
.booklet .section,
.impre .section {
    padding: 0px 0 135px;
    overflow: hidden;
}

.impre2 .section,
.thanks .section {
    padding: 0px 0 235px;
    overflow: hidden;
}

.gallery .contentIn,
.reserve .contentIn,
.shop .contentIn,
.darts .contentIn,
.booklet .contentIn,
.impre .contentIn,
.impre2 .contentIn,
.thanks .contentIn {
    width: 1000px;
}

.impre2 .contentIn .im_area {
    margin-top: 50px;
}
.thanks .contentIn .im_area {
    margin: 100px 0 80px 0;
}
.special .contentIn {
    width: 1150px;
}

.contentIn.rf {
    padding-left: 30px;
}
.gallery .section .contentIn ul {
    list-style-type: none;
    margin: 10px 0 0 20px;
    padding: 0 0 0 0;
}
.gallery .section .contentIn ul li {
    width: 283px;
    height: 159px;
    float: left;
    margin: 10px 10px;
    position: relative;
}
.new {
    position: absolute;
    width: 43px;
    height: 43px;
    top: -20px;
    left: -15px;
    background: url(../img/gallery/newicon.png) no-repeat center top;
    z-index: 5;
}
.newgnav {
    position: absolute;
    width: 43px;
    height: 43px;
    top: -20px;
    left: -15px;
    background: url(../img/gallery/newicongnav.png) no-repeat center top;
    z-index: 5;
}
.gallery_pop {
    width: 800px;
    min-width: 800px;
    height: 505px;
    overflow: auto;
    position: relative;
}

#wrapper {
    width: 800px;
    overflow: hidden;
}
.prev {
    width: 89px;
    height: 29px;
    float: left;
    margin: 15px 0 0 5px;
}
.next {
    width: 89px;
    height: 29px;
    float: left;
    margin: 15px 5px 0 0;
}

.caption {
    width: 420px;
    height: 29px;
    float: left;
    margin: 15px 95px 0;
}
.prev_non {
    width: 89px;
    height: 29px;
    float: left;
    margin: 15px 0 0 5px;
}
.next_non {
    width: 89px;
    height: 29px;
    float: right;
    margin: 15px 7px 0 0px;
}
/*
	TWITTER
--------------------------------------------------*/
.twitter .contentIn {
    width: 1000px;
}

.twitter .section02 {
    padding: 0px 0 35px;
    overflow: hidden;
}
.twitter .contentIn.ct02,
.twitter .contentIn.ct03 {
    width: 1200px;
}
.twitter .contentIn.ct04 {
    width: 800px;
}
.twitter .contentIn.ct05 {
    width: 1000px;
    background-color: #ffffff;
    position: relative;
}

.head_top {
    padding: 10px 0 0 25px;
}

.twitter .contentIn.ct05 .head_top img {
    padding-bottom: 40px;
}
.camp_detail {
    font-size: 120%;
    margin: 0px 0 20px 80px;
}
.twitter .contentIn.ct05 h1 {
    padding: 0.25em 0 0.25em 0.75em;
    border-left: 4px solid #ff11a8;
    font-size: 150%;
    font-weight: 900;
    margin-bottom: 20px;
}
.twitter .contentIn.ct05 table {
    width: 800px;
    font-size: 140%;
    margin: 20px auto;
}
.twitter .contentIn.ct05 td,
.twitter .contentIn.ct05 tr,
.twitter .contentIn.ct05 th {
    border: solid 1px #000000;
    padding: 10px;
}

.twitter .contentIn.ct05 .rt_tweet {
    width: 500px;
    margin: 20px auto;
}
.twitter .section02 .contentIn ul.icon,
.twitter .section .contentIn ul.icon,
.twitter .section .contentIn ul.icon02,
.twitter .section .contentIn ul.icon03 {
    list-style-type: none;
    margin: 10px 0 0 80px;
    padding: 0 0 0 0;
}
.twitter .section02 .contentIn ul.icon li,
.twitter .section .contentIn ul.icon li {
    float: left;
    margin: 10px 10px;
    position: relative;
}
.twitter .section02 .contentIn ul.icon li img,
.twitter .section .contentIn ul.icon li img,
.twitter .section .contentIn ul.icon02 li img,
.twitter .section .contentIn ul.icon03 li img {
    border: solid 1px #fbc8c8;
}

.twitter .section .contentIn ul.icon03 li {
    width: 200px;
    float: left;
    margin: 10px 10px;
    position: relative;
}
.twitter .section .contentIn ul.icon02 li {
    width: 150px;
    float: left;
    margin: 10px 10px;
    position: relative;
}
.twitter .section .contentIn ul.icon03 li textarea {
    width: 196px;
    margin-top: 5px;
    resize: none;
}
.twitter .section .contentIn ul.icon02 li textarea {
    width: 146px;
    margin-top: 5px;
    resize: none;
}

.twitter .section02 .contentIn .move {
    width: 800px;
    list-style-type: none;
    margin: 10px 0 20px 80px;
    padding: 0 0 0 0;
}
#append {
    width: 800px;
    list-style-type: none;
    margin: 10px 0 20px 80px;
    padding: 0 0 0 0;
}

#trial {
    width: 800px;
    list-style-type: none;
    margin: 10px 0 20px 80px;
    padding: 0 0 0 0;
}

.dllinkarea {
    width: 800px;
    margin: 10px auto;
    padding-left: 10px;
}

.dllinkarea td {
    text-align: left;
    padding: 5px 0 0 5px;
}

#wall {
    width: 800px;
    height: 200px;
    list-style-type: none;
    margin: 10px 0 380px 80px;
    padding: 0 0 0 0;
}

ul.wall_list {
    list-style: none;
    width: 200px;
    height: 160px;
    float: left;
    padding-right: 10px;
    text-align: center;
}

ul.wall_list li {
    display: inline;
}

/*-------------------------------------------
			reverve campaign shoplist
--------------------------------------------*/

#shoplist {
    width: 939px;
    margin-top: 40px;
}

#jumpbanner ul {
    list-style: none;
    display: block;
    padding-top: 10px;
    margin-left: 20px;
    padding-left: 10px;
    width: 100%;
    font-size: 110%;
}

#jumpbanner li {
    float: left;
    list-style: none;
    display: block;
    margin-bottom: 10px;
    padding: 0 7px 0 7px;
    border-left: 1px solid #f271fa;
}

#jumpbanner a {
    float: left;
    display: block;
}

#jumpbanner a:link {
    color: #008cd3;
    text-decoration: underline;
}

.eventData {
    width: 850px;
    margin: 0 auto;
    padding: 10px 0 5px 0;
    color: #f780c0;
    font-size: 150%;
    font-weight: bold;
    text-align: left;
}

.list_top {
    width: 939px;
    height: 245px;
    background: url(../img/special/list_tp.png) no-repeat center top;
}

.list_in {
    width: 939px;
    height: 100%;
    background: url(../img/special/list_in.jpg) repeat-y;
}

.list_btm {
    width: 939px;
    height: 38px;
    background: url(../img/special/list_btm.jpg) no-repeat center top;
}

.reserve .contentIn table {
    position: relative;
    border-collapse: collapse;
    width: 850px;
    text-align: center;
    margin: 0px auto;
}

.reserve .contentIn table.hoge {
    border-top: 1px solid #af6b5d;
    border-left: 1px solid #af6b5d;
}

html:not([lang*=""]) table.hoge {
    border-collapse: separate;
}
.reserve .contentIn table td,
.reserve .contentIn table tr,
.reserve .contentIn table th {
    border-bottom: 1px solid #af6b5d;
    border-right: 1px solid #af6b5d;
    vertical-align: middle;
    height: 28px;
}
.reserve .contentIn table td.ad2 {
    border-bottom: 1px solid #af6b5d;
    border-right: 1px solid #af6b5d;
    vertical-align: middle;
    height: 28px;
    padding-left: 5em;
}
.reserve .contentIn table td.cl {
    border-bottom: 1px solid #af6b5d;
    border-right: 1px solid #af6b5d;
    vertical-align: middle;
    height: 28px;
    background-color: #ffea00;
}
table thead th {
    background: none repeat scroll 0 0 #ffb8d5;
    color: #000;
    height: 28px;
    text-align: center;
    width: 288px;
}

.shoparea img {
    box-shadow: 0px 0px 6px -3px #000000;
    -moz-box-shadow: 0px 0px 6px -3px #000000;
    -webkit-box-shadow: 0px 0px 6px -3px #000000;
}

.shoparea p {
    padding-top: 20px;
}
.left_bonus {
    width: 470px;
    float: left;
}

ul#l_sp li {
    padding: 0 0 0 0px;
    list-style-type: none;
    display: block;
    margin: 20px 0;
}

.right_bonus {
    width: 470px;
    float: right;
    margin-right: 30px;
}

ul#r_sp li {
    padding: 0 0px 0 10px;
    list-style-type: none;
    display: block;
    margin: 20px 0;
}

#newcomment {
    width: 900px;
    margin: 0 auto;
    padding-top: 100px;
}
#newcomment p {
    text-align: left;
}
#newcomment h3 {
    text-align: left;
    font-weight: bold;
    font-size: 150%;
    color: #ff4a1a;
    line-height: 30px;
}

.darts .contentIn table {
    position: relative;
    border-collapse: collapse;
    width: 850px;
    text-align: center;
    margin: 0px auto 20px;
    margin-right: 120px;
}

.darts .contentIn table.hoge {
    border-top: 1px solid #af6b5d;
    border-left: 1px solid #af6b5d;
    background-color: #ffffff;
}

html:not([lang*=""]) table.hoge {
    border-collapse: separate;
}
.darts .contentIn table td,
.darts .contentIn table tr,
.darts .contentIn table th {
    border-bottom: 1px solid #af6b5d;
    border-right: 1px solid #af6b5d;
    vertical-align: middle;
    height: 28px;
}
.darts .contentIn table td.nw {
    width: 100px;
}
.darts .contentIn table td.ad2 {
    border-bottom: 1px solid #af6b5d;
    border-right: 1px solid #af6b5d;
    vertical-align: middle;
    height: 28px;
    padding-left: 5em;
}
.darts table thead th {
    background: none repeat scroll 0 0 #ffb8d5;
    color: #000;
    height: 28px;
    text-align: center;
    width: 288px;
}

.nc_link {
    width: 462px;
    margin: 10px auto 30px;
    padding-right: 80px;
}

.special .section .contentIn ul {
    list-style-type: none;
    margin: 10px 0 0 20px;
    padding: 0 0 0 0;
}
.special .section .contentIn ul li {
    width: 343px;
    height: 118px;
    float: left;
    margin: 10px 10px;
    position: relative;
}

.official {
    width: 937px;
    height: 804px;
    background: url(../img/special/of_bg2.jpg) no-repeat center top;
}

.official .link {
    padding-top: 730px;
    padding-left: 280px;
}

.booklet .contentIn table {
    position: relative;
    border-collapse: collapse;
    width: 850px;
    text-align: center;
    margin: 0px auto;
}

.booklet .contentIn table.hoge2 {
    position: relative;
    border-collapse: collapse;
    height: 150px;
    width: 700px;
    text-align: center;
    margin: 0px auto;
    border-top: 1px solid #af6b5d;
    border-left: 1px solid #af6b5d;
    background-color: #ddfff0;
}

.booklet .contentIn table.hoge {
    border-top: 1px solid #af6b5d;
    border-left: 1px solid #af6b5d;
}

html:not([lang*=""]) table.hoge {
    border-collapse: separate;
}
.booklet .contentIn table td,
.booklet .contentIn table tr,
.booklet .contentIn table th {
    border-bottom: 1px solid #af6b5d;
    border-right: 1px solid #af6b5d;
    vertical-align: middle;
    height: 28px;
}

.booklet #jumpbanner ul {
    list-style: none;
    display: block;
    padding-top: 125px;
    margin-left: 20px;
    padding-left: 10px;
    width: 100%;
    font-size: 110%;
}

.booklet #jumpbanner li {
    float: left;
    list-style: none;
    display: block;
    margin-bottom: 10px;
    padding: 0 7px 0 7px;
    border-left: 1px solid #f271fa;
}

.booklet #jumpbanner a {
    float: left;
    display: block;
}

.booklet #jumpbanner a:link {
    color: #008cd3;
    text-decoration: underline;
}

.booklet .list_top {
    width: 939px;
    height: 170px;
    background: url(../img/special/list_tp2.png) no-repeat center top;
}

.booklet .contentIn .book {
    margin: 0 auto;
    width: 842px;
    padding-right: 80px;
}

.booklet .list_top2 {
    width: 939px;
    height: 170px;
    background: url(../img/special/list_tp3.png) no-repeat center top;
}

.booklet .list_top3 {
    width: 939px;
    height: 170px;
    background: url(../img/special/list_tp4.png) no-repeat center top;
}

.booklet .list_top5 {
    width: 939px;
    height: 170px;
    background: url(../img/special/list_tp5.png) no-repeat center top;
}
.booklet .list_top6 {
    width: 939px;
    height: 170px;
    background: url(../img/special/list_tp6.png) no-repeat center top;
}
.booklet .contentIn table td.ad2 {
    border-bottom: 1px solid #af6b5d;
    border-right: 1px solid #af6b5d;
    vertical-align: middle;
    height: 28px;
    padding-left: 5em;
}

.zangeentry .contentIn table td,
.zangeentry .contentIn table tr,
.zangeentry .contentIn table th {
    vertical-align: top;
    height: 28px;
}

#seal {
    margin-top: 15px;
}

#impre table {
    border-collapse: separate;
    border-spacing: 2px;
    color: #ffffff;
}

#impre td {
    padding: 5px 0 0 5px;
    vertical-align: middle;
}

/*---------------------------------------
			vote
---------------------------------------*/

#vote {
    margin: 20px auto 0;
    padding-bottom: 50px;
    width: 937px;
    background: url(../img/vote/ct.jpg) repeat-y;
}
#vote_in {
    width: 919px;
    margin: 0 auto;
}

#votel {
    float: left;
    width: 403px;
    margin-left: 40px;
}
#voter {
    float: right;
    width: 403px;
    margin-right: 40px;
}

.varea {
    width: 403px;
    margin: 50px auto;
    overflow: hidden;
}

.voter {
    float: left;
    width: 403px;
}

.coslo,
.cosli,
.cosri,
.cosro {
    float: left;
    width: 93px;
    margin-top: 10px;
}

.cosli {
    padding: 0 5px 0 10px;
}

.cosri {
    padding: 0 10px 0 5px;
}

.cosll,
.cosc,
.cosrr {
    float: left;
    width: 125px;
    margin-top: 10px;
}

.cosc {
    padding: 0 14px 0 14px;
}

.costume_vote_box0,
.costume_vote_box1,
.costume_vote_box2,
.costume_vote_box3,
.costume_vote_box4,
.costume_vote_box5,
.costume_vote_box6 {
    width: 83px;
    margin: 10px auto 0;
}

.costume_vote_box1 {
    background: #ff9ebb;
}
.costume_vote_box2 {
    background: #6a98f0;
}
.costume_vote_box3 {
    background: #dde201;
}
.costume_vote_box4 {
    background: #fdb308;
}
.costume_vote_box5 {
    background: #c59aec;
}
.costume_vote_box6 {
    background: #de6060;
}

#v_btm {
    margin: 0 auto;
    width: 937px;
}

img.btn {
    padding-top: 10px;
}

/*
	PILLOW
--------------------------------------------------*/

#pillow {
    width: 937px;
    margin: 0 auto;
    background: url(../img/special/p_bg.jpg) repeat-y center top;
}
/*----------------------
▼受付中の抱き枕タイトル部分▼
----------------------*/

#p_title2,
#p_title3,
#p_title4,
#p_title5,
#p_title6 {
    height: 114px;
    margin: 25px auto 10px;
    text-align: center;
}

#p_title {
    height: 128px;
    margin: 25px auto 10px;
    text-align: center;
    background: url(../img/special/p1.png) no-repeat center top;
}
#p_title img {
    margin-top: 70px;
}

/*----------------------
▼受付終了の抱き枕タイトル部分▼
----------------------*/

#p_title01 {
    height: 100px;
    margin: 25px auto 10px;
    text-align: center;
}

#p_title01 {
    background: url(../img/special/p01.png) no-repeat center top;
}

#p_title02 {
    height: 100px;
    margin: 25px auto 10px;
    text-align: center;
}

#p_title02 {
    background: url(../img/special/p02.png) no-repeat center top;
}

#p_title03 {
    height: 100px;
    margin: 25px auto 10px;
    text-align: center;
}

#p_title03 {
    background: url(../img/special/p03.png) no-repeat center top;
}

#p_title04 {
    height: 110px;
    margin: 25px auto 10px;
    text-align: center;
}

#p_title04 {
    background: url(../img/special/p04.png) no-repeat center top;
}

#p_title05 {
    height: 112px;
    margin: 25px auto 10px;
    text-align: center;
}

#p_title05 {
    background: url(../img/special/p05.png) no-repeat center top;
}

/*----------------------
▼抱き枕絵柄部分▼
----------------------*/

#pillow .l_area {
    width: 485px;
    float: left;
    padding-left: 45px;
}
/*----------------------
▼抱き枕右側の情報部分▼
----------------------*/

#pillow .r_area {
    width: 400px;
    float: right;
    text-align: center;
}

#pillow .r_area img {
    margin-bottom: 30px;
}
/*----------------------
▼間の仕切り線▼
----------------------*/

#pillow .border {
    margin: 40px auto;
    text-align: center;
}

/*----------------------
▼下▼
----------------------*/

#p_btm {
    margin-top: 40px;
}

.footer-logos {
    height: 57px;
    background: url(../img/common/bg_footer02.png) repeat-x;
    padding-top: 15px;
    text-align: center;
    vertical-align: top;
}
