/* トップ画像
 *　画像の端を削って画像が小さくなりすぎるのを防ぐ　
 */
#mainImgWrapper {
	/* 調整要 */
	margin-left: -8%;
	margin-right: -8%;
	box-sizing:border-box;
	margin:0;
}

/****************************
 * コンテンツトップ
 */
/* エントリーボタン（画像）
 */
#contentTop div.entry {
	top: 4px;
	right:4px
}
#contentTop div.entry img {
    width: 110px;
}
/****************************
 * コンテンツ
 */
/* 社員紹介 */
div.contentMain .data {
    position: static;
    margin: 0;
    width: 100%;
}

/* コンテンツの並び方 */
#introductionContent .ThreeBlockCcontent{
	display:inline-block;
}

/* コンテンツのサイズ */
#introductionContent li{
	text-align:left;
	width:50%;
	height:auto;
	padding:2px;
	box-sizing: border-box;
}

/* コンテンツ説明文 */
#introductionContent .data{
    height:187px;
    width:auto;
}

div.contentMain .syozoku {
    font-size: 0.72em;
}

/* スマホ画面で「/」を非表示にする */
#introductionContent .smt_hidden{
	display:none;
}

/* スマホ画面でのみ改行する*/
#introductionContent .smt_only{
	display:inline;
}

/*左右の余白*/
#introductionContent {
    padding-left: 2px;
    padding-right: 2px;
}
