/* ■■■■ リストリンク ■■■■ */
.list_link {
background: #000000;
border-radius : 5px;
-webkit-border-radius : 5px;
border: 2px solid #353535;
border-right: 2px solid #666666;
border-bottom: 2px solid #666666;
margin-left : auto;
margin-right : auto;
width : 95%;
list-style : none;
}

.list_link li {
position : relative;
display : block;
width : 100%;
padding : 5px;
border-bottom : 1px solid #353535;/*リスト内の区切り線の色*/
height : auto;
text-decoration : none;
-webkit-box-sizing : border-box;
overflow : hidden;
}

.list_link img {
width : 9%;
vertical-align:-0.4em;
}

.list_link span{
display : block;
color:#ffffff;
font-size : 18px;
padding : 10px;
}


.list_link a:not(.noListLink) {
position : relative;
display : block;
width : 100%;
height : 100%;
padding : 10px;
color : #fff; /*リスト内の文字色*/
font-size : 18px;
text-decoration : none;
-webkit-box-sizing : border-box;
}

.list_link:last-child {
border-bottom : none;
}

.list_link a:not(.noListLink):after {
content : "";
position : absolute;
right : 10px;
top : 50%;
display : block;
width : 6px;
height : 6px;
margin-top : -4px;
border-top : solid 3px #979797; /*右端　>　の色*/
border-right : solid 3px #979797; /*右端　>　の色*/
-webkit-transform : rotate(45deg);
}

/* ■■■■ リストリンク(運命異性解析) ■■■■ */
.mirror_list_link {
background: #000000;
border-radius : 5px;
-webkit-border-radius : 5px;
border: 2px solid #353535;
border-right: 2px solid #666666;
border-bottom: 2px solid #666666;
margin-left : auto;
margin-right : auto;
width : 95%;
list-style : none;
}

.mirror_list_link li {
position : relative;
display : block;
width : 100%;
padding : 5px;
border-bottom : 1px solid #353535;/*リスト内の区切り線の色*/
height : auto;
text-decoration : none;
-webkit-box-sizing : border-box;
overflow : hidden;
}

.mirror_list_link span{
display : block;
color:#ffffff;
font-size : 18px;
padding : 10px;
}


.mirror_list_link a:not(.noListLink) {
position : relative;
display : block;
width : 100%;
height : 100%;
padding : 10px;
color : #fff; /*リスト内の文字色*/
font-size : 18px;
text-decoration : none;
-webkit-box-sizing : border-box;
}

.mirror_list_link:last-child {
border-bottom : none;
}

.mirror_list_link a:not(.noListLink):after {
content : "";
position : absolute;
right : 10px;
top : 50%;
display : block;
width : 6px;
height : 6px;
margin-top : -4px;
border-top : solid 3px #979797; /*右端　>　の色*/
border-right : solid 3px #979797; /*右端　>　の色*/
-webkit-transform : rotate(45deg);
}

/*■ページング(数字用)■*/
#pagingarea {
text-align: center;
width: 90%;
font-size:0px;
color:#000000;
            }
.paging a {
text-align: center;
                display: -moz-inline-box;
                display: inline-block;
                /display: inline;
                margin-top: 5px;
                margin-left: auto;
                margin-right: auto;
                margin-bottom: 15px;
                line-height: 25px;
                width: 50px;
                height: 25px;
font-size:14px;
                /zoom: 1;
float: left;
                border:solid 1px #a9a9a9;
                border: 2px solid #353535;
                border-right: 2px solid #666666;
                border-bottom: 2px solid #666666;
　　　　　　　  border-radius: 5px;
                -webkit-border-radius: 5px;
                background: #000000;
                color:#ffffff;
　　　　　　　  border-radius: 5px;
                -webkit-border-radius: 5px;
                text-align:center;
                display: block;
                text-decoration: none;
            }




/* ■■■■ ページングを折り返す ■■■■ */
p {
 word-break: break-all;
}