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

/**
 * 2繧ｫ繝ｩ繝�繝壹�繧ｸCSS
 * 繝壹�繧ｸ荳ｭ縺ｮ繝ｬ繧､繧｢繧ｦ繝医ｄ閭梧勹逕ｻ蜒上ｒ險ｭ螳壹☆繧�
 * 2015/08/15
 */


.PageMain {
	float: right;
	width: 880px;
	position: relative;
	font-size: 14px;
	line-height: 2.4em;
	color: #414141;
	margin-bottom: 70px;
	padding-top: 70px;
}



/* 繝｡繝九Η繝ｼ */

.PageSub {
	float: left;
	width: 263px;
	position: relative;
	padding-bottom: 50px;
	padding-top: 70px;
}

.PageSub h2 {
	font-size: 14px;
	color: #333;	
	font-weight: bold;
	margin-bottom: 30px;
}

.PageSub_Menu li {
	font-size: 14px;
	padding-bottom: 18px;
	border-bottom: 1px solid #E2DEDB;
	background-image: url(../img/icon/icon_subnavi.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 18px;
	padding-left: 27px;
}

.PageSub_Menu li.active {
	color: #251F1B;
	background-image: url(../img/icon/icon_subnavi_hover.gif);
}

.PageSub_Menu li.last {
	border: none;
}
.PageSub_Menu li a {
	color: #7c7c7c;
}

.PageSub_Menu li.active a {
	color: #262626;
	font-weight: bold;
}


p {
	color: #888888;
	font-size: 18px;
	margin: 0 auto 55px;
}

.PageMain table.no-border {
	width: 390px;
	margin: 0 0 50px auto;
}

.PageMain table.no-border th,
.PageMain table.no-border td {
	border: none;
	background-color: #fff;
	padding: 0px;
	font-size: 18px;
}

.PageMain table.no-border th {
	width: 80px;
}




@media screen and (max-width: 1240px) {
	.PageMain {
		width: 70%;
	}

	.PageSub {
		width: 25%;
	}
}


/* 繧ｹ繝槭�陦ｨ遉ｺ逕ｨ蛻ｶ蠕｡ */
@media screen and (max-width: 767px) {
  
	.PageMain {
		width: 100%;
		float: none;
	}

	.PageSub {
		width: 100%;
		float: none;
		padding-top: 0px;
	}

	
}

@media screen and (max-width: 430px) {
	.PageMain table.no-border {
		width: 258px;
	}
	
	.PageMain table.no-border th,
	.PageMain table.no-border td {
		font-size: 11px;
		line-height: 180%;
	}
	
	.PageMain table.no-border th {
		width: 60px;
	}
}
</pre></body></html>