body, button, input, select, textarea {
    font-family: "Noto Serif", serif;
    font-size: 0.8rem;
    line-height: 1.6;
}

a {
    color: #333333;
    text-decoration: none;
}

.a_crumbs {
	font-size: 13px;
    	color: #8C8C8C;
    	text-decoration: none;
}

.tease span {
	display: none;
	border: 1px solid #CCCCCC;
	padding: 0px 10px;
	width: 200px;
}

.tease span h3 {
	font-size: 12px;
}

.tease:hover {
	position: relative;
    	z-index: 23;
}

.tease:hover span {
	display: block;
	position: absolute;
	top: 0px;
	left: -80px;
	z-index: 22;
	background: #fafafa;
}

.group_tease span {
	display: none;
	border: 1px solid #CCCCCC;
	padding: 0px 10px;
	width: 260px;
}

.group_tease span h3 {
        margin: 20px 0px 5px 10px;
	font-size: 12px;
}

.group_tease span p {
	margin: 2px 0px 20px 10px; 
	font-size: 12px;
}

.group_tease:hover {
	position: relative;
    	z-index: 23;
}

.group_tease:hover span {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 22;
	background: #fafafa;
}


/* ------------------------------------- */

.mp_rb {
	vertical-align: top;
	padding: 0px 0px 0px 20px; 
	width: 360px;
}

.group_ls {
	width: 220px;
	float: left;
}

/* ------------------------------------- */

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: 700;
}

.bgtop {
    float: left;
    margin: 0 5px 5px 0;
}

.sh {
	font-size:14px;
    border-bottom: 3px solid #B5B5B5;
    margin: 0 0 10px;
    padding: 0 0 5px;
}

.site-title {
    	font-family: "Noto Sans",sans-serif;
	font-size: 1.8rem;
    	font-weight: 700;
	line-height: 1.1852;
    	margin: 0px 0px 20px 0px;
}

.search-field {
	padding: 0.5em;
	font-size: 1.14rem;
	line-height: normal;
    	border: 1px solid rgba(51, 51, 51, 0.1);
    	color: rgba(51, 51, 51, 0.7);
    	background-color: #F7F7F7;
    	border-radius: 0 0 0 0;
    	margin: 0;
    	max-width: 100%;
    	vertical-align: baseline;
	font-family: "Noto Serif",serif;
}

.widget-title {
	margin: 0 0 1.5em;
    	color: #333333;
    	font-family: "Noto Sans",sans-serif;
    	letter-spacing: 0.04em;
    	text-transform: uppercase;
}

.cat-item {
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 0.4688em 0;
}

.whc {
    background-color: #CD2122;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    width: 200px;
    padding: 10px;
    position: relative;
    text-align: center;
}