@charset "UTF-8";

/*----------------------------------------

	- main
	+ content
		- library

-----------------------------------------*/

/*----------------------------------------
	main
-----------------------------------------*/


/*----------------------------------------
	content
-----------------------------------------*/

/*----------------------------------------
	library
-----------------------------------------*/

.library {
	margin-top: 35px;
}

.library .txt_title {
	font-weight: bold;
	font-size: 171.4%;
	line-height: 1.333;
	color: #05478b;
}

.library .txt_medium {
	font-size: 100%;
	line-height: 1.571;
}

.library .txt_large {
	font-size: 128.57%;
	line-height: 1.444;
}

.library .txt_small {
	font-size: 85.71%;
	line-height: 1.666;
}

.library .list_medium {
	font-size: 100%;
	line-height: 2.142;
}

.library .list_large {
	font-size: 128.5%;
	line-height: 1.666;
}

.library .list_small {
	font-size: 85.71%;
	line-height: 1.666;
}

.library .space20 {
	padding-bottom: 20px;
}

.library .space40 {
	padding-bottom: 40px;
}