@charset "UTF-8";
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
a {
	color: #000;
	text-decoration: underline;
	outline: none;
	opacity: 1;
	font-weight: bold;
}
a:hover {
	opacity: 0.8;
}
*:hover {
	transition: all .3s ease-out;
}
body {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	color: #505050;
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
	font-weight: 400;
	font-style: normal;
}
#main {
	width: 100%;
}
.inner {
	width: 850px;
	padding: 30px 0;
	margin: 0 auto;
}
h2 {
	font-size: 30px;
	line-height: 40px;
	text-align: center;
}
h2 span.sub {
	font-size: 18px;
	display: block;
}
.inner section {
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 1px;
	margin-bottom: 50px;
}
figure {
	width: 100%;
	margin: 0;
	padding: 0;
}
figure img {
	width: 100%;
}
figcaption {
	font-size: 14px;
	line-height: 20px;
}
h3 {
	margin: 0 auto -5px;
}
.figure_box figure {
	width: 31%;
	margin: 0 1%;
	float: left;
}
.figure_box figure img {
	outline: solid 1px #ccc;
}
figure.figure_box img {
	width: 32.33%;
	margin: 0 0.5%;
	float: left;
}
figure.figure_box02 img:first-child {
	width: 70%;
	float: left;
}
figure.figure_box02 img:last-child {
	width: 30%;
	float: left;
}
figure.figure_box03{
	margin:30px auto;
	}
figure.figure_box03 img {
	width: 33.33%;
	float: left;
}
picture.detail img {
	width: 50%;
	margin: 0 auto;
	display:block;
}
ul.detail_txt {
	padding: 15px 3%;
	margin: 0;
	list-style: none;
	border: solid 1px #505050;
}
ul.detail_txt li:before {
	content: '■';
	margin-right: 5px;
}
ul.detail_txt li {
	padding-left: 1em;
	text-indent: -1em;
}

@media screen and (min-width:700px) and ( max-width:1050px) {
#main {
	width: 100%;
}
.inner {
	width: 90%;
	padding: 20px 0;
	margin: 0 auto;
}
h2 {
	font-size: 20px;
	line-height: 30px;
	text-align: center;
}
h2 span.sub {
	font-size: 16px;
	display: block;
}
.inner section {
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
figure {
	width: 100%;
	margin: 0;
	padding: 0;
}
figure img {
	width: 100%;
}
figcaption {
	font-size: 14px;
	line-height: 20px;
}
h3 {
	margin: 0 auto -5px;
}
.figure_box figure {
	width: 31%;
	margin: 0 1%;
	float: left;
}
.figure_box figure img {
	outline: solid 1px #ccc;
}
figure.figure_box img {
	width: 32.33%;
	margin: 0 0.5%;
	float: left;
}
figure.figure_box02 img:first-child {
	width: 70%;
	float: left;
}
figure.figure_box02 img:last-child {
	width: 30%;
	float: left;
}
figure.figure_box03{
	margin:30px auto;
	}
figure.figure_box03 img {
	width: 33.33%;
	float: left;
}
picture.detail img {
	width: 50%;
	margin: 0 auto;
	display:block;
}
ul.detail_txt {
	padding: 15px 3%;
	margin: 0;
	list-style: none;
	border: solid 1px #505050;
}
ul.detail_txt li:before {
	content: '■';
	margin-right: 5px;
}
ul.detail_txt li {
	padding-left: 1em;
	text-indent: -1em;
}
}

@media screen and (max-width:700px) {
#main {
	width: 100%;
}
.inner {
	width: 90%;
	padding: 20px 0;
	margin: 0 auto;
}
h2 {
	font-size: 20px;
	line-height: 30px;
	text-align: center;
}
h2 span.sub {
	font-size: 16px;
	line-height: 24px;
	margin-top: 10px;
	display: block;
}
.inner section {
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
figure {
	width: 100%;
	margin: 0;
	padding: 0;
}
figure img {
	width: 100%;
}
figcaption {
	font-size: 14px;
	line-height: 20px;
}
h3 {
	margin: 0 auto -5px;
}
.figure_box figure {
	width: 95%;
	margin: 0 auto 20px;
	float: none;
}
.figure_box figure img {
	outline: solid 1px #ccc;
}
figure.figure_box img {
	width: 100%;
	margin: 0 auto;
	float: none;
}
figure.figure_box.watch img {
	width: 250px;
	display: block;
	margin: 0 auto;
}
figure.figure_box02 img:first-child {
	width: 100%;
	float: none;
}
figure.figure_box02 img:last-child {
	width: 50%;
	float: none;
	display: block;
	margin: 0 auto;
}
figure.figure_box03{
	margin:30px auto;
	}
figure.figure_box03 img {
	width: 50%;
	float: left;
}
picture.detail img {
	width: 80%;
	margin: 0 auto;
	display:block;
}
ul.detail_txt {
	padding: 10px 5%;
	margin: 0;
	list-style: none;
	border: solid 1px #505050;
}
ul.detail_txt li:before {
	content: '■';
	margin-right: 5px;
}
ul.detail_txt li {
	padding-left: 1em;
	text-indent: -1em;
}
.block {
	display: block;
}
}
@media all and (-ms-high-contrast:none) {
ul.detail_txt {
	padding: 15px 3% 5px;
}
}