@charset "UTF-8";

.extMenu{
    position: absolute;
    right: 0px;
    top: 45px;
    width: 220px;
    background-color: #fafafa;
    z-index: 1000;
    /* box-shadow */
    box-shadow:rgba(0, 0, 0, 0.65) 0px 2px 4px -1px;
    -webkit-box-shadow:rgba(0, 0, 0, 0.65) 0px 2px 4px -1px;
    -moz-box-shadow:rgba(0, 0, 0, 0.65) 0px 2px 4px -1px;
    display: none;
}
.extMenu.min{
    top: 36px;
}
.extMenu dl{
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
.extMenu dl dt{
    margin-bottom: 5px;
    font-weight: bold;
}

.extMenu dl dd{
    margin-left: 10px;
}
.extMenu dl dd a{
    color: #2396c7;
    display: block;
    padding: 5px;
    text-decoration: none;
}
.extMenu dl dd a:hover{
    text-decoration: underline;
}
.extMenu .telArea{
    margin-top: 5px;
}
.extMenu .telArea .tel{
    font-weight: bold;
    font-size: 2.4rem;
}

/**
* パンクズリンク
*/
#garbageLinks{
    margin: 25px 0px;
}
#garbageLinks a{
    color: black;
}
#garbageLinks a:hover{
    color: #EC7063;
}
ul#garbageLinks li{
    display: inline-block;
}
ul#garbageLinks li:not(:first-child):before{
    content: " > ";
}

/**
* クリップボタン
*/
.favoriteBtn{
    position: relative;
}
.favoriteBtn .favoriteMessage{
    position: absolute;
    line-height: 1.6em;
    font-size: 1.2rem;
    left: -232px;
    top: -12px;
    width: 200px;
    padding: 8px;
    border-radius: 4px;
    text-align: left;
    background-color: #f9f9f9;
    /* box-shadow */
    box-shadow:rgba(0, 0, 0, 0.65) 0px 2px 4px -1px;
    -webkit-box-shadow:rgba(0, 0, 0, 0.65) 0px 2px 4px -1px;
    -moz-box-shadow:rgba(0, 0, 0, 0.65) 0px 2px 4px -1px;
}
.favoriteBtn .favoriteMessage .favoriteNum{
    font-size: 1.4em;
    color: #EC7063;
    font-weight: bold;
}
.favoriteBtn.reg{
    display: inline-block;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-image: url('/images/clip.32.png');
    background-position: left 0 top 0;
    cursor: pointer;
}
.favoriteBtn.rm{
    display: inline-block;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-image: url('/images/clip.32.png');
    background-position: left -32px top 0;
    cursor: pointer;
}
.favoriteBtn.reg.long{
    width: 160px;
    height: 32px;
    background-image: url('/images/clip.160x32.png');
    background-position: left -160px top 0;
}
.favoriteBtn.rm.long{
    width: 160px;
    height:32px;
    background-image: url('/images/clip.160x32.png');
    background-position: left 0px top 0;
}

.clippr{
    position: absolute;
    right: 10px;
    top: 40px;
    z-index: 999;
}

/* To TOP Btn */
.goTop{
    width: 50px;
    height: 50px;
    overflow:hidden;
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    cursor: pointer;
}