.boxTable th {
	text-align: center;
	width: 10%;
}
.boxTable td {
	vertical-align: top;
	text-align: left;
}
 @media print, screen and (min-width: 768px) {
.boxTable td img {
	width: 120px;
	height: auto;
	float: right;
}
}
 @media screen and (max-width: 767px) {
.boxTable td img {
	width: 112px;
	height: auto;
	display: block;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}
}
 @media print, screen and (min-width: 1024px) {
/* anchorMenu */
#anchorMenu {
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	height: 55px;
	z-index: 993;
	border-bottom: solid 2px #013690;
	background-color: #ffffff;
}
#anchorMenu.fixed {
	position: fixed;
}
#anchorMenu .contents {
	position: relative;
	max-width: 1180px;
	padding-left: 0;
	padding-right: 0;
}
#anchorMenu #anchorInner {
	height: 55px;
	overflow: hidden;
}
#anchorMenu .btnIcon {
	display: block;
	position: absolute;
	width: 55px;
	height: 55px;
	background-color: #313131;
	top: 50%;
	transform: translateY(-50%);
 -webkit- transform: translateY(-50%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 55px auto;
	cursor: pointer;
	z-index: 11;
}
#anchorMenu .prev {
	left: 0;
	background-image: url(/common/v1/img/icon_prev.png);
	background-color: #013690;
}
#anchorMenu .next {
	right: 0;
	background-image: url(/common/v1/img/icon_next.png);
	background-color: #013690;
}
#anchorMenu ul {
	position: relative;
	top: 0;
	left: 0;
	white-space: nowrap;
	font-size: 0;
}
#anchorMenu li {
	display: inline-block;
	font-family: 'SuzukiPROHeadline';
	font-size: 1.8rem;
}
#anchorMenu li a {
	color: #323232;
	display: inline-block;
	padding-left: 32px;
	padding-right: 15px;
	line-height: 55px;
	background-image: url(/common/v1/img/icon_anchor.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	background-size: 9px auto;
	transition-property: all;
	transition: 0.2s linear;
}
#anchorMenu li:first-child a {
	padding-left: 17px;
	background-position: 0 center;
}
#anchorMenu li:last-child a {
	padding-right: 0;
}
#anchorMenu li a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
}
 @media screen and (max-width: 1220px) and (min-width: 1024px) {
#anchorMenu .contents {
	margin-left: 20px;
	margin-right: 20px;
}
#anchorMenu .prev {
	left: -20px;
}
#anchorMenu .next {
	right: -20px;
}
}
@media screen and (max-width: 1023px) {
/* anchorMenu */
#anchorMenu {
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	height: 46px;
	z-index: 993;
	border-bottom: solid 2px #013690;
	background-color: #ffffff;
}
#anchorMenu.fixed {
	position: fixed;
}
#anchorMenu .contents {
	position: relative;
	margin-left: 4%;
	margin-right: 4%;
	padding-left: 0;
	padding-right: 0;
}
#anchorMenu #anchorInner {
	height: 46px;
	overflow: hidden;
}
#anchorMenu .btnIcon {
	display: block;
	position: absolute;
	width: 46px;
	height: 46px;
	background-color: #313131;
	top: 50%;
	transform: translateY(-50%);
 -webkit- transform: translateY(-50%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 40px auto;
	cursor: pointer;
	z-index: 11;
}
#anchorMenu .prev {
	left: -4.3%;
	background-image: url(/common/v1/img/icon_prev.png);
	background-color: #013690;
}
#anchorMenu .next {
	right: -4.3%;
	background-image: url(/common/v1/img/icon_next.png);
	background-color: #013690;
}
#anchorMenu ul {
	position: relative;
	top: 0;
	left: 0;
	white-space: nowrap;
	font-size: 0;
}
#anchorMenu li {
	display: inline-block;
	font-family: 'SuzukiPROHeadline';
	font-size: 1.8rem;
}
#anchorMenu li a {
	color: #323232;
	display: inline-block;
	padding-left: 32px;
	padding-right: 15px;
	line-height: 46px;
	background-image: url(/common/v1/img/icon_anchor.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	background-size: 9px auto;
}
#anchorMenu li:first-child a {
	padding-left: 17px;
	background-position: 0 center;
}
#anchorMenu li:last-child a {
	padding-right: 0;
}
}
