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

======================================================= */

/* ----------------------------
	pubdetail
-------------------------------*/

/* pubMokuji */
.toc01 dt{
	font-weight:bold;
}

.toc01 dd{
	margin:1px 0 3px;
	padding-left:20px;
}
/* ----------------------------
	column
-------------------------------*/
.columnEntryTxt h3{
	font-size:122%;
	margin-top:20px;
	margin-bottom:10px;
}

.columnEntryTxt h4{
	font-size:108%;
	margin-top:10px;
	margin-bottom:10px;
}

.columnEntryTxt .borderBottom{
	border-bottom:dotted 1px #666666;
	padding-bottom:20px;
	margin-bottom:20px;
}

.columnEntryTxt .grayBox{
	background-color: #F5F4EF;
	border: 1px solid #EDEBE2;
	padding:15px;
}

/* ----------------------------
jn_ncxx（動画）
-------------------------------*/

#jn_ncxx .body {
	margin: 40px auto 60px;
	width: 680px;
}

#jn_ncxx .title {
	margin: 0 0 30px;
	padding: 40px 0;
	text-align: center;
	position: relative;
}

#jn_ncxx .title:before ,
#jn_ncxx .title:after {
	content: "";
	width: 100%;
	height: 40px;
	position: absolute;
	left: 0;
	z-index: -10;
}

#jn_ncxx .title:before {
	top: 0;
	background: linear-gradient(#ddd, #fff);
}

#jn_ncxx .title:after {
	bottom: 0;
	background: linear-gradient(#fff, #ddd);
	
}

#jn_ncxx .title h2 {
	margin: 0 0 15px;
}

#jn_ncxx .title .lede {
	font-size: 24px;
	color: #808080;
}

#jn_ncxx .body {
	display: flex;
	flex-wrap: wrap;

}

#jn_ncxx .doga {
	width: 320px;
	border-bottom: 1px solid #CCC;
	padding: 0 0 35px;
	margin: 0 0 35px;
}

#jn_ncxx .doga:nth-child(2n) {
	padding-left: 40px;
}

#jn_ncxx .doga h3 {
	font-size: 18px;
	margin: 5px 0;
}

#jn_ncxx .doga p {
	font-size: 12px;
	color: #808080;
}

#jn_ncxx .doga iframe {
	border: 1px solid #eee;
}

/* ----------------------------
jn_ncxx（動画）
-------------------------------*/</pre></body></html>