#contents{
	width: 100%;
}
img {
    max-width: 100%;
    height:auto;
}
.section{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.section img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.section img a{
	border: none;
}
.secInfo{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.secInfo img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.secInfo img a{
	border: none;
}
.back{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	display: block;
	padding-top: 30px;
	padding-bottom: 10px;
	font-size: 0.8em;
}

h2{
	font-size: 3em;
	background-image: url(img/bg_h2.png);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #14a83b;
	text-align: center;
	line-height:1.5em;
}
h3{
	font-size: 2em;
	color: #fff;
	text-align: center;
	background-color: #14a83b;
	line-height: 2em;
}
dt{
	font-weight: bold;
	padding-top: 20px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #14a83b;
	color: #14a83b;
	font-size: 1.3em;
	line-height:2.0em;
}
dd{
	padding-top: 10px;
	line-height:2.0em;
}
p{
	line-height:2.0em;
	text-align: center;
}
.data{
	display: block;
	width: 900px;
	margin-bottom: 50px;
	text-align: center;
}

@media screen and (max-width: 768px){
.section,.secInfo,.back,.data{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.section img{
	max-width: 100%;
	width : auto;
	height: auto;
}
dt{
	font-weight: bold;
	padding-top: 10px;
	border-bottom-style: none;
	color: #14a83b;
	font-size: 1em;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
h2{
	font-size: 2em;
}
h3{
	font-size: 1.2em;
}
}
