<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	/*color: #333;*/
	/*font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;*/
	/*min-height: 800px;*/
	position: relative;	/*font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;*/
	min-width: 1000px;
	overflow: auto;
	text-align: justify;/*background-color: #A99898;*/
	
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*BG COLOR*/



.bgA {
	background: url(
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAABJJREFUCB1jYGBgkARi4gB2lQAIqgAzfsIarwAAAABJRU5ErkJggg==
   ) repeat;
	background-color: #ECEDEE;
}
.bgB {
	background: url(
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAABJJREFUCB1jYGBgkARi4gB2lQAIqgAzfsIarwAAAABJRU5ErkJggg==
   ) repeat;
	background-color: #DFE0E0;
}
.bgC {
	background: url(
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAABJJREFUCB1jYGBgkARi4gB2lQAIqgAzfsIarwAAAABJRU5ErkJggg==
   ) repeat;
}
.bgD {
	background: url(
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAABJJREFUCB1jYGBgMAZi4gB2lQARZgBnh/r1qgAAAABJRU5ErkJggg==
   ) repeat;
}
.bg_b {
	background-color: #F5F9FC;
}
.bg_w {
	background-color: #FFFFFF;
}
.bg_nav {
	background-image: url(../imgs/nav_back1.png);
	background-repeat: repeat;
}
.bg_mb {
	background-image: url(../imgs/member_back.png);
	background-repeat: repeat;
}
/*ãƒ‘ãƒ¼ãƒ„*/
.title_line {
	width: 100%;
	border-bottom: 1px solid #F1F1F1;
	height: 40px;
	padding-bottom: 5px;
	padding-top: 5px;
}
/*ãƒŠãƒ“ã‚²ãƒ¼ã‚·ãƒ§ãƒ³*/



#main_nav_conte {
	width: 100%;
	height: 62px;
	display: block;
	position: fixed;
	background-repeat: repeat;
	z-index: 9999;
	min-width: 800px;
}
#main_nav_conte ul {
	display: table;
	margin-left: auto;
	margin-right: auto;
	max-width: 1024px;
	height: 62px;
	min-width: 880px;
	width: 100%;
	padding-left: 0px;
}
#main_nav_conte li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	color: #4C5A61;
}
#main_nav_conte a {
	color: #59666d;
	outline: none;
	/*border: 2px solid #A70F12;*/
	display: block;
}
#main_nav_conte a:hover {
	outline: none;
	color: rgba(0,0,0,1);
	text-decoration: none;
	transition: color 0.5s ease-out;
}
#main_nav_conte a.on {
	color: rgba(0,0,0,1)!important
}
#main_nav_conte li.backto {
	cursor: pointer;
	/*	border: 2px solid #A70F12;*/
	height: 62px;
}
#sub_nav_conte {
	width: 100%;
	height: 212px;
	display: block;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% top;
	min-width: 1000px;
	font-size: 95%;
}
.sharp {
	background-image: url(../imgs/head_off.jpg);
	x-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.fixed {
	background-image: url(../imgs/head_on.jpg);
	position: fixed;
	z-index: 1;
}
#sub_nav_conte ul {
	margin-left: 40px;
	margin-right: 40px;
	display: table;
	margin-left: auto;
	margin-right: auto;
	max-width: 1024px;
	height: 62px;
	min-width: 880px;
	width: 100%;
	/*border: 2px solid #A70F12;*/
	padding-left: 31px;
	padding-top: 180px;
	padding-right: 6px;
}
#sub_nav_conte li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	color: #4C5A61;
	/*border: 1px solid #A70F12;*/
	/*font-weight: bold;	*/
	white-space: nowrap;
}
#sub_nav_conte .p20 li {
	padding-left: 20px !important;
	padding-right: 20px !important;
}
#sub_nav_conte h2 {
	color: #fff;
	font-size: 140%;
}
#sub_nav_conte a {
	color: rgba(255,255,255,1);
	transition: all 0.3s ease-out;
}
#sub_nav_conte a:hover {
	color: rgba(0,0,0,0.5);
	text-decoration: none;
}
#sub_nav_conte li.now a:link {
	color: rgba(255,255,255,1);
	font-weight: bold;
}
#showtitle {
	width: 100%;
	padding-top: 115px;
	position: absolute;
	z-index: 999;
}
#showtitle h1 {
	max-width: 1024px;
	height: 62px;
	min-width: 880px;
	/*	border: 2px solid #A70F12;*/
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
	font-size: 170%;
	color: #171D2E;
}
/*ãƒ•ãƒƒã‚¿ãƒ¼*/
	
	
#footer, #footer2 {
	width: 100%;
	min-width: 800px;
	height: 250px;
	display: block;
	background-image: url(../imgs/footer_lodyas.png);
	background-repeat: repeat;
	font-size: 90%;
}
#footer a, #footer2 a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover, #footer2 a:hover {
	color: #999;
	text-decoration: none;
}
#footer &gt; ul, #footer2 &gt; ul {
	display: table;
	max-width: 1000px;
	height: 50px;
	min-width: 800px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	/*border: 5px solid #A70F12;*/
	margin-bottom: 0px;
	padding-left: 40px;
	padding-right: 40px;
}
#footer ul li, #footer2 ul li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	/*border: 1px solid #fff;*/
	color: #fff;
	/*font-size: 80%;*/
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap;
}
#footer p, #footer2 p {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #B2B2B2;
	font-size: 90%;
}
/*ãƒ•ãƒƒã‚¿ãƒ¼2*/
	
	
#footer2 {
	position: absolute;
	margin-bottom: -250px;
	bottom: 0px;
}
/*****/
	
