@charset "UTF-8";
/* CSS Document */
.top_h2 {
	display: flex;
	align-items: center;
	margin: 10px 0px;
}
.top_h2 img {
	height: 30px;
}
.top_h2:after {
	display: block;
	flex-grow: 1;
	height: 3px;
	content: "";
	background: #424343;
}
.pagetop {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	width: 100%;
	height: 470px;
	overflow: hidden;
}
.pagetop, .newcolumn, .ranking_top, .beaucheig {
	margin: 20px 0px 50px 0;
}
/*------------------------------
	スライダー
------------------------------*/
.slider {
	width: 70%;
	height: 100%;
}
.slider_columntitle {
	margin: 10px 5px;
	font-size: 27px;
	text-align: center;
}
.slider_arrow {
	position: relative;
	width: 100%
}
#prev {
	position: absolute;
	display: block;
	width: 25px;
	height: 25px;
	left: 70px;
	top: 10px;
	border-top: 1px solid #AFD6D0;
	border-left: 1px solid #AFD6D0;
	transform: rotate(-45deg);
}
#next {
	position: absolute;
	display: block;
	width: 25px;
	height: 25px;
	right: 70px;
	top: 10px;
	border-top: 1px solid #AFD6D0;
	border-right: 1px solid #AFD6D0;
	transform: rotate(45deg);
}
/*------------------------------
	About LaSincere
------------------------------*/
.aboutls {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 28%;
	height: 100%;
}
.aboutls_img_text {
	display: block;
	width: 170px;
	margin: 0 auto 10px;
}
.aboutls_img_logo {
	display: block;
	width: 170px;
	height: 170px;
	margin: 0 auto;
}
.aboutls_text {
	width: 100%;
	font-size: 13px;
	margin: 10px 0px;
}
/*------------------------------
	サムネイル
------------------------------*/
.thumbnail_area {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.thumbnail {
	position: relative;
	width: 310px;
	height: 310px;
	margin: 6px;
}
.thumbnail_frame {
	position: absolute;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items:  center;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #F7F3EF;
}
.thumbnail_block_share {
	position: absolute;
	bottom: 0px;
	right: 5px;
}
.thumbnail_block1 {
	position: relative;
	width: 100%;
	height: 55%;
	top: 0px;
	left: 0px;
}
.thumbnail_block2 {
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	align-items: flex-start;
	width: 95%;
	height: 30%;
}
.thumbnail_block3 {
	position: relative;
	width: 80%;
	height: 15%;
	align-self: flex-start;
}
.thumbnail_block_share ul {
	margin: 0px 0px 5px 0px;
}
.thumbnail_block_share ul .li_sns {
	visibility: hidden;
}
.thumbnail_img_link {
	position: absolute;
	width: 100%;
	height: 100%;
}
.thumbnail_img_new {
	position: absolute;
	top: 0px;
	left: 0px;
}
.thumbnail_img_rank {
	position: absolute;
	top: 0px;
	left: 0px;
}
h3 {
	width: 100%;
}
h3 a {
	font-size: 18px;
	font-weight: bold;
}
.thumbnail_date {
	position: absolute;
	bottom: 5px;
	left: 10px;
	font-size: 17px;
	color: #235f6a;
}
.thumbnail_area_sharedcount {
	position: absolute;
	bottom: 5px;
	right: 5px;
}
.thumbnail_sharedcount {
	font-size: 17px;
}
