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

.top_text{
	height: 140px;
	width: 1050px;
	display: block;
	margin-left: 150px;
	margin-top: 210px;
}
.title_text{
	height: 60px;
	width: 1050px;
	margin-left: 150px;
	margin-top: 80px;
	}

.text_box1{
	background-image: url(../image/work-style_imeg1.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 270px;
	width: 490px;
	font-size: 16px;
	color: #5B4D37;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-left: 206px;
	margin-left: 150px;
	padding-top: 20px;
	float: left;
	vertical-align: 10%;
	line-height: 28px;
	}
.text_box2{
	background-image: url(../image/work-style_imeg2.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 270px;
	width: 490px;
	font-size: 16px;
	color: #5B4D37;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-left: 206px;
	margin-left: 150px;
	padding-top: 20px;
	float: left;
	line-height: 28px;
	}
	
.text_box3{
	background-image: url(../image/work-style_imeg3.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 270px;
	width: 490px;
	font-size: 16px;
	color: #5B4D37;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-left: 206px;
	margin-left: 150px;
	padding-top: 20px;
	float: left;
	line-height: 28px;
	}
.image_box{
	padding-top: 10px;
	overflow: hidden;
	
	}
.image_box img {
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}
.image_box img:hover {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.bottm_box{
	height: 150px;
	width: auto;
	}
