@charset "utf-8";

/* setting
-------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, a{
	box-sizing:border-box;
}
body{
	overflow-x:hidden;
	font-size: 86%;
	line-height: 1.4;
}
img{
	max-width: 100%;
	height:auto;
	vertical-align:bottom;
}
.clear:after{
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clear:after{
	content:" ";
	display:block;
	clear:both;
}
.bold{
	font-weight: bold;
}
.red{
    color: #ff0000;
}
a:link,
a:visited,
a:hover,
a:active{
	color:#000;
}
a:hover{
	text-decoration:none;
}
/* common
-------------------------------------*/
.hover a:hover{
	opacity: .8;
}
#page-top{
	position: fixed;
	bottom: 30px;
	right: 30px;
	text-align: center;
	opacity: 0.5;
	z-index: 1;
}
#page-top a{
	background: #333;
	text-decoration: none;
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	padding: 1em 0 0;
}
.none{
	display:none;
}

/*IE11用ハック*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, #nav_type_sp .acdn-trigger {
	background:#fff url(../img/common/icon_plus.svg) no-repeat 120% center;
	background-size:35%;
   } /* IE11 */
}


/*==========================================
【NEW_postページ】 
===========================================*/
/*items (よく見られている特集)*/
#items{
    margin: 15% 0 0;
}
#items .parts_tittle h2{
    font-size: 130%;
    padding: 0 3vw 2vw;
    border-bottom: #333 solid 1px;
}
#items .lists ul{
    display: flex;
	flex-wrap: wrap;
}
#items .lists ul li{
    width: 100%; 
	padding: 15px 0 15px 10px;
    border-bottom: 1px solid #ccc;
	background: url(../img/common/icon_arrow.svg) no-repeat right center;
    background-size: 15px;
}
#items .lists ul li a .thumbs{
    margin-right: 10px;
    width: 90px;
    height: auto;
	float: left;
}
#items .lists ul li a .comment{
	float: right;
	padding-right: 10px;
	width: 65%;
}
#items .comment dt{
    font-size: 90%;
    padding: 2% 0;
    color: #b4b4b4;
    font-weight: normal;
}

/*article_Wrap (メイン)*/
#article_Wrap{
	max-width: 700px;
	margin: 0 auto;
}

/*site-location (パンくず)*/
.site-location{
	margin:0 0 10%;
}
.site-location ul{
	overflow: scroll;
	white-space: nowrap;
	-ms-overflow-style: none;
    scrollbar-width: none;
}
.site-location ul::-webkit-scrollbar{
	display: none;
}
.site-location ul li{
	display:inline;
	margin:0 .5% 0 0;
	line-height: 1.8;
	font-size:90%;
}
.site-location ul li a{
	text-decoration:underline;
	padding-bottom: 2px;
}
.site-location ul li:after{
	font-family: FontAwesome;
	content:"\3000\f054";
	color:pink;
}
.site-location ul li:last-child::after{
	content:"";
}

/*タブレット用（画面サイズ768px以上～）*/
@media only screen and (min-width: 768px) {
	
/*==========================================
【NEW_postページ】 
===========================================*/
/*items (よく見られている特集)*/
	#items .lists ul li a .comment {
		width: 85%;
	}

/*site-location (パンくず)*/
.site-location{
	margin:0 0 6%;
}
	
/*==========================================
footer
===========================================*/
.site-location.footer_link{
	padding: 0 1.5%;
	margin: 15% 0 2%;
}

/*PC用（画面サイズ992px以上～）*/
@media only screen and (min-width: 992px) {
.site-location.footer_link{
	margin:100px auto 2%;
	width: 960px;
}
	
	
	
/*==========================================
【NEW_postページ】 
===========================================*/
/*items (よく見られている特集)*/
      #items{
          margin: 0;
      }
	#items .parts_tittle h2 {
        font-size: 170%;
        padding: 0 1vw 0.4vw;
		margin: 0 0 1vw 0;
	}
	#items .lists ul li{
		width: 50%;
		background: none;
		border-bottom: none;
	}
	#items .lists ul li a .thumbs {
		margin-right: 10px;
		width: 160px;
		height: auto;
		float: left;
	}
	#items .lists ul li a .comment {
        width: 62%;
    }
}
