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

* html .worksHeadImg             { zoom: 1; } /* IE6 */
*:first-child+html .worksHeadImg { zoom: 1; } /* IE7 */


html, body {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	color: #333;
	font-weight: 100;
    *font-family: "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Sans Unicode", sans-serif;
     -webkit-font-smoothing: antialiased;
}

.worksHeadImg {
	width: 100%;
	position: relative;
}



.head1 img {
	width: 100%;
	position: absolute;
	z-index: 1;
}

.blankImg img {
	width: 100%;
}

.worksHeadImg figcaption {
	width: 100%;
	text-align: center;
	line-height: 2.3em;
	padding: 18% 0 10%;
	font-size: 3.6em;
	color: #fff;
	position:absolute;
	z-index: 8;
}

.head2 img {
	background-color: black;
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
	width: 80px;
}


.worksHeadImg:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
    }
   
.commonFooter {
	width: 100%;
	height: 300px;
	/*background-color: rgba(20, 37, 71, 1);/** 紺色**/
	background-color: rgba(36, 143, 162, 1.0);
	margin-top: 0px;
}

@media screen and (max-width: 480px ) {
	
.worksHeadImg figcaption {
	width: 100%;
	text-align: center;
	line-height: 0.6em;
	padding: 1% 0 1%;
	font-size: 1.6em;
	color: #fff;
	position:absolute;
	z-index: 8;
}

.commonFooter {
	width: 100%;
	height: 300px;
	/*background-color: rgba(20, 37, 71, 1);/** 紺色**/
	background-color: rgba(36, 143, 162, 1.0);
	margin-top: 0px;
}

}