﻿@charset "utf-8";

/*__________各サイズ共通及びスマートフォン・タブレット向設定__________*/


p, a, table,tbody, tfoot, thead, tr, th, td{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

.clear{
	clear:both;
}

#ev_main{
	color: #333;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
	font-size: 0.9rem;
	line-height: 1.5em;
	width: 100%;
	-webkit-text-size-adjust: 100%;
}

#event a {
	color: #460e44;
	text-decoration: none;
}

#event a:hover {
	color: #eee;
}


#main{
	width: 100%;
	position: relative;
	margin: 0px 0 0px 0px;
	display: inline;
	color: #333;
	height: auto;

}
#main h1{
	text-align:center;
}

#ev_main h1{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;

}



#kabutomushi dt{
	float: left;
	height: 15px;
	width: 100px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 50px;
}


#kabutomushi dd{
	float: right;
	height: 15px;
	width: 200px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 50px;
}


/*----------#event>#main----------*/
.inbox {
	width: 870px;
	margin: 0 auto;
	height:100%;
	padding-top:30px;
}

#ev_main h1{
	font-size:2em;
	padding-top:5px;
}

.ev_box img{
	width: 100%;
	}
.ev_box h2{
	padding:5px 0px 0px 0px;
}

.ev_box h5{
	margin: 0px;
	padding: 0px;
}

.ev_lf{
	width:50%;
	float:left;
}

#paper img{
	width:100%;
}
/*----------#event>#main タイムスケジュール----------*/
table{
	width:100%;
	
}

table td{
	background: #fff;
}
.time{
	text-indent:-3em; 
	padding-left:3em; 
	margin-bottom:0.2em;
	background-color:#FC3;
}
.ev_naiyo{
	background-color:#CF9;
		padding-left:1em; 
	margin-bottom:0.2em;
}
.ev_naiyo h4{
	font-size:16px;

}

.clock{
	background-color:;
	color:#F60;
	font-weight:bold;

}
#character img{
	float:left;
	margin-right:10px;
}

/*----------#event>#main カプセルトイ----------*/
#limited{
	height:auto;
	padding:5px;
}
#limited img{
	width:100%;

	}
#limited h2{
		padding-top:5px;
}

#osanpo img{
	width:100%;

	}

/*----------forPC>#main----------*/

.ev_box{
	/* [disabled]float: left; */
	/* [disabled]width: 425px; */
	height: auto;
	padding: 5px;
	margin-bottom:10px;
	overflow:hidden;
	text-align:left;
}

.ev_box>div:nth-child(odd){
	float: left;
	width: 419px;
	overflow: hidden;
	margin-right: 10px;
}

.ev_box>div:nth-child(even){
	float: left;
	width: 419px;
	overflow: hidden;
	margin-left: 10px;
}

.ev_box>div img{
	margin-bottom: 5px;
}


/*----------タイムテーブル-----------*/

#eveschedule{
		width: 870px;
}

#eveschedule table a {
	color: #fff;
}
#eveschedule table a:hover {
	color: orange;
}

#eveschedule table {
	background: #fff;
	border: solid #63635c 3px;
	height:800px;
	margin: 50px 0;
	border-collapse: collapse;
border-spacing: 0;
}
#eveschedule th, #eveschedule td {
}
#eveschedule th {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	padding: 12px 6px;	/*内側余白*/
}
#eveschedule td {
	text-align: center;
	vertical-align: middle;
	margin-top:5px;
	margin-bottom:5px;
}
/*アクアプランツ用タイムスケジュール色分け*/
.e_aqua, .e_plants {
	color: #fff;
	width: 371px;
	border: solid #ccc 1px;
}
.e_aqua {
	background: #4169e1;
	font-size: 18px;
}
.e_plants {
	background: #2e8b57;
	font-size: 18px;
}
/*通常用タイムスケジュール色分け*/

.e_sat, .e_sun {
	color: #fff;
	width: 371px;
	border: solid #ccc 1px;
}
.e_sat {
	background: #65c9f7;
	font-size: 18px;
}
.e_sun {
	background: #e53d63;
	font-size: 18px;
}
	/*時間セル*/
.e_time, .e_none {
	background: #63635c;
	border-left: solid #ccc 1px;
	border-right: solid #ccc 1px;
}
.e_time {
	color: #fff;
	font-size: 13px;
	text-align: center;
	vertical-align:top;
}
.e_none {
	color: #63635c;
}
	  
	  
	  
	  /*__________出演者プロフィール__________*/
	  
	
