
/*--------------------------------------------------------------------------------
　＊専用クラス
-----------------------------------------------------------------------------------*/
div.containerFD dl{
	margin:50px 0px;
}


div.containerFD dt{
	width:20px;
	float:left;
	clear:left;
}

div.containerFD dd{
	width:930px;
	float:left;
}

dl>img{
	margin:20px 0;
}





/*--------------------------------------------------------------------------------
　▼　VIEWPORT定義
-----------------------------------------------------------------------------------*/

/*====================================▼　タブレット・モード　/　760pxで最適化　▼======================================*/
@media screen and (max-width: 960px) {
div.containerFD dd{
	width:740px;
	float:left;
}
}





/*====================================▼　スマートフォン・ランドスケープ・モード（横向き） /　580pxで最適化　▼======================================*/
@media only screen and (max-width:640px) {
div.containerFD dd{
	width:560px;
	float:left;
}

}





/*====================================▼　スマートフォン・ポートレート・モード（縦向き） /　320pxで最適化　▼======================================*/
@media only screen and (max-width:480px) {
div.containerFD dd{
	width:300px;
	float:left;
}
}
