@charset "utf-8";
.spMaxNone dl dd img  {
	line-height: 1em;
	margin-top: 20px;
	max-width: 100%;
}
dl dd .left-box {
	float: left;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 10px;
	height: 230px;
}
dl dd .right-box {
	margin-bottom: 20px;
	height: 230px;
}

#works dl dt {
	border-left: medium outset #193266;
	padding-left: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #BBBBBB;
		border-top: 1px solid #BBBBBB;
	margin-left: 20px;
	font-size: 1.4em;
	clear: both;
	margin-top: 20px;
	background-color: rgba(255,255,255,1.00);
	padding-top: 5px;
	padding-bottom: 5px;
}
.work-img-box {
	margin-bottom: 40px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	height: 210px;
}
.work-img-box a img {
	box-shadow: 1px 1px 3px 1px rgba(70,70,70,0.81);
}
#works dl dd {
	margin-bottom: 10px;
	line-height: 1em;
	font-size: 0.9em;
	margin-left: 20px;
}

#works .caption {
	color: #E40000;
	font-size: 1.1em;
	margin-bottom: 10px;
	line-height: 1.2em;
	clear: both;
}

.works_contents #about {
	clear: both;
	margin-bottom: 15px;
	font-size: 1.4em;
	background: #FFF;	/*背景色*/
	padding: 4px 15px;	/*上下、左右への余白*/
	border: 1px solid #e4e4e4;	/*枠線の幅、線種、色*/
	border-radius: 4px;	/*角丸のサイズ*/
	color: #000000;
	line-height: 1.2em;
}
.works_contents #works {
	overflow-y: hidden;
}



/**************************************************************************** ブラウザによるサイズの変更 ****************************************************************************/

/* PC用 ビューエリアの最小幅。このサイズ960より大きい場合に適用*/
@media only screen and (min-width:960px){	

}





/* モニター幅940px以下 */
@media only screen and (max-width:940px){

}



/* w768より大きい場合に適用【タブレット以上の場合】*/
@media screen and (min-width: 768px){
.work-img-box a img {
	margin-bottom: 5px;
}

}


/* iPad縦型 w768より小さい場合に適用*/
@media only screen and (max-width:768px){
	#works dl dt {
	padding-left: 10px;
	margin-left: 0px;
}
.works_contents #about {
	font-weight: bold;
	color: #07088C;
	font-size: 1.2em;
	margin-top: 5px;
}
#works dl dd {
	margin-left: 5%;
	width: 90%;
	margin-right: 5%;
}
.work-img-box a img {
	margin-bottom: 10px;
}

dl dd .left-box {
	float: none;
	margin-left: 0px;
	margin-right: 0px;
}
dl dd .right-box {
	float: none;
}
}


/* スマートフォン横型　w640より小さい場合に適用 */
@media only screen and (max-width:640px){
}

/************************** ↑ディスプレイによるCSSの違いはここまで↑**************************/
