@charset "utf-8";
/* tsuushin_top.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 一覧　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#tuushin_top {
	padding-bottom: 100px;
}
#saishin {
	font-weight: 700;
	text-align: center;
	margin-bottom: 50px;
}
#tuushin_top ul {
	border-top: 1px solid #86414E;
}
#tuushin_top li {
	border-bottom: 1px solid #86414E;
}
#tuushin_top li a {
	color: #84404D;
	font-weight: 700;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
}
#tuushin_top li a:hover {
	background-color: #F4E9EB;
}

/* -- VOL、日付、タイトル ----------------------------------------------- */
.vol {
	font-size: 16px;
	display: block;
	width: 80px;
	float: left;
}
.month {
	font-size: 16px;
	display: block;
	width: 75px;
	float: left;
}
.title {
	display: block;
	padding-left: 15px;
	border-left: 1px solid #86414E;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	width: 500px;
}








/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 768px) {

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 一覧　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#tuushin_top {
	padding-bottom: 80px;
}
#saishin {
	margin-bottom: 40px;
}
#tuushin_top li a {
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 5px;
	padding-right: 5px;
}
#tuushin_top li a:hover {
	background-color: #F4E9EB;
}

/* -- VOL、日付、タイトル ----------------------------------------------- */
.vol {
	font-size: 13px;
	width: 70px;
	border-right: 1px solid #84404D;
	line-height: 1.2em;
}
.month {
	font-size: 13px;
	width: 65px;
	padding-left: 15px;
	line-height: 1.2em;
}
.title {
	padding-left: 0px;
	border-left-style: none;
	float: none;
	clear: left;
	width: 100%;
	padding-top: 5px;
}
	
}
