

/*** for PC Browser ***/
@media (min-width:401px)
{
.B_LinkList_Side {
	width: 99%
	margin: 0 0 5px 0;
	text-align: left;
	border: 1px solid #999999;
	border-top: 4px solid #009999;
}

/* Win IE & Mac Dumy */
.B_LinkList_Side {
	height: 1%;
}
/* Win IE & Mac Dumy */
.B_LinkList_Side .MTitleBlock h2 {
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: baseline;
	text-decoration: none;
	color: #003333;
	font-size: 100%;
}

.B_LinkList_Side a.MTitleLink {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 5px;
	background-color: transparent;
	text-decoration: none;
	color: #003333;
	border: none;
}
.B_LinkList_Side a.MTitleLink:link, .B_LinkList_Side a.MTitleLink:visited {
	text-decoration: none;
	color: #003333;
}
.B_LinkList_Side a.MTitleLink:hover {
	text-decoration: none;
	color: red;
}

.B_LinkList_Side .FrameDiv {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

.B_LinkList_Side .MTitleBlock {
	background-image: url("/topimage/ac305.jpg");
	background-position: right top;
	background-repeat: repeat;
	height: auto;
	margin: 0;
	padding: 2px;
	letter-spacing: 0;
	line-height: 1.3;
	border-bottom: 1px solid #9FB7D4;
}

.B_LinkList_Side .FrameDiv div ul {
	margin: 0;
	padding: 0;
}
.B_LinkList_Side .FrameDiv div ul li {
	padding-left: 20px;
	background-image: url(/images/midomaru.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	list-style-type: none;
	border-bottom: 1px solid #CCCCCC;
}
.B_LinkList_Side .FrameDiv div ul li h4 {
	margin: 0;
	padding: 0;
	font-size: 110%;
	line-height: 1.3;
}
.B_LinkList_Side .FrameDiv div ul li h4 a {
	text-decoration: underline;
}

.B_LinkList_Side .MTitleBlock span {
	float: right;
}

.B_LinkList_Side .Summary {
	margin: 0;
	padding: 3px 0 3px 0;
	color: #333333;
	font-size: small;
	text-align: left;
	line-height: 1.3;
}

.B_LinkList_Side .DetailLink {
	margin: 0;
	padding: 5px;
	color: #333333;
	text-align: right;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.B_LinkList_Side {
	width: 100%;
	height: 60px;
	margin: 5px 0 10px 0;
	padding: 0;
	border: none;
	border-top: 1px solid #009999;
	border-bottom: 1px solid #009999;
}
.B_LinkList_Side:after {
	display: block;
	clear: both;
	content: "";
}

.B_LinkList_Side > div:first-child {
	float: left;
	width: 23%;
	height: 60px;
	margin: 0;
	padding: 0;
	border: none;
}
.B_LinkList_Side > div:first-child >  h2 {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
}
.B_LinkList_Side > div:first-child > h2 > a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url("/secure/1178443/Census100_small_toumei.gif");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-size: x-small;
	text-decoration: none;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: none;
}

.B_LinkList_Side .FrameDiv {
	float: left;
	background-color: #eaf9fb;
	width: 77%; 
	height: 60px;
/*	overflow-x: scroll;
	overflow-y: hidden; */
	margin: 0;
	padding: 0;
	border: none;
}

.B_LinkList_Side .FrameDiv > div ul {
/*	width: 100%;*/
	height: 60px;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
	white-space: nowrap;
	border: none;
}
.B_LinkList_Side .FrameDiv > div ul li {
	display: inline-block;
	width: 25%;
	height: 60px;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	vertical-align: middle;
	white-space: normal;
	border: none;
	border-left: 1px dotted #009999;
}
.B_LinkList_Side .FrameDiv > div ul li > h4 {
	width: auto;
	height: 60px;
	margin: 0;
	padding: 0;
}
.B_LinkList_Side .FrameDiv > div ul li > h4 a {
	display: block;
	width: auto;
	height: 60px;
	margin: 0;
	padding: 3px;
	color: #003333;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	text-decoration: none;
}

.B_LinkList_Side .MTitleBlock span {
	float: right;
}

.B_LinkList_Side .Summary {
	display: none;
/*
	width: 60px;
	height: auto;
	margin: 0;
	padding: 3px;
	color: #333333;
	font-size: x-small;
	text-align: left;
	text-overflow: ellipsis;
*/
}

.B_LinkList_Side .DetailLink {
	margin: 0;
	padding: 3px;
	text-align: right;
}
}
