/*********************
 * ヘッダー
 */
#navIntroduction {
	color: #ff0000;
}
/****************************
 * コンテンツトップ
 */
/* エントリーボタン（画像）
 */
#contentTop div.entry {
	top: 20px;
}
/*********************
 * コンテンツ
 */
/*　コンテンツ説明文（共通CSS上書き）　*/
div.contentTitle {
	text-align: center;
}
/* 社員紹介コンテンツ（大枠） */
#introductionContent {
    padding-top: 40px;
    padding-left: 5%;
    padding-right: 5%;
}
.backgroundColorSet{
    background-color: #faf6dc;
}

div.contentMain {
	margin-bottom: 40px;
}

div.contentMain .data {
    position: relative;
    margin-top: -15px;
    margin-right: 5%;
    margin-left: 5%;
    padding: 10px 15px;
    background-color: white;
    width: 90%;
    text-align: left;
}
div.contentMain .data .title {
	margin-bottom: 10px;
	font-size: 18px;
    color: #CC0000;
}

div.contentMain .name {
    color :#333333;
}

div.contentMain .syozoku {
    color :#333333;
    font-size: 0.85em;
}

div .smt_only{
	display:none;
}

@media screen and (min-width:1000px){
	ul.ThreeBlockCcontent li:first-child div.contentMain{
	    margin-bottom: 39px;
	}
}



