﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
.simple_title 
{
    background: url("../../../Images/h1_bg.gif") no-repeat left bottom;
    margin: 0 0 10px;
    text-align: left;
    width: 705px;
}

.simple_title .simple_title_box
{
    background: url("../../../Images/h1_top.gif") no-repeat left top;
    color: #000000;
    margin: 0;
    padding: 20px 10px 14px 20px;
    text-align: left;
}

.Fix_simple_title_dtl
{
    font-size: 20px;
    font-weight: bold;
}


/* == 暮らし == */
.gn1 .simple_title
{
    background: url("../../../Images/h1_1_bg.gif") no-repeat left bottom;
}

.gn1 .simple_title .simple_title_box
{
    background: url("../../../Images/h1_1_top.gif") no-repeat left top;
}


/* == イベント == */
.gn2 .simple_title 
{
    background: url("../../../Images/h1_2_bg.gif") no-repeat left bottom;
}

.gn2 .simple_title .simple_title_box
{
    background: url("../../../Images/h1_2_top.gif") no-repeat left top;
}


/* == ようこそ小松 == */
.gn3 .simple_title 
{
    background: url("../../../Images/h1_3_bg.gif") no-repeat left bottom;
}

.gn3 .simple_title .simple_title_box
{
    background: url("../../../Images/h1_3_top.gif") no-repeat left top;
}


/* == 小松市の紹介 == */
.gn4 .simple_title 
{
    background: url("../../../Images/h1_4_bg.gif") no-repeat left bottom;
}

.gn4 .simple_title .simple_title_box
{
    background: url("../../../Images/h1_4_top.gif") no-repeat left top;
}


/* == よくある質問 == */
.gn5 .simple_title 
{
    background: url("../../../Images/h1_5_bg.gif") no-repeat left bottom;
}

.gn5 .simple_title .simple_title_box
{
    background: url("../../../Images/h1_5_top.gif") no-repeat left top;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.simple_title 
{
    background: url("../../../Images/h1_bg_sp.gif") no-repeat left bottom;
    margin: 0 0 10px;
    text-align: left;
    width: 320px;
}

.simple_title .simple_title_box
{
    background: url("../../../Images/h1_top_sp.gif") no-repeat left top;
    color: #000000;
    margin: 0;
    padding: 20px 10px 14px 20px;
    text-align: left;
}

.Fix_simple_title_dtl
{
    font-size: 20px;
    font-weight: bold;
}


/* == 暮らし == */
.gn1 .simple_title
{
    background: url("../../../Images/h1_1_bg_sp.gif") no-repeat left bottom;
}

.gn1 .simple_title .simple_title_box
{
    background: url("../../../Images/h1_1_top_sp.gif") no-repeat left top;
}


/* == イベント == */
.gn2 .simple_title 
{
    background: url("../../../Images/h1_2_bg_sp.gif") no-repeat left bottom;
}

.gn2 .simple_title .simple_title_box
{
    background: url("../../../Images/h1_2_top_sp.gif") no-repeat left top;
}


/* == ようこそ小松 == */
.gn3 .simple_title 
{
    background: url("../../../Images/h1_3_bg_sp.gif") no-repeat left bottom;
}

.gn3 .simple_title .simple_title_box
{
    background: url("../../../Images/h1_3_top_sp.gif") no-repeat left top;
}


/* == 小松市の紹介 == */
.gn4 .simple_title 
{
    background: url("../../../Images/h1_4_bg_sp.gif") no-repeat left bottom;
}

.gn4 .simple_title .simple_title_box
{
    background: url("../../../Images/h1_4_top_sp.gif") no-repeat left top;
}


/* == よくある質問 == */
.gn5 .simple_title 
{
    background: url("../../../Images/h1_5_bg_sp.gif") no-repeat left bottom;
}

.gn5 .simple_title .simple_title_box
{
    background: url("../../../Images/h1_5_top_sp.gif") no-repeat left top;
}
}
