@charset "utf-8";
/*
Theme Name: Lightning Child Sample
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.1.2
*/
/* 印刷時サイドバーを印刷しない */
@media print {
	.subSection { display:none !important;}
}
/* ヘッダーロゴの高さ変更(標準は50) */
.navbar-brand img {
	max-height:60px;
}
/* グローバルメニューの文字の太さ*/
.gMenu_name {
	font-weight:bold !important;
	font-size: 16px !important;
}
/* グローバルメニューのフォントサイズ */

ul.gMenu li {
	font-size: 12px;
}
/* グローバルメニューのリスト背景と選択時の色変更 */
@media (min-width:992px){
	ul.gMenu>li>ul.sub-menu li a{
		background-color:#dddddd;
		color: black;
	}
	ul.gMenu>li>ul.sub-menu li a:hover{
		background-color:#ffcc3b;
	}
	.mainSection-col-two {
		width: 77%;
	}
	.sideSection-col-two {
		width: calc(23% - 3em);
	}
}
/* フッターの空白を消す*/
footer .sectionBox {
	display:none !important;
}
footer .copySection{
	display:block !important;
	border-top:none !important;
}
/* Lightningクレジット表記を消す*/
footer .copySection p:nth-child(2) {
	display:none !important;
}
/* 投稿見出しの1文字目の色を普通にする */
h1.entry-title:first-letter,
.single h1.entry-title:first-letter { color:inherit; }
/* 投稿を1カラムのページにする */
.post-type-info .mainSection,.post-type-info .sideSection {
	width:100%;
    margin-left:auto;
    margin-right:auto;
}

.archive.post-type-info .mainSection{
	width:100%;
    margin-left:auto;
    margin-right:auto;
}
.archive.post-type-info .sideSection {
	display:none;
}
/* h2見出しのカスタマイズ */
.mainSection-title, h2{
	border-top:none !important;
	border-bottom:none !important;
	background-color:#87CEEB;
}
h4 {
	padding: 1ex;
	border-radius: 10px;
}
/* スライドショーの下のスペースをなくす */
/*
.carousel {
	border-bottom:none;
}
.home .siteContent {
	padding-top:0 !important;
}
*/
.carousel {
	border-bottom:none;
}
.home .siteContent {
	padding-top:15px;
}
/* サイドバーのリストメニュー */
#SideMenu ul {
	margin:0;
	padding:0;
	list-style:none;
	width:200px;
}
#SideMenu li {
	display:inline;
	padding:0;
}
#SideMenu li a {
	display:block;
	text-decoration:none;
	font-size:14px;
	color:black;
	background-color:#E9E9E9;
	border:1px solid #191919;
	padding-top:10px;
	padding-bottom:10px;
}
#SideMenu li a:hover{
	background-color:#898989;
}
/* TOPの3PRのタイトルを太字にする */
.subSection-title { font-weight:bold;}
/* 3PR 下の余白をなくす */
.widget_wp_widget_vkexunit_3pr_area{
	margin-bottom:0 !important;
}
/* 全幅見出しの調整 */
/*
#ltg_full_wide_title-2 .widget_ltg_full_wide_title_outer{
	height:34px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:center;
}
.widget_ltg_full_wide_title_title {
	font-size:22px !important;
}
@media (max-width:767px){
	#ltg_full_wide_title-2{
		display:none;
	}
}
*/
/* お知らせのカレンダーアイコンを非表示 */
.entry-meta_items{
	display:none;
}
.entry-info {
	display: none;
}
/* PR Blocks 画像に影つけ */
.prBlock .prBlock_image {
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12) !important;
}
.prBlock_title {
    background-color:#4169E1;
    color:#fff;
    font-weight:bold;
    padding:10px 0;
    }
/* 新住所告知用 */
.newaddress {
    background-color:yellow;
    font-weight:bold;
	text-align:center;
}
/* お問い合せメニュー背景色、文字色*/
#menu-item-4789 a {
	background-color:#000080;
	color:#fff;
}
/* CMOS詳細画面用CSS */
.cmosDetailList {
    background-color: #EEE;
    padding: 15px 15px 5px;
}
.cmosDetailList li{
    font-weight: bold;
    font-size: 16px;
    list-style-type: none;
    list-style-image: url(https://www.aelnet.co.jp/wp-content/uploads/cmos/img_checkbox.gif);
    list-style-position: inside;
    border-bottom: dotted 1px #000;
    padding-bottom: 10px;
    margin-bottom: 10px; 
}
.cmosDetailList li:before {
	content: "" !important;
}
.cmosb-less {
    border: none;
}
.cmosb-less td {
    border: none;
}
/* 商品画像の角を丸くする */
.cmosb-less img{
	border-radius: 10px;
}
.cmosListArea ul {
    margin-right: -55px;
    margin-left: 0;
    padding-left: 0;
}
.cmosListArea ul li {
    list-style-type: none;
    margin-right: 55px;
    float: left;
}
.cmosListArea ul li+li {
    padding-left: 20px;
    border-left: solid 1px #333;
}
.cmosListArea ul li dl {
    font-size: 12px;
    line-height: 1.5;
}
.cmosListArea ul li dl dt {
    margin-bottom: 10px;
    border-left: none !important;
    float: left;
    clear: left;
}
.cmosListArea ul li dl dd {
    margin-bottom: 10px;
    padding-left: 140px;
    border-left: none !important;
}
.cmosListArea ul li dl dd+dd {
    margin-top: -8px;
}
.cmosItemList {
    margin-bottom: 20px;
    margin-top: 50px;
}
.cmosItemList ul {
    list-style-type: none;
}
.cmosItemList ul li {
    margin-right:10px;
    float: left;
    border: solid 1px #CCC;
    box-sizing: border-box;
    width: 170px;
    height: 190px;
}
.cmosItemList ul li img {
    margin-top: 10px;
    margin-bottom: 15px;
    border: solid 1px #CCC;
}
.cmosItemList ul li a {
    display: block;
    font-size: 12px;
    text-align: center;
    line-height: 1.5;
}
.cmosPickup {
	text-align: center;
}