@charset "UTF-8";


/*------------------------
main
--------------------------*/

    .flex{
    width: 1200px;
    margin: 0 auto 30px auto;
    border-left: 1px solid #c0e0b3;
    border-right: 1px solid #c0e0b3;
    border-bottom: 1px solid #c0e0b3;
    }

    main {
    width: calc(70% - 40px);
    margin: 20px 50px 0 20px;
    padding: 20px;
    /* float: left; */
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    }

    .Link {
    position: absolute;
    right: 5px;
    top: 10px;
    }

    .Link a {
    text-decoration: underline;
    }

    .Link a:hover {
    opacity: 0.7;
    text-decoration: none;
    }

    .recommend01{
    margin-top: 30px;
    padding: 2px 1px 20px;
    background: #fff;   
    }

    .recommend01TtlWrapper01 h2 {
    border-left: 3px solid #3366cc;
    border-bottom: 1px solid #cbcbcb;
    padding: 5px 0 5px 10px;
    font-size: 1.2rem;
    }

    .recommend01TtlWrapper01 {
    position: relative;
    }

    .recommend01TtlWrapper01 a {
    color: #0bd;
    }


    .recommend01TtlWrapper01{
    padding: 0 10px 0 0px;
    }
    
    .recommend01TtlWrapper01 h3 {
    margin: 16px 0 20px;
    font-weight: bold;
    font-size: 20px;
    color: #8f3d05;
    }

    .recommendListArrowTop01 {
    margin-top: 15px;
    }

    .recommendListArrowTop01.invalid {
    opacity: 0.3;
    pointer-events: none;
    cursor: default;
    }

    .recommendListArrowBottom01{
    margin-top: 8px;
    }
    .recommendListArrowBottom01.invalid {
    opacity: 0.3;
    pointer-events: none;
    cursor: default;
    }

    .recommendListArrowTop01 a:hover,.recommendListArrowBottom01 a:hover {
    opacity: 0.7;
    }

    .recommend01Btn01{
    margin-top: 10px;
    }
    
    .recommend01Btn01 a {
    display: block;
    width: 260px;
    height: 30px;
    line-height: 35px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: #8f3d05;
    }
    
    .recommend01Btn01 a span {
    padding-right: 15px;
    height: 35px;
    /* background: url(s../img/top/top_cmn_bg01.jpg) no-repeat right 4px; */
    }
    
    .recommendListOuter01{
    margin: 5px auto 0 auto;
    width: 752px;
    }
    
    .recommendListNode01{
    /* margin-top: 2px; */
    padding: 0px 15px 24px 15px;
    border: 1px solid #eee!important;
    }
    
    .recommendListNode01:first-child{
    margin-top: 0;
    }

    .clear:after{
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    }


    .new-info h3 {
    border-left: 3px solid #3366cc;
    border-bottom: 1px solid #cbcbcb;
    padding: 5px 0 5px 10px;
    margin:10px 0 15px 0;
    }

    .new-info dl {
    border-bottom: 1px dotted #333;
    margin-bottom: 10px;
    padding-bottom: 5px;
    }

    .new-info dt {
    font-weight: bold;
    }

    .new-info {
    clear: both;
    padding: 5px 0px 10px 0px;
    /* margin-left: 10px; */
    margin-top: 10px;
    }

    .new-info dd {
    padding-left: 10px;
    }

    .scroll-info {
    max-height: 300px;
    overflow-y: scroll;
    background-color: #f7f7f7;
    }

    .osusume-title {
    font-size: 1.1rem;
    margin: 0 0 10px 0px;
    }

    .osusume-title a {
    text-decoration: underline;
    color: #0bd;
    text-decoration-color: #0bd;
    }

    .osusume-title a:hover {
    text-decoration: none;
    opacity: 0.6;
    }

    .img01,.fl {
    float: left;
    }

    .fl {
    /* width: 290px; */
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
    }

    .img01 a:hover {
    opacity: 0.7;
    }

    .fl tr:first-child {
    background-color: #fff9f0;
    }

    .table01 {
    width: 220px;
    }

    .table01 td,.table02 td {
    font-size:0.8rem;
    }

    .table02 {
    width: 350px;
    padding-left: 10px;
    }

    .table01 th {
    width: 70px;
    }

    .table01 th,.table02 th {
    padding: 5px;
    }

    .recommendListNode01 {
    width: 720px;
    border: 1px solid #eee;
    overflow: hidden;
    padding: 15px 10px 5px 10px;
    margin: 5px 0 5px 0;
    }

    .osusume-wrap {
    float: left;
    margin: 0px 0 5px 15px;
    }

    .sanki-title {
    font-size: 1.1rem;
    border-left: 3px solid #3366cc;
    border-bottom: 1px solid #cbcbcb;
    padding-left: 10px;
    /* width: 85%; */
    margin: 40px 0 0 0;
    }

    .sanki-link {
    display: -webkit-flex;
    display: flex;
    /* justify-content: space-between; */
    /* width: 90%; */
    margin: 5px auto 10px auto;
    }

    .sanki-banner {
    font-size: 0.8rem;
    text-align: center;
    margin: 10px 15px;
    width: 50%;
    }

    .sanki-banner a:hover {
    opacity: 0.6;
    }