body{
	/* background: none; */
}

.item_link a{
	float: right;
	display: block;
	width: 120px;
	background: url(../images/common/more.png) no-repeat right center;
	line-height: 27px;
	border-left: 27px solid #1c57b9;
	padding: 0 0 0 15px;
	color: #1c57b9;
	text-decoration: none;
	text-align: left;
}

#contents section article{
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-radius: 6px;
}

#solutionbetsu{
	/* display: none; */
}

#main{
	background: #ffffff;
}

body .inner{
	background: #fff;
}

#cat_tab ul{
	/* background-image: url('../images/works/bg_cat_btns.png'); */
	/* background-position: 0 5px; */
	/* background-size: 960px 136px; */
}

#cat_tab ul li a{
	/* cursor: default; */
}


#cat_tab ul li {
    box-sizing: border-box;
    width: calc(20% - 2px);
    padding: 0 0;
    margin: 5px 1px;
    /* border: 1px solid #fff; */
    border-radius: 5px;
    text-align: center;
    background-color: #DBEBFA;
    overflow: hidden;
    color: #787878;
}

#cat_tab ul li a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 11px 0;
		transition: all 0.2s linear;
}

#cat_tab ul li a:hover{
    background: #1C57B9;
    color: #fff;
}


