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




/* ---------------------------------------------------------

------------------------------------------------------------ */


.hs1,
.hs2,
.hs3{
	border: 1px solid #CCC;
	margin-bottom: 20px;
	background-color: #FFF;
}


.hs1 h2,
.hs2 h2,
.hs3 h2
{
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}

.hs1 .inner,
.hs2 .inner,
.hs3 .inner{
	padding:20px;
	font-size: 0.9em;
	line-height: 1.4;
}

	.hs1 .inner{
		background-image: url(../images/home/bg_hs1.jpg);
		background-repeat: no-repeat;
		background-position: right top;
	}
	.hs2 .inner{
		background-image: url(../images/home/bg_hs2.jpg);
		background-repeat: no-repeat;
		background-position: right top;
	}
	.hs1 .inner p,.hs2 .inner p{
	width: 420px;
	margin-bottom: 0.5em;
	}
	









	.hs1 ul.link,
	.hs2 ul.link{
	background-color: #FDFDFD;
	margin-top: 1ex;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
		}


	.hs1 ul.link li,
	.hs2 ul.link li{
	list-style-type: none;
	display: inline;
	padding: 0px;
	margin: 0px;
		}
		
	.hs1 ul.link li a,
	.hs2 ul.link li a{
	background-image: url(../images/common/arrow_red.png);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 30px;
	background-position: 10px center;
	margin-bottom: 0.5em;
	float: left;
	width: 235px;
	margin-right: 10px;
	margin-left: 10px;
	display: block;
	background-color: #f7f7f7;
	border: 2px solid #CCC;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 3px;
	/* box-shadow */
box-shadow:rgb(255, 255, 255) 0px 0px 0px 2px inset;
	-webkit-box-shadow:rgb(255, 255, 255) 0px 0px 0px 2px inset;
	-moz-box-shadow:rgb(255, 255, 255) 0px 0px 0px 2px inset;


		}



	.hs1 ul.link li a:hover,
	.hs2 ul.link li a:hover{
	color: #FFF;
	text-decoration: none;
	background-color: #666;
		}






/*お知らせ ----------*/
.hs4 {
margin: 0 0 20px;
	background-color: #fff;
	border: 1px solid #CCC;
}
.hs4 h2 {
line-height: 0;
}
.hs4 .inner{
	padding:15px;
}


.hs4 .inner .line{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	clear: both;
	display: block;
	text-decoration: none;
	padding: 10px 5px;
}
.hs4 .inner .line:last-child {
	border: none;
}


.hs4 .inner img{
	float: left;
	margin-right: 20px;
	height: auto;
	width: 140px;
}

.hs4 .inner dl{
	line-height: 1.4;
	float: left;
	width: 410px;
	font-size: 0.9em;
}


	.hs4 .inner dl dt{
	font-weight: bold;
	color: #000;
	margin-bottom: 0.5em;
	}

	.hs4 .inner dl dt span{
	font-weight: normal;
	color: #666;
	margin-bottom: 0.5em;
	}

	.hs4 .inner dl dt span a{
	color: #666;
	}






/* ---------------------------------------------------------
技術box
------------------------------------------------------------ */

    .boxgrid{
background: #161613;
	height: 123px;
	margin-bottom: 10px;
	border: solid 1px #555;
	overflow: hidden;
	position: relative;
	width: 180px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 0.8em;
    }


    .boxgrid h3  {
	margin: 10px 10px 5px 10px;
	color:#FFF;
	font-weight: normal;
	line-height: 1.4;
    }  

    .boxgrid img{
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: 123px;
    }  
    .boxgrid p{   
        padding: 0 10px;   
        color: #afafaf;   
          
    }  
          
    .boxcaption{   
        float: left;   
        position: absolute;   
        background: #000;   
        height: 100%;
        width: 100%;
        opacity: 0.7;
        /* For IE 5-7 */  
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);  
        /* For IE 8 */  
        -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";  
    }  
    .captionfull .boxcaption {  
        top: 300px;  
        left: 0;
    }  
    .caption .boxcaption {  
        top: 200px;  
        left: 0;  
    }  
    .boxgrid a{
	color: #FFF;
    }  
    .boxgrid a:hover{
	color: #FFF;
	text-decoration: none;
    }  

p.more a{
	background-color: #999;
	text-align: center;
	padding: 7px;
	display: block;
	border-radius: 3px;
	clear: both;
	margin-top: 1em;
	color: #FFF;
}
p.more a:hover{
	background-color: #666;
	text-decoration: none;
	}