.ev_box_p{
	/* [disabled]float: left; */
	/* [disabled]width: 425px; */
	height: auto;
	padding: 5px;
	margin-bottom:10px;
	overflow:hidden;
	text-align:left;
	word-break: break-all;
}

.ev_box_p>div:nth-child(odd){
	float: left;
	width: 500px;
	overflow: hidden;
	margin-right: 10px;
}

.ev_box_p>div img{
margin-bottom: 5px;
max-width: 100%;
height: auto;
}


 /*__________出演者プロフィール__________*/
	  
.profile_box {
    padding: 0.5em 0.5em;
    margin: 1em 0;
    color: #FFF;
	text-align:center;
    background: #bfe060;/*背景色*/
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
	overflow: hidden;
  justify-content: center;
}

.ev_box_p .profTittle img{
		width: 95%;
	}

	  
.profile_main {
　max-width: 1000px;
  display: flex;
  justify-content: center;
	overflow: hidden;
	}

.profTittle h2 {
	font-size:1.3em;
	text-align:left;
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:0 5px;
	border-color: #E5EC87;
	border-style:solid;
	background:#CBDA10;
	color:#666600;
	line-height:140%;
}


#profile h3{
border: 1px solid #000;
	width: 95%;
	max-width: 415px;
	background-color:#CBDA10;
	border-radius: 4px;
	line-height: 50px;
	-webkit-transition: none;
	transition: none;
	text-align:center;
	margin:5px 0px 5px 0px;
	
}
#profile h4{
	padding:10px 0px 10px 0px;
	text-align:left;
}
#profile .ev_box_p{
	float: left;
	text-align:center;
	border: 1px #999 dotted;
max-width: 419px;
	height:auto;
	padding:2px;
	margin:5px;

	
}

li{
	list-style: none;
}

.inbox {
	max-width: 870px;
	margin: 0 auto;
	height:100%;
	padding-top:30px;
}
.clear{
	clear:both;
}


div[id^="pBTN"]{
	cursor: pointer;
	width:395px;
}


div[id^="pBTN"]+div{
	display: none;
	padding: 10px 5px;
	text-align: justify;
	word-break: break-all;
	width:395px!important;
}

.end{
	margin-right:419px!important;}

div[id^="pBTN"]+div>h5{
	background-color: #F60;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-bottom: 5px;
	color: #FFF;
}

div[id^="pBTN"]+div>ul{
	margin-bottom:10px;
	}
.x {
cursor:pointer;
}

div[id^="pBTN"]+div>ul li{
	padding-bottom: 5px;
	border-bottom: 1px dotted #99CCFF;
}

  
	  
	  

div[id^="pBTN"]+div>ul{
	margin-bottom:10px;
	}
.x {
cursor:pointer;
}

div[id^="pBTN"]+div>ul li{
	padding-bottom: 5px;
	border-bottom: 1px dotted #99CCFF;
}
#newbook img{
	width:88px;
	height:100px;
}
	
/*_________カプセルトイ__________*/

#gacha h1{
	padding-top:50px;
}


#gacha h2{
	padding-top:50px;
}
	
#limited, #imori, #osanpo {
width: 870px;
margin: 0 auto 15px;
}


#profile div.ev_box:nth-child(even){
	float: left;
	width: 418px;
	margin-bottom: 20px;
	
	padding-bottom: 10px;
}

#profile div.ev_box:nth-child(odd){
	float: right;
	width: 418px;
	margin-bottom: 20px;
	
	padding-bottom: 10px;
}



.sunshine{
	background-attachment: scroll;
	background-image: url(http://www.reptilesworld.jp/images/event_img/terraformer.png);
	background-repeat: no-repeat;
	background-position: right 180px;
	background-size:150px auto;
}


.sunshine1{
	background-attachment: scroll;
	background-image: url(../images/event_img/cairns.jpg);
	background-repeat: no-repeat;
	background-position: right 180px;
	background-size:130px auto;
}


.profLogo{
	height: 78px;
	width: 420px;
	overflow: hidden;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 3em;
	}

.profTittle{
	padding-left: 10px;
}

/*class設定 テーブルタグ*/

.keihin {
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	background: #2e8b57;
	margin-bottom: 5px;
	padding: 8px 10px 8px;
	position: relative;
	top: 5px;
	border-radius: 10px 10px 0 0;
}

.keihin a {
	color: #fff;
}

.tb_rw{
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-spacing:0px;
	border:2px solid #999;
	margin:0 0 2em;
}
.tb_rw tr th img{
	width:160px;
}

.tb_rw tr th,
.tb_rw tr td{
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	padding:7px;
	background:#ffffff;
}
.tb_rw tr th{
	vertical-align: middle;
	white-space:nowrap;
	text-align: center;
}

	
/*__________PC向設定(1051px～)__________*/

@media only screen and (min-width: 1051px) {
/* メニュー内の画像設定 -------------------------------------*/


ul#navi {
    position: fixed;
    margin-right:30px;
    padding: 0px;
    top: 330px;
    list-style: none;
    z-index:1;
}

#change{
	margin-left:10px;
	padding-bottom:5px;
}
/* IE6対策 -------------------------------------------------*/
* html ul#navi {
  position: absolute;
  top: expression(eval(document.documentElement.scrollTop+30));
 }

