﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
.LmenuV_body
{
float:left;
margin:0 0 10px;
padding:0;
width:730px;
}

.LmenuV_body .LVh_section
{
float:left;
width:730px;
}

.LmenuV_body .LVh_section h2
{
display:none;
font-weight:bold;
}

.LmenuV_body .LVh_section UL 
{ 
 float:left;
 color:black;
 font-size:small;
 font-weight:normal;
 margin:0;
 padding:1px 10px;
 text-align:left;
} 

.LmenuV_body .LVh_section LI 
{ 
background:url("../../../Images/icon.gif") no-repeat 0px 8px;
float:left;
font-size: medium;
list-style-type:none;
margin:0 0 0 10px;
padding:0;
text-align:left;
width:690px;
} 

.LmenuV_body .LVh_section ul li a
{
 display:block;
 margin:0;
 padding:4px 0 4px 15px;
/* line-height:1.1; */
 margin:0;
}

.LmenuV_body .LVh_section .modoru
{
float:left;
font-size:1% !important;
padding:0 10px;
width:710px;
}

.LmenuV_body .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_body li a:link
{
 text-decoration:none;
}

.LmenuV_body li a:visited
{
 text-decoration:none;
}

.LmenuV_body li a:hover
{
 text-decoration:underline;
}

.LmenuV_body li a:active
{
 text-decoration:none;
}

.LVh_section .modoru a:hover
{
text-decoration:underline;
color:#800080;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.LmenuV_body
{
float:left;
margin:0 0 0px;
padding:0;
width:320px;
}

.LmenuV_body .LVh_section
{
float:left;
width:320px;
}

.LmenuV_body .LVh_section h2
{
display:none;
font-size:105%;/*15px;*/
font-weight:bold;
}

.LmenuV_body .LVh_section UL 
{ 
 float:left;
 color:black;
 font-size:small;
 font-weight:normal;
 margin:0;
 padding:1px 10px;
 text-align:left;
} 

.LmenuV_body .LVh_section LI 
{ 
background:url("../../../Images/icon.gif") no-repeat 0px 8px;
float:left;
font-size: medium;
list-style-type:none;
margin:0 0 0 10px;
padding:0 0 5px;
text-align:left;
width:290px;
} 

.LmenuV_body .LVh_section ul li a
{
 display:block;
 margin:0;
 padding:4px 0 4px 15px;
 line-height:1.1;
 margin:0;
}

.LmenuV_body .LVh_section .modoru
{
float:left;
font-size:1% !important;
padding:0 10px;
width:290px;
}

.LmenuV_body .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_body li a:link
{
 text-decoration:none;
}

.LmenuV_body li a:visited
{
 text-decoration:none;
}

.LmenuV_body li a:hover
{
 text-decoration:underline;
}

.LmenuV_body li a:active
{
 text-decoration:none;
}

.LVh_section .modoru a:hover
{
text-decoration:underline;
color:#800080;
}
}
