﻿@media screen and (max-width:767px) {
.titleSub p span {
	display: none;
}

h1 {
	border: none;/*reset*/
	margin: 0 0 10px;
	padding: 6px 5px;
	font-size: 18px;
	font-size: 1.8rem; 
	font-weight: bold;
	line-height: 1.4;
	background: #d70b24;
	color: #fff;
}

/* サイドメニュー
-------------------------------------------------------------------------------------*/
.menuText nav > ul > li:nth-child(3) {
	background: #fff !important;
}

.menuText nav ul li br,
.menuText nav ul li img {
	display: none;
}

#wSideBar aside dl {
	display: none;
}

/*トップページリンク*/
#linkToppage {
	display: none;
}
/*ここまで*/



/* SP clearfix
----------------------------------------------------------------------------------------------------*/
#newsList {
	zoom: 1;/*for IE 5.5-7*/
}

#newsList:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}


}

/* 追記 */

strong {
	font-size: 62.5%;　font-size:1.4em;//=14px;
	color: #e69dca;
	font-weight: bold;
}
em {
	font-size: 62.5%;　font-size:1.4em;//=14px;
	font-weight: bold;
}
