/*　2025年度　西尾線の紹介　*/

a:link {text-decoration: none; color:blue;}
a:visited {text-decoration: none; color:blue;} 
a:active {text-decoration: none; color:green;}
a:hover {text-decoration: none; color:red;}

/*　戻るリンク　*/

P.genzaiti{
 text-align: center;
 font-size: 90%;
 line-height:130%;
}

SPAN.here{
 background-color: lightgreen;
}

IMG.genzaiti{
 vertical-align: text-bottom;
}


/*　本文　*/

BODY{
 background: url(../back/2007bgnishio.gif);
 background-color: #eeffee;
 text-size-adjust: 100%;
 -webkit-text-size-adjust: 100%;/*Chrome,Safari*/
 -ms-text-size-adjust: 100%;/*EgdeMobile*/
 -moz-text-size-adjust: 100%;/*firefox*/
}

TABLE.titletable{
 line-height:120%;
 width: 650px;
 margin-left: auto;
 margin-right: auto;
}

TD.titletd{
 width: 250px;
 border-style: solid;
 border-color: green;
 border-width: 1px;
 padding: 5px;
 font-size: 120%;
 color: darkgreen;
 text-align: center;
 font-weight: bold;
}

TD.titlektd{
 width: 200px;
 background-color: lightgreen;
 font-size: 90%;
 color: darkgreen;
 text-align: left;
}

IMG.trainicon{
 float: left;
}

P.trainlist{
 color: darkgreen;
 font-size: 90%;
 line-height: 130%;
}

DIV.shoukai{
 width: 650px;
 margin-left: auto;
 margin-right: auto;
}

H1{
 border-style: solid;
 border-color: green;
 border-width: 1px;
 padding: 5px 0px 5px 30px;
 font-size: 100%;
 color: darkgreen;
 font-weight: bold;
}

IMG.itizu{
 float: left;
 margin: 0 20px 0 0;
 width: 300px;
}

P.gaiyou{
 color: #333333;
 font-size: 90%;
 line-height: 130%;
}

IMG.eki{
 margin: 20px 0 0 0;
 width: 650px;
}

UL{
 font-size: 90%;
}


/*　スマホ　PC用の記述より下に配置すること*/

@media screen and (max-width: 710px) {


TABLE.titletable{
 width: 100%;
}

TD.titletd{
 width: 80%;
}

TD.titlektd{
 width: 10%;
}

P.trainlist{
 font-size: 100%;
}

DIV.shoukai{
 width: 100%;
}

H1{
}

IMG.itizu{
 width: 50%;
}

P.gaiyou{
 font-size: 100%;
}

IMG.eki{
 width: 100%;
}

UL{
 font-size: 100%;
}

}