@charset "UTF-8";
/* CSS Document */

/* 論文製本 */
.ronbun_txt {
	margin-left: 30px;
	margin-right: 25px;
	margin-top: 15px;
	margin-bottom: 35px;
}

.btn-flat {
	display: inline-block;
	background-color: #46bfcc;
	color: #fff;
	font-weight: bold;
	font-size: 14pt;
	padding: 10px 25px;
	text-decoration: none;
	border-radius: 10px;
	transition: .4s;
	margin-bottom: 15px;
}
.btn-flat:hover {
	background-color: #8BF0FA;
	color: #006274;
}

/* 取扱商品 */
.goods_txt {
	margin-left: 30px;
	margin-right: 25px;
	margin-top: 15px;
	margin-bottom: 25px;
	line-height: 1.5em;
}
.goods_txt2 {
	margin-left: 12px;
	margin-top: 8px;
}

.goods_title {
	background-color: #ffe3d8;
	font-weight: bold;
	color: #2B2B2B;
	font-size: 14pt;
	padding: 10px 15px;
	margin-bottom: 15px;
}









