#page{
	width:660px;
	padding-left:20px;
	padding-right:20px;
	background-color:white;
	margin:0 auto;
	line-height: 1.5; 
	}<!--font-weight: boldにしていた;-->
	

a {
text-decoration: none;
}

h1 {
	position: relative;
	padding: .5em .75em;
	color:white;
	background-color:midnightblue;
}

h1::after {
	content: '';
	position: absolute;
	top: -20px;
	left: 0;
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
	height: 0;
	border: 10px solid transparent;
	border-bottom-color: gainsboro;
}

.h-red {
	padding: .3em .75em;
	background-color: #f6f6f6;
	border-left: 8px solid red;
}

.h-blue {
	padding: .3em .75em;
	background-color: #f6f6f6;
	border-left: 8px solid blue;
}

 h2 {
    position: relative;
    color: white;
    background: #2e8b57;
    line-height: 1.4;
    font-size: 35px;
   	margin-top:100px;
    padding: 0.5em 0.5em 0.5em 0.5em;
}


 h3 {
    position: relative;
    font-size: 32px;
    padding: 0.2em 0.5em 0.2em 0.5em;
}


p {
	position: relative;
	line-height: 1.5;
	font-size: 30px;
}

.train-bottom {
font-weight:bold;
text-decoration:none;
display:block;
text-align:center;
border-radius:5px;
}

.link-bottom {
color:white;
background-color:darkred;
font-weight:bold;
text-decoration:none;
text-align:center;
border-radius:5px;
padding-top:5px;
padding-bottom:5px;
padding-left:20px;
padding-right:20px;
}





.page-body{
	margin-top:0px;
	}

.page-body:after{
	content:"";
	clear:both;
	display:block;
	}

.mokuji-p {
background-color:#dcdcdc;
font-weight:bold;
font-size:50px;
padding-left:20px;
padding-top: 0px;
margin-bottom:0px;
}


ol#mokuji{
	background-color:#dcdcdc;
	list-style-type: decimal;
	padding-left:70px;
	padding-bottom:10px;
	margin-top:0px;
	font-size:35px;
}






ul.listtest2 {
    display: table;
    width:620px;
}
ul.listtest2 > li:nth-child(2n+1) {
    clear: both;
}
ul.listtest2 > li {
    float: left;
    width: 310px;
}





div.box {
width:660px; 
height:200px;
border:3px solid black;
background-color: lightcyan;
margin-top:20px;
margin-bottom:50px;
} 





a {
text-decoration:none;
}



.b-1{
	border:1px solid #000000;
	}




.square_btn {
	margin-top:20px;
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #fd9535;/*背景色*/
    border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}

.square_btn:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

























.fare {
    font-size: 20px;
    width: 660px;
    border: 1px black solid;
    margin-bottom: 20px;
}


.fare tr th {
    background-color: black;
    color: white;
    padding-top: 2px;
    padding-bottom: 2px;
    border: 1px black solid;
}

.fare tr td {
    background-color: #dcdcdc;
    border: 1px black solid;
    text-align:center;
}




.timetable-station {
	font-size: 26px;
    background-color: #fdf5e6;
    border: 1px black solid;
	padding: 10px 10px 10px 10px;
   }
   



.hyperlink{
font-size:30px;
padding-top:20px;
}

.link-bottom {
color:white;
background-color:darkred;
font-weight:bold;
text-decoration:none;
text-align:center;
border-radius:5px;
padding:5px 10px 5px 10px;
}











   
   
   
   
   
   