#wrapall {
	border: 2px solid rgba(255,255,255,0);
	display: block;
	position: relative;
	top: 0px;
	width: 100%;
	max-width: 1200px;
	min-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}




#member_top_title2 {
	height: 130px;
	width: 100%;
	display: block;
	/*background-image: url(../imgs/member_back.gif);*/
	text-align: center;
	padding-top: 92px;
	border-bottom: 1px solid #CCCCCC;
	z-index: 3;
}
#member_top_nav {
	height: 35px;
	width: 100%;
	display: block;
	text-align: center;
	padding-top: 3px;
	position: fixed;
	top: 132px;
	z-index: 9999;
}
#member_top_nav span {
	height: 35px;
	width: 200px;
	display: block;
	/*border: 1px solid #D45255;*/
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	background-image: url(../members/member/other_bt.png);
	background-position: 50% 0%;
	background-repeat: no-repeat;
}
#member_top_nav span.active {
	background-image: url(../members/member/other_bt_off.png);
}

/*object*/

.dotted {
	margin-top: 20px;
	margin-bottom: 20px;
}
.dotted {
	background-image: -moz-linear-gradient(left, #000000, #000000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(left, #000000, #000000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-linear-gradient(left, #000000, #000000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to right, #000000, #000000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
	background-size: 2px 2px;
	height: 160px;
	width: 880px;
}
.dotted--2 {
	background-image: -moz-linear-gradient(left, #000000, #000000 20%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(left, #000000, #000000 20%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-linear-gradient(left, #000000, #000000 20%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to right, #000000, #000000 20%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 100%);
	background-size: 5px 5px;
	height: 1px;
}
.dotted--3 {
	background-image: -moz-linear-gradient(left, #000000, #000000 14.28571%, rgba(0, 0, 0, 0) 14.28571%, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(left, #000000, #000000 14.28571%, rgba(0, 0, 0, 0) 14.28571%, rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-linear-gradient(left, #000000, #000000 14.28571%, rgba(0, 0, 0, 0) 14.28571%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to right, #000000, #000000 14.28571%, rgba(0, 0, 0, 0) 14.28571%, rgba(0, 0, 0, 0) 100%);
	background-size: 7px 7px;
	height: 1px;
}
.dotted--4 {
	background-image: -moz-linear-gradient(left, #000000, #000000 11.11111%, rgba(0, 0, 0, 0) 11.11111%, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(left, #000000, #000000 11.11111%, rgba(0, 0, 0, 0) 11.11111%, rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-linear-gradient(left, #000000, #000000 11.11111%, rgba(0, 0, 0, 0) 11.11111%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to right, #000000, #000000 11.11111%, rgba(0, 0, 0, 0) 11.11111%, rgba(0, 0, 0, 0) 100%);
	background-size: 9px 9px;
	height: 1px;
}
.dotted--5 {
	background-image: -moz-linear-gradient(left, #000000, #000000 4.7619%, rgba(0, 0, 0, 0) 4.7619%, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(left, #000000, #000000 4.7619%, rgba(0, 0, 0, 0) 4.7619%, rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-linear-gradient(left, #000000, #000000 4.7619%, rgba(0, 0, 0, 0) 4.7619%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to right, #000000, #000000 4.7619%, rgba(0, 0, 0, 0) 4.7619%, rgba(0, 0, 0, 0) 100%);
	background-size: 21px 21px;
	height: 1px;
}
.dotted--2alt {
	background-image: -moz-linear-gradient(left, #000000, #000000 80%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(left, #000000, #000000 80%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-linear-gradient(left, #000000, #000000 80%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to right, #000000, #000000 80%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
	background-size: 5px 5px;
	height: 1px;
}
.dotted--3alt {
	background-image: -moz-linear-gradient(left, #000000, #000000 85.71429%, rgba(0, 0, 0, 0) 85.71429%, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(left, #000000, #000000 85.71429%, rgba(0, 0, 0, 0) 85.71429%, rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-linear-gradient(left, #000000, #000000 85.71429%, rgba(0, 0, 0, 0) 85.71429%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to right, #000000, #000000 85.71429%, rgba(0, 0, 0, 0) 85.71429%, rgba(0, 0, 0, 0) 100%);
	background-size: 7px 7px;
	height: 1px;
}
.dotted--4alt {
	background-image: -moz-linear-gradient(left, #000000, #000000 88.88889%, rgba(0, 0, 0, 0) 88.88889%, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(left, #000000, #000000 88.88889%, rgba(0, 0, 0, 0) 88.88889%, rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-linear-gradient(left, #000000, #000000 88.88889%, rgba(0, 0, 0, 0) 88.88889%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to right, #000000, #000000 88.88889%, rgba(0, 0, 0, 0) 88.88889%, rgba(0, 0, 0, 0) 100%);
	background-size: 9px 9px;
	height: 1px;
}
&lt;/p&gt; &lt;p&gt;.dotted--5alt {
 background-image: -moz-linear-gradient(left, #000000, #000000 95.2381%, rgba(0, 0, 0, 0) 95.2381%, rgba(0, 0, 0, 0) 100%);
 background-image: -o-linear-gradient(left, #000000, #000000 95.2381%, rgba(0, 0, 0, 0) 95.2381%, rgba(0, 0, 0, 0) 100%);
 background-image: -webkit-linear-gradient(left, #000000, #000000 95.2381%, rgba(0, 0, 0, 0) 95.2381%, rgba(0, 0, 0, 0) 100%);
 background-image: linear-gradient(to right, #000000, #000000 95.2381%, rgba(0, 0, 0, 0) 95.2381%, rgba(0, 0, 0, 0) 100%);
 background-size: 21px 21px;
 height: 1px;
}
</pre></body></html>