

/*---------------------------デフォルトCSS---------------------------*/

@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-focus-ring-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: none;
}
.disp_none {
	display: none;
}
.hidden {
	visibility: hidden;
}
a:link {color:#fff;}
a:visited {color:#fff;}
a:active {color:#fff;}
a:hover {color:#fff;}
a{text-decoration:none;}
.infoBOX a:link {color:#442715;}
.infoBOX a:visited {color:#442715;}
.infoBOX a:active {color:#442715;}
.infoBOX a:hover {color:#442715;}

li,ul{
	list-style-type: none;
}
body {
	font-family: 
	"Helvetica Neue","Microsoft Sans Serif",Helvetica,Verdana,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",
	"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	text-align: center;
	color: #000;
	font-size: 13px;
}
header,section,fotter {
	display: block;
}
header h1 {
	margin-bottom: 20px;
	padding: 10px 0;
	background: #000;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
section {
	width: 100%;
}
footer {
	padding: 30px 0;
	width: 100%;
}
img{
  vertical-align:bottom;
}



/*---------------------------イベントページ---------------------------*/

/*全体*/
#all_page2{
	width: 480px;
	min-width: 480px;
	margin-right: auto;
	margin-left: auto;
	
}
#all_box{
	padding: 5px 15px 10px 15px;
	width: 450px;
}
.infoBOX{
	width: 410px;
	background: url(../img/osirase/common/info_main_bg.jpg) repeat-y;
	background-size: 100% auto;
	color: #442715;
	padding: 10px 20px;
	border-top: 2px solid #ad853e;
	border-bottom: 2px solid #ad853e;
}
/*イベントページデフォルト*/
.text{
	text-align: left;
	margin: 10px 0px;
	line-height: 140%;
	padding: 0px 5px;
	font-size: 12px;
}
.text span{
	color: #ff0000;
	font-weight: bold;
}

.catch_copy_box{
	-webkit-border-radius: 10px;
	background-color:rgba(255,255,255,0.9);
	padding: 10px 0px;
	margin: 10px 5px 20px 5px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.7);
	position: relative; 
}

.catch_copy_box .text{
	text-align: center
}

/*仕切り線*/
.event_hr{
	width: 410px;
    height: 10px;
    background-image: url(../img/event/common/hr_01.jpg);
    background-repeat: no-repeat;
    background-size: 410px 10px;
    margin: 15px 0px;
}


/*「※」テキスト2*/
.come{
	width: 380px;
	display: -webkit-box;
	-webkit-box-pack: start;
	display: flex;
	-webkit-justify-content: flex-start;
	margin: 5px 0px;
	color: #0e0090;
	font-size: 12px;
	line-height: 140%;
}
.come:before{
	content:"※";
	display: block;
	padding: 0px 5px;
}
.come p{
	text-align: left;
}
.come p span{
	color: #F00;
	font-weight: bold;
}
.come_center{
	text-align: center;
	margin: 5px 0px 10px 0px;
	color: #0e0090;
	font-size: 12px;
}

.come_center:before{
	content:"※";
	padding: 0px 5px;
}


/*テキスト関係*/
.text_red{
	color: #F00;
}
.text_blue {
	color: #0000ff !important;
}
.text_yellow{
	color: #FF0;
	font-size: 14px;
}
.text_green {
	color: #00bc9a !important;
}
.text_purple {
	color: #8200c4 !important;
}

.large {
	font-size: 15px!important;
}

.large_bold{
	font-size: 15px!important;
	font-weight: bold!important;
}

.largest {
	font-size: 25px!important;
}

.middle {
	font-size: 13px!important;
}
.b {
	font-weight: bold;
}
.impact {
	font-weight: bold;
	text-shadow:
		1px 1px 1px #ffffff, 1px 1px 1px #ffffff, 1px 1px 1px #ffffff, 1px 1px 1px #ffffff,
		1px -1px 1px #ffffff, 1px -1px 1px #ffffff, 1px -1px 1px #ffffff, 1px -1px 1px #ffffff,
		-1px 1px 1px #ffffff, -1px 1px 1px #ffffff, -1px 1px 1px #ffffff, -1px 1px 1px #ffffff,
		-1px -1px 1px #ffffff, -1px -1px 1px #ffffff, -1px -1px 1px #ffffff, -1px -1px 1px #ffffff;
}


/*あると便利*/
.box , .flex{
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;
}
.flex_between{
	display: -webkit-box;
	-webkit-box-pack: justify;
	display: flex;
	-webkit-justify-content: space-between;
}

.div_top0{
	margin-top: 0!important;
}
.div_btm0{
	margin-bottom: 0!important;
}
.div_left0{
	margin-left: 0!important;
}
.div_right0{
	margin-right: 0!important;
}
.div_vertical0{
	margin-top: 0!important;
	margin-bottom: 0!important;
}
.div_hoizontal0{
	margin-left: 0!important;
	margin-right: 0!important;
}

.div_top10{
	margin-top: 10px!important;
}
.div_btm10{
	margin-bottom:  10px!important;
}
.div_vertical10{
	margin-top: 10px!important;
	margin-bottom: 10px!important;
}
.div_left10{
	margin-left: 10px!important;
}
.div_right10{
	margin-right: 10px!important;
}

.div_horizontal10{
	margin-left: 10px!important;
	margin-right: 10px!important;
}

.div_top20{
	margin-top: 20px!important;
}
.div_btm20{
	margin-bottom:  20px!important;
}
.div_vertical20{
	margin-top: 20px!important;
	margin-bottom: 20px!important;
}

.div_left20{
	margin-left: 20px!important;
}
.div_right20{
	margin-right: 20px!important;
}
.div_horizontal20{
	margin-left: 20px!important;
	margin-right: 20px!important;
}

.div_align_left{
	text-align: left!important;
}

.div_align_center{
	text-align: center!important;
}

.div_align_right{
	text-align: right!important;
}

.div_pos_relative{
	position: relative!important;
}

.div_pos_absolute{
	position: absolute!important;
}

/*リストは今後コレで*/
.list li {
	text-align: left;
	margin: 0px 5px 10px 20px;
	list-style: disc;
	font-size: 12px;
	line-height: 140%;
}
.list li span{
	color: #F00;
	font-weight: bold
}

/*画像の真ん中寄せ*/
.event_img{
	margin: 10px auto 5px auto;
}


/*見出し*/
.info_h1{
	width: 410px;
	background-image:url(../img/osirase/common/info_headlines.png);
	background-size: 410px 31px;
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height: 31px;
	text-align: left;
}

/*カジノバージョン*/
.info_h1.casino{
	min-height: 36px;
    background-image: url(../img/casino/info_headlines.jpg);
    background-size: 410px 36px;
}

/*数字付き*/
.info_h1.with_number{
	position: relative;
	width: 410px;
    background-image: url(../img/event/common/info_headlines2.jpg);
    background-size: 410px 50px;
    height: 50px;
    display: -webkit-box;
    -webkit-box-pack: start;
    -webkit-box-align: center;
	display: flex;
	-webkit-justify-content: flex-start;
	-webkit-align-items: center;
}

.info_h1.with_number .title{
	padding: 0;
	width: 355px;
    height: 50px;
    margin-left: 5px;
    font-weight: bold;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-pack: start;
    -webkit-box-align: center;
	display: flex;
	-webkit-justify-content: flex-start;
	-webkit-align-items: center;
    line-height: 18px;
}

.info_h1.with_number .number{
	width: 50px;
    height: 50px;
    font-weight: bold;
    font-size: 24px;
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-box-pack: center;
	display: flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;
    line-height: 18px;
}


.info_h1 p{
	padding: 7px 0px 2px 37px;
	font-weight: bold;
	font-size: 16px;
}
.info_h2 {
	color: #ff5400;
	font-weight: bold;
	border-bottom: 2px solid #ff5400;
	text-align: left;
	margin: 20px 5px 0px 5px;
	font-size: 15px;
	height: 16px;
	padding-bottom: 4px;
}
.info_h3 {
	color: #09F;
	font-weight: bold;
	text-align: left;
	margin: 15px 0px 0px 5px;
	font-size: 14px;
	height: 16px;
	line-height: 16px;
	border-left: 10px solid #09F;
	padding-left: 5px;
}

.info_h5{
	color: #ff5400;
	font-weight: bold;
	border-bottom: 2px solid #ff5400;
	font-size: 15px;
	height: 16px;
	padding: 0 10px 5px 0;
	margin: 5px 0px 0px 0px;
	text-align: right;
}

.info_ssr_ribon {
	width: 410px;
	height: 50px;
	background:url('../img/event/common/ssr.jpg') no-repeat;
	background-size:410px 50px;
}

.info_sr_ribon {
	width: 410px;
	height: 50px;
	background:url('../img/event/common/sr.jpg') no-repeat;
	background-size:410px 50px;
}


/*トップバナー*/
.top_banner{
	margin-bottom: 5px;
}

/*イベントタイトル*/
.event_tittle{
	font-weight: bold;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}


.info_tittle_common{
	width: 410px;
	height: 32px;
	background-image:url(../img/event/common/tittle_ALL.jpg);
	background-size: 410px 32px;
	font-size: 18px;
	line-height: 32px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
}
/*新たいとる*/
.title2{
	width: 410px;
	height: 90px;
	background-image:url(../img/event/common/title_bg.jpg);
	background-size: 410px 90px;
	background-repeat: no-repeat;
	line-height: 160%;
	position: relative;
	margin: 10px 0px 20px 0px;
}
.title2_box{
	display: -webkit-box;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	height: 90px;
	line-height: 150%;
}
.title2_name{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.title2_at{
	color: #00F;
	font-size: 12px;	
}
.title2_day{
	position: absolute;
	left: 0px; top: 75px;
	width: 410px;
	display: -webkit-box;
	-webkit-box-pack: center;
	display: flex;
	-webkit-justify-content: center;
	height: 22px;
}
.title2_day p{
	padding: 0px 20px;
	-webkit-border-radius: 25px;
	background-color: #54351e;
	color: #FFF;
	text-align: center;
	line-height: 22px;
	height: 22px;
	min-width: 150px;
}
/*区切り*****線*/
.event_hr{
	width: 410px;
	height: 10px;
	background-image:url(../img/event/common/hr_01.jpg);
	background-repeat: no-repeat;
	background-size: 410px 10px;
	margin: 15px 0px;
}


/*イベントの日付、はじまりの村*/
.event_day{
	color: #F00;
	font-weight: bold;
	line-height: 140%;
}
.event_hajimari2 {
	font-weight: bold;
	color: #00F;
}

/*あらすじコーナー*/
.arasuji{
	text-align: left;
	width: 350px;
	padding: 23px 30px 25px 30px;
	margin: 0px 0px 10px 0px;
	background:
	url(../img/event/common/arasuji_top.jpg),
	url(../img/event/common/arasuji_bottom.jpg),
	url(../img/event/common/arasuji_body.png);
	background-size:
	410px 55px,
	410px 55px,
	410px 5px;
	background-repeat:
	no-repeat,
	no-repeat,
	repeat-y;
	background-position:
	top center,
	bottom center,
	center center;
}
.arasuji p{
	background: url(../img/event/common/bg_event_intoro_line.png) 0px -3px;
	background-size: 1px 24px;
	line-height: 24px;
	font-size: 12px;
	margin-bottom: 0px;
}
.arasuji p span{
	font-weight: bold;
	color: #F00;
}

.arasuji.center{
	text-align: center;
}

/*開催期間*/
.open_day{
	margin: 10px 0px;
	padding: 2px;
	background-color: #00C;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}

/*目次*/
.topics{
	background-image: url(../img/reido/pagelink.jpg);
    background-size: 410px 32px;
    background-repeat: no-repeat;
    width: 390px;
    height: 32px;
    line-height: 30px;
    margin-bottom: 5px;
    text-align: left;
    color: #009;
    font-weight: bold;
    padding-left: 20px;
}

/*数字付の見出し*/
.info_00{
	width: 410px;
	background-image:url(../img/event/common/info_headlines2.jpg);
	background-size: 410px 50px;
	background-repeat: no-repeat;
	background-position: center bottom;
	height:50px;
	text-align: left;
	display: -webkit-box;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;
}
.info_00_number{
	width: 50px;
	height: 50px;
	font-weight: bold;
	font-size: 24px;
	display: -webkit-box;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	line-height: 18px;
}
.info_00_text{
	width: 355px;
	height: 50px;
	margin-left: 5px;
	font-weight: bold;
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-align: center;
	-webkit-box-pack: start;
	display: flex;
	-webkit-justify-content: flex-start;
	-webkit-align-items: center;
	line-height: 18px;
}


/*キャラinfo*/
.card_info{
	width: 400px;
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	text-align: left;
	margin: 0px auto 10px auto;
	background: -webkit-gradient(linear, left top, right bottom, from(#95907d),color-stop(0.35, #fffae7),color-stop(0.65, #fffae7),to(#95907d));
}
.card_infoL{
	width: 142px;
	padding-left: 5px;
	
}
.card_infoR{
	width: 253px;
	margin-left: 0px;
	color: #000;
}
.card_ability{
	width: 238px;
	min-height: 213px;
	padding: 5px 10px 5px 10px;
	font-size: 12px;
}
.card_ability p{
	margin-bottom: 10px;
}
.card_ability p span{
	color: #F00;
	font-weight: bold;
}
.card_ability p:last-child{
	margin-bottom: 0px;
}
.chara_name{
	width: 400px;
	height:50px;
	background-size: 410px 50px;
	background-image:url(../img/reido/majin_came3.jpg);
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	position: relative;
}
.chara_name p{
	position: absolute;
	top: 4px; left: 0px;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 22px;
	margin-bottom: 0px;
	width: 400px;
}
.mark_ssr{
	position: absolute;
	top: 0px; left: 5px;
}
.chara_name.new:after {
	content: "";
	display: block;
	width: 69px;
	height: 64px;
	background: url(../img/event/common/icon_new.png) no-repeat;
	background-size: 69px 64px;
	position: absolute;
	top: -9px;
	right: -9px;
}

/*キャラセリフ*/
.ballon{
	width: 410px;
	height: 100px;
	background-repeat: no-repeat;
	background-size: 410px 100px;
	margin: 5px 0px 0px 0px;
	position: relative;
	font-size: 14px;
}

.ballon .right {
	width: 220px;
    height: 70px;
	text-align: left;
	padding: 0 10px;
	box-sizing: border-box;
    position: absolute;
    top: 15px;
    left: 171px;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
	display: flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;
}

.ballon .left {
	width: 220px;
    height: 70px;
	text-align: left;
	padding: 0 10px;
	box-sizing: border-box;
    position: absolute;
    top: 15px;
    left: 20px;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
	display: flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;
}
/*セリフ*/
.info_h5{
	color: #ff5400;
	font-weight: bold;
	border-bottom: 2px solid #ff5400;
	font-size: 15px;
	height: 16px;
	padding-bottom: 4px;
	margin: 0px 0px 0px 0px;
	text-align: right;
}
.info_h6{
	color: #09F;
	font-weight: bold;
	text-align: left;
	font-size: 14px;
	height: 16px;
	line-height: 16px;
	border-left: 10px solid #09F;
	padding-left: 5px;
	margin: 20px 0px 0px 0px;
}
.serifuL{
	width: 410px;
	height: 100px;
	margin: 5px 0px 0px 0px;
	position: relative;
	background-repeat: no-repeat;
	background-size: 410px 100px;
}
.serifuL_text{
	width: 220px;
	height: 70px;
	position: absolute;
	top: 15px;left: 20px;
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;
}
.serifuL_text p{
	font-size: 12px;
	text-align: left;
	line-height: 150%;
}
.serifuR{
	width: 410px;
	height: 100px;
	background-repeat: no-repeat;
	background-size: 410px 100px;
	margin: 5px 0px 0px 0px;
	position: relative;
}
.serifuR_text{
	width: 220px;
	height: 70px;
	position: absolute;
	top: 15px;left: 171px;
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;
}
.serifuR_text p{
	font-size: 12px;
	text-align: left;
	line-height: 150%;
}

/*注意事項*/
.attentionNEW_tittle_box{
	position: relative;
	height: 15px;
}
.attentionNEW_tittle{
	width: 145px;
	height: 27px;	
	background-image:url(../img/event/common/attention.png);
	background-size: 145px 27px;
	position: absolute;
	top: 5px;left: 135px;
}
.attentionNEW_box{
	width: 390px;
	padding: 25px 10px 5px 10px;
	margin: 0px 0px 10px 0px;
	-webkit-border-radius: 10px;
	background-color:rgba(0,0,0,0.1);
}
.attentionNEW_list li{
	text-align: left;
	margin: 0px 5px 10px 15px;
	list-style: disc;
	font-size: 12px;
	line-height: 140%;
}
.attentionNEW_list li span{
	font-weight: bold;
	color: #F00;
}
/*注意事項、○○日まで！*/
.attentionNEW_day {
	display: block;
	margin: 15px 0px -5px 0px;
	font-size: 14pt !important;
	font-weight: bold;
	text-align: center;
	color: #F00;
}
/*注意事項、△！で強調するとき*/
.exclamation{
	display: -webkit-box;
	-webkit-box-pack: start;
	-webkit-box-align: center;
	display: flex;
	-webkit-justify-content: flex-start;
	-webkit-align-items: center;
	width: 390px;
	padding: 5px 10px;
	margin:10px 0px;
	-webkit-border-radius: 10px;
	background-color:rgba(0,0,0,0.1);
}

/*イベント報酬リスト*/
.eventList{
	width: 410px;
	background-size: 410px 75px;
	background-image:url(../img/event/common/eventList_BG1.jpg);
	background-repeat: repeat-y;
	margin: 10px 0px;
}
.eventList:before{
	content:"";
	display: block;
	background-size: 410px 10px;
	background-image:url(../img/event/common/eventList_BG1_top.png);
	background-repeat: no-repeat;
	background-color: #fcfbd7;
	width: 410px;
	height: 10px;
}
.eventList:after{
	content:"";
	display: block;
	background-size: 410px 10px;
	background-image:url(../img/event/common/eventList_BG1_foot.png);
	background-repeat: no-repeat;
	background-color: #fcfbd7;
	width: 410px;
	height: 10px;
}
.eventList_bg{
	width:410px;
	background-image:url(../img/event/common/pikapika.png);
	background-repeat: no-repeat;
	background-size: 390px 700px;
	background-position: center -230px;
}
.eventList_midasi{
	background-size: 390px 23px;
	background-image:url(../img/event/common/eventList_midasi1.jpg);
	background-repeat: no-repeat;
	width: 390px;
	height: 22px;
	margin: 3px 0px 10px 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	padding: 1px 15px 0px 15px;
	line-height: 20px;
}
.eventList_box{
	width: 390px;
	margin: 0px 10px 10px 10px;
	display: -webkit-box;
	-webkit-box-pack: start;
	display: flex;
	-webkit-justify-content: flex-start;
}
.eventList .eventList_box:last-child{
	margin: 0px 10px 0px 10px;
}
.eventList_h3{
	color: #0FF;
	border-left: #0FF solid 10px;
	padding-left: 5px;
	text-align: left;
	margin:0px 0px 5px 10px;
}
.eventList_p{
	color: #FFF;
	text-align: left;
	line-height: 130%;
	margin: 10px;
	font-size: 12px;
}
.eventList_tittle{
	width: 110px;
	height: 75px;
	background-image:url(../img/event/common/eventList_tittle1.jpg);
	background-repeat: no-repeat;
	background-size: 110px 75px;
	display: -webkit-box;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	margin-right: 5px;
	text-align: center;
}
.eventList_tittle.casino{
	background-image: url(../img/event/160218_shoka/eventList_tittle_casino.jpg);
}
.eventList_tittle span{
	color: #F00;
	font-size: 11px;
}
.eventList_tittle p{
	color: #000;
	font-size: 13px;
	text-align: center;
	line-height: 130%;
}
.eventList_tittle.casino span{
	color: #00F;
	font-weight: bold;
}
.eventList_icon{
	width: 75px;
	height: 75px;
}
.eventList_itemName{
	width: 195px;
	height: 75px;
	background-color:rgba(255,255,255,0.3);
	border-radius: 0px 10px 10px 0px / 0px 10px 10px 0px;
	display: -webkit-box;
	-webkit-box-align: center;
	-webkit-box-pack: start;
	padding-left: 5px;
	display: flex;
	-webkit-justify-content: flex-start;
	-webkit-align-items: center;
}
.eventList_itemName p{
	font-size: 14px;
	color: #FF0;
	text-align: left;
}

/*ミッション報酬リスト*/
.misstionList{
	width: 410px;
	background-size: 410px 75px;
	background-image:url(../img/event/common/eventList_BG2.jpg);
	background-repeat: repeat-y;
	margin: 10px 0px;
}
.misstionList:before{
	content:"";
	display: block;
	background-size: 410px 10px;
	background-image:url(../img/event/common/eventList_BG2_top.png);
	background-repeat: no-repeat;
	background-color: #fcfbd7;
	width: 410px;
	height: 10px;
}
.misstionList:after{
	content:"";
	display: block;
	background-size: 410px 10px;
	background-image:url(../img/event/common/eventList_BG2_foot.png);
	background-repeat: no-repeat;
	background-color: #fcfbd7;
	width: 410px;
	height: 10px;
}
.misstionList_midasi{
	background-size: 390px 23px;
	background-image:url(../img/event/common/eventList_midasi2.jpg);
	background-repeat: no-repeat;
	width: 390px;
	height: 22px;
	margin: 0px 0px 10px 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	padding: 1px 15px 0px 15px;
	line-height: 20px;
}
.misstionList_box{
	width: 390px;
	margin: 0px 10px 10px 10px;
	display: -webkit-box;
}
.misstionList .misstionList_box:last-child{
	margin: 0px 10px 0px 10px;
}
.missionList_L{
	width: 75px;
	height: 75px;
}
.missionList_R{
	padding: 10px;
	background-image:url(../img/event/common/get_bg.jpg);
	background-size: 310px 75px;
	background-repeat: no-repeat;
	width: 290px;
	height: 55px;
	margin-left: 5px;
	color:  #000;
}
.missionList_text1{
	height: 20px;
	text-align: left;
	color: #00F;
	font-weight: bold;
	line-height: 20px;
	margin: 8px 0px 8px 0px;
}
.missionList_text2{
	text-align: right;
	padding-right: 5px;
}
.missionList_R.full{
	display: -webkit-box;
    -webkit-box-align: center;
	display: flex;
	-webkit-align-items: center;
}
.missionList_R.full .missionList_text1{
	margin-left:15px;
}

.missionList_R.decorated{
	background-image:url(../img/event/common/event_houshuBG.jpg);
}

/*報酬BOX内の中見出し*/
.eventList_p{
	padding: 3px;
	border-bottom: solid 1px #FF0000;
	color: #FFF;
}
/*クロニクルマーク付き背景の報酬*/
.missionList_R2_text1{
	height: 25px;
	text-align: left;
	color: #00F;
	font-weight: bold;
	line-height: 25px;
	margin: 15px 0px 0px 20px;
}
.missionList_R2{
	padding: 10px;
	background-image:url(../img/event/common/event_houshuBG.jpg);
	background-size: 310px 75px;
	background-repeat: no-repeat;
	width: 290px;
	height: 55px;
	margin-left: 5px;
	color:  #000;
}

.eventList .misstionList_box:last-child{
	margin: 0px 10px 0px 10px;
}
/*クエスト名＋ミッション名＋報酬アイテム*/
.missionList3_text0{
	text-align: left;
	color: #F00;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 100%;
}
.missionList3_text1{
	text-align: left;
	color: #00F;
	font-weight: bold;
	margin-bottom: 8px;
	line-height: 100%;
}
.missionList3_text2{
	text-align: right;
	padding-right: 5px;
}


/*白い背景にテキスト*/
.box_white .list li:last-child{
	margin-bottom: 0px;
}
.box_white{
	-webkit-border-radius: 10px;
	background-color:rgba(255,255,255,0.9);
	padding: 10px;
}


/*テキスト入りのボタン*/
.link_blank {
	width: 341px;
	margin: 5px auto 0px auto;
}
.link_blank a {
	display: -webkit-box;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	width: 295px;
	height: 70px;
	margin: 5px 0px 0px 6px;
	padding: 0px 20px;
	font-size: 14pt;
	line-height: 100%;
	color: #4B160C;
	font-weight: bold;
	text-shadow: 0px 0px 4px #DC7E00;
	background: url(../img/event/common/link_blank.png);
	background-size: 335px 70px;
}
.btn_blank {
	display: -webkit-box;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	margin: 5px auto 0px auto;
	width: 335px;
	height: 70px;
	background: url(../img/event/common/link_blank.png);
	background-size: 335px 70px;
}
.btn_blank p{
	font-size: 14pt;
	line-height: 100%;
	color: #4B160C;
	font-weight: bold;
	text-shadow: 0px 0px 4px #DC7E00;
}

/*押せないボタン*/
.btn_no{
	display: -webkit-box;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	margin: 5px auto 0px auto;
	width: 335px;
	height: 70px;
	background: url(../img/event/common/link_blank2.png);
	background-size: 335px 70px;
}
.btn_no p{
	font-size: 14pt;
	line-height: 100%;
	color: #888;
	font-weight: bold;
	text-shadow: 0px 0px 4px #BBB;
}

/*ページTOPへ戻る*/
.goto_top{
	text-align: right;
}

/*白文字のTOPへ戻る*/
.goto_top_white{
	color: #FFF;
	text-shadow:
		1px 1px 1px #010041, 1px 1px 1px #010041, 1px 1px 1px #010041, 1px 1px 1px #010041,
		1px -1px 1px #010041, 1px -1px 1px #010041, 1px -1px 1px #010041, 1px -1px 1px #010041,
		-1px 1px 1px #010041, -1px 1px 1px #010041, -1px 1px 1px #010041, -1px 1px 1px #010041,
		-1px -1px 1px #010041, -1px -1px 1px #010041, -1px -1px 1px #010041, -1px -1px 1px #010041;
	text-align: right;
}

/*コラボ用のコピーライト*/
.maru_C{
	color: #FFF;
	text-align: left;
	line-height: 140%;
	font-size: 10px;
	margin: 10px 0px 0px 0px;
	text-shadow:1px 1px 1px #0f2a4c,  1px -1px 1px #0f2a4c, -1px 1px 1px #0f2a4c, -1px -1px 1px #0f2a4c;
}

/*キャラ紹介コーナー*/
.card_tittle{
	width: 410px;
	height: 50px;
	background-image:url(../img/event/common/new_name_ssr.png);
	background-repeat: no-repeat;
	background-size: 410px 50px;
	margin: 25px 0px 0px 0px;
	position: relative;
}
.card_tittle.r {
	background-image:url(../img/event/common/new_name_r.png);
}
.buki_tittle{
	width: 410px;
	height: 50px;
	background-image:url(../img/event/common/new_name_ssr.png);
	background-repeat: no-repeat;
	background-size: 410px 50px;
	margin: 10px 0px 0px 0px;
	position: relative;
}
.buki_tittle.r {
	background-image:url(../img/event/common/new_name_r.png);
}
.arcana_ssr {
	width: 165px;
	height: 25px;
	background-image:url(../img/event/common/new_star_ssr.png);
	background-repeat: no-repeat;
	background-size: 165px 25px;
	position: absolute;
	top: -16px; left: 15px;
}
.arcana_sr {
	width: 165px;
	height: 25px;
	background-image:url(../img/event/common/new_star_sr.png);
	background-repeat: no-repeat;
	background-size: 165px 25px;
	position: absolute;
	top: -16px; left: 15px;
}
.arcana_r {
	width: 165px;
	height: 25px;
	background-image:url(../img/event/common/new_star_r.png);
	background-repeat: no-repeat;
	background-size: 165px 25px;
	position: absolute;
	top: -16px; left: 15px;
}
.arcana_name{
	width: 410px;
	height: 50px;
	position: absolute;
	top: 0px; left: 0px;
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;
}
.arcana_name p{
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0px 0px 4px #000d4f, 0px 0px 4px #000d4f, 0px 0px 4px #000d4f;
	position: relative;
}
.arcana_name .new {
	display: block;
	width: 39px;
	height: 13px;
	background: url(../img/event/common/icon_new_anime.png) no-repeat;
	background-size: 39px 13px;
	position: absolute;
	top: 3px;
	left: -45px;
	-webkit-animation: new 0.8s linear infinite;
}
.CV_ILLUST{
	height: 30px;
	background-image:url(../img/event/common/new_line.png);
	background-repeat: no-repeat;
	background-size: 390px 20px;
	background-position: center 8px;
	font-size: 14px;
	color: #00F;
	text-align: center;
	font-weight: bold;
	margin: 2px 0px;
}
.arcana_card_HP_ATK{
	-webkit-border-radius: 3px;
	background-color: #DDD;
	color: #F00;
	font-weight: bold;
	margin-top: 5px;
	font-size: 14px;
	height: 20px;
	display: -webkit-box;
	-webkit-box-pack: justify;
	display: flex;
	-webkit-justify-content: space-between;
	line-height: 20px;
	padding: 0px 13px;
}
.arcana_ability .arcana_about_box{
	min-height: 243px;
}
.arcana_aoritext{
	background-color: #C00;
	padding: 2px;
	color: #FFF;
	-webkit-border-radius: 3px;
	margin: 0px auto 5px auto;
}
@-webkit-keyframes new {
	0% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
	30% {
		-webkit-transform: scale(0.9);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}
.arcana_info{
	background-color: #FFF;
	border: #e8e4c1 solid 1px;
	margin: -28px 0px 0px 0px;
	padding: 30px 4px 0px 4px;
	width: 400px;
	line-height: 140%;
}
.arcana_ATK {
	height: auto;
	margin: 2px auto 4px auto;
	padding-bottom: 12px;
	color: #00F;
	font-size: 14px;
	font-weight: bold;
	line-height: 120%;
	background-position: center bottom;
}
.arcana_ATK{
	height: 35px;
	background-image:url(../img/event/common/arcana_line.png);
	background-repeat: no-repeat;
	background-size: 390px 20px;
	background-position: center 10px;
}
.arcana_ATK p{
	font-size: 16px;
	color: #F00;
	text-align: left;
	margin-left: 50px;
	font-weight: bold;
}

.arcana_ability{
	width: 400px;
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	margin-bottom: 5px;
}
.arcana_card{
	width: 142px;
	margin-right: 5px;
}
.arcana_ability dl{
	width: 253px;
	background-image:
	url(../img/event/common/arcana_text_head.jpg),
	url(../img/event/common/arcana_text_btm.jpg),
	url(../img/event/common/arcana_text_mark.jpg),
	url(../img/event/common/arcana_text_body.jpg);
	background-repeat: no-repeat, no-repeat, no-repeat, repeat-y;
	background-position: left top, left bottom, center center, top left;
	background-size: 253px 10px, 253px 10px, 185px 210px, 253px 75px;
	text-align: left;
	padding: 10px 0px;
	min-height: 193px;
}
.arcana_ability dt{
	color: #FF0;
	margin: 0px 8px 0px 8px;
}
.arcana_ability dd{
	color: #FFF;
	font-size: 11px;
	margin: 0px 8px 10px 8px;
}
.arcana_ability dl dd:last-child{
	margin: 0px 8px 0px 8px;
}
.arcana_ability dd span {
	color: #F7F;
	font-weight: bold;
}
.arcana_ability div dt,
.arcana_ability div dd {
	display: inline-block;
	margin: 0px 0px 10px 8px !important;
}
.arcana_ability div dt {
	width: 110px;
}
.arcana_ability div dd {
	width: 20px;
	margin-left: 0px !important;
	text-align: right;
}
.soubi_text{
	line-height: 120%;
	font-size: 11px;
	margin-bottom: 5px;
}



