@charset "utf-8";
/* CSS Document */
.display_pc { display: none; }

.contents_inner p {
	margin-bottom: 1em;
	word-break: normal;
	font-size: 1.1em;
	line-height: 1.65em;
	padding-right: 5px;
	padding-left: 5px;
}

b{ color: #14b7ec !important; }



/*---記事内のスタイル　sp・tablet・pc共通---*/


.contents_inner .bold{
	font-weight:bold !important;
}

.contents_inner .large{
	font-size:1.4em !important;
	font-weight:bold !important;
}

.contents_inner .marker{
	background-color:#f9f063 !important;
}

.contents_inner .blue{
	color:#14b7ec !important;
}

.contents_inner .brown{
	color:#402110 !important;
}


/*---記事内のlistのスタイル　sp・tablet・pc共通---*/

.contents_inner ul{
	list-style: none;
	margin:10px 0;
}

.contents_inner li{
	padding-left: 1em;
    text-indent: -1em;
	padding-bottom:0.5em;
}


/*---記事内の引用のスタイル　sp・tablet・pc共通---*/

blockquote {
  display:block;
  padding: 1em 0 0 40px;
  margin:10px 0;
  position: relative;
  border-top: 1px solid #402110;
  border-bottom: 1px solid #402110;
}


blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/

  /*フォント*/
  font-family: Georgia, serif;
  font-size: 50px;
  font-weight: bold;

  /*ポジショニング*/
  position: absolute;
  left: 10px;
  top:-5px;
}

blockquote::after{
  content: "";
}

/*おすすめ記事スタイル*/
.recommendStyle h3 {
	font-size: 14px;
	margin-bottom: 10px;
}

.recommendStyle ul li a {
	color: #ff6fa4 !important;
	font-size: 14px;
	position: relative;
	display: inline-block;
	text-decoration: underline;
}

.recommendStyle ul li a.recommend_pr:before {
    content: "PR";
    font-size: 0.7em;
    background: #FFF;
    padding: 1px 5px;
    margin-right: 3px;
    position: relative;
    top: -1px;
}

/*相互配信記事関連*/
.cmContents img {
	height: inherit;
}

.cmRelatedStyle li {
	padding-left: 0 !important;
	text-indent: 0 !important;
	padding-bottom: 0 !important;
}

/***************スマホのスタイル***************/
/*headerset用領域*/
/*
.headerset_area_sptop {
	height: 60px;
}


.header_sub_sptop {
	display: block;
	background:rgb(241,241,241);
	text-align: center;
	height: 30px;
}

.header_sub_sptop p {
	color: #14b7ec;
	line-height: 30px;
}

*/

/*main*/

h1 {
	color: #402110;
	font-weight: bold;
	margin: 5px 0;
}

/*
.headerset_area_pc {
	display: none;
}
*/

.hc_article .ttl {
	border-bottom:2px solid  #d7bf9a !important;
	background-color: #fff !important;
}

.hc_article h2 {
line-height: 1.4em !important;
padding-top: 6px;
padding-bottom: 6px;
}

.curator {
	border: 1px solid #d6d6d6;
	border-left: 3px solid #14b7ec;
	font-size: 0.85em;
	line-height: 2em;
	padding-left: 5px;
}

.adSense_pc {
	display: block;
	text-align: center;
}

.sub_recommend {
	display: none;
}

/*箇条書き部分のスタイル*/
.pointList{
	color:#54b3ab;
	font-size:0.9em;
	padding:0px 15px 10px;
	border-radius:10px;
	}
.pointList li{
	list-style-type:decimal-leading-zero;
	list-style-position:inside;
}
.pointList li span{
	color:#333;
		font-weight: bold;
	font-size: 1.1em;
}
.pointList_draw{
	color:#54b3ab;
	font-size:0.9em;
	padding:0px 15px 10px;
	border-radius:10px;
	}
.pointList_draw li{
	list-style-type:square;
	list-style-position:inside;
}
.pointList_draw li span{
	color:#333;
	font-weight: bold;
	font-size: 1.1em;
}

