@charset "UTF-8";

header .container {
	margin-bottom: 66px;
	background: url("/damwalker/img/master/mainvisual.jpg") no-repeat center bottom;
}

article h1 {
	margin-top: 47px;
	margin-bottom: 47px;
	text-align: center;
	font-size: 33px;
	line-height: 1;
}

article h1 img {
	vertical-align: bottom;
}

article .list {
	margin: 0 auto 55px;
	padding-left: 0;
	width: 954px;
	list-style-type: none;
}

article .list:after {
	display: block;
	clear: both;
	overflow: hidden;
	content: "";
}

article .item {
	float: left;
	margin: 11px 9px;
}

article .item a {
	text-decoration: none;
}

article .item a .inner {
	position: relative;
	box-sizing: border-box;
	padding: 13px;
	min-height: 368px;
	width: 300px;
	height: auto;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

article .item a:hover .inner {
	background-color: #f5f5f5;
}

article .item.label1 .inner:before,
article .item.label2 .inner:before,
article .item.label3 .inner:before,
article .item.label4 .inner:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 92px;
	height: 92px;
	content: "";
}

article .item.label1 .inner:before {
	background: url("/damwalker/img/master/label1.png") no-repeat left bottom;
}

article .item.label2 .inner:before {
	background: url("/damwalker/img/master/label2.png") no-repeat left bottom;
}

article .item.label3 .inner:before {
	background: url("/damwalker/img/master/label3.png") no-repeat left bottom;
}

article .item.label4 .inner:before {
	background: url("/damwalker/img/master/label4.png") no-repeat left bottom;
}

article .item .image {
	margin-bottom: 11px;
}

article .item .image img {
	vertical-align: bottom;
}

article .item .header1 {
	margin-top: 0;
	margin-bottom: 1px;
	padding-right: 1px;
	padding-left: 1px;
	color: #993;
	letter-spacing: 1px;
	font-size: 11px;
	line-height: 18px;
}

article .item .header2 {
	margin-top: 0;
	margin-bottom: 30px;
	padding-right: 5px;
	padding-left: 5px;
	color: #000;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
}

article .item .description {
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 5px;
	padding-left: 5px;
	color: #999;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 12px;
	line-height: 18px;
}
.table_st0 {
	font-size: 12px;
	width: 100%;
	border-collapse: collapse;
}
.table_st0 th{
	padding: 6px;
	text-align: left;
	vertical-align: top;
	color: #333;
	background-color: #eee;
	border: 1px solid #b9b9b9;
}
.table_st0 td{
	padding: 6px;
	background-color: #fff;
	border: 1px solid #b9b9b9;
}
.table_st0 td a {
	font-size:10px;
}




section.contact table {
  width:100%;
  margin-top:30px;
  font-size:1.2em;
}
section.contact table td,
section.contact table th {
  padding:15px 0;
  line-height:1.5em;
}
section.contact table td,
section.contact table th {
  text-align:left;
  border-bottom:1px solid #EDEDED;
}
@media (max-width: 768px) {
  section.contact table {
    margin: 0 -10px;
  }
  section.contact table th,
  section.contact table td {
    width: 100%;
    display: block;
    padding-left:10px;
  }
  section.contact table th {
    border-bottom:0px solid #EDEDED;
  }
}
@media (min-width: 768px) {
  section.contact table th {
    width: 200px;
  }
  section.contact table th {
    border-bottom:0px solid #EDEDED;
  }
}
.form_input {
  border:0;
  padding:10px;
  font-size:1.3em;
  font-family:Arial, sans-serif;
  color:#000;
  border:solid 1px #ccc;
}
section.contact span {
  color:#FF0000;
  padding-left:10px;
}