@charset "shift_jis";

/* ===================================================================
CSS information
 「ページトップへ」専用スタイル
=================================================================== */

.goto_top {
    position: fixed;
    bottom: 58px;
    right: 0px;
    z-index:2000;
}
.goto_top a {
    width: 148px;
}
.goto_top a:hover {

}

.goto_remind {
    position: fixed;
    bottom: 20px;
    right: 0px;
    z-index:2000;
    display:none;
}
.goto_remind a {
    width: 148px;
}
.goto_remind a:hover {

}

#top .goto_top {
	clear:both;
}



/* スマホ版ページトップへの非表示 */
.pageTop {
	display: none;
}

/* スマホ版メニューの非表示 */

body .contentsMenu_sp {
	display: none;
}

.cellblank {
	white-space: nowrap;
}

.sp_common_title {
	display: none;
}



.smartphone-link-left {
	float: left;
}

.smartphone-link-right {
	float: right;
}

/*  */


/* スマートフォンページへ */

div.smartphone-link {
    display: block;
    margin-top: 20px;
    padding: 0px;
    width: 990px;
    height: 100px;
    background: url(/product/images/smartphone_title_back.jpg) no-repeat top left;
    -webkit-background-size: 990px 100px;
    -webkit-background-origin: border;
}

body div#main-area-content {
	position: relative;
}