<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 640px) {
	.mod_topicpath {
		display: none;
	}
}
.cont_header.mv {
	background-image: url(/img/recruit/news/mv.jpg);
}

@media screen and (max-width: 640px) {
	.cont_header.mv {
		background-image: url(/img/recruit/news/mv_sp.jpg);
	}
}
.cont_header.mv:after, .cont_header.mv:before {
	width: calc(50% + 14px);
}

@media screen and (max-width: 640px) {
	.cont_header.mv:after, .cont_header.mv:before {
		width: calc(50% + 110px);
		min-width: 265px;
	}
}
.cont_header.mv:after {
	width: 1600px;
}

@media screen and (max-width: 640px) {
	.cont_header.mv:after {
		background-image: url(/common/img/title_deco_sp2.png);
		background-position: right center;
		right: calc(50% - 110px);
		background-position: right center;
		width: 275px;
	}
}
.contentWrap {
	min-width: 1024px;
	max-width: 1024px;
	margin: 0 auto;
	padding-top: 80px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width: 640px) {
	.contentWrap {
		min-width: 0;
		padding-top: 25px;
	}
}
.contentWrap:after {
	content: "";
	display: block;
	clear: both;
}

.contentWrap &gt; .main {
	padding-bottom: 110px;
	text-align: center;
	float: left;
	max-width: 777px;
}

@media screen and (max-width: 640px) {
	.contentWrap &gt; .main {
		padding-bottom: 30px;
		float: none;
	}
}
.contentWrap.index .main {
	width: 100%;
	float: none;
	max-width: 100%;
}

@media screen and (max-width: 640px) {
	.contentWrap.index .main {
		width: calc(100% - 40px);
		margin: 0 auto;
	}
}
.contentWrap &gt; aside {
	max-width: 197px;
	float: right;
}

@media screen and (max-width: 640px) {
	.contentWrap &gt; aside {
		float: none;
		max-width: 100%;
	}
}
.tabMenu {
	text-align: center;
	font-size: 0;
	letter-spacing: 0;
	margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
	.tabMenu {
		position: relative;
		margin-bottom: 70px;
	}
}
.tabMenu &gt; li {
	display: inline-block;
	text-align: center;
	border-left: 1px solid #05a57f;
	cursor: pointer;
}

.tabMenu &gt; li:last-child {
	border-right: 1px solid #05a57f;
}

@media screen and (max-width: 640px) {
	.tabMenu &gt; li:nth-child(2), .tabMenu &gt; li:nth-child(3), .tabMenu &gt; li:nth-child(4) {
		position: absolute;
		top: 30px;
	}

	.tabMenu &gt; li:nth-child(2) {
		left: 1%;
	}

	.tabMenu &gt; li:nth-child(3) {
		left: 30%;
		right: 30%;
		border-right: 1px solid #05a57f;
	}

	.tabMenu &gt; li:nth-child(4) {
		right: 1%;
		border-left: none;
		border-right: 1px solid #05a57f;
	}
}
.tabMenu &gt; li span {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.85;
}

@media screen and (max-width: 640px) {
	.tabMenu &gt; li span {
		font-size: 1rem;
		letter-spacing: 0;
		line-height: 1.4;
	}
}
.tabMenu &gt; li.w01 {
	width: 140px;
}

@media screen and (max-width: 640px) {
	.tabMenu &gt; li.w01 {
		width: 80px;
	}
}
.tabMenu &gt; li.w02 {
	width: 160px;
}

@media screen and (max-width: 640px) {
	.tabMenu &gt; li.w02 {
		width: 30%;
	}
}
.tabMenu &gt; li.w03 {
	width: 220px;
}

@media screen and (max-width: 640px) {
	.tabMenu &gt; li.w03 {
		width: 38%;
	}
}
.no-touchevents .tabMenu &gt; li:hover, .tabMenu &gt; li.current {
	color: #05a57f;
}

