/**************************************************************************/
/* ビジュアル位置、テキスト位置の調整                                     */
/**************************************************************************/

/*************************************
	PCサイトTOPページ
*************************************/
/* 右側段階透過処理範囲 */
div#top_therapist div.current div.visual:after {
	width: 30px;
}
/* ビジュアル位置調整 */
div#top_therapist div.current div.visual {
	width: calc(130px + 8px);
}
/* ビジュアル高さ調整 */
div#top_therapist div.current div.visual img {
	height: 230px;
}
/* 日付位置 */
div#top_therapist div.current div.tt_date {
	left: calc(30px + 28px);
}
/* プロフィール位置 */
div#top_therapist div.current div.tt_info {
	left: calc(30px + 28px);
}

/*************************************
	PCサイト記事ページ
*************************************/
div#contents div#main_photo div.visual {
	left: calc(560px - 30px);
}
div#contents div#tt_main div#detail_header p.comment {
	z-index: 9999 !important;
}

/*************************************
	スマホサイト（TOP、記事共通）
*************************************/
/* ビジュアル位置 */
div#tt_new div.visual_photo {
	right: 0px;
}
/* ビジュアル幅（高さ240pxの比率以上にはならない）*/
div#tt_new div.visual_photo {
	width: calc(50% - 100px + 50px);
}
/* コメント幅 */
div#tt_new ul li.comment {
	width: calc(100% - 135px) !important;
}
