/* モバイルレイアウト : 480 px およびそれ以下. */
#technology {
	width: 100%;
	margin-top: 150px;
}

#technology h1 {
	padding-top: 100px;
	text-align: center;
	color: #98502d;
	font-weight: normal;
	font-style: normal;
	font-size: 28px;
	font-family: 'mulilight', sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
}

#technology .article {
	width:100%;
	background-color:#FFF;
	color:#595959;

}

#technology section.article:nth-child(2n) {
	background-color:#232323;
	color:#ececec;
	border-top:#98502d 3px solid;
}


.description {
	max-width: 1160px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	display: block;
}
.description h2{
	text-align: center;
	font-weight: normal;
	margin-top: 71px;
	font-size: 18px;
	font-style: italic;
	-webkit-font-smoothing: antialiased;
	line-height: 26px;
}
.description p{
	float:left;
	max-width: 100%;
	font-weight: normal;
	margin-top: 50px;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom:15px;
	-webkit-font-smoothing: antialiased;
	text-align:justify;
	text-justify:distribute;

}
.description p.nophoto{
	margin-top:0px;
	margin-bottom:30px;
}

.description p.nophoto{
	margin-top:10px;
}
/* デスクトップレイアウト : 480 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */
@media only screen and (min-width: 481px) {


.description p{
	float:left;
}
.description p.column {
	-moz-column-count: 3; /* Firefox */
	-webkit-column-count: 3; /* Safari and Chrome */
	column-count: 3;
	-moz-column-gap: 15px; /* Firefox */
	-webkit-column-gap: 15px; /* Safari and Chrome */
	column-gap: 15px;
}
.photo {
	max-width:40%;
	float:right;
	margin: 50px 5% 30px;
}
.description p.photo {
	max-width:45%;
	margin-right: 0px;
	}
.photo img {
	max-width:100%;
	height:auto;
}




