@charset "UTF-8";

/*----- office START -----*/
#sec1 .officearea{
	max-width: 960px;
	margin: 0 auto;
}
#sec1 .officearea .dlbt{
	width: 230px;
	height: 36px;
	margin: 30px 0 20px 0;
	background-color: #fff;
	border: solid 1px #E1E5E6;
	box-sizing: border-box;
	box-shadow: 2px 2px 4px #ccc;
	transition: all .2s;
	float: right;
}
#sec1 .officearea .dlbt a{
	text-align: center;
	display: block;
	font-size: 14px;
	line-height: 36px;
	color: #494b50;
}
#sec1 .officearea .dlbt:hover{
	box-shadow: 0 0 0 #fff;
}
#sec1 .officearea .dlbt a:hover{
	color: #73767D;
}

#sec1 .officearea h3{
	clear: both;
	padding: 0 0 14px 0;
	font-size: 30px;
	text-align: left;
/*	border-top: solid 2px #E42B19;*/
	border-bottom: solid 1px #E4E5E7;
	text-indent: 10px;
}
#sec1 .officearea h3 span {
    font-size: 16px;
    font-weight: 300;
	display: inline-block;
	white-space: nowrap;
}
#sec1 .officearea .officetxt1{
	font-size: 14px;
	text-align: center;
	margin: 24px 0;
	line-height: 1.4em;
}
#sec1 .officearea ul.pic1{
	width: 100%;
	overflow: hidden;
}
#sec1 .officearea ul.pic1 li{
	width: 32%;
	float: left;
	margin: 0 2% 20px 0;
}
#sec1 .officearea ul.pic1 li:nth-child(3n){
	margin-right: 0;
}
#sec1 .officearea ul.pic1 li img{
	width: 100%;
}
/*----- office END -----*/



/* RESPONSIVE 設定
------------------------------------------------------------*/
@media (min-width:769px) and (max-width:1024px){
}
@media (min-width:641px) and (max-width:858px){
}
@media (min-width:641px) and (max-width:768px){
}

@media only screen and (max-width: 640px){
	/*----- office START -----*/
	#sec1 .officearea{
		width: 94%;
	}
	#sec1 .officearea .dlbt{
		margin: 40px auto 20px auto;
		float: none;
	}
	#sec1 .officearea ul.pic1 li{
		width: 100%;
		float: none;
		margin: 0 0 20px 0;
	}
	/*----- office END -----*/
}

