<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,table,tr,th,td,caption,tbody,thead,tfoot,a,div,span,strong,em,img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;

}

ul,ol,li {
	list-style: none;
}

img {
	line-height: 1;
	vertical-align: top;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6,em,strong,caption,table,th,td {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}



html { height: 100%; }
body { -webkit-text-size-adjust: none; }

body {
	max-width: 1200px;
	margin: 0 auto;
	
	color: #111;
	line-height: 1.5;
	font-size: 15px;
	font-weight: normal;
	font-family: 'Hiragino Kaku Gothic ProN',Meiryo,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Arial,Verdana,sans-serif;
}
*+html body {
	min-width: 100%;
}


#wrap {
	position: relative;
	margin: 20px 10px 0;
	padding: 0 0 20px;
}
#content {
	min-height: 500px;
}

h1 {
	margin: 0 0 12px;
	padding: 0 0 14px;
	line-height: 1.2;
	font-size: 15px;
	font-weight: bold;
	background: url(../img/line.gif) 0 100% repeat-x;
	background-size: 6px 5px;
}

dl.caption {
	font-size: 13px;
}
dl.caption dd {
	margin: 15px 5px 0;
	text-align: right;
}

dl.example{
	margin: 10px 0;
	font-size: 13px;
}
dl.example dd span {
	display: inline-block;
	width: 1.5em;
	text-align: center;
	font-weight: bold;
}


#comment {
	margin: 20px 0 0;
	font-size: 13px;
}
#note {
	margin: 30px 0 0;
	font-size: 13px;
}

#comment li + li {
	margin-top: 10px;
}
#note ul + ul,
#note p + p,
#note ul + p {
	margin-top: 10px;
}

.indent-1 {
	padding-left: 1em;
	text-indent: -1em;
}

#foot{
	margin-top: 30px;
	font-size:80%;
	color:#666;
}

/* IE7 */
*+html div.device h2 a span.toggle-icon  {
	background: url(../img/arrow_small.png) 100% 50% no-repeat;
}
*+html div.device h2 a.shown span.toggle-icon  {
	background-image: url(../img/arrow_small_reverse.png);
}
/* IE8 */
div.device h2 a span.toggle-icon  {
	background: url(../img/arrow_small.png) 100% 50% no-repeat\9;
}
div.device h2 a.shown span.toggle-icon {
	background-image: url(../img/arrow_small_reverse.png)\9;
}

div#content table {
	width: 100%;
	table-layout: fixed;
}

div#content table col {
	width: 33.3%;
}

div#content table th,
div#content table td {
	padding: 4px;
	text-align: center;
	font-size: 14px;
	border: 1px solid #aaa;
	vertical-align: middle;
}

div#content table th {
	padding: 14px 9px 12px;
}

div#content table.career-head-table {
	background: #ddd;
	margin-bottom: -1px;
}

div#content table.career-head-table th {
	font-weight: bold;
}

/*
div#content div.device:nth-child(odd) table.table-header {
	background: #ededed;
}
 */
div#content div.device:nth-child(odd) table.table-header {
	background: #ededed;
}


div.device + div.device {
	margin-top: -1px;
}
div.device .detail {
	overflow: hidden;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

div.device h2 a {
	display: block;
	text-decoration: none;
}

div.device table.table-header th {
	line-height: 1.4;
	font-family: Arial, Helvetica, sans-serif,'Hiragino Kaku Gothic ProN',Meiryo,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Verdana;
	color: #111;

}

div.device h2 a span.pc-text {
	display: inline-block;
}

div.device h2 a span.sp-text {
	display: none;
}

div.device h2 th.item-name br {
	display: none;
}

div.device h2 a span.toggle-icon {
	display: inline-block;
	width: 12px;
	height: 12px;
	vertical-align: middle;
	margin-top: -2px;
	margin-left: 4px;
	background: url(../img/arrow.png) 100% 50% no-repeat;
	background-size: 12px auto;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

div.device h2 a.shown span.toggle-icon  {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

div#content div.detail table {
	border-top: 2px solid #ccc;
	border-bottom: 3px solid #ccc;
}

div#content div.detail table th,
div#content div.detail table td {
	font-size: 13px;
	padding: 4px;
	color: #222;
}

div#content div.detail table th {
	background: #f1f5f9;
}

div#content div.detail table th.table-large-item {
	background: #e2ebf4;
}

div#content div.detail table td span,
div#content div.detail table th span {
	display: inline-block;
	margin: 0 4px;
	font-size: 15px;
	font-weight: bold;
}


/* sp-table*/
#table,#tableS th{
	background-color:#ececec;
	border: 1px solid #ccc;

}
#table td,#tableS td {
	padding: 5px 5px;
	text-align:center;
	vertical-align: middle;
	border: 1px solid #ccc;
	font-size: 13px;
}
#table td,#tableS .tb-comment{
	text-align:left;
}
#table th,#tableS th {
	padding: 5px 0;
	text-align:center;
	vertical-align: middle;
	font-size: 13px;
}




#careerList {
	padding: 5px 0 20px;
}
#careerList:after {
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}
#careerList li {
	float: left;
	width: 20%;
	box-sizing: border-box;
	margin-top: 12px;
	padding-right: 12px;
}
#careerList li:nth-child(5n) {
	padding-right: 0px;
}
#careerList li a {
	position: relative;
	display: block;
	padding: 8px 54px 8px 8px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	border: 1px solid #999;
	white-space: nowrap;
	overflow: hidden;
}
#careerList li a:after {
	content: "";
	position: absolute;
	display: block;
	width: 12px;
	height: 12px;
	top: 50%;
	right: 8px;
	margin-top: -5px;
	background: url(../img/arrow.gif) 100% 50% no-repeat;
	background-size: 12px auto;
}

.career-head {
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -o-sticky;
	position: -ms-sticky;
	position: sticky;
	top: 0;
	z-index: 1;
	font-weight: bold;
	background: #fff;
}

.device + .career-head {
	margin-top: 30px;
}

.career-head-title {
	padding: 10px 5px;
	font-size: 17px;
}


/* IE8 */
#careerList li a:after {
	background: url(../img/arrow_mini.gif) 100% 45% no-repeat\9;
}

/* Smart Phone */
@media (max-width: 640px) {

	div.device h2 a span.pc-text {
		display: none;
	}

	div.device h2 a span.sp-text {
		display: inline-block;
	}

	div.device h2 th.item-name br {
		display: inline;
	}

	#careerList li {
		width: 33.3333%;
	}

	#careerList li:nth-child(5n) {
	padding-right: 12px;
	}

	#careerList li:nth-child(3n) {
	padding-right: 0px;
	}


	#careerList li a {
	font-size: 10px;
	}

	#careerList li a:after {
		width: 10px;
		height: 10px;
		background-size: 10px auto;
	}

	div#content table th,
	div#content table td {
		font-size: 12px;
	}

	div#content table th {
	padding: 9px 4px 7px;
	}

	div#content div.detail table th,
	div#content div.detail table td {
		font-size: 11px;
		padding: 4px;
	}

	div.device h2 a span.toggle-icon {
		width: 10px;
		height: 10px;
		background-size: 10px auto;
	}

}


#wrap .mt0 {
    margin-top: 0;
}
#wrap .mt5 {
    margin-top: 5px;
}
#wrap .mb20 {
    margin-bottom: 20px;
}
#wrap .attention {
    color: #f00;
}

</pre></body></html>