@charset 'utf-8';
/* CSS Document */
/* =========================================================
 オーダーシート
========================================================= */
.order_boxWrap {
    margin-bottom: 20px;
}
#rightContents .order_boxWrap h3{
	background: url('https://cinimg.awscf.net/cos-debut.com/img/order/orderSheet_title.jpg') no-repeat ;
   	font-size: 56px;
    font-weight: bold;
    height: 150px;
    line-height: 0.4em;
    padding: 39px 0 0 189px;
    text-align: center;
    width: 760px;
	margin-left: 0;
}
#rightContents .order_boxWrap h3 span {
    display: block;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.1em;
    padding-top: 18px;
}
.order_box{
	width: 760px;
	height: 548px;
	background-color: #ff4781;
	position: relative;

}
.order_box .order_content{
	width: 721px;
	height: 531px;
	margin: 20px auto 0;
	background:url('https://cinimg.awscf.net/cos-debut.com/img/order/order_sheet.png') no-repeat;
	background-position: 0 bottom;
	position: relative;
}
.order_box .order_content .orderSheet{
	background-color:rgba(47,47,47,0.7);
	width: 354px;
	height: 172px;
	position: absolute;
	top: 180px;
	left: 2px;
}
.order_box .order_content .orderSheet p{
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 53px;
    text-align: center;
}
.order_box .order_content .orderSheet .orderSheetClick{
	background: url('https://cinimg.awscf.net/cos-debut.com/img/order/bng_pdf.png') no-repeat;
	width: 300px;
	height: 59px;
	margin: 0 auto;
}
.orderSheetClick:hover{
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}
.orderSheetClick a {
   color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 100%;
    line-height: 59px;
    text-decoration: none;
    text-indent: 4.7em;
    width: 100%;
}
.adobeReader {
    bottom: 17px;
    position: absolute;
    right: 0;
    width: 363px;
}
.adobeReader > a {
    color: #2f2f2f;
    font-size: 12px;
	line-height: 1.5em;
}
.adobeReader span {
    display: block;
    width: 262px;
}
.adobeReader img {
    position: absolute;
    right: 17px;
    top: 22px;
}
/* =========================================================
 プレイ内容　indexページ
========================================================= */
.playCourse li {
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.playCourse li:nth-child(even) {
	margin-right: 0;
}
.playCourse li:hover {
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}
.playCourse li a {
	display: block;
	width: 100%;
	height: 100%;
}