@charset "UTF-8";

@media screen and (max-width: 768px) {
/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# スマホ 設定 #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */


/* L1 ######################################## サイト更新情報 ######################################## */

#history {
	width: 100%;
	margin-top: 6em;
	margin-bottom: 6em;
}

/* L2 **************************************** もっと見る **************************************** */


#history p.more a {
	margin-bottom: 4px;
}
#history p.more a:last-child {
	margin-bottom: 0;
}

/* L2 **************************************** 日付 **************************************** */

#history p.date time {
	letter-spacing: 0.1em;
}
#history p.date time::before,
#history p.date time::after {
	width: 50px;
}

/* L2 **************************************** リスト部分 **************************************** */

#history ul li {
	display: block;
	padding: 0.7em 0 0.4em 0;
	border-bottom: 1px dotted #999999;
}
#history ul li:hover {
	background: none;
}

#history ul li a {
	display: block;
	border: none;
}

#history ul li span.text {
	display: block;
	max-width: 100%;
	background: none;
	white-space: normal;
}

#history ul li span.text span.A {
	display: block;
	width: 100%;
	padding: 0.5em 2%;
	min-width: initial;
	min-width: auto;
	margin-right: 0;
	
	border-radius: 0;
}

#history ul li span.text span.B {
	display: block;
	margin-top: 2px;
}

#history ul li a span.B {
	text-decoration: underline !important;
}

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# スマホ 設定 ここまで #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */
}