@charset "utf-8";
/*原稿下部のマージン指定*/
.closeupCont {
  margin: 0 auto 20px auto;
}
/*PCのみ横幅固定*/
#singlecolumn .closeupCont {
  width: 850px;
}
/*以降に追記*/

.closeupCont img {
	margin: 0;
	padding: 0;
	vertical-align:bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.closeupCont .msg{
	text-align:center;
	padding:30px 15px 50px;
	overflow:hidden;
	text-align:center;
}

.closeupCont .msgtext{
	text-align:center;
	padding:0 0 80px;
	font-size:14px;
}


/*PC*/
#singlecolumn .closeupCont .msg{
	padding:30px 0px 50px;
}

#singlecolumn .closeupCont .msgtext{
	padding:0 0 120px;
	font-size:16px;
}

