@charset "UTF-8";

/*
**************************************************************************
*	雪印メグミルク - 栗原はるみのミルクのある生活 - プロフィール
**************************************************************************/

/* ContentMainArea
----------------------------------- */
#contentArea .content-mainarea.col2 .ttlbox .ttl {
	width: 660px;
	margin: 70px 0 70px 30px;
}
#contentArea .content-mainarea.col2 .ttlbox .pic {
	width: 250px;
	margin-top: 5px;
}
#contentArea .content-mainarea.col2 .main-lead {
	width: 660px;
	padding: 0 0 30px;
}

/* SP */
@media screen and (max-width: 736px) {
	#contentArea .content-mainarea.col2 .ttlbox {
		padding: 10px 10px 0;
		box-sizing: border-box;
		direction: rtl;
	}
	#contentArea .content-mainarea.col2 .ttlbox .pic {
		margin-top: 0;
	}
	#contentArea .content-mainarea.col2 .ttlbox .ttl {
		width: 53.12%;
	}
	#contentArea .content-mainarea.col2 .ttlbox .ttl .txt {
		width: auto;
		padding: 0 0 0 10px;
	}
	#contentArea .content-mainarea.col2 .main-lead {
		width: 100%;
		padding: 12px 10px 0;
	}
}


/* プロフィール
----------------------------------- */
#contentArea .profile-box {
}
#contentArea .profile-box .txt {
	font-size: 116.67%; /* 14px */
	padding-top: 25px;
}
#contentArea .profile-box .txt:first-child {
	padding-top: 5px;
}
#contentArea .profile-box .txt .lnk-tblank {
	display: block;
}

/* SP */
@media screen and (max-width: 736px) {
	#contentArea .profile-box {
		box-sizing: border-box;
		padding: 0 10px;
	}
	#contentArea .profile-box .txt,
	#contentArea .profile-box .txt:first-child {
		font-size: 13px;
		padding-top: 25px;
	}
}


/* 栗原はるみストーリー
----------------------------------- */
#contentArea .wrp-story-area {
}
#contentArea .wrp-story-area .subttl {
	padding: 55px 0 48px;
}
#contentArea .story-area .wrap-story-box {
	margin-bottom: 60px;
}
#contentArea .story-area .hd-story {
	display: block;
	width: 230px;
	float: left;
}

/* story box */
#contentArea .story-area .story-box {
	/* display: table; */
	width: 689px;
	padding-left: 20px;
	border-left: 1px solid #666;
	float: left;
	overflow: hidden;
}
#contentArea .story-area .story-box.fl-r {
	/* direction: rtl; */
}
#contentArea .story-area .story-box .pic {
	/* display: table-cell;
	vertical-align: top; */
	/* float: right; */
	width: 200px;
}
#contentArea .story-area .story-box.fl-l .pic {
	float: left;
	padding: 0 15px 10px 0;
}
#contentArea .story-area .story-box.fl-r .pic {
	float: right;
	padding: 0 0 15px 10px;
}
#contentArea .story-area .story-box .txt {
	/* display: table-cell;
	vertical-align: top; */
	font-size: 133.33%; /* 16px */
	line-height: 1.8;
}
#contentArea .story-area .story-box.fl-l .pic + .txt {
	width: 474px;
	float: right;
}
#contentArea .story-area .story-box.fl-r .pic + .txt {
	width: 479px;
	float: left;
}

/* SP */
@media screen and (max-width: 736px) {
	#contentArea .wrp-story-area {
		box-sizing: border-box;
		padding: 0 10px;
	}
	#contentArea .wrp-story-area .subttl {
		width: 51.5%;
		padding: 25px 0 20px;
	}
	#contentArea .story-area .wrap-story-box {
		margin-bottom: 10px;
	}
	#contentArea .story-area .wrap-story-box:last-child {
		margin-bottom: 0;
	}
	#contentArea .story-area .hd-story {
		display: table;
		width: 100%;
		font-size: 12px;
		text-align: left;
		padding: 0 10px;
		border-radius: 0;
		float: none;
	}
	#contentArea .story-area .hd-story .color {
		color: #666;
		font-weight: normal;
	}

	/* story box */
	#contentArea .story-area .story-box {
		display: none;
		width: auto;
		padding-left: 0;
		border: none;
		float: none;
	}
	#contentArea .story-area .story-box.fl-r {
		/* direction: ltr; */
	}
	#contentArea .story-area .story-box .pic {
		display: block;
		width: 40%;
	}
	#contentArea .story-area .story-box.fl-l .pic {
		float: left;
		padding: 10px 10px 10px 0;
	}
	#contentArea .story-area .story-box.fl-r .pic {
		float: right;
		padding: 10px 0 10px 10px;
	}
	#contentArea .story-area .story-box .txt {
		display: block;
		font-size: 13px;
		padding: 5px 0;
	}
	#contentArea .story-area .story-box.fl-l .pic + .txt,
	#contentArea .story-area .story-box.fl-r .pic + .txt {
		float: none;
		width: auto;
	}
}