/*photoCredit*/
.quote{
	color:#ccc;
	font-size:0.7em;
	line-height:1.4em;
	margin-bottom:30px;
}
.quote .photoCredit{
	margin-bottom:5px;
	margin-top: 5px;
}
.quote dl dt{
	line-height:1.2em;
	width:17%;
	float:left;
	text-align:center;
}
.quote dl dd{
	line-height:1.2em;
	width:80%;
	float:left;
}
.quote dl dt a{
	color:#999;
	word-wrap:break-word;
}
.quote dl dd a{
	color:#999;
	line-height:1.2em;
	word-break: break-all;
	display:inline-block;
}
.quote dl dd li{
	line-height:1.2em;
	margin-bottom:10px;
}
.quote dl dd li:last-child{
	margin-bottom:0;
}

/*writer*/
.writer{
	background:#f5f5f5;
	background-size:4px auto;
	padding:10px;
	margin-bottom:30px;
}
.writer .title{
	font-size:0.8em;
	border-bottom:1px solid #49210E !important;
	margin-bottom:15px;
}
.writer .writerPic{
	width:25%;
	float:left;
}
.writer .writerProfile{
	color:#402210;
	width:70%;
	float:right;
}
.writer .writerProfile .writersName{
	font-size:1.2em;
	font-weight:bold;
	line-height:1.2em;
	margin-bottom:5px;
}
.writer .writerProfile .writersName span{
	font-size:0.8em;
}
.writer .writerProfile .writersStatus{
	font-size:0.9em;
	line-height:1.2em;
}
.writer .writerProfile .writersStatus a{
	color:#402210;
}
.writer .cv{
	font-size:0.8em;
	margin-bottom:10px;
}
.writer li{
	width:47%;
}
.writer li a{
	display:block;
	text-align:center;
	border-radius:3px;
	color:#fff;
	width:100%;
}
.writer li a:hover{
	text-decoration:none;
}

.btnSet{
	width:97%;
}
.writer .conBtnInfo{
	float:left;
}
.writer .conBtnInfo a{
	background-color:#51ABA3;
	padding:3%;
}
.writer .conBtnBook{
	float:right;
}
.writer .conBtnBook a{
	background-color:#ed9221;
	padding:3%;
}

.moreRead a{
	color: #402210;
	margin-bottom:10px;
	display:block;
	font-weight: bold;
}

/*author*/

.author{
	background:#ffffff;
	padding:10px;
	margin-bottom:30px;
	border:2px solid #ffc0d7;
	overflow:hidden;
}

.author .authorPic{
	width:25%;
	float:left;
}

.author p{
	color:#402210;
	width:70%;
	float:right;
	line-height: 1.3em;
}

.author p span{
	font-size:1.2em;
}


.newsList li {
	display: block;
}

.newsList li:first-child {
	border-top: none;
}

.newsList li{
	float: left;
	width: 49%;
	margin-right: 2%;
}

.newsList li:nth-child(2n) {
	margin-right: 0;
}

.news_img {
	float: none;
	width: 100%;
	margin-right: 0%!important;
	margin-left: 0%;
}

.news_text {
	width: 100%;
}

.news_ttl {
	margin-top: 10px;
}

.relatedList li {
	display: block;
}

.relatedList li:first-child {
	border-top: none;
}

.relatedList li{
	float: left;
	width: 49%;
	margin-right: 2%;
}

.relatedList li:nth-child(2n) {
	margin-right: 0;
}

.related_img {
	float: none;
	width: 100%;
	margin-right: 0%!important;
	margin-left: 0%;
}

.related_text {
	width: 100%;
}

.related_ttl {
	margin-top: 10px;
}

/*タグの表示スタイル*/
.breadcrumb {
	margin-bottom: 5px;
}

.tag_space_pc {
	display: none;
}

.tag_space_sp {
	margin-bottom: 20px;
}

.tag_space_sp h3 {
	font-size: 14px;
	margin-bottom: 10px;
}

.tag_space_sp ul {
	display: flex;
}

.tag_space_sp ul a {
	color: #aaa;
	text-decoration: underline;
	margin-left: 15px;
}

