@media screen and (min-width:768px) {

#w {
	background-color: #f99d33;
}

.period .fonBold {
	font-size: 160%;
	line-height: 1.7;
}

#btnReq a {
	line-height: 21px;
	display: block;
	width: 250px;
	margin: 0 auto;
	padding: 10px 15px 18px;
	text-align: center;
	text-decoration: none;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 -1px 0 #000;	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px; 
	border-radius: 2px;  
	background-color: #c93742;
}

#btnReq a img {
	display: none;
}

#btnReq a span {
	font-size: 14px;
}

#btnReq a:link, #btnReq a:visited {
	color: #fff;
	background-color: #c93742;
}
#btnReq a:hover {
	border-color: #900;
	color: #fff;
	background-color: #d7151b;
}

.s {
	display: inherit;
	font-size: 10px;
	line-height: 1.6;
}

/* 特殊スタイル系
-------------------------------------------------------------------------------------*/
#wPrimary .style01 {
	margin: 0;
	padding: 0;
	color: #cc0000;
	font-size: 16px;
	font-weight: bold;
}

#wPrimary .style02 caption,
#wPrimary .style03 caption,
#wPrimary .style04 caption {
	display: none;
}

#wPrimary .style02 {
	width: 550px;
	margin: 12px 0;
}

#wPrimary .style02 th:first-child {
	width: 70px;
}

#wPrimary .style02 th img {
	vertical-align: text-bottom;
	margin-right: 5px;
}

#wPrimary .style03 {
	width: 550px;
	margin: 12px 0;
}

#wPrimary .style04 {
	width: 550px;
	margin-left: 0;
}

#wPrimary .style04 th:first-child {
	width: 50px;
}

#wPrimary .style04 th img {
	vertical-align: middle;
	margin-right: 5px;
}

#wPrimary .style05 {
	clear: both;
	float: left;
	width: 520px;
	margin: 0 0 14px;
}

#wPrimary .style06 {
	float: left;
	width: 210px;
	margin: 0 0 14px 7px;
}

/* サイドメニュー
----------------------------------------------------------------------------------------------------*/
.menuText .accordion .aFeed1 {
	display: none !important;
}

}

@media screen and (max-width:767px) {

.titleSub p span {
	display: none;
}

h1 {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
}

.titleArticle h2 {
	color: #666;
}

.paragraph {
	padding: 0 5px;
}

.paragraph p {
	margin-left: 0;/*reset*/
	margin-right: 0;/*reset*/
}

.period {
	padding-left: 5px;
	font-size: 10px;
	font-size: 1rem;
}

.period .fonBold {
	font-size: 14px;
	font-size: 1.4rem;
}

table.dataTL {
	width: 100%;
	margin: 0 0 20px;
	/*border: none;*/
}

/*
table.dataTL tr {
	display: block;
	width: 100%;
	padding-bottom: 19px;
}

table.dataTL th {
	display: block;
	margin-bottom: 9px;
	padding: 4px 5px;
	border: 1px solid #e0e0e0;
}

table.dataTL td {
	display: list-item;
	width: auto;
	margin-left: 22px;
	padding: 0 5px;
	border: none;
}*/

#btnReq {
	text-align: center;
}

#btnReq a {
	display: inline-block;
	width: auto;
	margin: 0 auto;
	padding: 10px 8% 12px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px; 
	border-radius: 2px;
	background-color: #c93742;
}

#btnReq a img {
	width: 26px;
	margin-right: 2px;
	vertical-align: top;
}

#btnReq a span {
	font-size: 12px;
	font-size: 1.2rem;
}

#btnReq a:link, #btnReq a:visited {
	color: #fff;
	background-color: #c93742;
}

#btnReq + p a,
#btnReq + p br {
	display: none;
}

.end {
	color: #be1f33;
	font-weight: bold;
}

/*トップページリンク*/
#linkToppage {
	display: none;
}
/*ここまで*/

/* 特殊スタイル系
-------------------------------------------------------------------------------------*/
#wPrimary .style02 caption,
#wPrimary .style03 caption,
#wPrimary .style04 caption {
	display: none;
}

}