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

/*-------------------------------------------
Body Common
-------------------------------------------*/

/*-------------------------------------------
/tb/index.html customize
-------------------------------------------*/

/*#recommend*/

body#bodyTb #recommend .floatBox01 .txt {
	margin-bottom: 1.714em;
}
body#bodyTb #recommend .floatBox01 .btnWrap {
	width: 32em;
}
/*#about*/
body#bodyTb #about .catch {
	margin-bottom: 2em;
}
/*#effect*/
body#bodyTb #effect .effectInner { 
	font-size: 0;
	margin-bottom: ;
}
body#bodyTb #effect .effectInner .accOpen { 
	font-size: 16px;
}
body#bodyTb #effect .effectBox{
	width: 49%;
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	margin-right: 2%;
}
body#bodyTb #effect .effectBox .txt{
	margin-top:1.714em;
	font-size:1.143em;
}
body#bodyTb #effect .accArea {
	margin-right: 0;
}

/*-------------------------------------------
/arm/index.html customize
-------------------------------------------*/
.floatBlock01 .left {
	width: 56%;
	padding-right: 4%;
}

/*-------------------------------------------
/combination/index.html customize
-------------------------------------------*/
.min90,
.min60 { 
	padding :1.4em 0 1.4em 70px;
	margin-bottom: 1em;
}
.min90 { 
	background: url(/assets/mdc/images/information/common/ico_min_90.jpg) 0 center no-repeat; 
}
.min60 { 
	background: url(/assets/mdc/images/information/common/ico_min_60.jpg) 0 center no-repeat; 
}


.floatBlock01 { 
	margin-bottom: 1em;
 }
@media screen and (max-width: 767px) {
	
	/*#effect*/
	body#bodyTb #effect .effectBox{
		display:block;
		width:100%;
		margin:1em 0;
	}
	body#bodyTb #effect .accArea {
		display: none;
	}

	body#bodyTb #monthly .smtContent,
	body#bodyTb #monthly .memo01 {
		background: #fffdf6;
	}
	body#bodyTb #monthly .memo01 {
		padding: 1em;
	}

	.floatBlock01 .left {
		width: 100%;
		padding-left: 0;
	}


}

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