/* 美LAB.移植対応 */
.mainvisual .quote dt,.hc_article .quote dt,.hc_article .quote dd {
	width: auto;
	text-align: left;
}

.caution {
	color: #463a1c;
	background-color: #fafafa;
	margin-top: 10px;
	margin-bottom: 20px !important;
	padding: 10px !important;
	letter-spacing: 0.01em;
	line-height: 1.8em !important;
	font-size: 0.8em !important;
}
.caution a {
	color: #463a1c;
}

/* ボタンスタイル */
.esthesearchBtn, .estheschoolBtn {
	border-radius: 5px;
	color: #fff;
	margin: 0 auto 10px;
	text-align: center;
	width: 100%;
}
.estheschoolBtn {margin: 0 auto 20px ;}

.esthesearchBtn a, .estheschoolBtn a {
	border-radius: 5px;
	color: #fff;
	display: block;
	padding: 10px;
	text-align: center;
}
.esthesearchBtn a {
	background-color: #e4649e;
	box-shadow: 0 3px 0 #bb4b7d;
}
.estheschoolBtn a {
	background-color: #ff8a89;
	box-shadow: 0 3px 0 #ca6968;
}

/***************タブレットのスタイル***************/
@media screen and (min-width:768px){
/*
	.headerset_area_sptop, .header_sub_sptop {
		display: none;
	}

	.headerset_area_pc {
		display: block;
		height: 60px;
	}

*/

	/*main*/


	h1 {
		line-height: 1.1em;
		margin: 10px 0;
	}



	.curator {
		line-height: 3em;
	}

	/*newsList,recommendList*/
/*	.newsList {
		display: none;
	}
*/

	.curator_name, .curator_time {
		font-size: 0.85em;
		margin-top: 10px;
		display: inline-block;
	}

	.newsList li:nth-child(3n) {
		margin-right: 0;
	}

/*
	.newsList li:nth-child(2n) {
		float: right;
		width: 48.5%;
		margin-left:1.5%;
	}
*/



	.newsList li {
		display: block;
	}

	.newsList li:first-child {
		border-top: none;
	}

	.newsList li{
		float: left;
		width: 48%;
		margin-right: 2%;
	}

	.newsList li:nth-child(2n) {
		margin-right: 0;
	}

/*
	.newsList li:nth-child(2n) {
		float: right;
		width: 48.5%;
		margin-left:1.5%;
	}
*/



	.news_img {
		float: none;
		width: 100%;
		margin-right: 0%!important;
		margin-left: 0%;
	}

	.news_text {
		width: 100%;
	}

	.news_ttl {
		font-size: 1.05em!important;
		margin-top: 10px;
	}


	.prList li{
		float: left;
		width: 48%;
		margin-right: 2%;
	}


	.relatedList li{
		float: left;
		width: 49%;
		margin-right: 2%;
	}

		.relatedList li:nth-child(2n){
		margin-right: 0;
	}



/*
	.newsList li:nth-child(2n) {
		float: right;
		width: 48.5%;
		margin-left:1.5%;
	}
*/




	.recommendList {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	}

	.recommendList li {
		padding: 20px 0;
	}


	.recommend_img {
		width: 32%;
		margin-right: 5%;
		margin-left: 0px;
	}


	.recommend_text {
		width: 55%;
	}


	.recommend_ttl {
		width: 92%;
		font-size: 1.25em!important;
		height: inherit;
		line-height: 1.3em;
		/*margin-top: 5px;*/
	}
/*
	.newsList li:nth-child(2n) {
		float: right;
		width: 48.5%;
		margin-left:1.5%;
	}
*/

	/*writer*/
	.writer .writerPic{
	width:13%;
	}
	.writer .writerProfile{
		width:85%;
	}

	/*author*/
	.author .authorPic{
		width:13%;
	}

	.author p{
		width:85%;
	}

	/* ボタンスタイル */
	.shortBtn {
		width: 400px;
		margin: 0 auto;
	}


}

