<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* float height --------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* inlene under line --------------- */
.uline {
	border-bottom:solid 3px #c50000;
}

.uline_purple {
	border-bottom:solid 3px #c205e4;
}

/* header --------------- */
#header .h-cont {
	position: relative;
}
#header .h-bg {
	/*position: absolute;*/
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
}
#header .h-sub {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	width: 100%;
}
#header img {
	display:block;
	width: 100%;
}

/* article --------------- */
.article {
	padding: 10px 10px 0px;
}

/* section --------------- */
.section {
	width: 100%;
}

/* section header --------------- */
.h-comment a{
	display:inline;
}
.sec-h{
	width: 100%;
	margin-bottom:10px;
	display: table;
}
.sec-h-mark{
	float:left;
}

.sec-h-string{
	color: #555;
	font-size: 16px;
	font-weight: normal;

/*	overflow: hidden;*/
	display: table-cell;
	text-align:left;
	vertical-align: middle;
	width:95%;
}
.odds-subtitle{
	margin-top:12px;
	margin-bottom:12px;
	font-size: 18px;
	font-weight: bold;
}

.h-strong {
	color: #36bfb7;
}

.sectionNo {
	margin-right:7px;
	vertical-align:top;
	width:40px;height:40px;
}

/* section body split in half --------------- */
.left {
	width: 50%;
	float:left;
}
.right {
	width: 50%;
	float:right;
}
.left img {
	width: 100%;
}
.right-inner .rightInnerImage {
	width: 100%;
	margin-top: 20px;
}
.right-inner {
	padding-left:7px;
}
.right-inner p {
	color: #555;
	font-size: 16px;
	font-weight: normal;
	line-height:1.8;
}
.right-inner .inlineNo{
	vertical-align:top;
	width: 20px;
	height: 20px;
	margin-right:4px;
}

/* section body --------------- */
.guideitem {
	width: 80%;
	margin:0 auto;
}

figure img.figimg {
	width: 100%;
}
figure ul {
	color: #555;
	font-size: 16px;
	font-weight: normal;
	line-height:1.8;
}
figure ul .inlineNo{
	vertical-align:top;
	width: 20px;
	height: 20px;
	margin-right:4px;
}
figure ul li {
	margin-bottom: 5px;
}

figure .etcfigimg {
	width: 100%;
}

figure ul li.color1 { font-weight:bold; color: #d30976;}
figure ul li.color2 { font-weight:bold; color: #8c1fd0;}
figure ul li.color3 { font-weight:bold; color: #2537d7;}
figure ul li.color4 { font-weight:bold; color: #25b7d8;}
figure ul li.color5 { font-weight:bold; color: #e7aa07;}

.tohyo_header{
	margin-top:10px;
}

.entryend{
	margin-top:10px;
}

/* odds tab --------------- */
.odds-tablist{
	width: 100%;
	margin-top:10px;
}

.odds-3rentan-bgcolor {
	background-color:#fdffba;
}
.odds-ninki-bgcolor {
	background-color:#bbe5da;
}
.odds-box-bgcolor {
	background-color:#f3c0cf;
}
.odds-formation-bgcolor {
	background-color:#7adbff;
}

.odds-tab{
	float:left;
	width: 25%;
	cursor:pointer;
}

#tab-3rentan {
}
#tab-ninki {
}
#tab-box {
}
#tab-formation {
}

.odds-tab img{
	width: 100%;
	display:block;
}

/* odds contents --------------- */
#odds-3rentan{
	display:block;
}
#odds-ninki{
	display:none;
}
#odds-formation{
	display:none;
}
#odds-box{
	display:none;
}

/* top contents --------------- */
#top_contents{
	display:block;
}
#top_contents img{
	display:block;
	width: 100%;
}

/* full width img --------------- */
.all , .all img {
	width: 100%;
}

/* arrow --------------- */
.next-arrow {
	width: 100%;
	margin: 15px auto;
}
.next-arrow img{
	width: 100%;
}

/* back to top --------------- */
#back-to-top,
#back-to-top img {
	width: 100%;
}

/* next step --------------- */
#next-step,
#next-step img {
	width: 100%;
}

/* footer --------------- */
#footer img {
	width: 100%;
	display: block;
}
</pre></body></html>