<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.box{
	position: relative;
	margin-bottom: 20px;
}
.box a {
	display: block;
	padding: 15px 90px 10px 27px;
	z-index: 5;
	border: 1px solid #ccc;
	border-left: none;
	text-decoration: none;
	color: #000;
	transition: all .6s;
	z-index: 1;
	zoom: 1;
}
.box a:hover{
	box-shadow:rgba(189, 189, 189, 0.8) 8px 3px 13px 0px;
	-webkit-box-shadow:rgba(189, 189, 189, 0.8) 8px 3px 13px 0px;
	-moz-box-shadow:rgba(189, 189, 189, 0.8) 8px 3px 13px 0px;
}

/* -------------------------------------------
 IE8のハック
------------------------------------------- */
html&gt;/**/body .box a:hover{
	color /*\**/: #666 \9;
}
html&gt;/**/body .box a:hover .closing{
	color /*\**/: #666 \9;
}
/* -------------------------------------------
 IE9も適用されるのでさらにハック
------------------------------------------- */
:root .box a:hover { 
	color:#000 \0/IE9; 
}
:root .box a:hover .closing { 
	color:#e90505 \0/IE9; 
}  

.box a:before{
	content: "";
	display: block;
	background: url("../../../img/present/pc/box_deco.png") no-repeat left center;
	width: 16px;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0;
	z-index: -1;
	zoom: 1;
}
.box a:after{
	content: "";
	position: absolute;
	display: block;
	width: 72px;
	height: 100%;
	right: 0;
	top: 0;
	border: 1px solid #ccc;
	border-left: 2px dotted #ccc;
	zoom: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.box h3 {
	font-size: 1.6em;
	font-weight: bold;
}
.box p {
	font-size: 1.1em;
}
.box .closing {
	font-size: 1.2em;
	color: #e90505;
}


#PresentBody .box a:before{
	background-color: #fb5cae;
}
#PresentBody .box a:after{
	background: #feedef url("../../../img/present/common/icon_present.png") center center no-repeat;
}

#EntryBody .box a:before{
	background-color: #83cbf4;
}
#EntryBody .box a:after{
	background: #eff6f6 url("../../../img/present/common/icon_entry.png") center center no-repeat;
}

#ViewBody .box a:before{
	background-color: #d5f483;
}
#ViewBody .box a:after{
	background: #f5f8e5 url("../../../img/present/common/icon_view.png") center center no-repeat;
}

#CinemaBody .box a:before{
	background-color: #d49ff8;
}
#CinemaBody .box a:after{
	background: #f7effb url("../../../img/present/common/icon_cinema.png") center center no-repeat;
}


.bnr{
	margin: 15px 0;
}</pre></body></html>