@charset "UTF-8";
/* 画像中央寄せ用CSS
	[ルール]
	・画面名をコメントで書く
	・クラス名 ⇒ 画面名 ＋ _center_ ＋ widthピクセル数_heightピクセル数
*/

/*インタビュー一覧*/
.at_center_120_160{
	position:relative;
	width: 120px;
	height:160px;
}

.at_center_120_160 img{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	margin: auto;
	max-width: 120px;
	max-height:160px;
}

/*インタビュー詳細*/
.at_center_240_320{
	position:relative;
}

.at_center_240_320 img{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	margin: auto;
	max-width: 240px;
	max-height:320px;
}

.at_center_150_200{
	position:relative;
}

.at_center_150_200 img{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	margin: auto; 
	max-width: 150px;
	max-height:200px;
}

/*つぶやき一覧*/
.at_center_72_72{
	position:relative;
	width: 73px;
	height:73px;
}

.at_center_72_72 img{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	margin: auto; 
	max-width: 72px;
	max-height:72px;
}

/*つぶやき詳細*/
.tpl_center_128_128{
	position:relative;
}
.tpl_center_128_128 img{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	margin: auto; 
	max-width: 128px;
	max-height:128px;
}	

/*お仕事解説*/
/*お仕事解説詳細*/
.ok_center_136_58{
	position:relative;
}
.ok_center_136_58 img{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	margin: auto; 
	max-width: 136px;
	max-height:58px;
}

/*一括応募*/
.mo_center_160_70{
	position:relative;
}
.mo_center_160_70 img{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	margin: auto;
	max-width: 160px;
	max-height:70px;
}