@charset "utf-8";

/* /check/cooking/style.css */
#container {
/*
    text-align: center;
    	line-height: 2;
    border-top: 10px solid #DE8028;
    background: #fff;
    position: relative;
*/
}

/* /cooking/type1/Cooking%20Type%20Checker_files/common.css */
body {
    /*font-family: Meiryo, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    background-color: #f8f8f8;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)*/
}

/* 以下追記分 */
/* コスパ料理派 コンロ */

@media screen and (max-width: 767px)
#container {
    border-top: 5px solid #DE8028!important;
}


body {
    background-color: #fff;
}

#container .cLogo + div {
    background:url('/check/cooking/type_common/images/img_seg1_banner_new_bg.jpg') repeat-x center;
}

table.type_table {
    width: 100%;
    max-width: 95%;
    margin: 0px auto 0px auto;
    table-layout: fixed/*IE11*/;
}

table.type_table td {
    line-height: 1.6;
    font-family: Meiryo,sans-serif!important;
}


.disp_c {
    line-height: 1.6;
}

.ribbon_box_wrap {
    display: flex;
    justify-content: space-between;
    width: 727px;
    margin: 0 auto;
}

@media screen and (max-width: 767px){
.ribbon_box_wrap {
    display: block;
    width:auto;
}
}


.ribbon_box_wrap {
    float:none;
}

.ribbon_box a:hover img {
    opacity: 0.7
}
.ribbon_box a:hover p  {
/*    opacity: 0.7*/
}
.ribbon_box a:hover p + p {
/*    opacity: 0.7*/
}
.ribbon_box a:hover p span {
    opacity: 0.7
}
.ribbon_box p {
    line-height: 1.6;
}

.ribbon8 {
    line-height: 1.6;
}

#qa-q101 > table > tbody > tr:nth-child(3) > td {
    padding-top: 10px;
}

/*
a,
a:link,
a:active,
a:visited {
    color: blue;
    text-decoration: underline;
}
*/

#qa-q101 > table > tbody > tr:nth-child(4) > td > div > a {
    /* margin-top: 5px;
    margin-bottom: 20px;
    display: block;
    font-size: 15px;
    color: blue;
    text-decoration: underline; */
}

#qa-q101 > table > tbody > tr:nth-child(4) > td > div > a:hover {
    opacity: 1;
    text-decoration: none;
}


#foot {
    background: #F3DC90;
    padding-bottom: 10px;
}

#qa-q101 > table > tbody > tr:nth-child(2) > td > table > tbody > tr > td > a > img {
    width: auto;
}

/* コスパ料理派 レシピ */
/*
.r_box a:hover img {
    opacity: 0.7
}
*/
.r_box p {
    line-height: 1.6;
}

.r_box a:hover p {
    opacity: 0.7
}


.disp_r {
    line-height: 1.6;
}