﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
/* == 外枠 == */
.Lmenu_title
{
    background: url("../../../Images/2020renew/h1_bk_blue.png") no-repeat;
    border-top: 2px solid #3FB7EC;
    border-bottom: 2px solid #009DE6;
    margin: 0 0 10px;
    padding: 0;
    width: 780px;
}

.Lmenu_title .outside_h
{
}

.Lmenu_title .outside_b
{
}

.Lmenu_title .outside_f
{
}


/* == 内枠 == */
.Lmenu_title .inside_h
{
}

.Lmenu_title .inside_b
{
    margin: 0;
    padding: 0;
    width: 780px;
}

.Lmenu_title .inside_f
{
}


/* == 文字調整 == */
.Lmenu_title .Fix_simple_title_dtl
{
    color: #000000;
    display: block;
    font-size: x-large;
    font-weight: normal;
    padding: 15px 10px;
    border-bottom: solid 5px #009DE6;
    margin: 0 35px 0 35px;
}


/* == カラー調整 == */
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
/* == 外枠 == */
.Lmenu_title
{
    border: 1px solid #7dccf3;
    margin: 0 0 10px;
    padding: 0;
    width: 318px;
}

.Lmenu_title .outside_h
{
}

.Lmenu_title .outside_b
{
}

.Lmenu_title .outside_f
{
}


/* == 内枠 == */
.Lmenu_title .inside_h
{
}

.Lmenu_title .inside_b
{
    margin: 0;
    padding: 0;
    width: 318px;
}

.Lmenu_title .inside_f
{
}


/* == 文字調整 == */
.Lmenu_title .Fix_simple_title_dtl
{
    background-color: #bae3f9;
    border: 1px solid #ffffff;
    color: #000000;
    display: block;
    font-size: large;
    font-weight: bold;
    padding: 15px 25px;
}


/* == カラー調整 == */
}
