.fr_catering_grayBox/* フードライブラリ
----------------------------------------------------------------------------- */
/* コンテンツ背景 */
.fr_food-library-block .fr_food-library-contentsBox-white {
    background-color: #fff;
    padding: 30px;
}

/* ボーダー */
.fr_food-library-block .fr_border-right-solid {
    border-right: 1px solid #ddd;
}
.fr_food-library-block .fr_border-left-solid {
    border-left: 1px solid #ddd;
}

/* フォント */
.fr_food-library-block .fr_lead-text-strong { /* リード文 */
    font-size:13px;
    line-height:1.8;
}
.fr_food-library-block .font-family-sans-serif {
    font-family: sans-serif, 'ヒラギノ角ゴ W3 JIS2004','Hiragino Kaku Gothic W3 JIS2004';
}
.fr_food-library-block .font-family-gothic {
    font-family: 'SackersGothicStd-Light',sans-serif, 'ヒラギノ角ゴ W3 JIS2004','Hiragino Kaku Gothic W3 JIS2004';
}
.fr_food-library-block .font-family-serif {
    font-family:"ヒラギノ明朝 W3 JIS2004", "Times New Roman", serif !important;
}
.fr_food-library-block .fr_font-large {
    font-size: 36px !important;
}
.fr_food-library-block .fr_font-large2 {
    font-size: 26px !important;
}
.fr_food-library-block .fr_font-medium2 {
    font-size: 20px !important;
    font-family:"ヒラギノ明朝 W3 JIS2004", "Times New Roman", serif !important;
    line-height: 1.4;
}
.fr_food-library-block .fr_font-medium {
    font-size: 16px !important;
}
.fr_food-library-block .text-left {
    text-align: left !important;
}
.fr_food-library-block .fr_list-type-note li:before {
    content: "＊";
    display: inline-block;
    padding-right: 5px;
}

/* 見出し */
.fr_food-library-block .fr_title-ribbon {
    position: relative;
    height: 50px;
    line-height: 50px;
    width: 80%;
    margin: 0 auto;
    padding: 0 1em;
    background-color: #f0f0f0;
}
.fr_food-library-block .fr_title-ribbon:before,
.fr_food-library-block .fr_title-ribbon:after {
    content: '';
    position: absolute;
}
.fr_food-library-block .fr_title-ribbon::before {
    top: 100%;
    left: 0;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: transparent;
    border-right-color: #ccc;
}
.fr_food-library-block .fr_title-ribbon:after {
    top: 0;
    right: 0;
    z-index: 2;
    border-width: 25px 20px;
    border-style: solid;
    border-color: transparent;
    border-right-color: #fff;
}

.fr_food-library-block .fr_title-double-line {
    position: relative;
    padding: 1em 0;
}
.fr_food-library-block .fr_title-double-line:before,
.fr_food-library-block .fr_title-double-line:after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 6px;
    box-sizing: border-box;
}
.fr_food-library-block .fr_title-double-line:before {
    top: 0;
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
}
.fr_food-library-block .fr_title-double-line:after {
    bottom: 0;
    border-top: 1px solid #000;
    border-bottom: 2px solid #000;
}

/* レイアウト */
.fr_food-library-block .container {
    width: 1100px;
    margin: 0 auto;
}
.fr_food-library-block .fr_mainvis-width,
.fr_food-library-block .fr_contents-width {
    width: 64%;
}
.fr_food-library-block .fr_table-layout-wrap {
    display: table;
    width: 100%;
    vertical-align: top;
}
.fr_food-library-block .fr_table-layout-col-4 {
    display: table-cell;
    width: 33.333333333%;
}
.fr_food-library-block .fr_table-layout-col-6 {
    display: table-cell;
    width: 50%;
}
.fr_food-library-block .fr_table-layout-col-8 {
    display: table-cell;
    width: 66.66667%;
}
.fr_food-library-block .fr_table-layout-align-bottom {
    vertical-align: bottom;
}


/* コンテンツ */
.fr_food-library-block .fr_food-library-title-h2 {
    color: #000;
    font-family: 'SackersGothicStd-Light';
    font-size: 26px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin: 10px 0 20px;
}
.fr_food-library-block .fr_food-library-subtitle-h2 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.fr_food-library-block .fr_food-library-product-info {
    font-size: 12px;
    line-height: 1.8;
    margin-top: 0;
}
.fr_food-library-block .fr_food-library-recipe-title-h2 {
    text-align: center;
    font-size: 26px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin: 0px 0px 40px;
    line-height: 1.6;
}
.hr_menu {
    border-top: 2px solid #000;
    width: 100%;
    margin: 0 0 25px 0;
}

/* レシピエリア */
.fr_food-library-recipeBlock {
    background-color: #fff;
    padding: 40px;
}
.fr_food-library-recipeBlock .fr_recipeBlock-well {
    margin-top: 50px;
    border: 1px solid #eee;
    padding: 30px;
}
.fr_food-library-block .fr_recipeContents h4 {
    margin-top: 40px;
}
.fr_food-library-block .fr_recipeContents dt {
    font-size: 14px;
    margin-bottom: 10px;
}

