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

#column{
	padding:10px 10px 60px 10px;
    overflow-x:hidden;
    word-break:break-all;
    font-size: 18px;
}
#column p {
    font-size: 18px;;
}
#columnBody img{ /* 記事の中の大きな画像がスマホではみ出てしまう不具合に対応 */
	max-width:100%;
	height: auto !important;
}

#columnBody a {
	word-break: break-all; /* URLなどのリンクがスマホではみ出てしまう不具合に対応 */
}
#column img{
    max-width:100% !important;
    height:auto !important;
}
#column table{
    max-width:100% !important;
}

/* コラム別記事一覧 */
.columnList .articlePhoto {
    width: 320px;
    height: 180px;
    float: left;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
}
.columnList .profilePhoto {
    margin: 0 5px 0 0;
}
.columnList .artcleTitle {
    margin: 0 0 0 340px;
    height: auto;
    padding: 0;
}
.columnList .genreJobList {
    margin: 0 0 0 340px;
}
.columnList .profile {
    margin: 20px 0 0 340px;
    line-height: 1.2;
}
.columnList .profile img {
    width: 30px;
    height: 30px;
}
.columnList .favButton {
    margin-top: 20px;
}
.columnList .count {
    clear: both;
    margin: 10px 0 0;
    padding: 0;
    color: #9fa0a0;
    font-size: 0.9em;
    text-align: right;
}
.columnList .profile {
    margin: -70px 0 0 340px;
    line-height: 1.2;
}

/* 個別記事ページのみ START */
/* 記事タイトル */
.columnPage .columnList .artcleTitle {
    height: 1.4em;
    margin: 0 0 31px 140px;
    padding: 0;
}
/* コラムニスト名 */
.columnPage .columnList .profile {
    margin: 0 0 25px 140px;
    padding: 0;
}
/* ジャンルアイコン */
.columnPage .columnList .genreJobList {
    margin: 0;
}
/* 個別記事ページのみ END */

@media screen and (max-width:768px){
    #column table{
        display:block;
        overflow-x:auto;
    }
	#columnBody {
		overflow: hidden;
	}
	.columnList{
		position:relative;
	}
	.genreJob{
		margin:0;
		padding:0;
	}
	.columnList .genreJobList.job{
		clear:both;
	}
    .columnPage .columnList .favButton{
        margin:0;
    }
	.columnList .favButton.l2 a{
        margin:0 4px;
	}
    .snsLyout{
        position:static;
        height:auto;
    }
    .snsButtons.pdsp{
        position:static;
        top:auto;
        right:auto;
        -moz-justify-content:flex-end;
        -ms-justify-content:flex-end;
        -webkit-justify-content:flex-end;
        justify-content:flex-end;
    }
    .snsButtons.pdsp li{
        padding:0 4px;
    }
    .columnList .artcleTitle {
        margin: 0 0 0 340px;
        height: auto;
        padding: 0;
    }
     .columnList .profile {
        margin: -40px 0 0 340px;
    }
    #column a{
        display:inherit;
        margin:4px;
        padding:18px !important;
        line-height:1.4 !important;
    }
/* 個別記事ページのみ START */
/* 記事タイトル */
    .columnPage .columnList .artcleTitle {
        margin: 0 0 0 90px;
        height: auto;
        padding: 0;
    }
/* コラムニストアイコン */
    .columnPage .columnList .profilePhoto {
        width: 80px;
        height: 80px;
        margin: 5px 0;
    }
/* コラムニスト名 */
    .columnPage .columnList .profile {
        margin: 0 0 0 90px;
    }

/* 個別記事ページのみ END */
}

@media screen and (max-width:414px){
	.columnList .genreJobList{
		display:none;
	}

	/*.columnList .snsButtons{
		margin:0;
		padding-top:15px;
		float:left;
	}*/

	.columnList .favButton.l2{
		clear:both;
		height:auto;
		padding:20px 0 0 0;
		float:right;
		margin: -25px 0 8px 0;
	}

	.columnList .favButton.l2 .favorite{
		position:static;
	}

	.columnList .favButton.l2 .follow{
		position:static;
	}
	.columnList .profilePhoto {
		margin: 5px 0;
}
	.columnList .articlePhoto {
		width: 100px;
	}
	.columnList .artcleTitle {
		height: auto;
		margin: 0;
		padding: 0;
	}
	.columnList .profile {
		margin: -16px 0 0 0;
	}
	.columnList .articlePhoto {
		width: 320px;
		height: 180px;
		float: left;
		background-repeat: no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
		background-position: center;
	}
	.columnList .profile a {
		font-size: 12px;
}
	.columnList .profile img {
		width: 30px;
		height: 30px;
		margin: 0 5px 0 0;
	}
    
    .columnList .profilePhoto {
        width: 80px;
        height: 80px;
        margin: 5px 0;
}

    .columnList .artcleTitle {
        margin: 0 0 0 90px;
        height: auto;
        padding: 0;
        }
    .columnList .profile {
        margin: 0 0 0 90px;
    }

        
/* 個別記事ページのみ START */
/* コラムニスト名 */
    .columnPage .columnList .profile {
        margin: 0 0 0 90px;
    }
/* 個別記事ページのみ END */
}
