@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

#amy {
	width: 980px;
	margin: 0 auto;
}
#amy h1{
	margin: 0;
	padding: 0;
}

#amy .btn{
	margin: 60px auto 70px auto;
	text-align: center;
}

#amy .btn a:hover{
	filter:alpha(opacity=80);
	opacity:0.8;
}

#amy .mt50{	margin-top: 50px;}
#amy .mt60{	margin-top: 60px;}
#amy .mt80{	margin-top: 80px;}
#amy .col_pi{ color: #ff0099;}

/* TOP */
#amy .btn_cont{
	padding: 20px 0 0 0;
}
#amy .btn_cont img{
	padding-left: 1px;
	padding-right: 8px;
}
#amy .btn_cont img.end{
	padding-right: 0px;
}
#amy .btn_cont a:hover{
	filter:alpha(opacity=80);
	opacity:0.8;
}

/* TOP INFO */
#amy .amy_info{
   margin-top:10px;
   padding: 6px 40px;
   border-top:6px dotted #cecece;
   border-bottom:6px dotted #cecece;
   letter-spacing:0.1em;
}
#amy .amy_info dl{
	width:980px;
}
#amy .amy_info dt{
	clear: left;
	float:left;
	width:300px;
}
#amy .amy_info dt div{
	text-align:right;
	padding-right: 10px;
}
#amy .amy_info dd{
	float:left;
}

#amy .amy_info dt,dd {
	padding: 3px;
}



/* top spring */
#amy .sche{
	background:url(http://image.pia.jp/images2/static/pia/piacard/feature/amy_spring_bg2.jpg) no-repeat;
	margin-top: 60px;
	height: 906px;
	width: 980px;
}
#amy .sche .month{
	padding-top: 545px;
	padding-left: 46px;
}
#amy .sche .month img{
	background: #ffffff;
	margin-bottom: 8px;
	vertical-align: bottom;
}
#amy .sche .month a:hover{
	filter:alpha(opacity=80);
	opacity:0.8;
}

/* top summer */
#amy .sche_summer{
	background:url(http://image.pia.jp/images2/static/pia/piacard/feature/amy_summer_bg.jpg) no-repeat;
	margin-top: 60px;
	height: 910px;
}
#amy .sche_summer .month{
	padding-top: 312px;
	padding-left: 46px;
}
#amy .sche_summer .month img{
	background: #ffffff;
	margin-bottom: 8px;
	vertical-align: bottom;
}
#amy .sche_summer .month a:hover{
	filter:alpha(opacity=80);
	opacity:0.8;
}

/* top summer2 */
#amy .sche_summer2{
	background:url(http://image.pia.jp/images2/static/pia/piacard/feature/amy_summer_bg2.jpg) no-repeat;
	margin-top: 60px;
	height: 1285px;
}
#amy .sche_summer2 .month{
	padding-top: 312px;
	padding-left: 46px;
}
#amy .sche_summer2 .month img{
	background: #ffffff;
	margin-bottom: 8px;
	vertical-align: bottom;
}
#amy .sche_summer2 .month a:hover{
	filter:alpha(opacity=80);
	opacity:0.8;
}

/* 06 */
#amy .event_box{
	background:url(http://image.pia.jp/images2/static/pia/piacard/feature/amy_boxbg.gif) repeat-y;
	text-align: center;
	padding: 20px;
	margin: 7px 0 0 0;
}
#amy .event_box .box_in{
	background: #ffffff;
	text-align: center;
	margin: 0;
	padding: 0;
}

/* 08 */
#amy .btn_s{
	width:860px;
	margin: 40px auto 50px auto;
	text-align: center;
}
#amy .btn_s .f_left{
	float: left;
}
#amy .btn_s .f_right{
	float: right;
}
#amy .btn_s a:hover{
	filter:alpha(opacity=80);
	opacity:0.8;
}



/* pagetopbtn */
/* Y15-responsive-feature-pagetopbtn BEGIN */
.pagetopbtn {
	height: 50px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	opacity: 0.8;
}
.pagetopbtn:hover {
	opacity: 1;
}
.pagetopbtn a {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	width: 50px;
	height: 50px;
}
.pagetopbtn a:before {
	content: "";
	position: absolute;
	background: #2D66CC;
	top: 50%;
	left: 0;
	margin-top: -25px;
	height: 50px;
	width: 50px;
	border-radius: 50%;
}
.pagetopbtn a:after {
	content: "";
	position: absolute;
	top: 50%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	right: 21px;
	margin-top: -2px;
	width: 9px;
	height: 9px;
	border-left: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	-webkit-transform: rotate(-225deg);
	-ms-transform: rotate(-225deg);
	transform: rotate(-225deg);
}

.pagetopbtn {
	opacity: 1;
}
.pagetopbtn.scrolling {
	opacity: 0.8;
}

@media only screen and (max-width: 768px) {
	.pagetopbtn {
	height: 40px;
	right: 10px;
	bottom: 10px;
	}
	.pagetopbtn a {
	width: 40px;
	height: 40px;
	}
	.pagetopbtn a:before {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	}
    .pagetopbtn a:before {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	}
	.pagetopbtn a:after {
	right: 16px;
	}
}
/* Y15-responsive-feature-pagetopbtn END */