/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

/* カスタマイズする場合にはこれより下に追記してください  */

/************************************
埋め込み動画
************************************/
.video1 {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.video1 iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
/************************************
記事一覧（アーカイブ）
************************************/




/*** スマホアイキャッチ上のカテゴリタグ非表示 ***/
@media screen and (max-width:640px){
.post-cat{
	display:none !important;
}
}

/*** 記事一覧タイトル ***/
.post-box .post-title {
    font-weight: bold;
    font-size: 19px;
    padding: 5px 0;
}


/************************************
個別記事
************************************/


/*** おすすめ記事 ***/
.recommend-title {
    color: #135d97;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: calc(3em + 16px);
}

/************************************
** ■タグクラウド
************************************/
.widget.widget_tag_cloud a {
	border:1px solid #; /*枠線設定*/
	color: #fff!important; /*文字色*/
	line-height: 1.5; /*行の高さ*/
	padding: 5px 10px 5px 10px; /*内側余白設定*/
	margin: 0px 4px 4px 0px; /*外側余白設定*/
	font-size: 15px!important;
	font-weight:700; /*フォント太さ*/
	background: #2271b1; /*背景色*/
	border-radius:3px; /*角の丸み*/
}
.widget.widget_tag_cloud a:hover { /*リンク文字ホバー時*/
	color: #fff; /*文字色*/
	transition: all 0.6s ease; /*エフェクト処理*/
	text-decoration:none; /*アンダーライン*/
}

.widget.widget_tag_cloud a:before {
	display: none; /*タグアイコン削除*/
}

/************************************
** ■Shortcodes Ultimate
************************************/
/*---ボタン---*/

.su-button-style-flat, .su-button-style-flat span {
    border: none;
    margin: 2px 0;
}