ul#navi li a {
    display: block;
    width: 150px;
    height: 40px;    
	text-align:center;
	vertical-align:middle;
    background-repeat:no-repeat;
    background-position: center 0px;

    font-style:bold;
	text-decoration:none;
}

ul#navi li a hover{
	    color:#FFf;
    font-style:bold ;
    text-decoration:underline;
}

ul#navi .tie-up_navi a {
	background-color:#FFF;
	 border-style:double;
	 border-color:#F90;
    border-width: 4px 1px 1px 1px;
}
ul#navi .eventstage_navi a {
	background-color:#FFF;
	 border-style:double;
	 border-color:#F90;
    border-width: 4px 1px 1px 1px;
}
ul#navi .rep_event_navi a {
	background-color:#FFF;
	 border-style:double;
	 border-color:#F90;
    border-width: 4px 1px 1px 1px;
}
ul#navi .timeschedule_navi a {
	background-color:#FFF;
	 border-style:double;
	 border-color:#F90;
    border-width: 4px 1px 1px 1px;
}

ul#navi .toyca_navi a {
	background-color:#FFF;
	 border-style:double;
	 border-color:#F90;
    border-width: 4px 1px 1px 1px;
}

ul#navi .profile_navi a {
	background-color:#FFF;
	 border-style:double;
	 border-color:#F90;
    border-width: 4px 1px 1px 1px;
}
ul#navi .event_topup a {
	background-color:#FFF;
	 border-style:double;
	 border-color:#F90;
    border-width: 4px 1px 1px 1px;
}

ul#navi .eventpaper_navi a
{
	background-color:#FFF;
	 border-style:double;
	 border-color:#F90;
    border-width: 4px 1px 1px 1px;
	
}
ul#navi .tie-up_navi a:hover {

	background-color:#F36;
}
ul#navi .eventstage_navi a:hover {

	background-color:#F90;
}

ul#navi .rep_event_navi a:hover {

	background-color:#FC0;
}
ul#navi .timeschedule_navi a:hover {

	background-color:#6C0;
}
ul#navi .toyca_navi a:hover {
	background-color:#69F;
	
	
}

ul#navi .event_topup a:hover {

	background-color:#C63;	
}

ul#navi .eventpaper_navi a:hover {
	background-color:#66F;
	
}
ul#navi .profile_navi a:hover {

	background-color:#960;}

}



 /*__________出演者紹介(1ページ版)__________*/
 
.ev_pro {
	width: 870px;
    margin-bottom: 2em;
}
.ev_pro1 {
	width: 30%;
	float: left;
}

.ev_pro1 img {
		width: 247px;
}

.ev_pro2 {
	width: 70%;
	float: left;
}

.ev_pro2 p {
	text-align:left;
    margin-bottom: 1em;
}


.ev_proclear {
clear: both;
}


.probox {
    padding: 0.5em 0.1em;
    margin-bottom: 1em;
    color: #FFF;
text-align:center;
    background: #2e8b57;/*背景色*/
	font-size: 1.1em;
	border-style: solid; border-width: 1px; border-color: #4c5926;
}

.ev_proclear table td {
	width: 33%;

}


/*-------auction用----------*/

.plants_auction{
width: 100%;
margin: 0 auto;
}


.auction_back1{
width: 806px;
height: 144px;
margin: 40px 0;
padding-left: 120px;
size:2em;
display: table-cell;
vertical-align: middle;
background: url(../images/event_img/auction_img/auction_back1.png) no-repeat;
background-size: 144px 806px;
}

.auction_back2{
width: 806px;
height: 144px;
margin: 20px;
padding-left: 120px;
size:2em;
display: table-cell;
vertical-align: middle;
background: url(../images/event_img/auction_img/auction_back2.png) no-repeat;
}

.auction_back3{
width: 806px;
height: 144px;
margin: 20px;
padding-left: 120px;
size:2em;
display: table-cell;
vertical-align: middle;
background: url(../images/event_img/auction_img/auction_back3.png) no-repeat;
}

