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

#thesis_list_title,#review_list_title,#renaissance_list_title{
	font-size: 3.6rem;
	text-align: center;
	padding-left: 30px;
	letter-spacing: 0.1em;
	margin:50px auto 0 auto;
}

#thesis_list_title span, #review_list_title span, #renaissance_list_title span{
	font-size: 14px;
	font-weight: normal;
}

/*　論文　*/
#thesis_list_title{
	background:url(../img/list_title_thesis_bg.png) no-repeat left center;
	width: 5em;
}
/*　書評　*/
#review_list_title{
	background:url(../img/list_title_thesis_bg.png) no-repeat left center;
	width: 5em;
}
/*　GR書籍　*/
#renaissance_list_title{
	background:url(../img/list_title_thesis_bg.png) no-repeat left center;
	width: 11em;
}


/*　　*/
.category{
	position: relative;
	padding:30px 0;
	width: 100%;
}
.category:after{
	display: block;
	clear: both;
	content: '';
}
/*タグ内*/
ul.works{
	width: 820px;
	float: right;

}
ul.works li{
	display: inline-block;
	width: 398px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	height:180px;
	padding:10px 0;
	margin-bottom: 20px;
	overflow: hidden;
}
ul.works li:nth-child(2n){
	margin-left: 15px;
}
ul.works li a{
	text-decoration: none;
}
article .wrap section ul li .tag,article .wrap section ul li .categoryname,article .wrap section ul li .day{
	font-size:12px;
	padding:3px 3px 3px 10px;
	width: 87px;
	height:12px;
	display: inline-block;
	margin-right: 10px;
	overflow: hidden;
}
article .wrap section ul li .categoryname{
	color: #fff;
}
article .wrap section ul li .tag{
	background-color: #ccc;
	color: #111;
	width: 146px !important;
}
article .wrap section ul li .day{
	width: 90px !important;
	text-align: right;
	color:#333;
	margin-right: 0;
	font-size: 11px;
}
article .wrap section ul li a .title{
	color:#333;
	font-size: 18px;
	padding:5px 10px;
	font-family: serif;
	transition: 0.3s;
	line-height: 1.2;
}
article .wrap section ul li a .title:hover{
	text-decoration:underline;
	color:#ccc;
}
article .wrap section ul li a .title span{
	font-size: 14px;
	font-weight: normal;
}
article .wrap section ul li .summary,.excerpt_cont{
	color: #888;
	font-size: 12px;
	line-height: 1.5;
	padding:5px 10px;
}
article .wrap section ul li .author{
	text-align: right;
	font-weight: bold;
	font-size: 15px;
	padding:0 10px;
}
article .wrap section ul li .author i{
	font-style: normal;
	display: block;
	font-size: 12px;
}
/*article .wrap section ul li .author i:after{
	content: '）';
	margin-right: -0.5em;
}
article .wrap section ul li .author i:before{
	content: '（';
}*/

/*　タグ内個別　*/

#thesis h2{
	background: url(../img/home_bg_h2_thesis.png) no-repeat center top;
}
#review h2{
	background: url(../img/home_bg_h2_review.png) no-repeat center top;
}
#serial h2{
	background: url(../img/home_bg_h2_serial.png) no-repeat center top;
}
#topic h2{
	background: url(../img/home_bg_h2_topic.png) no-repeat center top;
}
#thesis ul li .categoryname{
	background-color: #c1272d;
}
#review ul li .categoryname{
	background-color: #fbb03b;
}
#renaissance ul li .categoryname{
	background-color: #113687;
	padding:3px 2px;
	letter-spacing: none;
	font-size: 10px;
}
#review ul li .bookimage,#renaissance ul li .bookimage{
	float: left;
	width:100px !important;
	height: 150px;
	overflow: hidden;
	margin-right: 10px;
	margin-top:10px;
}
#serial ul li .categoryname{
	background-color: #22b573;
}
#topic ul li .categoryname{
	background-color: #0071bc;
}

/*＝＝＝＝＝＝＝ここから＝＝＝＝＝＝＝＝*/
@media (max-width: 600px) {
	#thesis_list_title,#review_list_title{
		font-size: 3.6rem;
		text-align: center;
		padding-left: 30px;
		letter-spacing: 0.1em;
		margin:50px auto 0 auto;
	}

	/*　　*/
	.category{
		position: relative;
		padding:30px 0;
		width: 100%;
	}
	/*タグ内*/
	ul.works{
		width: 100%;
		float: none;
	}
	ul.works li{
		float: none;
		width: 100%;
		border-bottom: 1px dotted #ccc;
		border-right: none;
		height:auto;
	}
	#thesis ul.works li:nth-child(-n+4){
		opacity: 1;
	}
	ul.works li:nth-child(2n){
		margin-left: 0;
	}


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