<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.boxA {
	width: 100px;
	height: 100px;
	color: #ff0000;
}
.boxB {
	width: 200px;
	height: 200px;
	color: #00ff00;
}

.box {
	display: inline;
	width: 50px;
	height: 50px;
	margin: 5px;
	background-color: #ff0000;
}

@charset "utf-8";


/*-------------------------------------

---------------------------------------*/
.c-section {
	width: 99%;
	background-color: #ffffff;
	/* border: 1px #c0c0c0 solid; */
}


/*-------------------------------------
ãƒšãƒ¼ã‚¸è¦‹å‡ºã—
---------------------------------------*/
.c-midasi {
	padding: 0.4em 0.5em;/*æ–‡å­—ã®ä¸Šä¸‹ å·¦å³ã®ä½™ç™½*/
}

.c-midasi-default {
	background: #222 none repeat scroll 0 0;
	background: -moz-linear-gradient(#222, #111);
	background: -webkit-linear-gradient(#222, #111);
	background: -ms-linear-gradient(#222, #111);
	border-top: 3px double #fff;
	border-bottom: 3px double #fff;
	margin: 0 0 5px;
	font-weight: 600;
}

.c-midasi p {
	padding-left: 5px;
	color: #fff;
	border-left: solid 5px #fff;
}


/*---------------------
 .c-sidemenu
---------------------*/
.c-sidemenu {
	background: #fff;
}

.c-sidemenu &gt; ul {
	border-bottom: 0px solid #dadada;
}

.c-sidemenu &gt; ul &gt; li {
	border-top: 1px solid #dadada;
	border-right: 1px solid #dadada;
	border-left: 1px solid #dadada;
	text-align: left;
	padding: 8px 2px 8px 4px;
	white-space: nowrap;
}

.c-sidemenu &gt; ul &gt; li:last-child {
	border-bottom: 1px solid #dadada;
}

.c-sidemenu &gt; ul &gt; li.menu {
	line-height: 2;
	background: #3c8dbc;
	text-align: center;
	color: #fff;
}

.c-sidemenu &gt; ul &gt; li.menu p {
	text-align: center;
}

.c-sidemenu &gt; ul &gt; li.active {
	background: #c7e1f1;
}

.c-sidemenu &gt; ul &gt; li a {
	display: block;
	position: relative;
	color: #111;
}

.c-sidemenu &gt; ul &gt; li a:after {
	display: block;
	content: "&gt;";
	position: absolute;
	top: 50%;
	right: 10px;
	margin: -12px 0 0 0;
}

.c-sidemenu ul &gt; li.active a {
	display: block;
	position: relative;
	color: #111;
}

.c-sidemenu &gt; ul &gt; li a:hover,
.c-sidemenu &gt; ul &gt; li.active a:hover {
	text-decoration: none;
}

.c-sidemenu__title {
	line-height: 2;
	background: #3c8dbc;
	text-align: center;
	color: #fff;
}

.c-sidemenu__title p {
	text-align: center;
}

.c-sidemenu__active p {
	background: #c7e1f1;
}


/*-------------------------------------
åŸºæœ¬ãƒ†ãƒ¼ãƒ–ãƒ«
---------------------------------------*/
table.c-default .waku {
	width: 1.8em;  /* ã‚»ãƒ«ã®æ¨ªå¹…ï¼š1.8æ–‡å­—åˆ† */
}

table.c-default .umaban {
	width: 1.8em;  /* ã‚»ãƒ«ã®æ¨ªå¹…ï¼š1.8æ–‡å­—åˆ† */
}

table.c-default .kbamei {
	width: 11em;   /* ã‚»ãƒ«ã®æ¨ªå¹… */
}


/* --- è¡¨å…¨ä½“ --- */
table.c-default {
	border-collapse: separate;
	border-spacing: 1px;
	background-color: #ccc;
	border: none;
}

/* --- è¦‹å‡ºã—ã‚»ãƒ« --- */
table.c-default th {
	padding: 0px 3px;
	background-color: #faf8eb;
	background-color: #EDECCD;
	text-align: center;
	white-space: nowrap;
}

/* --- è¡¨ãƒœãƒ‡ã‚£ --- */
table.c-default tbody {
	background-color: #fff;
}

/* --- ã‚»ãƒ« --- */
table.c-default td {
	padding: 0px 3px;
	text-align: left;
}

table.c-default td.center {
	text-align: center;
}

table.c-default td.left {
	text-align: left;
}

table.c-default td.right {
	text-align: right;
}

/* --- è¡Œã®èƒŒæ™¯è‰²ã‚’äº¤äº’ã«å¤‰æ›´ --- */
table.c-default tr:nth-child(even) {
	background: #fafafa;
}


/*---------------------
ãƒ‡ãƒ¼ã‚¿æ¤œç´¢ãƒ•ã‚©ãƒ¼ãƒ&nbsp;
---------------------*/
table.c-dbform {
	width: 100%;
}

table.c-dbform th { 
	padding: 0.5em;
	border: 1px solid #fafafa; 
	background: #EDECCD;
	font-weight: 600;
	text-align: left;
}
table.c-dbform td { 
	text-align: left;
}














/*-------------------------------------
 ãƒ¬ã‚¹ãƒãƒ³ã‚·ãƒ–ãƒ†ãƒ¼ãƒ–ãƒ«
---------------------------------------------------------*/
table.responsive caption {
	background: #005D36;
}

/* ãƒ‘ã‚½ã‚³ãƒ³ç”¨ */
@media screen and (min-width: 768px), print {

	table.responsive {
		width: 100%;
	}

	table.responsive &gt; tr &gt; th,
	table.responsive &gt; tbody &gt; tr &gt; th { 
		padding: 0.5rem;
		border: 1px solid #fafafa; 
		background: #EDECCD;
		width: 20%;
		font-weight: 600;
		font-weight: normal;
		white-space: nowrap;
		text-align: left;
	}
	table.responsive &gt; tr &gt; td,
	table.responsive &gt; tbody &gt; tr &gt; td { 
		text-align: left;
		width: 79%;
	}

	table.responsive_half {
		width: 100%;
	}

	table.responsive_half th  { 
		padding: 0.5rem;
		border: 1px solid #fafafa; 
		background: #329ad6;
		width: 25%;
	}
	table.responsive_half td { 
		text-align: left;
		width: 25%;
	}
}
	
/* ã‚¹ãƒžãƒ›ç”¨ */
@media only screen and (max-width: 767px) {

	table.responsive {
		width: 100%;
		margin: 0px;
		border-spacing: 0px;
	}
	table.responsive &gt; tr {
		display:block;
		margin-bottom: 5px;
	}
	table.responsive &gt; tr &gt; th,
	table.responsive &gt; tbody &gt; tr &gt; th { 
		display:block;
		width: 100%;
		padding: 0.5em;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		background: #EDECCD;
		font-weight: 600;
		text-align: center;
	}
	table.responsive &gt; tr &gt; td,
	table.responsive &gt; tbody &gt; tr &gt; td { 
		display: block;
		width: 100%;
		border: none;
		padding: 0.5em;
	}

	table.responsive_half {
		margin: 0px;
		background-color: #fff;
	}
	table.responsive_half tr {
		display:block;
		margin-bottom: 5px;
	}
	table.responsive_half th {
		display:block;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		background: #329ad6;
		width: 100%;
		color: #fff;
	}
	table.responsive_half td {
		display: block;
		width: 95%;
		border: none;
		padding: 5px 2px;
	}
}

.selectform {
	width: 100%;
}

.selectform .element {
	margin: 5px 5px;
	text-align: center;
}

/*-------------------------------------
#inputè¦ç´&nbsp;å…¨ã¦
---------------------------------------*/
input {
	padding: 5px;
	font-size: 1.0em;
	background: #fafafa;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


input:focus, input:hover {
	background: none repeat scroll 0 0 #ACF3FF;
}

.focus {
	background: none repeat scroll 0 0 #ACF3FF;
}

input[type="text"][disabled],
input[type="tel"][disabled] {
	background: #DCDCDC;
	cursor: not-allowed; /* ç¦æ­¢ã‚«ãƒ¼ã‚½ãƒ« */
}

input[type="text"][readonly],
input[type="tel"][readonly] {
	background: #DCDCDC;
	cursor: not-allowed; /* ç¦æ­¢ã‚«ãƒ¼ã‚½ãƒ« */
}

/*-------------------------------------
#ãƒ©ã‚¸ã‚ªãƒœã‚¿ãƒ³ãƒ»ãƒã‚§ãƒƒã‚¯ãƒœãƒƒã‚¯ã‚¹
---------------------------------------*/

label {
	font-size: 1em;
	font-weight: normal;
}

input.radio {
	display:inline-block; 
	width:20px; 
	height:30px; 
	vertical-align:top;
}

label.radiolabel {
	display:inline-block; 
	background: none repeat scroll 0 0 #fafafa;
	background: -moz-linear-gradient(top,#fafafa 0%,#fff);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F0F0F0));
	border: 1px solid #ccc;
	padding: 5px 1%;
	width: 97.5%;
}

label.radiolabelfree {
	display:inline-block; 
	background: none repeat scroll 0 0 #fafafa;
	background: -moz-linear-gradient(top,#fafafa 0%,#fff);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F0F0F0));
	border: 1px solid #ccc;
	padding: 5px 1%;
}

ul.radiolabel {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

ul.radiolabel li {
	width: 49.0%;
	float: left;
	background: none repeat scroll 0 0 #fafafa;
	background: -moz-linear-gradient(top,#fafafa 0%,#fff);
	background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ddd));
	margin: 0 0%;
}

ul.retu2 li {
	width: 49.9%;
}

ul.retu3 li {
	width: 33.3%;
}

ul.retu4 li {
	width: 24.9%;
}

ul.retu5 li {
	width: 19.9%;
}

ul.radiolabel li.full {
	width: 96.0%;
}

ul.radiolabel li.free {
	width: auto;
}

/* ã‚¹ãƒžãƒ›ç”¨ */
@media only screen and (max-width: 400px) {

	ul.radiolabel.flex {
		margin: 0 auto;
		padding: 0;
		list-style-type: none;
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
	}

}

/* ã‚¿ãƒ–ãƒ¬ãƒƒãƒˆãƒ»ãƒ‘ã‚½ã‚³ãƒ³ç”¨ */
@media only screen and (min-width: 401px) {

	ul.radiolabel.flex {
		margin: 0 auto;
		padding: 0;
		list-style-type: none;
		display: -webkit-box;
		display: flex;
		justify-content: space-around;
	}
	
}

/*-------------------------------------
#ã‚»ãƒ¬ã‚¯ãƒˆãƒœãƒƒã‚¯ã‚¹
---------------------------------------*/
select {
	padding: 10px 5px;
}

/*-------------------------------------
#ãƒ†ã‚­ã‚¹ãƒˆã‚¨ãƒªã‚¢
---------------------------------------*/
textarea {
	padding: 5px;
}

textarea:focus, textarea:hover {
	background: none repeat scroll 0 0 #ACF3FF;
}


/*-------------------------------------
#ãƒ†ã‚­ã‚¹ãƒˆãƒœãƒƒã‚¯ã‚¹
---------------------------------------*/
.selectform .element input[type=text] {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 14px;
}

.selectform .element input[type=password] {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 14px;
}

.selectform .element input[type=tel] {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 14px;
}

/*-------------------------------------
#submit
---------------------------------------*/
.element input[type=submit] {
	background: #0099CC ; /* #006837; */
	background: -moz-linear-gradient(top,#0099CC 0%,#006699);
	background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699));
	background: #329ad6;
	border: 2px solid #006699;
	color: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	border-width:0;
	padding: 10px;
	font-size: 100%;
}

.element input[type=submit].simple {
	background: #fff ; /* #006837; */
	background: -moz-linear-gradient(top,#fff 0%,#fafafa);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fafafa));
	border: 2px solid #fafafa;
	color: #111;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	border-width:0;
	padding: 10px;
	font-size: 100%;
}

.element input[type=submit]:disabled {
	background: #eee ; /* #006837; */
	background: -moz-linear-gradient(top,#fff 0%,#fafafa);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fafafa));
	border: 2px solid #fafafa;
	color: #aaa;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	border-width:0;
	padding: 10px;
	font-size: 100%;
}

/*-------------------------------------
#button
---------------------------------------*/
.element button {
	background: #0099CC ; /* #006837; */
	background: -moz-linear-gradient(top,#0099CC 0%,#006699);
	background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699));
	border: 2px solid #006699;
	color: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	border-width:0;
	padding: 10px;
	font-size: 100%;
}

.element button.modoru {
	background: #fff ; /* #006837; */
	background: -moz-linear-gradient(top,#fff 0%,#fafafa);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fafafa));
	border: 2px solid #fafafa;
	color: #111;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	border-width:0;
	padding: 10px;
	font-size: 100%;
}

/*-------------------------------------
p.button
---------------------------------------*/
.element p.button {
	background: #0099CC ; /* #006837; */
	background: -moz-linear-gradient(top,#0099CC 0%,#006699);
	background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699));
	border: 2px solid #006699;
	color: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	border-width:0;
	padding: 10px;
	font-size: 100%;
	text-align: center;
}

.element p.button_simple {
	background: #fff ; /* #006837; */
	background: -moz-linear-gradient(top,#fff 0%,#fafafa);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fafafa));
	border: 2px solid #fafafa;
	color: #111;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	border-width:0;
	padding: 10px;
	font-size: 100%;
	text-align: center;
}

.element p.button a {
	display: block;
	color: #FFF;
}

.element p.button_simple a {
	display: block;
	color: #111;
}

.message {
	padding: 5px;
	color: #111;
}

.error_message {
	padding: 5px;
	color: #c00;
}

span.hissu {
	margin-left: 0.25rem;
	background: #fff;
	color: #c00;
	padding: 2px 1px;
	border: 1px solid #ccc;
	font-size: 14px;
}


/*-------------------------------------
What's Newã®ã‚¢ã‚¤ã‚³ãƒ³
---------------------------------------*/
.ico_data {
	background: #77a600;
	font-size: 10px;
	padding: 1px 4px;
	color: #fff;
}

.ico_info {
	background: #b30000;
	font-size: 10px;
	padding: 1px 4px;
	color: #fff;
}

.ico_news {
	background: #436F92;
	font-size: 10px;
	padding: 1px 4px;
	color: #fff;
}

.ico_report {
	background: #a65300;
	font-size: 10px;
	padding: 1px 4px;
	color: #fff;
}

.ico_selectsale {
	background: #ff9900;
	font-size: 10px;
	padding: 1px 4px;
	color: #fff;
}

/*---------------------
 ãƒ‘ãƒ³ããš
---------------------*/
.pankuzu {
	margin: 0 auto;
	width: 100%;
	display: -webkit-box;
	display: flex;
}

.pankuzulist {
	margin: 0 auto;
	width: 100%;
	/* justify-content: space-between; */
	background: #EDECCD none repeat scroll 0 0;
	border-bottom: 1px solid #dadada;
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}

.pankuzulist ol {
	/* max-width: 960px; */
	display: -webkit-box;
	display: flex;
	list-style-type: none;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	white-space: nowrap;
}

.pankuzulist ol li {
	text-align: center;
	padding: 2px;
}

.pankuzulist ol li:before {
	content:" &gt; ";
	color: #111;
}

.pankuzulist ol li:first-child:before {
	content:"";
	color: #111;
}

.pankuzulist ol a {
	color: #111;
}

/*-------------------------------------
ãƒ¡ãƒƒã‚»ãƒ¼ã‚¸ãƒœãƒƒã‚¯ã‚¹
---------------------------------------*/
div.supportbox {
	margin: 0 0 0.5em;
	background: #fff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.22);
}

div.supportbox .box-title {
	font-size: 1.0em;
	background: #014099;
	padding: 4px 8px;
	text-align: left;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.05em;
}

div.supportbox .box-title.syabetu {
	background: #014099;
}

div.supportbox .box-honbun {
	padding: 10px 10px;
	margin: 0;
}

div.supportbox p.footer {
	padding: 0.1em 5px; /* æ®µè½ã®ãƒžãƒ¼ã‚¸ãƒ³ï¼ˆä¸Šä¸‹ã€å·¦å³ï¼‰ */
	background-color: #f6f6f6; /* ãƒœãƒƒã‚¯ã‚¹ã®èƒŒæ™¯è‰² */
	text-align: left;
	border-top: 1px #dadada solid;
}

div.supportbox p.footer_right {
	padding: 0.1em 5px; /* æ®µè½ã®ãƒžãƒ¼ã‚¸ãƒ³ï¼ˆä¸Šä¸‹ã€å·¦å³ï¼‰ */
	background-color: #f6f6f6; /* ãƒœãƒƒã‚¯ã‚¹ã®èƒŒæ™¯è‰² */
	text-align: right;
	border-top: 1px #dadada solid;
}

div.supportbox .box-honbun span.logo {
	margin: 5px;
	width: 50px;
	float: left;
	border: 1px solid #ddd;
}

/*-------------------------------------
ã‚µãƒ–è¦‹å‡ºã—
---------------------------------------*/
div.midasi_second {	
	padding: 0.4em 0.5em;/*æ–‡å­—ã®ä¸Šä¸‹ å·¦å³ã®ä½™ç™½*/
	background: #1f4e3a;
	margin: 0 0 5px;
	font-weight: 600;
}

div.midasi_second p {
	padding-left: 5px;
	color: #fff;
}

/*-------------------------------------
ã‚µãƒ–è¦‹å‡ºã—
---------------------------------------*/

div.midasi_sub {	
	border-top: solid 2px #1f4e3a;/*ä¸Šç·š*/
	border-bottom: solid 2px #1f4e3a;/*ä¸‹ç·š*/	
	margin: 0 0 5px;
}

div.midasi_sub p {	
	font-weight: 600;
	color: #1f4e3a;/*æ–‡å­—è‰²*/
	padding: 0.5em 0.5em;/*ä¸Šä¸‹ã®ä½™ç™½*/
	text-align: left;
}

div.midasi_sub.yellow {	
	border-top: solid 2px #FFC107;/*ä¸Šç·š*/
	border: solid 2px #FFC107;/*ä¸‹ç·š*/
	background: #fff;
}

div.midasi_sub.yellow p {	
	color: #c00;/*æ–‡å­—è‰²*/
}

div.midasi_sub span {	
	font-weight: 600;
	padding: 0.2em;/*ä¸Šä¸‹ã®ä½™ç™½*/
	text-align: left;
	background: #c00;
	background: #364e96;
	color: #FFC107;
	color: #fff;
	border: solid 1px #364e96;
}

/*-------------------------------------
 formbutton start
---------------------------------------*/
a.formbutton,
p.formbutton,
button.formbutton {
	display:inline-block; 
	
	background: #333;
	background: -moz-linear-gradient(top,#333 0%,#333);
	background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
	
	color: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	border-width:0;
	padding: 0.25rem;
	font-size: 0.85rem;
	text-align: center;
}

button.formbutton.simple {
	background: #ccc;
	color: #111;
}

button.formbutton.none {
	background: #fff;
	border: 0;
}

p.formbutton a {
	color: #fff;
}

a.formbutton:hover,
p.formbutton:hover,
button.formbutton:hover {
	cursor: pointer;
	opacity: 0.7;
}

button.formbutton.hovernone:hover {
	cursor: default;
	opacity: 1;
}
/*-------------------------------------
 formbutton end
---------------------------------------*/

table.open td.button {
	height: 40px;
	position: relative;
	width: 38px;
	vertical-align: top;
	background: #f3f3f3;
}

table.sub.open td.button {
	height: 36px;
	position: relative;
	width: 38px;
	vertical-align: top;
	background: #f3f3f3;
}

table.open td.button:hover {
	cursor: pointer;
}

table.open td.button p {
	color: #1f4e3a;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	background: #c0232b;
}

table.open td.button p.open {
	font-size: 16px;
	white-space: nowrap;
}

table.open td.button p.close {
	font-size: 13px;
	white-space: nowrap;
}


/*-------------------------------------
è²©å£²ç”³è¾¼é¦¬ä¸€è¦§
---------------------------------------------------------*/
/* --- è¡¨å…¨ä½“ --- */
table.umaichiran {

}

/* --- è¦‹å‡ºã—ã‚»ãƒ« --- */
table.umaichiran &gt; tbody {
}

/* --- è¦‹å‡ºã—ã‚»ãƒ« --- */
table.umaichiran &gt; tbody &gt; tr &gt; td {
	height: 2rem;
}

/* ---  --- */
table.umaichiran &gt; tbody &gt; tr.cancel &gt; td {
	background: #ccc;
}

/* ---  --- */
table.umaichiran &gt; tbody &gt; tr &gt; td {
	font-size: 1rem;
	white-space: nowrap;
}

/* ---  --- */
table.umaichiran thead &gt; tr &gt; th.upload {
	background: #fff3b8;
}

/* ---  --- */
table.umaichiran &gt; tbody &gt; tr &gt; td.upload {
	background: #fff3b8;
}

/* ---  --- */
table.umaichiran thead &gt; tr &gt; th.cancel {
	background: #ccc;
}

/* ---  --- */
table.umaichiran &gt; tbody &gt; tr &gt; td.cancel {
	background: #ccc;
}

/* ã‚¹ãƒžãƒ›ç”¨ */
@media only screen and (max-width: 767px){

	/* ---  --- */
	table.umaichiran &gt; tbody &gt; tr &gt; td button {
		font-size: 1.15rem;
	}

}

/* --- è¡Œã®èƒŒæ™¯è‰²ã‚’äº¤äº’ã«å¤‰æ›´ --- */
table.umaichiran tr:nth-child(even) {

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