@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_graphic {
	width: 1060px;
	height: 490px;
	margin: 75px auto 80px;
}

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

.graphic_box01 {
	float:left;
	width: 280px;
	height: 400px;
	margin-top: 90px;
	margin-right: 110px;
}

.graphic_box02 {
	float:left;
	width: 280px;
	height: 400px;
	margin-top: 0;
	margin-right: 110px;
}

.graphic_box03 {
	float:left;
	width: 280px;
	height: 400px;
	margin-top: 90px;
}
	
	
.over {
	width: 280px;
	height: 370px;
	overflow: hidden;
	position: relative;	/* 相対位置指定 */
}
.over .caption {
	font-size: 120%;
	text-align: center;
	line-height:1.5;
	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: 700px;
	height: 530px;
    overflow: hidden;
}

.cont_graphic {
	margin: 0 auto;
	width: 650px;
}

.cont_graphic .title{
	font-size:18px;
	margin-bottom:0;
	margin-top:20px;
	padding-top: 2px;
	padding-left:30px;
	background-image:url(../works/img/cate_icon_graphic.png);
	background-repeat:no-repeat;
	background-size:30px 25px;
	background-position:left;
}

.works_list a{
  color:#3f0903;
}

.works_list a:hover{
  color:#00b0d9;
}


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