@charset "utf-8";
/* CSS Document */

#ribbon_box {    
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 20px 0;
    width: 972px;
	height: 170px;
	border: solid 4px #C1BFC0;
	background-image: url(/_common/images/top/bnr/koudouMain.jpg);
	background-repeat: no-repeat;
	background-position:right center;
	background-color: #f5f5f5;
	margin-bottom: 15px;
  }
#ribbon_box .event_title{
	margin-left: 120px;
	font-size: 40px;
	color: #000066;
}
#ribbon_box .event_title span.blue{
	border-left: 2px solid #fff;
	background: #000066;
	letter-spacing: 0.40em;
	padding-left: 12px;
	padding-top: 5px;
	color: #fff !important;
}
#ribbon_box .event_title span.orange{
	border-left: 2px solid #fff;
	background:#e63d12;
	letter-spacing: 0.40em;
	padding-left: 12px;
	padding-top: 5px;
	color: #fff !important;
	}
#ribbon_box .event_title span.year{
	padding-left:15px;
	font-weight: bold;
}
#ribbon_box .ribbon {    
    display: inline-block;
    position: absolute;
    top: -6px;
    left: 20px;
    margin: 0;
    padding: 10px 0 7px;
    z-index: 2;
    width: 80px;
    text-align: center;
    color: white;
    font-size: 22px;
    background: #f54264;
    border-radius: 2px 0 0 0;
	line-height: 1.3;
	letter-spacing: 0.10em;
	font-weight: bold;
  }

#ribbon_box .ribbon:before{
    position: absolute;
    content: '';
    top: 0;
    right: -5px;
    border: none;
    border-bottom: solid 6px #d07676;
    border-right: solid 5px transparent;
}

#ribbon_box .ribbon:after{
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    width: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 10px solid #f54264;
}
#ribbon_box .title span{
	padding: 5px 0px;
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.0;
	color: #000066;
}
#ribbon_box .title{
	margin-bottom: 20px;
	text-align: center;
	width: 520px;
	margin-top: 10px;
	margin-left: 120px;
	border-bottom: 2px solid #000066;
}
#ribbon_box .info{
	margin-left:46px;
	margin-top: 10px;
}
#ribbon_box .info .date{
	float:left;
}
#ribbon_box .info .place{
	float:left;
}
#ribbon_box .info span{
	background:#e63d12;
	border-radius:5px;
	color:#fff;
	padding:3px 5px;
	font-weight:bold;
	float:left;
	margin:0 30px 0 0;
	font-size: 15px;
}
#ribbon_box .info ul{
	margin-left:80px;
	width:230px;
}
#ribbon_box .info ul li.highlight{
	font-size:22px;
	font-weight:bold;
}
#ribbon_box .linkBtn{
	background-color: #000066;
	margin-top: 15px;
	float: right;
	display: inline-block;
	vertical-align: middle;
	border-radius: 6px;
	padding: 5px 20px;
	margin-right:40px;
	margin-top:70px;
}
#ribbon_box .linkBtn span{
	padding-right: 20px;
	font-size: 12px;
	line-height: 1.0;
	color: #fff;
	background: url(/_common/images/top/bnr/icon_linktxt.png) right center no-repeat;
	font-size:14px;
}
#ribbon_box .linkBtn a:hover {
  color: #e62e8b;
  text-decoration: underline;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}