﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
/* == 外枠 == */
.LmenuV_2sep
{
    float: left;
    margin: 0 0 10px;
    padding: 0;
    width: 730px;
}

.LmenuV_2sep .LVh_section
{
    float: left;
    width: 730px;
}


/* == モジュールタイトル == */
.LmenuV_2sep .LVh_section h2
{
    display: block;
    margin: 0px 0px 5px 0px;
}


/* == リスト設定 == */
.LmenuV_2sep .LVh_section ul
{ 
    float: left;
    margin: 0;
    padding: 0;
    width: 730px;
} 

.LmenuV_2sep .LVh_section li 
{ 
    float: left;
/*    font-size: small;*/
    list-style-type: none;
    padding: 0 0 5px 0px;
    text-align: left;
    width: 360px;
} 

.LmenuV_2sep .LVh_section li.liend
{
padding-left:10px; 
}

.LmenuV_2sep .LVh_section ul li a
{
    display: block;
    line-height: 1.1;
    margin: 0;
    padding: 2px 0 2px 0px;
}

.LmenuV_2sep .LVh_section .modoru
{
    float: left;
}

.LmenuV_2sep .LVh_section h3
{
    margin: 0 0 5px 0;
}

.LmenuV_2sep .LVh_section .modoru a
{
 background: url("../../../Images/page_return_icon.gif") no-repeat left center;
 font-size:small;
 margin:0;
 padding:2px 5px 0 15px;
 text-decoration:none;
}


/*= リンク設定 =*/
.LmenuV_2sep li a:link
{
 text-decoration:none;
}

.LmenuV_2sep li a:visited
{
 text-decoration:none;
}

.LmenuV_2sep li a:hover
{
 text-decoration:underline;
}

.LmenuV_2sep li a:active
{
 text-decoration:none;
}

.LVh_section .modoru a:hover
{
text-decoration:underline;
color:#800080;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.LmenuV_2sep
{
    float: left;
    margin: 0 0 10px;
    padding: 0 5px;
    width: 310px;
}

.LmenuV_2sep .LVh_section
{
    float: left;
    width: 310px;
}

.LmenuV_2sep .LVh_section h2
{
margin-left:0;
}

.LmenuV_2sep .LVh_section ul
{ 
    float: left;
    margin: 0;
    padding: 0 10px;
} 

.LmenuV_2sep .LVh_section li 
{ 
/*    background: url("../../../Images/icon.gif") no-repeat scroll left 5px transparent; */
    float: left;
    font-size: small;
    list-style-type: none;
    margin: 0 0 0 10px;
    padding: 0 0 5px;
    text-align: left;
    width: 280px;
} 

.LmenuV_2sep .LVh_section ul li a
{
    display: block;
    line-height: 1.1;
    margin: 0;
    padding: 2px 0 2px 13px;
}

.LmenuV_2sep .LVh_section .modoru
{
    float: left;
    width: 320px;
}

.LmenuV_2sep .LVh_section .modoru a
{
 background: url("../../../Images/page_return_icon.gif") no-repeat left center;
 font-size:small;
 margin:0;
 padding:2px 5px 0 15px;
 text-decoration:none;
}


/*= リンク設定 =*/
.LmenuV_2sep li a:link
{
 text-decoration:none;
}

.LmenuV_2sep li a:visited
{
 text-decoration:none;
}

.LmenuV_2sep li a:hover
{
 text-decoration:underline;
}

.LmenuV_2sep li a:active
{
 text-decoration:none;
}

.LVh_section .modoru a:hover
{
text-decoration:underline;
color:#800080;
}
}
