@charset "utf-8";

*:first-child+html li{
_line-height:0;
}
*:first-child+html img{
display:inline;} 

/* 共通link */
/*
a:link{color: #0079c5; text-decoration:none; }
a:visited{color:#0079c5; text-decoration:none; }
a:hover{color: #0079c5; text-decoration:underline; }
a:active{color: #0079c5; }
*/
a:link{color: #333; text-decoration:none; }
a:visited{color:#333; text-decoration:none; }
a:hover{color: #333; text-decoration:underline; }
a:active{color: #333; }
a:hover img{opacity: 0.7; filter: alpha(opacity=70); }
a:hover img.nf{opacity: 1; filter: alpha(opacity=100); }


.mt0{margin-top:0 !important;}
.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}
.mt35{margin-top:35px !important;}
.mt40{margin-top:40px !important;}
.mt45{margin-top:45px !important;}
.mt50{margin-top:50px !important;}
.mt60{margin-top:60px !important;}

.mb0{margin-bottom:0 !important;}
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb35{margin-bottom:35px !important;}
.mb40{margin-bottom:40px !important;}
.mb45{margin-bottom:45px !important;}
.mb50{margin-bottom:50px !important;}
.mb60{margin-bottom:60px !important;}

.mr0{margin-right:0 !important;}
.ml0{margin-left:0 !important;}