#topics .tab ul {
list-style: none;
*zoom: 1;
}
#topics .tab ul:after {
display: block;
content: "";
clear: both;
}
#topics .tab li {
float: left;
width: 13.3%;
margin-left: 1.15%;
margin-bottom: 1.15%;
background: #ebfbfa;
text-align:center;
font-size: 72%;
line-height: 140%;
cursor: pointer;
}
#topics .tab li:nth-child(7n+1) {
clear: both;
margin-left: 0;
}
#topics .tab li.is-active {
color: #fff;
background: #49AAA7;
}
#topics .tab li a {
display: block;
padding-top: 12px;
padding-bottom: 12px;
text-decoration: none;
}
#page_topicslist #topics .content > div,
#page_activities #topics .content > div {display: none;}
#page_topicslist #topics .content > div.is-active,
#page_activities #topics .content > div.is-active {display: block;}
#page_topicslist #topics .list .date,
#page_activities #topics .list .date {float: left;width: 100px;margin-right: 10px;padding-top: 3px;}
#page_topicslist #topics .list .info,
#page_activities #topics .list .info {width: 220px;}

#topics .list {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	letter-spacing: initial;
	padding: 20px 30px;
}
#topics .list article{
	overflow: hidden;
	margin-bottom: 20px
}

#topics .list article:last-of-type{
	margin-bottom: 0
}
#topics .list article p{
	margin: 0
}

#topics .list article .category{
	border:2px solid #A3D6D5;
	color: #4baba7;
	font-size: 78.5%;
	text-align: center;
	padding:6px 5px;
	line-height: 140%;
	margin:5px 0 0 0;
	/*width: 70px;*/
}
#topics .list article .category.nerve{background: #5392E0;color: #fff;border-color: #5392E0;}
#topics .list article .category.pain{background: #5392E0;color: #fff;border-color: #5392E0;}
#topics .list article .category.biomechanic{background: #5392E0;color: #fff;border-color: #5392E0;}
#topics .list article .category.athlete-su{background: #6CB146;color: #fff;border-color: #6CB146;}
#topics .list article .category.athlete-br{background: #6CB146;color: #fff;border-color: #6CB146;}
#topics .list article .category.simulation{background: #6CB146;color: #fff;border-color: #6CB146;}
#topics .list article .category.health{background: #E1833D;color: #fff;border-color: #E1833D;}
#topics .list article .category.handicapped{background: #E1833D;color: #fff;border-color: #E1833D;}
#topics .list article .category.nutrition{background: #E1833D;color: #fff;border-color: #E1833D;}

/* 詳細P */
#page_entry h2{
	border-bottom: 1px solid #ccc;
	margin-bottom: 0;
}
#page_entry .infobox{
text-align: center;
padding-top: 10px;
}
#page_entry .date{
	text-align: center;
	margin-top: 5px;
	margin-bottom: 3px;
}
#page_entry .date,
#page_entry .category{
display: inline-block;
*display: inline;
*zoom: 1;
}
#page_entry .category{
border: 2px solid #A3D6D5;
color: #4baba7;
padding: 6px 5px;
font-size: 78.5%;
line-height: 160%;
text-align: center;
margin: 0 0 0 10px;
}
#page_entry .category.nerve{background: #5392E0;color: #fff;border-color: #5392E0;}
#page_entry .category.pain{background: #5392E0;color: #fff;border-color: #5392E0;}
#page_entry .category.biomechanic{background: #5392E0;color: #fff;border-color: #5392E0;}
#page_entry .category.athlete-su{background: #6CB146;color: #fff;border-color: #6CB146;}
#page_entry .category.athlete-br{background: #6CB146;color: #fff;border-color: #6CB146;}
#page_entry .category.simulation{background: #6CB146;color: #fff;border-color: #6CB146;}
#page_entry .category.health{background: #E1833D;color: #fff;border-color: #E1833D;}
#page_entry .category.handicapped{background: #E1833D;color: #fff;border-color: #E1833D;}
#page_entry .category.nutrition{background: #E1833D;color: #fff;border-color: #E1833D;}

#page_entry .entryContent{
	margin: auto;
	*zoom: 1;
}
#page_entry .entryContent:after{
	display: block;
	content: "";
	clear: both;
}

/* ■■■ここからPC限定■■■ */
@media screen and (min-width: 1300px) {
	#topics .list article .title{
		width: 550px
	}

}

/* ■■■ここからPC限定■■■ */
@media screen and (min-width: 768px) and (max-width: 1299px){
	#topics .list article .title{
		width: 280px
	}
}

/* ■■■ここからPC限定■■■ */
@media screen and (min-width: 768px) {

	#topics .list article .date,
	#topics .list article .title{
		padding-top: 3px;
	}

	#topics .list article .info {
		float: left;
		width: 180px;
		margin-right: 20px;
	}
	#topics .list article .title{
		float: left;
	}

	/* 詳細P */
	#page_entry .entryContent{
		width: 800px;
	}
}

@media screen and (max-width: 767px){
#topics .tab ul {
margin-left: 0;
padding-left: 0;
}
#topics .tab li {
width: 49%;
margin-left: 2%;
}
#topics .tab li:nth-child(7n+1) {
clear: none;
margin-left: 2%;
}
#topics .tab li:nth-child(2n) {
clear: both;
margin-left: 0;
}
#topics .tab li:first-child {
clear: both;
width: 100%;
margin-left: 0;
}
	#page_topicslist #container #topics .list,
	#page_activities #container #topics .list {
		padding-left: 0;
		padding-right: 0;
	}
	#page_topicslist #topics .list .date,
	#page_activities #topics .list .date {width: auto;margin-right: 0;padding-bottom: 3px;}
	#page_topicslist #topics .list .info,
	#page_activities #topics .list .info {width: auto;}

	#topics .list{
		font-size: 90%;
		padding-left: 15px;
		padding-right: 15px;
	}
	#topics .list article{
		border-bottom: 1px dotted #ccc;
		padding-bottom: 10px;
		margin-bottom: 10px
	}

	#topics .list article .date,
	#topics .list article .category{
		float: left;
		margin-bottom: 10px
	}
	#topics .list article .date{ margin-top: 8px }
	#topics .list article .category{ margin-left: 15px; }

	#topics .list article .title{
		clear: both;
		float: none;
	}
}

/* ■■■ここからPC限定■■■ */
@media screen and (max-width: 767px) {
#topics .tab li:nth-child(2n+2) {
clear: both;
margin-left: 0;
}
}