﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
.BreadCrumbs_Standard .inside_b {
    padding: 80px 80px 40px;
}

#HeaderPane .SNS_share .ModuleReference {
    margin: 0px auto;
    padding: 0px 0px 15px 0px;
    background: #fff;
    width: 1160px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.SNS_share .rb_blockbox {
    display: flex;
    padding: 0px 80px;
    align-items: center;
}

#MenuIDView {
    margin: 0px 10px 0px 0px;
}

#MenuIDView_b {
}

#MenuIDView_c {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
    background: #fff;
}

.SNS_share .rb_block {
}


.SNS_share .sns_block {
    padding: 0px 80px;
    display: flex;
    align-items: center;
}

.sns_block .facebook, .sns_block .x, .sns_block .line {
    display: inline-block;
    margin: 0px 0px 0px 10px;
}

.sns_block .facebook {
    position: relative;
    margin: 2px 0px 0px;
}

.sns_block .line {
}

.sns_block .twitter-share-button {
    color: #fff;
    border-radius: 3px;
}

#HeaderPane .rsbtn {
    position: fixed;
    top: 110px;
    left: 10px;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
#HeaderPane .SNS_share .ModuleReference {
    margin: 0px auto;
    padding: 0px;
    background: #fff;
    width: 320px;
}

.SNS_share .rb_blockbox {
    display: flex;
    padding: 10px 10px;
    align-items: center;
}

#MenuIDView {
    margin: 0px 10px 0px 0px;
    background: #fff;
}

#MenuIDView_b {
}

#MenuIDView_c {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 3px;
    background: #fff;
    font-size: small;
}

.SNS_share .rb_block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0px 10px 0px;
    justify-content: flex-end;
    flex-direction: row-reverse;
}

.SNS_share .sns_block {
    padding: 5px 5px 5px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.sns_block .facebook, .sns_block .x, .sns_block .line {
    display: inline-block;
}

.sns_block .facebook {
    position: relative;
}

.sns_block .line {
}
}
