@import "base.css";

#title_main{
	width: 100%;
	height: 200px;
	background: url("../../products/img/title_main.jpg") no-repeat;
	background-position: center;
}

.txt{
	padding: 20px;
}

td{
	padding: 25px;
	width: 80%;
	text-align: left;
	border-bottom: 1px dotted #969696;
}

/*スマホ対応________________________________________________________________________*/
@media only screen and ( max-width : 760px ) {
#title_main{
	width: 100%;
	height: 100px;
	background: url("../../products/img/title_main.jpg") no-repeat;
	background-position: center;
  margin-top: -20px;
  margin-bottom: 20px;
}
}
