@charset "EUC-JP";
.hidden{
    display: none;
}

#couponWrapper{
	margin-bottom:80px;
}

#couponWrapper h1{
	font-size:18px;
	font-weight:bold;
	padding:10px 0 10px 20px;
	border-bottom:2px solid #888;
}

.couponNotGet{
	display:block;
	float:right;
	width:300px;
	margin:10px;
	color:#666;
	font-size:14px;
	line-height:48px;
	text-align:center;
}

.notFoundText{
	margin:20px 0;
	font-size:14px;
	line-height:1.5em;
	color:#f00;
	text-align:center;
}

.submitBtn{
	display:block;
	width:300px;
	height:42px;
	margin:20px auto;
	font-size:16px;
	line-height:42px;
	text-align:center;
}

a.linkBtn,
.linkBtn{
	display:block;
	width:240px;
	height:32px;
	margin:20px auto;
	border-style:solid;
	border-width:0 1px 1px;
	border-color:#838383 #d6d6d6;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow:
		0px 1px 1px rgba(084,084,084,0.4);
	-webkit-box-shadow:
		0px 1px 1px rgba(084,084,084,0.4);
	box-shadow:
		0px 1px 1px rgba(084,084,084,0.4);
	padding:0;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e3e4e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e3e4e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e3e4e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e3e4e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e3e4e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e3e4e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e4e5',GradientType=0 ); /* IE6-9 */

	font-size:15px;
	line-height:32px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	color:#333;
	cursor:pointer;
}

.topText{
	margin:10px 20px;
	font-size:14px;
	line-height:1.5em;
}

.error{
	margin-left:20px;
}



/* 新デザイン */
#couponWrapper h2{
    margin: 20px 0;
    text-align: center;
    font-size: 16px;
    line-height: 1.5em;
}

.couponBox{
	width:800px;
	margin:10px auto 40px;
	border:2px solid #ccc;
}

.couponBG{
    display: table;
    background: url("/pc/img/couponBG.png") no-repeat;
    height: 153px;
    margin: 10px auto;
    width: 772px;
}

.couponTitle{
    box-sizing: border-box;
    display: table-cell;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
    padding: 0 15px 0 70px;
    text-align: center;
    width: 460px;
    vertical-align: middle;
}

.couponTitle strong{
    display: block;
    color: #f00;
    font-size: 26px;
    line-height: 1.5em;
    word-break: break-word;
}

.couponBtnWrapper{
    box-sizing: border-box;
    display: table-cell;
    padding-left: 20px;
    width: 312px;
    vertical-align: middle;
}

a.couponGetBtn{
    box-sizing: border-box;
    color:#fff;
	display: inline-block;
	width:220px;
	height:94px;
	border:1px solid #990004;
	border-radius:8px;
	background: #f94f53; /* Old browsers */
    background: linear-gradient(to bottom,  #f94f53 0%,#990004 100%); /* W3C */
    background: -ms-linear-gradient(top,  #f94f53 0%,#990004 100%); /* IE10+ */
	background: -moz-linear-gradient(top,  #f94f53 0%, #990004 100%); /* FF3.6+ */
    background: -o-linear-gradient(top,  #f94f53 0%,#990004 100%); /* Opera 11.10+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f94f53), color-stop(100%,#990004)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f94f53 0%,#990004 100%); /* Chrome10+,Safari5.1+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f94f53', endColorstr='#990004',GradientType=0 ); /* IE6-9 */
	font-size:18px;
    font-weight:bold;
	line-height:94px;
	text-align:center;
	text-decoration:none;
}

.couponBtnWrapper span{
    font-size: 14px;
    line-height: 1.5em;
}

.priceCaution{
    border-radius: 6px;
    color: #f00;
    font-size:14px;
    font-weight: bold;
    line-height:1.5em;
	margin: 5px 0;
	padding: 5px;
    text-align: center;
}

.couponDetail{
    font-size:0;
    padding: 10px 15px;
}

.couponDetail dt{
    display: inline;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5em;
}

.couponDetail dd{
    display: inline;
    font-size: 14px;
    line-height: 1.5em;
}

.couponDetail dd::after{
    content: ' ';
    display: block;
    font-size: 10px;
}

.couponCaution{
    padding: 0 15px 10px;
}

.couponCaution li{
    font-size: 12px;
    line-height: 1.5em;
    padding-left: 1em;
    text-indent: -1em;
}

/* coupon target list */
#couponWrapper .newSliderSection h2{
	font-size: 1.4em;
	line-height: 2;
	margin: 0 20px 0 0;
	text-align: left;
}

.productOutFrame.pie {
    background: #FFF;
    border: solid 2px #EEE;
    border-radius: 5px;
    box-shadow: 1px 1px 5px #eee;
    font-size: 13px;
	padding: 5px 5px 4px;
	margin-bottom: 5px;
    width: 146px;
}

.dvdImage2Wrapper,
.cdImage2Wrapper{
	margin: 0 auto;
    max-height: 169px;
}

.productOutFrame02 ul {
    min-height: 18px;
}

.discImageBox{
	display: table;
}

.product_title {
    display: table;
	margin: 5px auto;
    padding: 0px 3px;
	width: 100%;
    height: 20px;
    min-height: 36px;
}

.productTitleCut {
    display: block;
    line-height: 1.5em;
    overflow: hidden;
    text-align: left;
    height: 3em;
}

.product_artist{
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: .7rem;
    padding: 4px 3px 0;
    border-top: 1px solid #ccc;
}

/* issuance */

.issuance .couponBox{
    margin: 10px auto 30px;
}

#itemlist{
	margin: 30px auto 40px;
    padding: 0 6px;
    min-width: 800px;
    max-width: 970px;
}

#itemlist h3{
    background: #192b5b;
    color: #FFF;
    font-size: 14px;
    margin: 0 auto;
    padding: 10px 14px;
}

.workslistBox {
    padding: 10px 5px;
}

.workslistBox .workslist > li {
    float: left;
	padding: 6px 6px 0;
	height: 295px;
}

.workslistBox .product_artist{
	margin-bottom: 10px;
	min-height: 39px;
    height: 39px;
}

.worksSearchBtn{
    background: #ffa109;
    border-style: solid;
    border-width: 0 1px 1px;
    border-color: #838383 #d6d6d6;
    color: #FFF;
    display: block;
    font-size: 16px;
    margin: 20px auto 40px;
    padding: 13px;
    text-align: center;
    width: 360px;
}

.worksSearchBtn:hover{
	background: #ef7900;
	color: #FFF;
	text-decoration: none;
}

.workslistBox .productOutFrame.pie.productOutFrame02.productOutFrame-auto {
    border: 1px solid #ccc;
    box-shadow: 0 0 2px #ccc;
    -moz-box-shadow: 0 0 2px #ccc;
    -webkit-box-shadow: 0 0 2px #ccc;
}

.newSlider li.fl_right {
    float: right;
    margin-right: 0;
}

@media screen and (max-width:1175px){
	#itemlist{
		max-width: 812px;
	}
}

.coupon_service_banner {
    text-align: center;
}

.coupon_service_banner a {
	display: block;
	margin-bottom: 20px;
}