@charset "UTF-8";
/* CSS Document */
/*===================================================
    スマホ用土台作成用CSS
===================================================*/
/*//////////////////////////////////////////////////
    Base set
///////////////////////////////////////////////////*/
html,body {
	min-width: 0;
}

body {
    font-size: 12px;
}

/* マウスオーバーのスタイル */
a:hover {
    text-decoration: none!important;
    opacity: 1!important;
    -ms-filter: "alpha(opacity=100)"!important;
}

/*//////////////////////////////////////////////////
    Base layout(PC)
///////////////////////////////////////////////////*/
/* --------------------------------------------------
    メイン
-------------------------------------------------- */

/* --------------------------------------------------
    フッター(footer)
-------------------------------------------------- */
footer .footWrap dl {
    padding: 30px 0 40px;
}
footer .copy {
    font-size: 11px;
}

/* --------------------------------------------------
    ページトップ
-------------------------------------------------- */
#pagetop {
    overflow: hidden;
    position: fixed;
    right: 10px;
    bottom: 25px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 999;
    text-indent: 100%;
    white-space: nowrap;
    background: url("../../image/common/pagetop.png") no-repeat;
    background-size: 50px auto;
    display: block !important;
}
#pagetop.fade {
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}
.note {
	margin-bottom: 0px;
	padding-top: 10px;
	border-top: 1px solid #006680;
}