

/*** for PC Browser ***/
@media (min-width:401px)
{
@charset "utf-8";

/*.menu_title*/
.h1_mod 
{
 background:transparent url(../../../Images/h1_title_other.gif) no-repeat scroll left top;
background-repeat: no-repeat;
width: 950px;
text-align: left;
height: 60px;
float: left;
margin-bottom:5px; 
}

.menu_title_box
{
border-bottom:1px solid #989898;
color:#000000;
float:left;
margin:0 0 0 5px;
padding:10px 0 0 10px;
text-align:left;
width:590px;
word-wrap:break-word;
line-height: 20px;
}

.Fix_menu_title_dtl {
 font-size: 16px;
}

/**** 変更前↓ ****/
/*
.commonh1
{
 background:transparent url(../../../Images/h1_title_other.gif) no-repeat scroll left top;
background-repeat: no-repeat;
width: 950px;
text-align: left;
height: 60px;
float: left;
margin-bottom:5px; 
}

.common_box
{
text-align: left;
float: left;
border-bottom-width: 1px;
width: 630px;
padding-top: 15px;
padding-left: 5px;
margin:0;
padding:0;
}

.common_box h1 
{
text-align: left;
float: left;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #989898;
font-size: large;
color: #000000;
padding-left: 20px;
padding-top:15px;
}
*/
/**** 変更前↑ ****/
}
