@charset "utf-8";



.pcHide{
	display: block;
}

.spHide{
	display: none;
}
.MainWrap img{
	width: 100%;
}

.mb50{
	margin-bottom: 0px!important;
}
/*----2018.03.17 小野寺追記　Dream Cafe----*/

.PresentWrap{
	overflow: hidden;
}

.PresentBox{
	overflow: hidden;
}


.PresentBox.Left{
	overflow: hidden;
	border-bottom: 1px solid #000;
	width: 100%;
	box-sizing: border-box;
	padding-bottom: 20px;
}

.PresentBox .copy{
	box-sizing: border-box;
	background-color: #fff100;
	font-weight: bold;
	font-size: 15px;
	padding: 5px;
	margin-bottom: 8px;
}


.PresentBox h2{
	float: left;
	box-sizing: border-box;
	width: 75%;
	font-size: 13px;
	line-height: 1.8em;
	margin: 0;
}

.PresentBox.Left .pinz{
	float: right;
	width: 25%;
}
.PresentBox.Right .cup{
	float: right;
	width: 25%;
}

.PresentBox span{
	color: #CC0000;
	font-weight: bold;
}

.PresentBox span i{
	font-size: 20px;
	font-style: normal;
}

.PresentBox .cunt{
	clear: both;
	overflow: hidden;
}

.PresentBox.Left .cunt p{
	background-color: #CC0000;
	display: block;
	border-radius: 5px;
	padding: 5px 0;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
}



.PresentBox.Left .cunt ul{
	float: left;
	margin-top: 5px;
}

.PresentBox.Left .cunt ul li{
	font-size: 12px;
	color: #000;
	line-height: 1.5em;
}



.PresentBox.Right{
	overflow: hidden;
	border-top: 1px solid #000;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 30px;
}



.PresentBox.Right dl{
	margin-top:10px;
	border: 1px solid #000;
}


.PresentBox.Right dl dt{
	background-color: #000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 0;
	text-align: center;
}

.PresentBox.Right .cunt ul{
	padding: 5px;
	text-align: center;
}

.PresentBox.Right .cunt ul li{
	font-size: 12px;
	color: #000;
	line-height: 1.6em;
	text-align: left;
}

.PresentBox.Right .cunt ul li:nth-child(2){
	font-weight: bold;
	color: #CC0000;
}




.tbl_cafe_schedule {
	width:100%;
	text-align:center;
	border-collapse: collapse; 
	border: 1px #ccc solid;
	font-weight:bold;
}


.tbl_cafe_schedule td {
	padding:5px 10px 5px 10px;
	border: 1px #ccc solid; 
}

.tbl_cafe_schedule td.day {
	width:30%;
	background:#eeeeee;
}

.tbl_cafe_schedule td.place {
	background:#eeeeee;
}
.event_attention {
	padding:10px;
	text-align:center;
	border:double #cb0d01;
	color:#cb0d01;
	font-weight:bold;
}

.cafe_report {
	width:50%;
	border:2px solid #000;
	padding:10px;
	font-weight:bold;
	color:#fff;
	margin:20px auto;
	text-align:center;
}


.history{
	margin: 80px auto 0;
	width: 100%;
	text-align: center;
}

.history a{
	width: 100%;
	margin: 10px auto 0;
	background-color: #000000;
	color: #FFFFFF !important;
	text-align: center;
	font-size: 13px;
	padding: 15px 10px;
	box-sizing: border-box;
	border-radius: 5px;
	display: block;
	text-decoration: none;
}

/*__ listCont __*/

.listCont dt.acHead {
	padding:8px 10px;
	background-color:#000;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	text-align:left;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	line-height:1.3em;
}
.listCont dt.acHead i {
	margin:4px;
  float:left;
  font-size:14px;
	font-style:normal;
	display:block;
}

.listCont dt.acHead i.number{
	display: inline-block;
	color: #F5FF00;
	background: #ffffff;
	height: 35px;
	width: 35px;
	line-height: 34px;
	font-style: normal;
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin-right: 15px;
	margin-bottom: -25px;
}

.listCont dt.acHead i2 {
	margin-left:30%;
  width:60%;
  font-size:12px;
	font-style:normal;
	display:block;
}

.listCont dt.active {
 border-radius:3px 3px 0 0;
 -moz-border-radius:3px 3px 0 0;
 -webkit-border-radius:3px 3px 0 0;
 -o-border-radius:3px 3px 0 0;
}
.listCont dt.acHead span {
 background: url(../../image/icon_close.png) no-repeat right 50%;
 background-size:20px 20px;
 -webkit-background-size:20px 20px;
 -moz-background-size:20px 20px;
 background-color:#000;
 display:block;
}
.listCont dt.active span {
 background: url(../../image/icon_open.png) no-repeat right 50%;
 background-size:20px 20px;
 -webkit-background-size:20px 20px;
 -moz-background-size:20px 20px;
 background-color:#000;
 display:block;
}

.endsp{
	color: #cc0000;
	font-weight: bold;
	text-align: center;
	line-height: 1.5em;
}

.photoopensp{
	color: #fff;
	text-align: center;
	border: 2px solid #cc0000;
	width: 60%;
	margin: 10px auto;
	background-color: #cc0000;
	
}

.history div:first-child{
	margin-bottom: 10px!important;
}
#dream-cafe>div .cafe_end2 {
    margin: 0 0 20px 0;
    padding: 10px;
    border: #000 1px solid;
    font-size: 14px;
    line-height: 2em;
	box-shadow: 2px 2px 4px #bcbcbc;
}
	
	
#dream-cafe>div .cafe_end {
    margin: 0 0 20px 0;
    padding: 20px;
    border: #000 1px solid;
    font-size: 16px;
    line-height: 2em;
	box-shadow: 2px 2px 4px #bcbcbc;
}
.mean-container .mean-nav ul li a {
    line-height: 1.7em;
}