.block {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.wks-block {
	width: 100%;
	margin: 0 auto 0 auto;
	text-align: center;
}

@media screen and (min-width: 1025px ) {
.wks-block label {
	width: 100%;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Sans Unicode", sans-serif;
	background-color: transparent;
	color: #333;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	padding: 25px 0 0 0;
	position: relative;
	z-index: 20;
	display: block;
	height: 55px;
	cursor: pointer;
	/*text-shadow: 1px 1px 1px rgba(255,255,255,0.8);*/
	line-height: 33px;
	font-size: 1.6em;
	font-weight: 300;
	background: rgba(255, 255, 255, 0.6);
	/*background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );*/
	border-style: solid;
	border-width: 1px;
	border-color: #eaeaea;/*box-shadow: 
		1px 1px 1px 0px rgba(155,155,155,0.3), 
		0px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 0px 0px rgba(0,0,0,0.1);*/
}
.wks-block label:hover {
	background: #eaeaea;
	color: #333;
}
.wks-block input:checked + label, .wks-block input:checked + label:hover {
	background: #eaeaea;
	color: #1c9795;/*text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);*/
	/*box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);*/
}
.wks-block label:hover:after, .wks-block input:checked + label:hover:after {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 30%;
	top: 7px;
	background: transparent url(../images/arrow_down.png) no-repeat center center;
}
.wks-block input:checked + label:hover:after {
	background-image: url(../images/arrow_up.png);
}
.wks-block input {
	display: none;
}
.wks-block article {
	background: rgba(255, 255, 255, 0.5);
	margin-top: 0px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.wks-block article p {
	/*float: right;*/
	width: 75%;
	text-align: left;
	color: #333;
	line-height: 1.7em;
	font-size: 1.2em;
	font-weight: 100;
	padding: 10px 0px 10px 0px;
	margin-left: 10%;
	margin-right: 10%;/*text-shadow: 1px 1px 1px rgba(255,255,255,0.8);*/
}
.wks-block input:checked ~ article {
	-webkit-transition: height 0.6s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;/*box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);*/
}
.wks-block input:checked ~ article.wks-small {
	height: 200px;
}
.wks-block input:checked ~ article.wks-medium {
	height: 300px;
}
.wks-block input:checked ~ article.wks-large {
	height: 400px;
}
}

@media screen and (min-width: 769px ) and (max-width: 1024px ) {
.wks-block label {
	width: 100%;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Sans Unicode", sans-serif;
	background-color: transparent;
	color: #333;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	padding: 25px 0 0 0;
	position: relative;
	z-index: 20;
	display: block;
	height: 35px;
	cursor: pointer;
	/*text-shadow: 1px 1px 1px rgba(255,255,255,0.8);*/
	line-height: 15px;
	font-size: 1.2em;
	font-weight: 300;
	background: rgba(255, 255, 255, 0.6);
	/*background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );*/
	border-style: solid;
	border-width: 1px;
	border-color: #eaeaea;/*box-shadow: 
		1px 1px 1px 0px rgba(155,155,155,0.3), 
		0px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 0px 0px rgba(0,0,0,0.1);*/
}
.wks-block label:hover {
	background: #eaeaea;
	color: #333;
}
.wks-block input:checked + label, .wks-block input:checked + label:hover {
	background: #eaeaea;
	color: #1c9795;/*text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);*/
	/*box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);*/
}
.wks-block label:hover:after, .wks-block input:checked + label:hover:after {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 30%;
	top: 7px;
	background: transparent url(../images/arrow_down.png) no-repeat center center;
}
.wks-block input:checked + label:hover:after {
	background-image: url(../images/arrow_up.png);
}
.wks-block input {
	display: none;
}
.wks-block article {
	background: rgba(255, 255, 255, 0.5);
	margin-top: 0px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.wks-block article p {
	/*float: right;*/
	width: 80%;
	text-align: left;
	color: #333;
	line-height: 1.6em;
	font-size: 1.0em;
	font-weight: 100;
	padding: 10px 0px 10px 0px;
	margin-left: 10%;
	margin-right: 10%;/*text-shadow: 1px 1px 1px rgba(255,255,255,0.8);*/
}
.wks-block input:checked ~ article {
	-webkit-transition: height 0.6s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;/*box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);*/
}
.wks-block input:checked ~ article.wks-small {
	height: 200px;
}
.wks-block input:checked ~ article.wks-medium {
	height: 300px;
}
.wks-block input:checked ~ article.wks-large {
	height: 400px;
}
}

@media screen and (min-width: 481px ) and (max-width: 768px ) {
.wks-block label {
	width: 100%;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Sans Unicode", sans-serif;
	background-color: transparent;
	color: #333;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	padding: 5px 0px 0px 0px;
	position: relative;
	z-index: 20;
	display: block;
	height: 45px;
	cursor: pointer;
	/*text-shadow: 1px 1px 1px rgba(255,255,255,0.8);*/
	line-height: 2.0em;
	font-size: 1.4em;
	font-weight: 300;
	background: rgba(255, 255, 255, 0.6);
	/*background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );*/
	border-style: solid;
	border-width: 1px;
	border-color: #eaeaea;/*box-shadow: 
		1px 1px 1px 0px rgba(155,155,155,0.3), 
		0px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 0px 0px rgba(0,0,0,0.1);*/
}
.wks-block label:hover {
	background: #eaeaea;
	color: #333;
}
.wks-block input:checked + label, .wks-block input:checked + label:hover {
	background: #eaeaea;
	color: #1c9795;/*text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);*/
	/*box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);*/
}
.wks-block label:hover:after, .wks-block input:checked + label:hover:after {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 30%;
	top: 7px;
	background: transparent url(../images/arrow_down.png) no-repeat center center;
}
.wks-block input:checked + label:hover:after {
	background-image: url(../images/arrow_up.png);
}
.wks-block input {
	display: none;
}
.wks-block article {
	background: rgba(255, 255, 255, 0.5);
	margin-top: 0px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.wks-block article p {
	/*float: right;*/
	width: 90%;
	text-align: left;
	color: #333;
	line-height: 1.4em;
	font-size: 1.0em;
	font-weight: 100;
	padding: 5px 0 10px 0;
	margin-left: auto;
	margin-right: auto;/*text-shadow: 1px 1px 1px rgba(255,255,255,0.8);*/
}
.wks-block input:checked ~ article {
	-webkit-transition: height 0.6s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;/*box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);*/
}
.wks-block input:checked ~ article.wks-small {
	height: 200px;
}
.wks-block input:checked ~ article.wks-medium {
	height: 300px;
}
.wks-block input:checked ~ article.wks-large {
	height: 400px;
}
}

@media screen and (max-width: 480px ) {
.wks-block label {
	width: 100%;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Sans Unicode", sans-serif;
	background-color: transparent;
	color: #333;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	padding: 5px 0px 0px 0px;
	position: relative;
	z-index: 20;
	display: block;
	height: 45px;
	cursor: pointer;
	/*text-shadow: 1px 1px 1px rgba(255,255,255,0.8);*/
	line-height: 2.0em;
	font-size: 1.4em;
	font-weight: 300;
	background: rgba(255, 255, 255, 0.6);
	/*background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );*/
	border-style: solid;
	border-width: 1px;
	border-color: #eaeaea;/*box-shadow: 
		1px 1px 1px 0px rgba(155,155,155,0.3), 
		0px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 0px 0px rgba(0,0,0,0.1);*/
}
.wks-block label:hover {
	background: #eaeaea;
	color: #333;
}
.wks-block input:checked + label, .wks-block input:checked + label:hover {
	background: #eaeaea;
	color: #1c9795;/*text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);*/
	/*box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);*/
}
.wks-block label:hover:after, .wks-block input:checked + label:hover:after {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 30%;
	top: 7px;
	background: transparent url(../images/arrow_down.png) no-repeat center center;
}
.wks-block input:checked + label:hover:after {
	background-image: url(../images/arrow_up.png);
}
.wks-block input {
	display: none;
}
.wks-block article {
	background: rgba(255, 255, 255, 0.5);
	margin-top: 0px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.wks-block article p {
	/*float: right;*/
	width: 90%;
	text-align: left;
	color: #333;
	line-height: 1.4em;
	font-size: 1.0em;
	font-weight: 100;
	padding: 5px 0 10px 0;
	margin-left: auto;
	margin-right: auto;/*text-shadow: 1px 1px 1px rgba(255,255,255,0.8);*/
}
.wks-block input:checked ~ article {
	-webkit-transition: height 0.6s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;/*box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);*/
}
.wks-block input:checked ~ article.wks-small {
	height: 200px;
}
.wks-block input:checked ~ article.wks-medium {
	height: 300px;
}
.wks-block input:checked ~ article.wks-large {
	height: 400px;
}
}
