﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
/* ==　Lメニュータイトル_標準 Start==*/
/* == 外枠 == */
.Lmenu_title
{
border-top: 2px solid #009F4F;
    margin: 0 0 20px;

}

.Lmenu_title .outside_h
{
    padding: 7px;
}

.Lmenu_title .outside_b
{
}

.Lmenu_title .outside_f
{
height: 18px;
background: linear-gradient(160deg, #DFEFE5 50%, #B7D9C8 50.1%);
}


/* == 内枠 == */
.Lmenu_title .inside_h
{
/*
    font-size: 1px !important;
*/
}

.Lmenu_title .inside_b
{
    margin: 10px;
background: none;
}

.Lmenu_title .inside_f
{
/*
    font-size: 1px !important;
*/
}


/* == 文字調整 == */
.Lmenu_title .Fix_simple_title_dtl
{
    color: #000;
    font-size: x-large;
    font-weight: bold;
    padding: 0px 15px 0px;
}
/* ==　Lメニュータイトル_標準 End==*/
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
/* ==　Lメニュータイトル_標準 Start==*/
/* == 外枠 == */
.Lmenu_title
{
border-top: 2px solid #009F4F;
    margin: 0 0 20px;
}

.Lmenu_title .outside_h
{
    padding: 7px;
}

.Lmenu_title .outside_b
{
}

.Lmenu_title .outside_f
{
height: 18px;
background: linear-gradient(160deg, #DFEFE5 50%, #B7D9C8 50.1%);
}


/* == 内枠 == */
.Lmenu_title .inside_h
{
/*
    font-size: 1px !important;
*/
}

.Lmenu_title .inside_b
{
    margin: 10px;
background: none;
}

.Lmenu_title .inside_f
{
/*
    font-size: 1px !important;
*/
}


/* == 文字調整 == */
.Lmenu_title .Fix_simple_title_dtl
{
    color: #000;
    font-size: x-large;
    font-weight: bold;
    padding: 0px 15px 0px;
}
/* ==　Lメニュータイトル_標準 End==*/
}
