/**news**/
#news {
	width: 750px;
	margin:20px auto 0;
	padding:0;
	position: relative;
}
#news li span:before {
	font-family: "Material Icons"; 
	content: "\e7f7";
	position: relative;
	left: -4px;
	top: 6px;
	font-size: 20px;
	color: rgb(190, 119, 119);
	opacity: 0.3;
}
#news li{
	font-size: 13px;
    color: #575757;
	margin:1px 0;
    padding: 0;
    display: block;
    position: relative;
    white-space: nowrap;
}
#news li a {
	max-width: 800px;
	display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
	overflow: hidden;
	margin: 0 0 0 10px;
}
#news li span{
	display: inline-block;
    padding: 0;
	box-sizing: border-box;
	position: relative;
	top:-6px;
}
#news li a:link {
    text-decoration: none;
}
#news li a:hover {
    text-decoration: underline;
}

/**お悩み商品**/
#phototxt {
	padding: 0;
	margin: 0 0 20px 0;
	clear:both;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}
#phototxt li{
	padding: 0;
	margin: 0 1% 10px 0;
	list-style:none;
	border:0;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	width:32.6%;
}
 #phototxt li:nth-child(3n) {
	margin: 0 0 10px 0;
}
#phototxt li a{
	display:flex;
	margin: 0;
	padding: 1px;
	height:100px;
	text-decoration:none;
	border: 1px solid #e6e6e6;
}
#phototxt li:hover {
		box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
	}
#phototxt li a > div:first-child{
	width:100px;
	margin: 0 10px 0 0;
}
#phototxt li a > div:last-child{
	display: flex;
	flex-direction: column;
}
#phototxt img{
	width:100px;
	height:100px;
	margin: 0 10px 0 0;
	padding: 0;
}
#phototxt .title{
	font-size:16px;
	line-height: 20px;
	margin: 10px 10px 8px 0;
	font-weight:bold;
	color:#575757;
	overflow: hidden;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;	
}
#phototxt .txt{
	font-size:13px;
	line-height: 18px;
	margin: auto 10px 5px 0;
	color:#999;
	overflow: hidden;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

/**banner-wrap**/
.banner-wrap{
	margin:20px 0;
}
.banner-wrap li:nth-of-type(3n) {
	margin: 0;
}
.banner-wrap img{
	width: 100%;
	height: auto;
}
.banner-wrap li{
	list-style: none;
	margin: 0 1% 10px 0;
    padding: 0;
	box-sizing:border-box;
	width:32.6%;
	float:left;
}

/** content-wrap **/
#content-wrap{
	margin: 50px auto;
	background-color: #8d9486;
	min-width: 1000px;	
}
#content-wrap ul{
	box-sizing: border-box;
	width: 700px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#content-wrap ul li {
    float: left;
    text-align: center;
    width: 20%;
    font-size: 18px;
    line-height: 2;
	list-style: none;	
}
#content-wrap ul li a {
    display: block;
    box-sizing: border-box;
    padding: 10px;
    color: #fff;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
	text-decoration: none;
}
#content-wrap ul li a::before {
    content: "";
    display: block;
    margin: 0 auto;
	background: url( /images/icon/i-content.png) no-repeat;
	background-size: 80px 350px;
    width: 80px;
    height: 70px;
}
#content-wrap ul li.ranking a::before {
	background-position: 0 0;
}
#content-wrap ul li.new a::before {
	background-position: 0 -70px;
}
#content-wrap ul li.special a::before {
	background-position: 0 -140px;
}
#content-wrap ul li.manga a::before {
	background-position: 0 -210px;
}
#content-wrap ul li.howtotracking a::before {
	background-position: 0 -280px;
}
#content-wrap ul li a:hover {
    opacity: .5;
    text-decoration: none;
}

/** ig **/
.ig{
	font-size:16px;
	line-height: 30px;
	margin: 20px 0 50px 0;
    padding: 0;
	color: #575757;
	min-width: 1000px;
}
