@charset "UTF-8";
/* grid.css */

#Grid {
	clear:both;
	width:940px;
	position: relative;
	left: 0;
	top:10px;
	z-index: 10;
}
#Grid a {
	text-decoration:none;
	color:#333333;
}
#Grid a:hover {
	color:#777777;
}
#Grid h2,
.mode1 #Grid h3 {
	font-family:"FOT-ニューロダン ProN DB", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px!important;
	font-weight:normal;
	margin:0 15px 10px 15px!important;
	padding-top:15px!important;
	line-height:1.6em!important;
	color: #333333!important;
}
#Grid #ServiceMainImg h2 {
	margin:0;
	padding:0;
}
#Grid .textNormal {
	margin:0 15px;
}

.gridL {
	background-color:#FFFFFF;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	position:absolute;
	width:370px;
	height:280px;
}
.gridL a {
}
.gridS {
	background-color:#FFFFFF;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	position:absolute;
	width:180px;
	height:280px!important;
}
.gridS a {
}
p.thL,
p.thS {
	position:absolute!important;
	bottom:0!important;
	line-height:0.1em!important;
}
p.thL img,
p.thS img {
	-webkit-border-bottom-right-radius:8px;
    -webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomright:8px;
    -moz-border-radius-bottomleft:8px;
	border-bottom-left-radius:8px!important;
	border-bottom-right-radius:8px!important;
}

#Works p.thS img {
	-webkit-border-bottom-right-radius:8px;
    -webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomright:8px;
    -moz-border-radius-bottomleft:8px!important;
	border-bottom-left-radius:8px!important;
	border-bottom-right-radius:8px!important;
	border-top-left-radius: 0!important;
	border-top-right-radius: 0!important;
}