
/* 詳細はこちら */
a.kochira {
	text-decoration: none;
	color: white;
}
a.kochira h4 {
	text-decoration: none;
	text-align: right;
	color: white;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.05em;
	padding: 4px 9px 3px 0px;
	margin-left: calc(100% - 98px);
	background: linear-gradient(180deg, #505050, #808080);
	border: gray 1px solid; /*境界線の指定*/
	border-radius: 5px;
}
a.kochira h4:hover {
	background: linear-gradient(180deg, #202020, #808080);
}
a.kochira > h4.dblue {
	border: transparent 1px solid; /*境界線の指定*/
	background: linear-gradient(180deg, #006586, #4370e3);
}

/* 詳細はこちら */
a.kochira2 {
	text-decoration: none;
	color: white;
}
a.kochira2 > h4 {
	position: absolute;
	right: 15px;
	top: 0px;
	color: white;
	background: linear-gradient(180deg, #cc7700, #ffc000);
	height: 18px;
	line-height: 18px;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.05em;
	padding: 3px 10px 2px 10px;
	border: transparent 1px solid; /*境界線の指定*/
	border-radius: 5px;
}
a.kochira2 > h4:hover {
	background: linear-gradient(180deg, #aa5500, #ffc000);
}

a.kochira2 > h4.blue {
	background: linear-gradient(180deg, #2396c3, #43b6e3);
}
a.kochira2 > h4.dblue {
	background: linear-gradient(180deg, #006586, #4370e3);
}
a.kochira2 > h4.gray {
	background: linear-gradient(180deg, #505050, #808080);
}
a.kochira2 > h4.gray:hover {
	background: linear-gradient(180deg, #202020, #808080);
}

.KochiraOya {
	position: relative;
	width: 290px;
	height: 30px;
	line-height: 26px;
	text-align: left;
}




