@charset "euc-jp";

/* point_rule

ポイントルールで共通使用するスタイル

main_column
left_column

------------------------------------------------ */

/* main_column 中央カラム
------------------------------------------------ */
.main_column {
    margin: 0 0 0 20px;
    width: 770px;
    font-size: 13px;
}

.point_rule .color01{
    color: #ff0000;
    padding-left:3em;
    text-indent:-3em;
    margin:10px 0 0;
}
/* 見出し */
.point_rule h2 {
    height: auto;
    box-sizing: border-box;
    padding: 12px 135px 8px 42px;
    background: url(../../../img/15/mypage/point_rule/ico_point_rule.gif) no-repeat 10px center;
    background-color: #5a9fdf;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px;
}

.point_rule .point_flow h3,
.point_rule .point_handling h3,
.point_rule .point_situation h3 {
    clear: both;
    border-bottom: #2879c4 1px solid;
    background: url(../../../img/15/detail/ico_arrow7.gif) no-repeat 10px 15px;
    margin-bottom: 20px;
    padding-left: 25px;
    font-size: 18px;
    color: #3b3b3b;
}

.point_rule h4 {
    padding: 12px 0 9px 10px;
    border-bottom: #73b6f4 2px solid;
    background: #d0e8ff;
    font-size: 15px;
    font-weight: bold;
    color: #173864;
}

/* ポイント獲得までの流れ */

.flow_wrap{
    overflow: hidden;
}

.box{
    background: url(../../../img/15/mypage/point_rule/arrow1.png) 232px center no-repeat;
    float: left;
    width: 279px;
}

.box:last-child{
    background: none;
    width: 193px;
}

.inner{
    border: 1px solid #e0e0e0;
    width: 198px;
    height: 195px;
    padding: 10px 6px;
    margin: 0 18px 0 0;
}

.number{
    background: #5a9fdf;
    color: #fff;
    float: left;
    font-size: 16px;
    font-weight: bold;
    display: block;
    width: 20px;
    height: 18px;
    padding: 2px 0 0 0;
    line-height: 20px;
    text-align: center;
}

.text{
    margin-left: 26px;
}

.flow_img{
    padding-top: 10px;
}

.point_notice{
    background: #eee;
    padding: 20px;
    margin-top: 20px;
}


/* ポイントの取扱いに関して */
.handling_wrap{
    margin-top: 20px;
    overflow: hidden;
}
.point_handling h5 {
    padding: 5px;
    background: #f63048;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.point_handling .red_area{
    margin-bottom: 15px;
    border:#ff0000 1px solid;
    color:#ff0000;
    padding:10px;
    text-align:center;
    font-size: 14px;
    line-height: 1.6;
}
.point_handling h4{
    width:770px;
}
.handling_wrap > div {
    margin: 0 30px 0 0;
    width:770px;
}
.point_handling_in{
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px;
    overflow:hidden;
}
.handling_box{
    width:368px;
    float:left;
    margin:10px 20px 0 0;
}
.handling_box img{
    float:left;
}
.handling_box p {
    margin-bottom: 10px;
}
.countermeasure{
    background: url(../../../img/15/mypage/point_rule/countermeasure.gif) no-repeat #fef8e3;
    border: 1px solid #f0bd00;
    height: 100px;
    margin:15px 0 0 0;
    position: relative;

}
.countermeasure p{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 273px;
    padding-left: 75px;
}
.countermeasure p.hint {
    width: 620px;
}
/* 対象・対象外サービス */
.included {
    margin: 15px 0;
    overflow: hidden;
}
.included > li {
    width: 50%;
    float: left;
}
.included > li p {
    padding: 4px 10px 1px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}
.included > li:first-of-type p {
    background: #f63048;
}
.included > li:last-of-type p {
    background: #9f9f9f;
}
.included ul {
    padding: 10px 10px 10px 30px;
    min-height: 140px;
    box-sizing: border-box;
    list-style: outside;
    border: 1px solid #c7c7c7;
}
.included > li:last-of-type ul{
    border-left: none;
}

/* ルール適用状況 */
.point_situation{
    margin-bottom: 20px;
    overflow: hidden;
}
.situation_box{
    float: left;
    width: 370px;
    margin-right: 30px;
}
.situation_box h4{
    width:770px;
}
.situation_box:last-child {
    margin: 0;
}
.situation_in{
    border: 1px solid #e0e0e0;
    width: 768px;
    padding:40px 0;
    text-align: center;
    line-height:24px;

}
/* 注目のショッピング　2枠用 */
.attention_list2 { margin-bottom: 10px;}
.attention_list2 h2 {
    padding-left: 27px;
    background: url(../../../img/15/icon/ico_attention1.gif) no-repeat 3px center;
    background-color: #5a9fdf;
    letter-spacing: 0;
    font-size: 14px;
}
.attention_list2 li {
    border-bottom: #b3b5e5 1px dotted;
    border-left: #e0e0e0 1px solid;
    border-right: #e0e0e0 1px solid;
    padding-bottom: 1px;
    text-align: center;
    transition: .2s linear;
}
.attention_list2 li:last-child {
    border-bottom: #e0e0e0 1px solid;
}
.attention_list2 a {
    display: block;
    padding: 15px 15px 3px;
    text-decoration: none;
}
.attention_list2 a:hover {
    background-color: #fef5d1;
}
.attention_list2 .name {
    margin-bottom: 5px;
    font-size: 12px;
}
.attention_list2 .point { font-size: 18px;}
.attention_list2 .addpointtime {
    font-size: 11px;
    color: #2f2f2f;
}
.attention_list2 .btn_details a {
    height: 14px;
    width: 126px;
    margin: 3px auto 3px;
    padding: 8px 10px;
    border: #b7b7b7 1px solid;
    border-radius: 2px;
    background: #A4A4A4;
    background: -moz-linear-gradient(top, #d4d5d7 0%, #d4d5d7 50%, #c4c5c6 50%, #c4c5c6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4d5d7), color-stop(50%,#d4d5d7), color-stop(50%,#c4c5c6), color-stop(100%,#c4c5c6));
    background: -webkit-linear-gradient(top, #d4d5d7 0%, #d4d5d7 50%, #c4c5c6 50%, #c4c5c6 100%);
    background: linear-gradient(to bottom, #d4d5d7 0%, #d4d5d7 50%, #c4c5c6 50%, #c4c5c6 100%);
    text-shadow: 1px 1px 0 #e8ebed;
    -webkit-text-shadow:  1px 1px 0 #e8ebed;
    -moz-text-shadow:  1px 1px 0 #e8ebed;
    font-weight: bold;
    font-size: 14px;
    color: #243747;
}
.attention_list2 .btn_details a:hover {
    color: #2882d6;
}

/* ssp */
.ssp{
    width: 728px;
    margin: 20px auto 15px;
}