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

/* -------------------------------
	ヘッダー
------------------------------- */
* {
    -webkit-box-sizing: inherit; 
    -moz-box-sizing: inherit;
     box-sizing: inherit; 
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, sans-serif;
  line-height: 1;
}



/*神戸新聞ロゴ*/
.left-column h1 {
    margin-top: 0;
}

.left-column img {
    box-sizing: content-box;
}

/* -------------------------------
	メイン
------------------------------- */
/*メダルランキング*/
.kydtky2020-widget-medal-table thead th {
    vertical-align: middle;
}
.kydtky2020-widget-medal-table tbody td {
    vertical-align: middle;
}

/* -------------------------------
	フッター部
------------------------------- */

/*SNS一覧ボタン*/
.area-sns .btn {
    display: block;
    width: 80%;
    margin: auto;
    text-align: center;
    padding: 15px 0;
    background-color: #fff;
    border: solid 2px #ddd;
    border-radius: 10px;
    font-weight: bold;
    font-size: 12px;
    color: #666;
    position: relative;
	line-height: 1;
}

/*PC版・SP版*/
.global-footer .area-device .device-list {
    margin-bottom: 0;
}

/*フッター*/
.global-footer .area-device .device-list li {
    color: #666;
}

.device-list a {
    color: #666;
}

.device-sp {
    color: #fff;
}

.menu-list{
	margin-bottom:0;
}


.menu-list a{
    color: #666;
}

.global-footer .menu-list li a {
    line-height: 1.5em;
	padding: 17px 25px 17px 10px;
}


/* -------------------------------
	ハンバーガーメニュー内
------------------------------- */
*:before,
*:after {
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;
}


.column-2-btn{
	text-decoration:none;
}

.column-2-list a{
	color:#000;
}

.title-label{
     margin-top: 0; 
     margin-bottom: 0; 
}

.global-header.is-open .menu-inner {
    -webkit-box-sizing: content-box; 
    -moz-box-sizing: content-box;
     box-sizing: content-box; 
}

.area-inside h3{
	line-height:1;
}

/*検索マーク*/


/*ログイン/新規入会ボタン*/
.column-2-btn li[class^="btn-"] a {
    -webkit-box-sizing: content-box; 
    -moz-box-sizing: content-box;
     box-sizing: content-box; 
}
/*兵庫県内*/
.column-2-list li a {
    line-height: 1.5em;
}
/*社説・正平調*/
.column-2-btn li a{
    -webkit-box-sizing: content-box; 
    -moz-box-sizing: content-box;
     box-sizing: content-box; 
}
/*お知らせ*//*ご利用にあたって*//*紙面購読のお申し込み*//*神戸新聞社のご案内*/
.title-label{
	line-height:1;
}

.menu-inner > div[class^="area-insede"] {
    padding-bottom: 10px;
}
.column-1-list .news-title {
    line-height: 1.5em;
}