/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: Yokohama Aoba Music Corporation.
Tags: 
Version: 0.6.0
*/

/**************************************************************************/
/* 横浜アオバ楽器 CSS                                                     */
/* Copyright(C) Yokohama Aoba Music Corporation.                          */
/**************************************************************************/

/*タブ*/
.ul_genre {
	margin-bottom: 50px;
}
.ul_genre li {
	background: #72BCC5;
	font-size: 1.0rem;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px;
	border-radius: 4px;
}

.ul_genre li.no {
	background: none;
	font-size: 1.3rem;
	color: #333;
	margin-right: 25px;
}

.ul_week {
	margin-bottom: 50px;
}
.ul_week li {
	background: #DDD;
	font-size: 1.0rem;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	margin-right: 3px;
	padding: 5px 7px;
	background: #EEE;
	border-radius: 4px;
}
.ul_week li.on {
	background: #FF9326;
}
.ul_week li a {
	color: #fff;
	display: block;
}

/**************************************************************************/
/* 投稿                                                                   */
/**************************************************************************/
/* 投稿の〈続きを読む〉ボタンを表示しない */
.vk_post_btn {
	display: none;
}

/* 投稿の〈更新日〉を表示しない */
.entry-meta-item-updated {
	display: none;
}

/* 投稿の〈著者〉を表示しない */
.entry-meta-item-author {
	display: none;
}

/**************************************************************************/
/* メニュー                                                               */
/**************************************************************************/
/* お問い合わせフォームの必須バッジ */
.badge {
	font-size: 70%;
	font-weight: normal;
	color: white;
	padding: 0.2em 0.6em 0.2em 0.6em;
}

/* reCAPTCHAマークをずらして表示 */
.grecaptcha-badge {
	bottom: 85px !important;
}

/**************************************************************************/
/* ソーシャルボタン                                                        */
/**************************************************************************/
.veu_socialSet .sb_icon.sb_facebook a,
.veu_socialSet .sb_icon.sb_x_twitter a,
.veu_socialSet .sb_icon.sb_hatena a,
.veu_socialSet .sb_icon.sb_line a,
.veu_socialSet .sb_icon.sb_pocket a,
.veu_socialSet .sb_icon.sb_copy button {
    background: rgba(255,255,255,.9);
    box-shadow: 0 0 0;
    transition: background .3s;
    border-radius: 20px;
}

.veu_socialSet .sb_icon.sb_facebook a:hover,
.veu_socialSet .sb_icon.sb_x_twitter a:hover,
.veu_socialSet .sb_icon.sb_hatena a:hover,
.veu_socialSet .sb_icon.sb_line a:hover,
.veu_socialSet .sb_icon.sb_pocket a:hover,
.veu_socialSet .sb_icon.sb_copy button:hover {
    color: #fff;
    transform: none;
}

.veu_socialSet .sb_icon.sb_facebook a {
    color: #425dab;
    border: 1px solid #425dab;
}
.veu_socialSet .sb_icon.sb_facebook a:hover {
    background: #425dab;
}

.veu_socialSet .sb_icon.sb_x_twitter a {
    color: #0f1419;
    border: 1px solid #0f1419;
}
.veu_socialSet .sb_icon.sb_x_twitter a:hover {
    background: #0f1419;
}

.veu_socialSet .sb_icon.sb_hatena a {
    color: #007fc5;
    border: 1px solid #007fc5;
}
.veu_socialSet .sb_icon.sb_hatena a:hover {
    background: #007fc5;
}
.veu_socialSet .sb_icon.sb_line a {
    color: #6ebd30;
    border: 1px solid #6ebd30;
}
.veu_socialSet .sb_icon.sb_line a:hover {
    background: #6ebd30;
}

.veu_socialSet .sb_icon.sb_pocket a {
    color: #ea4654;
    border: 1px solid #ea4654;
}
.veu_socialSet .sb_icon.sb_pocket a:hover {
    background: #ea4654;
}

.veu_socialSet .sb_icon.sb_copy button {
    color: #228b22;
    border: 1px solid #228b22;
}
.veu_socialSet .sb_icon.sb_copy button:hover {
    background: #228b22;
}

/* ボタンの並び順 */
li.sb_line { order: 1; }
li.sb_facebook { order: 2; }
li.sb_x_twitter { order: 3; }
li.sb_pocket { order: 4; }
li.sb_hatena { order: 5; }
li.sb_copy { order: 6; }
