﻿.LinkList_jyouhou {
    background: none;
    border-bottom: 1px dotted #588A71;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    margin: 0;
    padding: 0 5px 2px;
    width: 100%;
    box-sizing: border-box;
}

.jyouhou_head {
	float: left;
	padding-top: 7px;
	width: 10em;
}

.jyouhou_head .MTitleLink {
	background: url("../../../Images/leftmenu_list01.gif") no-repeat left center;
	padding: 1px 0 0 20px;
}

.LinkList_jyouhou .jyouhou_h3 {
	background: none;
	color:#000000;
	font-size: 90%;
	font-weight:bold;
	margin:0;
	padding:0px;
	text-decoration:none;
}

.jyouhou_add {
	margin: 0 0 0 10em;
}

.jyouhou_add .CommandButton {
	float:left;
	width:410px;
}

.jyouhou_contents {
	float:left;
	margin:0;
	padding:7px 5px 5px;
}

.jyouhou_contents ul  {
	color:black;
	font-size: 92%;
	font-weight:normal;
	margin:0;
	padding:0;
	text-align:left;
	float:left;
}

.jyouhou_contents li  {
	font-weight:bold;
	margin:0;
	padding:0;
	text-decoration:none;
	list-style-type:none;
	float:left;
	display:inline-block;
}

.jyouhou_contents .separator {
	background:url("separator.gif") repeat-y center center;
	clear:right;
	color:#00578D;
	display:block;
	float:left;
	font-weight:bold;
	height:15px;
	margin:0;
	padding:1px 6px;
}

.jyouhou_contents li a,
.jyouhou_contents a {
	display:block;
	float:left;
	font-weight:normal;
	line-height:1.4;
}

.clear_end {
	clear:both;
}


/*= リンク設定 =*/
.LinkList_jyouhou h3 a:hover {
	text-decoration:none;
	color:#000000;
}
/************************************
 横幅が570px未満の時は、表示を変更
************************************/
@media only screen and (max-width: 569px) {
	.LinkList_jyouhou {
		background-image: none;
		margin: 0;
		width: 97%;/*= 2016.10.4秘書広報課で100%から97%へ ... calc()未対応ブラウザ用 =*/
		width: calc( 100% - 10px );	/* 全幅から左右padding分10pxを引く */
	}

	.jyouhou_add .CommandButton {
		width:100%;
	}
}

/************************************
横幅が480px未満の時は、更に表示を変更
************************************/
@media only screen and (max-width: 479px) {
	.jyouhou_add {
		clear: left;
		margin-left: 20px;
	}
}