.tabArea {
	max-width: 904px;
	margin: 0 auto;
	position: absolute;
	top: 0;
	z-index: -2;
	opacity: 0;
	height: 0;
	overflow: hidden;
}

.tabArea.current {
	position: static;
	opacity: 1;
	z-index: 1;
	top: auto;
	height: auto;
	overflow: visible;
}

.list_box {
	border-top: 1px solid #e6e6e6;
}

.list_box .list_detail {
	padding: 15px 0;
	border-bottom: 1px solid #e6e6e6;
}

.list_box .list_detail:after {
	content: "";
	display: block;
	clear: both;
}

.list_box .list_detail &gt; a {
	position: relative;
	display: block;
	text-align: left;
}

.list_box .list_detail &gt; a &gt; i {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -13px;
	display: none;
}

@media screen and (max-width: 640px) {
	.list_box .list_detail &gt; a &gt; i {
		margin: 0;
		width: 18px;
		height: 18px;
		margin-top: -9px;
	}
}
.list_box .list_detail &gt; a[href] &gt; i {
	display: block;
}

.no-touchevents .list_box .list_detail &gt; a[href]:hover .title &gt; .txt {
	color: #05a57f;
}

.list_box .list_detail .date {
	display: block;
	width: 95px;
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: 500;
	letter-spacing: 0.08em;
	color: #05a57f;
	float: left;
	margin-top: 5px;
}

@media screen and (max-width: 640px) {
	.list_box .list_detail .date {
		float: none;
		display: inline-block;
		font-size: 1.1rem;
		letter-spacing: 0;
		width: 50px;
		margin-top: 0;
	}
}
.list_box .list_detail .label {
	display: block;
	width: 86px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 17px;
	font-size: 1.2rem;
	line-height: 1.4;
	letter-spacing: 0.08em;
	text-align: center;
	border: 1px solid;
	float: left;
	margin-top: 5px;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 500;
}

@media screen and (max-width: 640px) {
	.list_box .list_detail .label {
		display: inline-block;
		margin: 0 15px;
		float: none;
		font-size: 1rem;
		letter-spacing: 0;
		width: 54px;
		margin-top: 0;
	}
}
.list_box .list_detail .label.news {
	border-color: #b89513;
	color: #b89513;
}

.list_box .list_detail .label.topics {
	border-color: #ff598b;
	color: #ff598b;
}

.list_box .list_detail .title {
	display: block;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.4;
	padding-left: 220px;
	padding-right: 85px;
}

@media screen and (max-width: 640px) {
	.list_box .list_detail .title {
		margin-top: 3px;
		padding-left: 0;
		padding-right: 40px;
		font-size: 1.1rem;
		letter-spacing: 0;
	}
}
.list_box .list_detail .title &gt; .txt {
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
	max-width: 550px;
	display: inline-block;
}

.list_box .list_detail .new {
	display: inline;
	position: relative;
	left: 20px;
	font-family: "proxima-nova", sans-serif;
	font-weight: 600;
	font-size: 1.2rem;
	letter-spacing: 0.07em;
	line-height: 1.4;
	color: #fff;
}

