/*
Theme Name: Lightning Child Header
Theme URI:
Template: lightning-pro
Description:
Author:
Tags:
Version: 0.6.1
*/


/* ページ上部にストアリンク移動*/
.logo-after {
/* 　display: block;
　width: 200px;
　float: right; */
}
/*　画像サイズ調整 */
.logo-after img {
/* 　max-height: 60px; */
}
/* ヘッダー幅を100%に */
.navbar-header {
　width: 100%;
}
/* 画面サイズ別に設定が必要な場合はここで設定する */
/* 1200px以上 */
@media (min-width: 1200px) {

}
/* 1199.98px以下 */
@media (max-width: 1199.98px) {
	
}
/* 991px以下 */
@media (max-width: 991px) {

}

/* ストアリンク用テーブル */
table.top_store_link {
		text-align:center;
}
table.top_store_link tr {

}
table.top_store_link td {

}
