/* CSS Document */

/* PC専用表示 */
@media only screen and (max-width:600px){
	.for_pc {
		display: none;
	}
	.download a + a {
		margin-left: 10vw;
	}
}

/* スマートフォン専用表示 */
@media (min-width: 601px){
	.for_sp {
		display: none;
	}
	.download a + a {
		margin-left: 100px;
	}
}

.mt0 {margin-top: 0 !important}
.mt05 {margin-top: 0.5em !important}
.mt1 {margin-top: 1em !important}
.mt15 {margin-top: 1.5em !important}
.mt2 {margin-top: 2em !important}
.pl1 {padding-left: 1em !important}
.pl2 {padding-left: 2em !important}
.mr2 {margin-right: 2em !important}

.c-table__contentBody td {text-align: center; vertical-align: middle !important; padding: 0.5em 0.25em !important}
.c-table__head th, .c-table__contentBody th {text-align: center; vertical-align: middle !important}

.l-grid--right {justify-content: flex-end}
.no_breaks {display: inline-block}
.c-table__contentBody th {text-align: left !important}

.u-label--new {font-size: .75em !important}


.download {
	display: flex;
	justify-content: center;
}
.download a {
	text-align: center;
}
.download a:hover {
	text-decoration: none;
}
.download a .icon img {
	width: 120px;
	padding: 5px;
	transition: all 0.1s 0s linear;
}
.download a:hover .icon img {
	width: 125px;
	padding: 0;
	opacity: 0.7;
}
/* サーボモータ組合せ表 */
.bgc {background-color: #C3E8F7}