/* 法人のお客様へ */
.fr_cosales_wrap dl dt {
    font-size: 26px;
    font-weight: normal;
}
.fr_cosales_wrap dl dt p {
    line-height: 1.2;
}
.fr_cosales_wrap dl dt p span {
    font-size: 20px;
}
.fr_cosales_wrap .md_linkBtn {
    clear: both;
}
.fr_cosales_wrap .md_linkBtn a {
    width: 250px;
}
.fr_cosales_wrap dl dd {
    font-size: 14px;
    line-height: 1.8;
}
.fr_sales_service {
    padding-left: 30px;
    padding-right: 30px;
}
.fr_cosales_contact {
    clear: both;
}
.fr_cosales_info dl dt , .fr_cosales_info dl dd {
    display: table-cell;
    font-size: 14px;
    vertical-align: top;
}
.fr_cosales_info dl dt {
    width: 150px;
}
/*コラム*/
.columnWrap {
    margin: 0 0 30px 0;
}
.fr_column-title {
    float: left;
    display: inline-block;
    height: auto;
    width: auto;
    margin: 0 5px 8px 5px;
    color: #fff;
}
.fr_column-title a {
    color: #fff;
    font-family: 'SackersGothicStd-Light';
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    width: 246px;
    display: table-cell;
    vertical-align: middle;
}
.fr_column-title p {
    font-size: 10px;
    margin: 0;
}
.fr_border_bottom {
    border-bottom: solid 1px #000;
}
.fr_curry_recipe_a h3 {
    background: url(/user_data/packages/default/add/img/column/curry_a.png) no-repeat;
    padding: 0 0 0 60px;
}
.fr_curry_recipe_b h3 {
    background: url(/user_data/packages/default/add/img/column/curry_b.png) no-repeat;
    padding: 0 0 0 60px;
}
.fr_curry_recipe_c h3 {
    background: url(/user_data/packages/default/add/img/column/curry_c.png) no-repeat;
    padding: 0 0 0 60px;
}
/*ケータリングサービスのご案内*/
.fr_catering_menu li a {
    padding: 20px 0 15px 0;
}
.fr_catering_menu li a:hover {
    background-color: #000;
    color: #fff;
}
.fr_catering_menu .fr_active {
    background-color: #000;
    color: #fff;
}
.md_catMenu {
    margin-bottom: 0;
}
.md_sectionWrap {}
.fr_grayBox {
    background: #f2f2f2;
    margin: 0 0 30px;
    overflow: hidden;
    padding: 15px 0;
    min-height: 0;
    clear: both;
}
.fr_catering_grayBox {
    width: 80%;
	border-top: 8px solid #eee;
    margin: 0 auto 30px;
    overflow: hidden;
    padding: 15px 0;
    min-height: 0;
    clear: both;
}
.fr_catering_c_Contact {
    width: 100%;
	border-top: 8px solid #eee;
    margin: 0 auto 30px;
    overflow: hidden;
    padding: 15px 0;
    min-height: 0;
    clear: both;
}
a:focus {
    text-decoration:none;
}
.fr_coffeepot-title-h3 {
    color: #000;
    font-family: 'SackersGothicStd-Light';
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin: 10px 0 5px;
}
.table tbody tr {
    float:left;
    width: 300px;
}
.table tbody tr th , .table tbody tr td {
    border-top:none;
}
.table tbody tr th {
    font-weight:bold;
    width: 172px;
}
.store-location {
    width:900px;
    margin: 0 auto;
}
/*デリバリー単品メニュー*/
.active-tab {
    background-color: #000;
    border-color: #000;
}
.active-tab:active , .active-tab:hover {
    background-color: #000;
    border-color: #000;
}
.deli-tab {
    padding: 20px;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}
.active-tab a {
    color: #fff;
}
/*サムネイル調整*/
.fr_overflow-thumb{
    width: 100%;
    height: 160px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}
.fr_overflow-thumb img{
    position: relative;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.fr_overflow-thumb-top{
    position: relative;
    height: 215px;
    overflow: hidden;
}
.fr_overflow-thumb-top img{
    top: 50%;
    left: 50%;
    width: 360px;
    height: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
}
/*取り扱い商品ついて*/
.fr_ourproductsBlockWrap .fr_padding-top-sm p {
    font-size: 14px;
    line-height: 1.8;
    font-family:'ヒラギノ角ゴ W3 JIS2004','Hiragino Kaku Gothic W3 JIS2004', メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
/*ストーリー*/
.fr_story_page {
    width: 400px;
    margin: 0 auto;
}
.fr_story_page ul li {
    float: left;
}
.fr_story_page ul li:last-child {
    float: right;
}