/* トップ画像
 *　画像の端を削って画像が小さくなりすぎるのを防ぐ　
 */
#mainImgWrapper {
	/* 調整要 */
	margin-left: -5%;
	margin-right: -5%;
}
/****************************
 * コンテンツトップ
 */
/* エントリーボタン（画像）
 */
#contentTop div.entry {
	top: 68px;
}
#contentTop div.entry img {
    width: 110px;
}


/* スケジュール */
#schedule .oneDay .onePoint {
	padding-right: 0;
    width: auto;
    float: none;
}
#schedule .oneDay .image{
	max-width: 100%;
    float: none;
    margin-left: 30px;
}
/* 休日 */
#dayOff div.contentMargin div.comment {
	padding-right: 0;
	width: auto;
	float: none;
}
#dayOff div.contentMargin .image{
	max-width: 100%;
    float: none;
}
/* 社員紹介　ナビゲーション */
#nextArea div.contentMain div {
	width: 320px;
	float: none;
}
#nextArea div.contentMain div.next {
	margin: 0 auto;
}
#nextArea div.contentMain div.next a {
	right: 245px;
}
#nextArea div.contentMain div.data {
	margin: 0 auto;
}

/* インタビュー　クエスチョン */
#interview div.contentMain h2.question::before {
	width: 0px;
	height: 0px;
}
