body {
	background:#FFFFFF url("../img/common/bgBody1.jpg") top left repeat-x;
	font-family: initial;
}

a.bbox {
	text-decoration: none;
	color: black;
}

div.bbox1 {
	display: flex;
	border: 1px solid #cccccc;
	height: 152px;
	padding: 10px;
	margin:0 0px 20px 0;
	text-align:left;
	background-color: white;
}
div.bbox1:hover {
	background-color: whitesmoke;
}

div.bbox1 img {
	width: 236px;
	height: 150px;
	margin: 0px 25px 0px 0px;
}
div.bbox1 span {
	font-size: 2em;
	font-weight: 500;
	margin: 0px 10px 20px 0px;
}
div.bbox1 div {
	display: flex;
	flex-flow: column;
}

#bcontentsArea {
	display: flex;
	width:950px;
	text-align:left;
	padding:12px 0px 0px 0px;
}

.bsideMenu {
	width:240px;
	padding:0;
	margin: 0 20px 0 0;
	position:relative;
	top: -3px;
	z-index:1;
}

.bsideMenu .localBana ul li {
	padding-top:10px;
	float:left;
}

/* 詳細はこちら */
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: 6px;
	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;
	text-align: left;
}




