﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
/* == 外枠 == */
.Lmenu_title
{
    margin: 0 0 10px;
    padding: 0;
    width: 740px;
}

.Lmenu_title .outside_h
{
}

.Lmenu_title .outside_b
{
}

.Lmenu_title .outside_f
{
}


/* == 内枠 == */
.Lmenu_title .inside_h
{
    background: url("../../../Images/h1_top.gif") no-repeat left bottom;
    font-size: 1px !important;
    height: 3px;
    width: 740px;
}

.Lmenu_title .inside_b
{
    background: url("../../../Images/h1_bg.gif") repeat-y;
    margin: 0;
    padding: 0;
    width: 740px;
}

.Lmenu_title .inside_f
{
    background: url("../../../Images/h1_bottom.gif") no-repeat left bottom;
    font-size: 1px !important;
    height: 4px;
    width: 740px;
}


/* == 文字調整 == */
.Lmenu_title .Fix_simple_title_dtl
{
    background: url("../../../Images/h1_title.gif") no-repeat left top;
    color: #44000B;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 20px 12px;
}


/* == カラー調整 == */
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
/* == 外枠 == */
.Lmenu_title
{
    margin: 0 0 10px;
    padding: 0;
    width: 320px;
}

.Lmenu_title .outside_h
{
}

.Lmenu_title .outside_b
{
}

.Lmenu_title .outside_f
{
}


/* == 内枠 == */
.Lmenu_title .inside_h
{
    background: url("../../../Images/h1_sp_top.gif") no-repeat left bottom;
    font-size: 1px !important;
    height: 3px;
    width: 320px;
}

.Lmenu_title .inside_b
{
    background: url("../../../Images/h1_sp_bg.gif") repeat-y;
    margin: 0;
    padding: 0 1px;
    width: 320px;
}

.Lmenu_title .inside_f
{
    background: url("../../../Images/h1_sp_bottom.gif") no-repeat left bottom;
    font-size: 1px !important;
    height: 4px;
    width: 320px;
}


/* == 文字調整 == */
.Lmenu_title .Fix_simple_title_dtl
{
    background: url("../../../Images/h1_sp_title_bg.gif") no-repeat left top;
    color: #44000B;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 20px 12px;
}


/* == カラー調整 == */
}
