@charset "UTF-8";

/* -------------- トップページ：カラムレイアウト -------------- */


main {
	overflow: hidden;
}

div.top-left {
	width: 640px;
	margin-top: 40px;
	float: left;
}

div.top-right {
	width: 330px;
	margin-top: 40px;
	float: right;
}


/* -------------- トップページ：メッセージ -------------- */

div.msg {
	border: 1px solid #ccc;
	padding: 20px;
	width: 800px;
	margin: auto;
	box-sizing: boder-box;
}


/* -------------- トップページ：お知らせ -------------- */

h2.top-information-mds {
/*	border-bottom: 4px solid #80cde3;*/
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 0.5em;
}

div.top-information {

}

div.top-information dl {
	font-size: 16px;
	border-bottom: 1px dotted #aaa;
	padding: 0.5em 0;
	overflow: hidden;
}

div.top-information dl dd {
	line-height: 1.6;
	float: left;
}

div.top-information dl dd.date {
	width: 100px;
/*	color: #2495b4;*/
}

div.top-information dl dd.category {
	width: 80px;
}

div.top-information dl dt {
	margin-left: 180px;
	line-height: 1.6;
}

div.top-information p.more {
	text-align: right;
	font-size: 16px;
}

div.top-information p.more a::after {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-size: 18px;
	font-weight: bold; /* bold指定しないと使えないfa */
	line-height: 2;
	padding-left: 0.5em;
}

/* -------------- トップページ：カタログ拡材 -------------- */

div.top-catalog {
	margin-top: 30px;
	overflow: hidden;
}

div.top-catalog dl {
	width: 275px;
	height: 180px;
	padding: 20px 15px;
	float: left;
	background: #eeefef;
	border-left: 5px solid #bbd372;
	overflow: hidden;
	position: relative;
}

div.top-catalog dl:first-child {
	margin-right: 20px;
}

div.top-catalog dl:nth-child(even) {
	border-left: 5px solid #eabc67;
}

div.top-catalog dl dt {
	font-size: 20px;
	font-weight: bold;
	margin-left: 95px;
}

div.top-catalog dl dd {

}

div.top-catalog dl dd.img {
	width: 90px;
	float: left;
}

div.top-catalog dl dd.img img {
	width: 84px;
}

div.top-catalog dl dd.kana {
	font-size: 10px;
	letter-spacing:-0.15em;
	margin-top: 0.5em;
	margin-left: 0;
}

div.top-catalog dl dd.txt {
	font-size: 14px;
	line-height: 1.4;
	margin-top: 1em;
	margin-left: 95px;
}

div.top-catalog dl dd.link {
	width: 150px;
	padding: 0.5em;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #bbd372;
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
}

div.top-catalog dl:nth-child(even) dd.link {
	background: #eabc67;
}

div.top-catalog dl dd.link a {
	color: #fff;
}

div.top-catalog dl dd.link a::after {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-size: 16px;
	font-weight: bold; /* bold指定しないと使えないfa */
	padding-left: 0.5em;
}

div.top-sns {
}

div.top-sns li.twitter {
	width: 330px;
	height: 550px;
	overflow-y: scroll; 
	webkit-overflow-y: scroll;
}

div.top-banner ul {
	padding-top: 20px;
}

div.top-banner ul li {
	text-align: center;
	margin-top: 10px;
}

div.top-banner ul li img {
	width: 330px;
	border: 1px solid #eeefef;
/*	display: none;*/
}


/* -------------- トップページ：bxslider -------------- */

section {
	width: 1000px;
	margin: 0 auto;
}


/* 初期化完了まで非表示 */
.bxslider {
	display:none;
}
.bx-wrapper .bxslider {
	display: block;
}
 
/* デフォルトのデザインをリセット */
.bx-wrapper {
	box-shadow: none;
	border: none;
}


