﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
/* == 外枠 == */
.simple_title .inside_h
{
background:url("../../../Images/h1_top.gif") no-repeat scroll left top;
font-size:1px !important;
margin:0;
padding:0px;
height:5px;
width:740px;
}

.simple_title .inside_b
{
    background:url("../../../Images/h1_bg.gif") repeat-y scroll left top;
    margin:0px;
    padding:0px;
    text-align:left;
    width:740px;
    height:auto;
    color: #0B4F8E;
}

.simple_title .inside_f
{
    background:url("../../../Images/h1_bottom.gif") no-repeat scroll left bottom;
font-size:1px !important;
margin:0 0 10px;
padding:0px;
height:5px;
width:740px;
}

/* == 文字調整 == */
.simple_title .Fix_simple_title_dtl
{
    background:url("../../../Images/h1.gif") no-repeat scroll left top;
    padding: 15px 0 10px 15px;
    display:block;
    margin:0 3px;
    width:719px;
    font-size:20px;
    font-weight:bold;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
/* == 外枠 == */
.simple_title .inside_h
{
    background:url("../../../Images/sp_h1_top.gif") no-repeat scroll left bottom;
font-size:1px !important;
margin:5px 0 0;
padding:0px;
height:2px;
width:320px;
}

.simple_title .inside_b
{
    background: url("../../../Images/sp_h1_bg.gif") repeat-y left top;
    color: #000000;
    margin: 0;
    padding: 5px 5px 0px 10px;
    text-align: left;
    width: 305px;
}

.simple_title .inside_f
{
    background:url("../../../Images/sp_h1_bottom.gif") no-repeat scroll left bottom;
font-size:1px !important;
margin:0 0 5px;
padding:0px;
height:2px;
width:320px;
}

/* == 文字調整 == */
.simple_title .Fix_simple_title_dtl
{
    font-size:20px;
    font-weight:bold;
}
}
