#history{position: relative;}
#history #photo{position: absolute; bottom: 20px; right: 20px;}

/*==================================================
=            Bootstrap 3 メディア・クエリ             =
==================================================*/

/*==========  モバイル・ファーストの場合  ==========*/

/* カスタム, iPhone Retinaディスプレイ */ 
@media only screen and (min-width : 320px) {
}

/* XSサイズ : Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
}

/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Mサイズ、デスクトップ : Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Lサイズ、ワイドスクリーン : Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.container {width: 970px !important;}
}


/*==========  非モバイル・ファーストの場合  ==========*/

/* Lサイズ、ワイドスクリーン : Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}

/* Mサイズ、デスクトップ : Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
}

/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (max-width : 767px) {
}

/* XSサイズ : Extra Small Devices, Phones */  
@media only screen and (max-width : 480px) {
	#history #photo{position: relative; bottom: 0; right: 0; padding-bottom: 15px;}
	#history #photo img{display: block; margin-left: auto; margin-right: auto; text-align: center;}
}

/* カスタム, iPhone Retinaディスプレイ */ 
@media only screen and (max-width : 320px) {

}