@charset "utf-8";
/* CSS Document */


.cate_menu{
	margin: 0 auto 20px;
	width: 860px;
	height:100px;
	overflow:hidden;
	}

.cate_menu li{
	padding: 0 29px;
	float:left;
	list-style:none;
	}
	
.works{
	margin: 30px auto 100px;
	width: 1200px;
	overflow:hidden;
	background-color:#f2f2f2;
	text-align:center;
	}
	
.works_web {
	width: 1100px;
	height: 490px;
	margin: 75px auto 80px;
}

.works_title {
	font-size: 25px;
	margin-bottom:20px;
    font-family: 'Buda', cursive;
	text-align:center;
}

.web_box01 {
	float:left;
	width: 320px;
	height: 400px;
	margin-top: 90px;
	margin-right: 70px;
}

.web_box02 {
	float:left;
	width: 320px;
	height: 400px;
	margin-top: 0;
	margin-right: 70px;
}

.web_box03 {
	float:left;
	width: 320px;
	height: 400px;
	margin-top: 90px;
}
	
	
.over {
	width: 320px;
	height: 360px;
	overflow: hidden;
	position: relative;	/* 相対位置指定 */
}
.over .caption {
	font-size: 120%;
	line-height:1.5;
	text-align: center;
	padding-top: 170px;
	color: #fff;
}
.over .mask {
	width: 100%;
	height:	100%;
	position: absolute;	/* 絶対位置指定 */
	top: 0;
	left: 0;
	opacity: 0;	/* マスクを表示しない */
	background-color: rgba(63,9,3,0.8);	/* マスクは半透明 */
	-webkit-transition:	all 0.2s ease;
	transition: all 0.2s ease;
}
.over:hover .mask {
	opacity: 1;	/* マスクを表示する */
}

.inline_content {
    width: 500px;
	height: 540px;
    overflow: hidden;
}

.cont_web {
	margin: 0 auto;
	width: 384px;
}

.cont_web .title{
	font-size:16px;
	margin-top:20px;
	padding-top: 2px;
	padding-left:36px;
	background-image:url(../works/img/cate_icon_web.png);
	background-repeat:no-repeat;
	background-size:30px 25px;
	background-position:left;
}
.works_list a{
  color:#00b0d9;
}

.works_list a:hover{
  color:#00b0d9;
  text-decoration:none;
}

dl.works_list {
    overflow: hidden;
    zoom: 1;
}
dl.works_list dt {
    width: 80px;
	margin-bottom:5px;
    float: left;
    clear: both;
    font-weight: bold;
}
dl.works_list dd {
    padding: 0 0 0 30px;
	margin-bottom:5px;
}

