

/*** for PC Browser ***/
@media (min-width:401px)
{
div.LinkList_border_h {
    background: none;
    /* font-size: 1px !important; */
    height: 0;
    width: 0;
    display: none;
}

div.LinkList_border {
    background: none;
    padding: 0 10px 5px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ADADAD;
    border-radius: 5px 5px / 5px 5px;
}

div.LinkList_border_f {
clear: both;
    background: none;
    /* font-size: 1px !important; */
    height: 0;
    margin: 0 0 10px;
    width: 0;
    padding: 0;
}

div.LinkList_border .content {
	font-size: small;
}

div.LinkList_border .content {
	font-size: 100%;
}

div.LinkList_border .content h2 {
	background: url("../../../Images/guide_h3_740.gif") no-repeat left bottom;
	height: auto;
	font-size: 110%;
	margin: 0 0 3px 0;
	padding: 2px 0 5px 35px;
}

div.LinkList_border .content ul  {
	color: black;
	font-weight: normal;
	margin: 0;
	padding: 1px 10px;
	text-align: left;
}

div.LinkList_border .content li  {
	font-size: 100%;
	margin:0;
	padding:0;
	list-style-type:none;
	display:inline;
}

div.LinkList_border .content li a {
	margin:0;
	padding:0;
}

div.LinkList_border .content .separator {
	background:url(sep1.gif) no-repeat center center;
	height:16px;
	width:6px;
	padding:0;
	clear: right;
	margin: 3px 5px;
}

div.LinkList_border .content .modoru {
	float:left;
	/*font-size:1px !important;*/
}

div.LinkList_border .content .modoru a {
	background: url(page_return_icon.gif) no-repeat left center;
	font-size:small;
	margin:0;
	padding:2px 5px 0 15px;
	text-decoration:none;
}

div .LinkList_border .content .CommandButton {
	float: left;
}

/************************************
 横幅が760px未満の時、左ペインも削除
************************************/

}
@media only screen and (max-width: 759px) {

	div.LinkList_border_h {
		display: none;
	}

	div.LinkList_border {
		background: none;
		padding: 0 0 10px;
		width: auto;
	}

	div.LinkList_border .content h2 {
		margin-right: 10px;
	}

	div.LinkList_border_f {
		display: none;
	}

}

/*** for Smart Phone ***/
@media (max-width:400px)
{
div.LinkList_border_h {
    background: none;
    /* font-size: 1px !important; */
    height: 0;
    width: 0;
    display: none;
}

div.LinkList_border {
    background: none;
    padding: 0 10px 5px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ADADAD;
    border-radius: 5px 5px / 5px 5px;
}

div.LinkList_border_f {
clear: both;
    background: none;
    /* font-size: 1px !important; */
    height: 0;
    margin: 0 0 10px;
    width: 0;
    padding: 0;
}

div.LinkList_border .content {
	font-size: small;
}

div.LinkList_border .content {
	font-size: 100%;
}

div.LinkList_border .content h2 {
	background: url("../../../Images/guide_h3_740.gif") no-repeat left bottom;
	height: auto;
	font-size: 110%;
	margin: 0 0 3px 0;
	padding: 2px 0 5px 35px;
}

div.LinkList_border .content ul  {
	color: black;
	font-weight: normal;
	margin: 0;
	padding: 1px 10px;
	text-align: left;
}

div.LinkList_border .content li  {
	font-size: 100%;
	margin:0;
	padding:0;
	list-style-type:none;
	display:inline;
}

div.LinkList_border .content li a {
	margin:0;
	padding:0;
}

div.LinkList_border .content .separator {
	background:url(sep.gif) no-repeat center center;
	height:16px;
	width:6px;
	padding:0;
	clear: right;
	margin: 3px 5px;
}

div.LinkList_border .content .modoru {
	float:left;
	/*font-size:1px !important;*/
}

div.LinkList_border .content .modoru a {
	background: url(page_return_icon.gif) no-repeat left center;
	font-size:small;
	margin:0;
	padding:2px 5px 0 15px;
	text-decoration:none;
}

div .LinkList_border .content .CommandButton {
	float: left;
}

/************************************
 横幅が760px未満の時、左ペインも削除
************************************/

}
@media only screen and (max-width: 759px) {

	div.LinkList_border_h {
		display: none;
	}

	div.LinkList_border {
		background: none;
		padding: 0 0 10px;
		width: auto;
	}

	div.LinkList_border .content h2 {
		margin-right: 10px;
	}

	div.LinkList_border_f {
		display: none;
	}

}