/*
Theme Name: islandpinellc
Theme URI: https://stockholmlanding.qodeinteractive.com/
Description: Stockholm Theme
Tags: agency, business, ajax, portfolio, blog, shop, multi-purpose, clean, elegant, white, photography, modern, fullscreen, stylish, design
Author: Select Themes
Author URI: https://qodeinteractive.com/
Version: 9.14.4
Text Domain: stockholm
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/


/* 新着情報 */
.hi_news {
	margin-top: -12px;
}
.hi_news ul {
	list-style: none;
}
.hi_news ul li {
	padding: 7px;
	/*border-bottom: 1px solid #a7a6a6;*/
	position: relative;
	transition: .3s;
	border-left: 3px solid #cad290;
	margin-bottom: 1em;
}
.hi_news ul li:hover  {
	background: #f5f5f5;
}
.hi_news ul li dl dt {
	margin: 0;
	display: inline-block;
	margin-right: 1em;
	font-weight: normal;
	font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum" 1;
}
.hi_news ul li dl dd {
	display: inline-block;
    color: #000;
}
.hi_news ul li dl dt span {
	margin-left: 1em;
    padding: 3px 5px 4px;
    vertical-align: middle;
    color: White;
	font-size: 12px;
    background-color: rgb(202, 210, 144);
    /*border-radius: 3px;*/
}
.hi_news ul li dl dd a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	z-index: 2;
    color: #000;
}
.hi_news p {
	text-align: right;
}
@media only screen and (max-width: 767px) {
	.hi_news ul li dl dt {
		display: block;
	}
}
@media only screen and (max-width: 600px) {
	.hi_news ul li dl dd span {
	}
}

/* 新着情報ここまで */