/** news **/
.news-group {
	overflow: hidden;
}
#news {
	margin:0;
	padding:0;
	width: 100%;
}
#news li{
    color: #575757;
	margin:0;
    padding: 0;
    position: relative;
	list-style: none;
    border-bottom: 1px solid #efefef;
}
#news li a::after{
    border-right: 1px solid #999;
    border-top: 1px solid #999;
    content: "";
    width: 6px;
	height: 6px;
    right: 15px;
    position: absolute;
    top: 40%;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
#news li a {
    padding: 6px 20px 6px 5px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
	overflow: hidden;
}

/**ピックアップ**/
#phototxt {
	padding: 0;
	margin: 5px;
	clear:both;
	display: block !important;
	flex-wrap: nowrap !important;
}
#phototxt li{
	padding: 0;
	margin: 0 0 10px 0;
	list-style:none;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	background: #fff;
	border: none;
	width: auto !important;
}
#phototxt li:last-child {
	margin-bottom: 0;
}
#phototxt li:nth-child(3n) {
	margin: 0 0 10px 0;
}
#phototxt li a{
	display:flex;
	margin: 0;
	padding: 1px;
	height:100px;
	border: none;
	text-decoration: none;
}
#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;
	max-width: 100px;
	margin: 0 10px 0 0;
	padding: 0;
}
#phototxt .title{
	font-size:16px;
	line-height: 20px;	
	margin: 8px 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;
}

/**lamp**/
.lamp {
    margin: 5px auto 15px auto;
	text-align:center;
}
.lamp-off {
    background: #d6d6d6;
	border-radius: 5px;
    display: inline-block;
	height: 10px;
    margin: 8px 1px 0;
    width: 10px;
}
.lamp-on {
    background: #999;
}

/**arrow <, >**/
.controls {
    position: relative;
	height: 40px;
}
.controls .prev a, .controls .next a{
    display: block;
	width:70px;
	padding: 20px 10px;
}
.controls .prev{
    position: absolute;
    top: 0;
	left:0;
}
.controls .next{
    position: absolute;
    top: 0;
	right:0;
}
.controls .prev a::after {
    border-right: 1px solid #999;
    border-top: 1px solid #999;
    content: "";
    width: 12px;
	height: 12px;
    left: 15px;
    position: absolute;
    top: 30%;
    transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
}
.controls .next a::after {
    border-right: 1px solid #999;
    border-top: 1px solid #999;
    content: "";
    width: 12px;
	height: 12px;
    right: 15px;
    position: absolute;
    top: 30%;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

/**content-wrap**/
#content-wrap{
	margin: 20px 0;
	background-color: #8d9486;
	min-width: auto !important;
	max-width: 100%;
	box-sizing: border-box;
}
#content-wrap ul{
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	list-style: none;	
}
#content-wrap ul li {
    float: left;
    text-align: center;
    width: 20%;
    font-size: 100%;
    line-height: 1;
	letter-spacing: -1px;
}
#content-wrap ul li a {
    display: block;
    box-sizing: border-box;
    padding: 10px 1px;
    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 10px auto;
	background: url( /images/icon/i-content.png) no-repeat;
	background-size: 40px 175px;
    width: 40px;
    height: 35px;
}
#content-wrap ul li.ranking a::before {
	background-position: 0 0;
}
#content-wrap ul li.new a::before {
	background-position: 0 -35px;
}
#content-wrap ul li.special a::before {
	background-position: 0 -70px;
}
#content-wrap ul li.manga a::before {
	background-position: 0 -105px;
}
#content-wrap ul li.howtotracking a::before {
	background-position: 0 -140px;
}
#content-wrap ul li a:hover {
    opacity: .5;
    text-decoration: none;
}

/** ig **/
.ig{
	font-size:14px;
	line-height: 20px;
	margin: 15px 8px;
    padding: 0;
	color: #575757;
	min-width: auto !important;
}
