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

/* イメージ画像表示Box */

.box {
  position   : relative;
  width: 100%;
  background-image:url("../img/imageV.jpg");
  background-position: center center;
  background-size: cover;
}


img.photo{
	display: none;
}

img.photoSmart{
	display: block;
	width: 80%;
	max-width: 330px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 3px;
}


table.lines {
	width: 100%;
	font-size: 14px;
	border-collapse: collapse;
	border-top: 1px #555555 solid;
	border-left: 1px #555555 solid;
	border-radius: 3px;
}

table.lines th {
	padding: 3px;
	width:135px;
	text-align: center;
	border-bottom: 1px #555555 solid;
	border-right: 1px #555555 solid;
}

table.lines td {
	padding: 3px;
	text-align: left;
	border-bottom: 1px #555555 solid;
	border-right: 1px #555555 solid;
}

table.lines th {
	background-color: #f9f9f9;
	font-weight: normal;
}

table.nolines {
	border-collapse: collapse;
	padding:0;
	border: 0;
}

table.nolines td, table.nolines th {
	padding: 0;
	border: 0;
}


br.smartbr{
	
}















}