@media screen and (max-width: 640px) {
	.list_box .list_detail .new {
		display: block;
		position: absolute;
		top: 0;
		left: 130px;
		font-size: 1.1rem;
		margin-left: 10px;
	}
}
.list_box .list_detail .new:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	margin-top: -11px;
	left: 50%;
	margin-left: -27px;
	display: block;
	width: 54px;
	height: 22px;
	background-image: -webkit-gradient(linear, left top, right top, from(#0da867), to(#009d95));
	background-image: -webkit-linear-gradient(left, #0da867 0%, #009d95 100%);
	background-image: -o-linear-gradient(left, #0da867 0%, #009d95 100%);
	background-image: linear-gradient(to right, #0da867 0%, #009d95 100%);
	border-radius: 11px;
}

@media screen and (max-width: 640px) {
	.list_box .list_detail .new:before {
		width: 41px;
		height: 14px;
		margin-top: -8px;
		margin-left: -21px;
		border-radius: 7px;
	}
}
.list_box .view {
	display: block;
	position: relative;
	opacity: 1;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

.list_box .view + button {
	display: none;
}

.list_box .hide {
	position: absolute;
	top: 0;
	z-index: -2;
	opacity: 0;
}

.moreBtn {
	margin-top: 65px;
}

@media screen and (max-width: 640px) {
	.moreBtn {
		margin-top: 25px;
	}
}
.moreBtn.tp_arr i {
	width: 36px;
	height: 36px;
}

@media screen and (max-width: 640px) {
	.moreBtn.tp_arr i {
		width: 18px;
		height: 18px;
		margin: 0;
	}
}
.moreBtn.tp_arr i:after {
	width: 8px;
	height: 8px;
}

@media screen and (max-width: 640px) {
	.moreBtn.tp_arr i:after {
		width: 6px;
		height: 6px;
	}
}
.moreBtn.tp_arr i:before {
	width: 14px;
}

@media screen and (max-width: 640px) {
	.moreBtn.tp_arr i:before {
		width: 10px;
	}
}
.moreBtn.tp_arr:hover i:before {
	width: 14px;
}

@media screen and (max-width: 640px) {
	.moreBtn.tp_arr:hover i:before {
		width: 10px;
	}
}
.newsDetail {
	position: relative;
	width: 777px;
	text-align: left;
	padding-bottom: 60px;
	border-bottom: 2px solid #05a57f;
}

@media screen and (max-width: 640px) {
	.newsDetail {
		width: calc(100% - 40px);
		margin: 0 auto;
	}
}
.newsDetail .category {
	border-bottom: 2px solid #05a57f;
	margin-top: 0;
}

.newsDetail .category &gt; a {
	display: inline-block;
	min-width: 172px;
	height: 35px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 15px;
	border-radius: 5px 5px 0 0;
	background-color: #05a57f;
	letter-spacing: 0;
	font-size: 0;
}

@media screen and (max-width: 640px) {
	.newsDetail .category &gt; a {
		min-width: 128px;
		height: 26px;
		padding-right: 10px;
	}
}
.newsDetail .category &gt; a.site {
	padding-left: 15px;
}

@media screen and (max-width: 640px) {
	.newsDetail .category &gt; a.site {
		padding-left: 10px;
	}
}
.newsDetail .category &gt; a.site span {
	top: 10px;
}

.newsDetail .category .ico {
	position: relative;
	top: 3px;
	width: 60px;
	height: 30px;
	fill: #fff;
	display: inline-block;
	vertical-align: middle;
}

@media screen and (max-width: 640px) {
	.newsDetail .category .ico {
		width: 38px;
		height: 20px;
	}
}
.newsDetail .category span {
	position: relative;
	top: 6px;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	line-height: 1.4;
	color: #fff;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 500;
}

@media screen and (max-width: 640px) {
	.newsDetail .category span {
		font-size: 1.1rem;
		letter-spacing: 0.05em;
	}
}
.newsDetail .status_box {
	margin-top: 32px;
	border-top: 2px solid #05a57f;
	text-align: right;
	padding: 30px 0;
	font-size: 0;
	letter-spacing: 0;
	line-height: 1;
}

@media screen and (max-width: 640px) {
	.newsDetail .status_box {
		padding: 10px 0 30px;
	}
}
.newsDetail .status_box .date {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	color: #05a57f;
	margin-right: 5px;
}

@media screen and (max-width: 640px) {
	.newsDetail .status_box .date {
		font-size: 1.1rem;
		letter-spacing: 0;
	}
}
.newsDetail .status_box .label {
	position: relative;
	top: -2px;
	display: inline-block;
	width: 72px;
	height: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 10px;
	font-size: 1rem;
	line-height: 1.4;
	letter-spacing: 0.08em;
	text-align: center;
	border: 1px solid;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 500;
}

@media screen and (max-width: 640px) {
	.newsDetail .status_box .label {
		font-size: 0.9rem;
		letter-spacing: 0;
		width: 48px;
		height: 14px;
	}
}
.newsDetail .status_box .label.news {
	border-color: #b89513;
	color: #b89513;
}

.newsDetail .status_box .label.topics {
	border-color: #ff598b;
	color: #ff598b;
}

.newsDetail .title {
	font-size: 2.5rem;
	letter-spacing: 0.08em;
	line-height: 1.4;
	color: #05a57f;
	margin-bottom: 30px;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 500;
}

@media screen and (max-width: 640px) {
	.newsDetail .title {
		font-size: 1.5rem;
	}
}
.newsDetail h2, .newsDetail h3 {
	font-size: 1.6rem;
	letter-spacing: 0.08em;
	line-height: 1.6;
	padding-left: 14px;
	position: relative;
	margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
	.newsDetail h2, .newsDetail h3 {
		font-size: 1.1rem;
		padding-left: 10px;
		margin-bottom: 20px;
	}
}
.newsDetail h2:before, .newsDetail h3:before {
	content: "";
	display: block;
	position: absolute;
	width: 4px;
	top: 3px;
	bottom: 3px;
	left: 0;
	background-color: #05a57f;
}

@media screen and (max-width: 640px) {
	.newsDetail h2:before, .newsDetail h3:before {
		top: 1px;
		bottom: 1px;
	}
}
.newsDetail p {
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	line-height: 1.78;
	margin-top: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}

@media screen and (max-width: 640px) {
	.newsDetail p {
		font-size: 1.1rem;
		line-height: 1.6;
		margin-top: 1.5em;
	}
}
.newsDetail a {
	color: #05a57f;
	text-decoration: underline;
}

.no-touchevents .newsDetail a:hover {
	text-decoration: none;
}

.newsDetail img {
	width: 100%;
	height: auto;
	border: 1px solid #e9e9e9;
}

.newsDetail .entry_content_block:after {
	content: "";
	display: block;
	clear: both;
}

.newsDetail .entry_content_block .img_place_left {
	width: 373px;
	float: left;
	margin-right: 30px;
	margin-top: 0;
	margin-bottom: 0;
}

@media screen and (max-width: 640px) {
	.newsDetail .entry_content_block .img_place_left {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-top: 1.5em;
	}
}
.newsDetail .entry_content_block .img_place_left + p {
	margin-top: 1.5em;
}

.newsDetail .entry_content_block .img_place_right {
	width: 373px;
	float: right;
	margin-left: 30px;
	margin-top: 0;
	margin-bottom: 0;
}

@media screen and (max-width: 640px) {
	.newsDetail .entry_content_block .img_place_right {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-top: 1.5em;
	}
}
.newsDetail .entry_content_block .img_place_right + p {
	margin-top: 1.5em;
}

.newsDetail .entry_content_block.img_place_3columns, .newsDetail .entry_content_block.img_place_4columns {
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
	margin-top: 40px;
}

.newsDetail .entry_content_block.img_place_3columns li, .newsDetail .entry_content_block.img_place_4columns li {
	display: inline-block;
}

@media screen and (max-width: 640px) {
	.newsDetail .entry_content_block.img_place_3columns li, .newsDetail .entry_content_block.img_place_4columns li {
		display: block;
	}
}
.newsDetail .entry_content_block.img_place_3columns figure, .newsDetail .entry_content_block.img_place_4columns figure {
	text-align: left;
}

@media screen and (max-width: 640px) {
	.newsDetail .entry_content_block.img_place_3columns figure, .newsDetail .entry_content_block.img_place_4columns figure {
		text-align: center;
	}
}
.newsDetail .entry_content_block.img_place_3columns figure span, .newsDetail .entry_content_block.img_place_4columns figure span {
	display: block;
	margin-bottom: 5px;
}

.newsDetail .entry_content_block.img_place_3columns figure figcaption, .newsDetail .entry_content_block.img_place_4columns figure figcaption {
	font-size: 1.2rem;
	letter-spacing: 0.03em;
	line-height: 1.5;
}

@media screen and (max-width: 640px) {
	.newsDetail .entry_content_block.img_place_3columns figure figcaption, .newsDetail .entry_content_block.img_place_4columns figure figcaption {
		font-size: 1.1rem;
	}
}
.newsDetail .entry_content_block.img_place_3columns li + li {
	margin-left: 24px;
}

@media screen and (max-width: 640px) {
	.newsDetail .entry_content_block.img_place_3columns li + li {
		margin-left: 0;
		margin-top: 15px;
	}
}
.newsDetail .entry_content_block.img_place_3columns figure {
	width: 243px;
}

@media screen and (max-width: 640px) {
	.newsDetail .entry_content_block.img_place_3columns figure {
		width: 100%;
	}
}
.newsDetail .entry_content_block.img_place_4columns li + li {
	margin-left: 27px;
}

@media screen and (max-width: 640px) {
	.newsDetail .entry_content_block.img_place_4columns li + li {
		margin-left: 0;
		margin-top: 15px;
	}
}
.newsDetail .entry_content_block.img_place_4columns figure {
	width: 174px;
}

@media screen and (max-width: 640px) {
	.newsDetail .entry_content_block.img_place_4columns figure {
		width: 100%;
	}
}
.pagerWrap {
	padding: 25px 0;
}

@media screen and (max-width: 640px) {
	.pagerWrap {
		padding: 10px 0;
	}
}
.pagerWrap .pager {
	position: relative;
	width: 280px;
	margin: 0 auto;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.pagerWrap .pager {
		width: 200px;
	}
}
.pagerWrap .pager:after {
	content: "";
	display: block;
	clear: both;
}

.pagerWrap .pager a {
	display: inline-block;
	text-align: center;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	margin: 0 25px;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 500;
}

@media screen and (max-width: 640px) {
	.pagerWrap .pager a {
		font-size: 1.2rem;
	}
}
.no-touchevents .pagerWrap .pager a:hover {
	opacity: 0.5;
}

.pagerWrap .pager a.tp_arr i {
	width: 26px;
	height: 26px;
	border: none;
	margin: 0 6px;
}

.pagerWrap .pager a.tp_arr i:after {
	width: 6px;
	height: 6px;
	margin-left: 13px;
}

.pagerWrap .pager a.tp_arr i:before {
	width: 20px;
}

.pagerWrap .pager a.tp_arr:hover i:before {
	width: 20px;
}

.pagerWrap .pager .home {
	display: inline-block;
}

.pagerWrap .pager .prev {
	position: absolute;
	left: 0;
	top: -1px;
}

.pagerWrap .pager .next {
	position: absolute;
	right: 0;
	top: -1px;
}

.sideNav {
	width: 100%;
}

@media screen and (max-width: 640px) {
	.sideNav {
		width: calc(100% - 40px);
		margin: 0 auto;
		padding-bottom: 40px;
	}
}
.sideNav .catWrap {
	margin-top: 12px;
}

.sideNav .catWrap + .catWrap {
	margin-top: 45px;
}

@media screen and (max-width: 640px) {
	.sideNav .catWrap + .catWrap {
		margin-top: 20px;
	}
}
.sideNav .catWrap .catTit {
	font-family: "proxima-nova", sans-serif;
	font-weight: 700;
	font-size: 1.4rem;
	letter-spacing: 0.15em;
	color: #05a57f;
	position: relative;
	padding-bottom: 5px;
	border-bottom: 1px solid #05a57f;
}

@media screen and (max-width: 640px) {
	.sideNav .catWrap .catTit {
		font-size: 1.8rem;
		padding-bottom: 0;
	}
}
.sideNav .catWrap .catTit span {
	position: absolute;
	right: 0;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.08em;
}

@media screen and (max-width: 640px) {
	.sideNav .catWrap .catTit span {
		top: 3px;
	}
}
.sideNav .catWrap .catList &gt; li {
	border-bottom: 1px solid #e9e9e9;
	position: relative;
}

.sideNav .catWrap .catList a {
	display: block;
	font-size: 1.2rem;
	line-height: 1.6;
	letter-spacing: 0.03em;
	padding: 10px 0 10px 45px;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

@media screen and (max-width: 640px) {
	.sideNav .catWrap .catList a {
		font-size: 1.1rem;
		letter-spacing: 0;
		padding: 10px 0 8px 30px;
	}
}
.sideNav .catWrap .catList a:after, .sideNav .catWrap .catList a:before {
	content: "";
	display: block;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 16px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

@media screen and (max-width: 640px) {
	.sideNav .catWrap .catList a:after, .sideNav .catWrap .catList a:before {
		left: 10px;
	}
}
.sideNav .catWrap .catList a:before {
	width: 10px;
	height: 2px;
	background-color: #009d95;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.sideNav .catWrap .catList a:after {
	border-top: 2px solid #009d95;
	border-right: 2px solid #009d95;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	margin-left: 2px;
}

.no-touchevents .sideNav .catWrap .catList a:hover {
	opacity: 0.5;
}

.no-touchevents .sideNav .catWrap .catList a:hover:before {
	width: 12px;
}

.no-touchevents .sideNav .catWrap .catList a:hover:after {
	-webkit-transform: translate(3px, 0) rotate(45deg);
	-ms-transform: translate(3px, 0) rotate(45deg);
	transform: translate(3px, 0) rotate(45deg);
}

.tabMenu &gt; li a {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.85;
}

@media screen and (max-width: 640px) {
	.tabMenu &gt; li a {
		font-size: 1rem;
		letter-spacing: 0;
		line-height: 1.4;
	}
}
.tabMenu &gt; li.all {
	width: 140px;
}

@media screen and (max-width: 640px) {
	.tabMenu &gt; li.all {
		width: 80px;
	}
}
.tabMenu &gt; li.lens {
	width: 160px;
}

@media screen and (max-width: 640px) {
	.tabMenu &gt; li.lens {
		width: 30%;
	}
}
.tabMenu &gt; li.health {
	width: 220px;
}

@media screen and (max-width: 640px) {
	.tabMenu &gt; li.health {
		width: 38%;
	}
}
.tabMenu &gt; li.spa {
	width: 160px;
}

@media screen and (max-width: 640px) {
	.tabMenu &gt; li.spa {
		width: 30%;
	}
}
.tabMenu &gt; li.site {
	width: 140px;
}

@media screen and (max-width: 640px) {
	.tabMenu &gt; li.site {
		width: 80px;
	}
}
.wp-pagenavi {
	margin-top: 40px;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.wp-pagenavi {
		margin-top: 20px;
	}
}
.wp-pagenavi &gt; * {
	line-height: 1;
	margin: 0 5px 5px;
}

@media screen and (max-width: 640px) {
	.wp-pagenavi &gt; * {
		margin: 0 2px 5px;
	}
}
.wp-pagenavi .current, .wp-pagenavi a {
	display: inline-block;
	width: 34px;
	line-height: 30px;
	background-color: #fff;
	border: 2px solid #009d95;
	border-radius: 100%;
	color: #009d95;
	font-size: 1.3rem;
	text-decoration: none;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background 0.5s, color 0.5s;
	-o-transition: background 0.5s, color 0.5s;
	transition: background 0.5s, color 0.5s;
}

@media screen and (max-width: 640px) {
	.wp-pagenavi .current, .wp-pagenavi a {
		width: 30px;
		line-height: 26px;
	}
}
.wp-pagenavi .current, .wp-pagenavi a:hover {
	color: #fff;
	background-color: #009d95;
}</pre></body></html>