﻿@charset "UTF-8";

/* トップスクロールバナー用 */
div.scbanner_pc {
	top: 350px;
	position: fixed;
	right: 0px;
	z-index: 200;
}

div.scbanner_pc a:hover {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

div.scbanner_sp {
	display: none;
}

/* パーツ注意文用 */
.detail_conts_txt_red {
    margin: 0 0 15px;
    color: #e60012;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

@media screen and (max-width: 1309px)  {

div.scbanner_pc {
	top: 40%;
	position: fixed;
	right: 0px;
	z-index: 200;
}

.detail_conts_txt_red {
        margin: 0 0 1.5vw;
        font-size: 3vw;
}

}


@media screen and (max-width: 767px)  {

div.scbanner_pc {
	display: none;

}

div.scbanner_sp {
        display: block;
        width: 70%;
	bottom: 0;
	position: fixed;
	z-index: 2000;
        text-align: left;
}

.detail_conts_txt_red {
        margin: 0 0 3vw;
        font-size: 4.5vw;
}

}