/***************PCのスタイル***************/
@media screen and (min-width:1024px){

	.display_pc { display: block; }
	.display_sp { display: none; }
	/*main*/

	.contents_inner {
		width: 600px;
		margin: 0 auto !important;
	}

	.contents_inner p {
		margin-bottom: 1em;
		word-break: normal;
		font-size: 1.0em;
		line-height: 1.6em;
		padding-right: 0px;
		padding-left: 0px;
	}

	.tabsp_space {
		display: none;
	}




	.curator {
		line-height: 4em;
	}

	.sptab_news {
		display: none;
	}

	.curator_name, .curator_time {
		font-size:0.66em;
		margin-top: 0px;
	}

	/*newsList,recommendList*/

	.news_ttl {
		font-size: 1.05em!important;
		margin-top: 10px;
		height:inherit;
	}

	.newsList li {
		width: 49%;
		margin-right: 0;
	}

	.newsList li:nth-child(odd) {
		margin-right: 2%;
	}

	.recommendList, .rankingList, .relatedList {
		width: 100%;
		margin-top: 30px;
	}

	.recommendList ul {
		width: 100%;
	}

	.recommendList li {
		padding: 10px 0;
	}

	.relatedList li {
		padding: 10px 0;
		float:left;
	}


	.recommend_img, .related_img {
		width: 37%;
		margin-right: 3%;
		margin-left: 2%;
	}



	.pr_img  {
		width: 37%;
		margin-right: 3%;
		margin-left: 2%;
		position:relative;
		overflow:hidden;
	}

	.ranking_img {
		position:relative;
		width: 37%;
		margin-right: 3%;
		margin-left: 2%;
	}

	.ranking_img .rank_box {
		position: absolute;
		top: -4px;
		left: 0px;
		margin: 0px;
		width: auto;
	}

	.ranking_img .rank_box #rank_numarea {
		height: auto;
		padding: 1px 9px;
		font-size: 0.8em;
		color: #FFF;
		font-weight:normal;
	}

	.ranking_img .rank_box .img_rank_num1 {background-color: #e8b536;}
	.ranking_img .rank_box .img_rank_num2 {background-color: #969595;}
	.ranking_img .rank_box .img_rank_num3 {background-color: #a58753;}
	.ranking_img .rank_box .img_rank_num4 {background-color: #14b7ec;}
	.ranking_img .rank_box .img_rank_num5 {background-color: #14b7ec;}

	.recommend_text, .ranking_text, .related_text {
		width: 55%;
	}

	.recommend_ttl, .ranking_ttl, .related_ttl, .pr_ttl {
		font-size: 0.85em!important;
		line-height: 1.3em;
		width: 100%;
		margin-bottom: 5px;
		height: inherit;
	}

	.adSense_pc {
		display: block;
		text-align: center;
	}

	.sub_recommend {
		display: block;
	}

	/*writer*/
	.writer{
		padding:20px;
		background-size:8px auto;
		background: #f5f5f5;
	}

	/*author*/
	.author{
		padding:15px;
	}

	.moreRead{
		float:left;
		width:30%;
	}

	.moreRead a{
		color: #402210;
		margin-bottom:10px;
		display:block;
		font-weight: bold;
	}


	.relatedList li:first-child {
		border-top: none;
	}

	.relatedList li{
		float: left;
		width: 49%;
		margin-right: 2%;
	}

	.relatedList li:nth-child(2n) {
		margin-right: 0;
	}


	.related_img  {
		width: 37%;
		margin-left: 2%;
		float:left;
		display:inline-block;
	}

	.related_text {
		width: 50%;
		line-height: 1em;
		display:inline-block;
		margin-left:3%;
	}

	.related_ttl {
		margin-top: 0;
	}

	/*タグの表示スタイル*/
	.tag_space_pc {
		display: block;
		clear: both;
		overflow: hidden;
		margin-bottom: 15px;
	}

	.tag_space_pc ul {
		float: right;
		display: flex;
	}

	.tag_space_pc ul a {
		color: #aaa;
		font-size: 0.8em;
		text-decoration: underline;
		margin-left: 15px;
	}

	.tag_space_sp {
		display: none;
	}

}
