/*
/=================================
  タイトル
/=================================  
*/
.title-zone {
    width:100%;
    height:120px;
    display:flex;
}

.title-img-box {
    margin:0 auto;
	display:block;
}

.title-img {
    width:300px;
    height:120px;
}

.title-other-new-article {
    width:698px;
    border-radius:5px;
    border: 1px solid #a9a9a9;
}

.title-other-new-article-left {
    float:left;
    width:340px;
    height:100%;
    margin-left:5px;
}

.title-other-new-article-left-ul {
    font-size:12px;
    margin-left:10px;
}

.title-other-new-article-left-ul li {
    margin-top:8px;
}

.title-other-new-article-left-ul li a {
    color:#808080;
    border-bottom: dotted 2px #a9a9a9;
}

.title-other-new-article-right {
    float:left;
    width:340px;
    height:100%;
    margin-left:10px;
}

.title-other-new-article-right-ul {
    font-size:12px;
    margin-left:15px;
}

.title-other-new-article-right-ul li {
    margin-top:8px;
}

.title-other-new-article-right-ul li a {
    color:#808080;
    border-bottom: dotted 2px #a9a9a9;
}

.title-other-new-article-title {
    width:330px;
    height:14px;
    text-align:center;
    border:		#d56a00 solid 1px;
    border-radius:5px;
    background: -moz-linear-gradient(left, 	#ff8000, 	#ffead5);
    background: -webkit-linear-gradient(left, #ff8000 , 	#ffead5);
    background: linear-gradient(left, #ff8000, #ffead5);
}

.title-other-new-article-title-text {
    color:#000000;
    font-weight:bold;
}

.title-other-new-article-box {
    display: inline;
}

.title-other-new-article-kuten-text {
    display: inline-block;
    width:20px;
    height:14px;
    text-align: center;
}


/*
/=================================
  おすすめ記事
/=================================  
*/
.recomend-article-zone {
    width:100%;
    height:300px;
    position:relative;
}

.recomend-article-calendar-box {
    height:100%;
    width:210px;
    min-width:210px;
    float:left;
}

.recomend-article-calendar-img {
    margin-top:10px; 
    margin-left:5px; 
    width:200px; 
    height:280px;
}

.recomend-article-box {
    float:left;
    width:788px;
    height:300px;
}

.recomend-article-line {
    margin-left:4px;
    margin-right:4px;
    width:100%;
    height:150px;
}

.recomend-article-list-ul {
    list-style: none;
}

.recomend-article-list-ul li {
    width:155px;
    height:150px;
    float:left;
    padding:5px;
}

.recomend-article-content {
    background-color: #dcdcdc;
    height:140px;
    border-radius: 5px;
    border: 1px solid #a9a9a9;
    position:relative;
}

.recomend-article-comment-box {
    position:absolute;
    top: 2px;
    left:2px;
    width: 70px;
    height:30px;
    background-color:#000000;
    border-radius: 5px;
}

.recomend-article-comment-left {
    width:40px;
    height:30px;
    line-height:30px;
    color:white;
    font-size:13px;
    margin-left:3px;
    font-weight:1000;
}

.recomend-article-comment-right {
    width:30px;
    height:30px;
    line-height:30px;
    color:white;
    font-size:5px;
    margin-left:1px;
}

.recomend-article-comment-width {
    width:30px;
    line-height:30px;
    color:white;
    font-size:13px;
    margin-left:8px;
    font-weight:1000;
}

.recomend-article-content-img-box {
    height:80px;
    padding-top:10px;
}

.recomend-article-content-img {
    height:70px;
    width:100px;
    display: block;
    margin-left:auto;
    margin-right:auto;
}

.recomend-article-content-link-box {
    height:60px;
    padding-top:5px;
    padding-left:5px;
    padding-right:5px;
    overflow: hidden;
}

.recomend-article-content-link {
    font-size: 86%;
    line-height: 1.2 !important;
    word-break: break-all;
}

/*
/=================================
  コンテンツ
/=================================  
*/
.main-contents-zone {
    width:100%;
    height:100%;
    min-height:800px;
    display:flex;
}

/*
/=================================
  コンテンツ(左サイド)
/=================================  
*/
.main-left {
    width:150px;
    min-width:150px;
    overflow: auto;
}

.main-left-box {
    margin-top:20px;
    margin-left:5px;
    margin-right: 5px;
}

.main-left-list-ui {
    list-style:none;
}

.main-left-title {
    height:50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: -moz-linear-gradient(left, 	#80ff00, #eaffd5);
    background: -webkit-linear-gradient(left, #80ff00 , #eaffd5);
    background: linear-gradient(left, #80ff00, #eaffd5);
    border-radius: 5px 5px 0 0;
    font-weight:bold;
}

.main-left-title-item {
    text-align: center;
    margin:0 auto;
}

.main-left-item {
    height:30px;
    margin-top:5px;
    border-bottom:1px dotted #000000;
}

.main-left-item-box {
    position:relative;
    overflow: hidden;
}

.main-left-item-link a {
    height:30px;
    background: white;
}

.main-left-item-link a:hover,
.main-left-item-link a.active{
    background: #808080;
}

.main-left-item-box-ul {
    list-style: none;
    position:relative;
    left:50%;
    float: left;
}

.main-left-item-box-ul-li {
    position:relative;
    left: -50%;
    float: left;
}

.main-left-item-icon {
    height:12px;
    width:12px;
    margin-bottom:3px;
}

.main-left-item-catogory {
    margin-left:5px;
    font-size:12px;
}

.main-left-article-box {
    margin-top:10px;
    margin-left:15px;
}

/*
/=================================
  コンテンツ(中央)
/=================================  
*/
.main-center {
    width:648px;
    height:100%;
    float:left;
}

.main-center-site-list-title-box {
    height:55px;    
}

.main-center-site-list {
    margin:0 auto;
    height:60px;
}

.main-center-site-btn {
    width:108px;
    height:60px;
    border-radius:5px;
    border:1px solid #a9a9a9;
    text-align:center;
    font-weight: bold;
    text-decoration: none;
    color:white;
    background-color:#2b95ff;
    font-size:15px;
    font-weight:bold;
    float:left;
}

.main-center-site-btn-icon-box {
    margin-top:14px;
}

.main-center-site-list-ui-a {
    text-decoration:none;
}

.main-center-site-list-ui-a:hover {
    width:108px;
    height:60px;
    background-color:black;
    text-decoration:none;
}

.main-center-article-list-ui {
    list-style:none;
    overflow: hidden;
}

.main-center-article-list-ui li {
    height:150px;
}

.main-center-article-contents {
    width:640px;
    height:100%;
    margin-left:4px;
    border-radius:3px;
    border:1px solid #a9a9a9; 
}

.main-center-article-contents-img-frame {
    margin-top:5px;
    margin-left:5px;
    width:200px;
    height:100%;
    float:left;
}

.main-center-article-contents-img {
    width:200px;
    height:120px;
}

.main-center-article-contents-title-frame {
    margin-left:20px;
    width:400px;
    height:100%;
    float:left;
}

.main-center-article-contents-title-category {
    width:100%;
    height:30px;
    margin-top:10px;
}

.main-center-article-contents-title-category-left {
    font-size:15px;
}

.main-center-article-contents-title-category-right {
    color:#ec7500;
}

.main-center-article-contents-title-time-left {
    font-size:15px;
}

.main-center-article-contents-title-time-right {
    margin-left:5px;
    font-size:15px;
}

.main-center-article-contents-title {
    height:63px;
    margin-top:5px;
    font-size:20px;
}

.main-center-article-contents-title-posted-date {
    width:100%;
    height:30px;
    margin-top:10px;
}

.main-center-article-contents-title-posted-date-inbox {
    float:right;
}

.main-center-pager-box {
    margin-top:20px;
    margin-bottom:20px;
    height:100%; 
    width:100%;
}

.main-center-pager .main-center-pagination {
    text-align: center;
}
  
.main-center-pager .main-center-pagination li {
    display: inline;
    margin: 0 2px;
    padding: 0;
    display: inline-block;
    background:#9D50BB;
    width: 40px;
    height: 40px;
    text-align: center;
    position: relative;
    border-radius: 10px;
}
    
.main-center-pager .main-center-pagination li a{
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display:table;
    color: #fff;
    text-decoration: none;
}
  
.main-center-pager .main-center-pagination li a span{
    display:table-cell;
    vertical-align:middle;
}
  
.main-center-pager .main-center-pagination li a:hover,
.main-center-pager .main-center-pagination li a.active{
    color: #000;
    background: #ccf;
    border-radius: 10px;
}
  
@media only screen and (max-width: 767px){
    .main-center-pager .main-center-pagination li{
        display: none;
    }

    .main-center-pager .main-center-pagination li.pre,
    .main-center-pager .main-center-pagination li.next{
        display: inline-block;
        width: 40%;
        height: 50px;
        text-align: center;
    }

    .main-center-pager .main-center-pagination li.pre a,
    .main-center-pager .main-center-pagination li.next a{
        width: 100%;
        text-align: center;
    }

    .main-center-pager .main-center-pagination li.pre span::after{
        content: "　前の10件へ";
    }

    .main-center-pager .main-center-pagination li.next span::before{
        content: "次の10件へ　";
    }
}

.main-center-item-catogory {
    margin-left:5px;
}

.main-center-affiliate {
    margin-left:24px;
}

/*
/=================================
  コンテンツ(右サイド)
/=================================  
*/
.main-right {
    float:right;
    height: 100%;
    width:200px;
}

.main-right-box {
    margin-top:10px;    
}

.main-right-reverse-access-ranking-box {
    width:195px;
    height:100%;
    margin:0 auto;
    background-color:white;
}

.main-right-reverse-access-ranking-table {
    width:180px;
    margin:0 auto;
    margin-top:30px;
}

.main-right-reverse-access-ranking-table-column-title-height {
    height:40px;
    line-height:40px;
    background: -moz-linear-gradient(left, 	#80ff00, #eaffd5);
    background: -webkit-linear-gradient(left, #80ff00 , #eaffd5);
    background: linear-gradient(left, #80ff00, #eaffd5);
}

.main-right-reverse-access-ranking-table-column-height {
    height:30px;
    line-height:30px;
}


.main-right-reverse-access-ranking-table-column-top {
    text-align:center;
    width:100%;
    border-top:1px solid #3cb371;
    border-left:1px solid #3cb371;    
    border-right:1px solid #3cb371;
    border-radius: 5px 5px 0 0;
}

.main-right-reverse-access-ranking-table-column-top-title {
    font-size:13px;
    font-weight:bold;
}

.main-right-reverse-access-ranking-table-column-number {
    width:20px;
    text-align:center;
    font-size:10px;
    border: 1px solid #3cb371
}

.main-right-reverse-access-ranking-table-column-url {
    width:160px;
    height:30px;
    border: 1px solid #3cb371;
}

.main-right-reverse-access-ranking-table-column-url-text1 {
    font-size:10px;
    text-align:center;
    line-height:30px;
}

.main-right-reverse-access-ranking-table-column-url-text2 {
    width:160px;
    font-size:10px;
    line-height:30px;
    text-align:left;
    white-space: nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.main-right-affiliate-box {
    margin-left:20px;
}

.main-right-affiliate-box-space {
    margin-top:10px;
}

.main-right-affiliate-box-space2 {
    margin-top:10px;
    margin-left:40px;
}
