/**********************************************
*** Design example
*** 2018/8/6
*** 2018/8/8
***********************************************/

div#sub2 {
    display: block;
}

tr.title1 {
	background-color: lightblue;
	text-align: center;
	
	
}

th.subtitle1 {
	background-color: yellow;
	text-align: left;	
	font-weight: normal;
	
	
}

th.subtitle2 {
	background-color: azure;
	text-align: left;	
	font-weight: normal;
	
	
}


td.price1 {
	width: 65px;
	text-align: right;
	
	
}

td.price2 {
	width: 65px;
	text-align: right;
	background-color: yellow;
	color: red;
	
	
}

div#gophp {
	
	text-align: center;
	
}

div.visbutton {
	display: block;
	width: 300px;
	height: 45px;
	background-image: url("./img/buttonback.gif");
	margin: 0 auto;
	virtical-align: center;
	padding=top: 5px;
	
	color: black;
	
	
}


div.visbutton　> a {
	color: black;

	text-decoration: underline;
	
	
}

div.visbutton　> a:visited {
	color: black;

	text-decoration: underline;
}

div#gophp > a:hover {
	color: black;
	text-decoration: underline;
}
