@charset "UTF-8";
/* CSS Document */

div#accd {
    position: fixed;
    top: 0px;
    right: 10px;
    width: 160px;
    height: auto;
}

.mdstop {
    width: auto;
    height: auto;
    background-color: #039;
    margin: 0px; margin-bottom: 4px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
    cursor: pointer;
}

.mdstop p {
    color: #FFF;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    margin: 0;
    padding: 4px 0;
    font-weight: normal;
}
div#accd_mds_end    {
    width:160px; height:12px; background-color:#FFF; margin:0px; margin-bottom:8px;
	border-radius: 0px 0px 6px 6px;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
}
div#zenlistbox  {
    width: auto; height: auto; display: none;
}

div#firstbox01  {
    width: auto; height: auto; display: fixed;
}
.firsttop   h1  {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    vertical-align: middle;
    margin: 0px;
    margin-bottom: 4px;
    padding: 4px 0px;
    background-color: #CCF;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
    cursor: pointer; 
}
.firstlist {
    width: auto;
    height: auto;
    background-color: #FFF;
    display: fixed;
}
.firstlist  p   {
    	width:144px;
    	height:auto;
    	background-color:#EEF;
    	padding:4px 8px;
    	margin:0px;
    	margin-bottom:4px;
    	vertical-align:text-top;
    	text-align:left;
    	font-size:12px;
    	font-weight:normal;
    	line-height:16px;
    	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}
.firstlist a:hover  p   {
    background-color: #F90;
}

div#secondbox01  {
    width: auto; height: auto; display: fixed;
}
.secondtop   h1  {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    vertical-align: middle;
    margin: 0px;
    margin-bottom: 4px;
    padding: 4px 0px;
    background-color: #CCF;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
    cursor: pointer; 
}
.secondlist {
    width: auto;
    height: auto;
    background-color: #FFF;
    display: none;
}
.secondlist  p   {
    	width:144px;
    	height:auto;
    	background-color:#EEF;
    	padding:4px 8px;
    	margin:0px;
    	margin-bottom:4px;
    	vertical-align:text-top;
    	text-align:left;
    	font-size:12px;
    	font-weight:normal;
    	line-height:16px;
    	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}
.secondlist a:hover  p   {
    background-color: #F90;
}


