@charset "utf-8";

ul.category-tag{
	display: table;
	border-spacing: 2px 0;
	padding-top: 50px;
}
ul.category-tag li{
	display: table-cell;
	padding: 5px 15px;
	color: #222;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
ul.category-tag li a{
	display: inline-block;
	color: #222;
	text-decoration: none;
}
ul.category-tag li a:nth-of-type(2):before,
ul.category-tag li a:nth-of-type(3):before,
ul.category-tag li a:nth-of-type(4):before,
ul.category-tag li a:nth-of-type(5):before,
ul.category-tag li a:nth-of-type(6):before{
	content: "/";
}
ul.category-tag li.kaizen{
	background: #91e281;
}
ul.category-tag li.seikatsu{
	background: #afe6b0;
}
@media screen and (min-width: 980px) {
ul.category-tag li{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
ul.category-tag li:hover{
	opacity: .7;
}
}

#details .head-photobox img{
	width: 95px;
	height: auto;
}
@media screen and (min-width: 980px) {
table.normal tbody th{
	width: 150px;
}
}
@media screen and (max-width: 768px){
#details .head-photobox img{
	width: 23%;
	height: auto;
	display: inline;
	margin: 1px;
}
}