.c60 {color:orangered; font-size:18px;}
.c90 {color:green; font-size:18px;}
.c120 {color:mediumvioletred; font-size:18px;}

/* ヘッダー店名のテキスト色 */
#header .header_info .shop {
    color: #e1315b;
}

/* ヘッダー営業時間のテキスト色 */
#header .header_info .time {
    color: #e1315b;
}

/* ヘッダー電話番号のテキスト色 */
#header .header_info .tel {
    color: #e1315b;
}
/* コンテナを1カラムにする */

#main_con .block1,#main_con .block2{
display:block;
width:100%;
}
#main_con .block2{/*rightbox*/
padding-left:0%;
}