
/*************************************************************
 * パンくずリスト
*************************************************************/
/*
.pankuzuList{
	display: none;
}
*/
/*************************************************************
 *　　エントリーボタン　　　
 **************************************************************/
#contentTop button.entry {
	width: auto;
	padding: 4px 8px;
	font-size: 14px;
}
#contentTop button.entry i.material-icons {
	font-size: 20px;
	margin-right: 6px;
}

/*************************************************************
 * お問い合わせ
*************************************************************/
#otoiawase .imgOtoiawaseV {
	display: inline;
}
#otoiawase .imgOtoiawase {
	display: none;
}


/*************************************************************
 *　　フッター部　　　
 **************************************************************/
/*
footer .linkGroup{
    width: 46%;
}
*/
footer .btnArea{
    padding-left: 20px;
}
/*
footer .linkGroup:nth-child(2n){
    margin-right: 0;
}
*/

/*************************************************************
 *　　画像スライダの左右ボタンを非表示　　　
 **************************************************************/
/*
.bx-wrapper .bx-prev {
	display: none;
}

.bx-wrapper .bx-next {
	display: none;
}
*/

/*************************************************************
 *　　スマホ画面下部ナビゲーション　　
 **************************************************************/

#smartBtmNav {
	display: block;
	margin-top: 50px;
	background-color: #faf6dc;
}
#smartBtmNav ul li {
	padding: 10px 5%;
	border-top: 1px dotted #DDDDDD;
}
#smartBtmNav ul li:last-child {
	border-bottom: 1px dotted #DDDDDD;
}
#smartBtmNav a {
	color: #333333;
}
#smartBtmNav .material-icons {
	vertical-align: sub;
}
#smartBtmNav span {
	display: inline-block;
}
#smartBtmNav .pageName {
	width: 90%;
}
#smartBtmNav .navIcon {
	width: 10%;
	text-align: right;
}
#smartBtmNav .currentPage {
	font-weight: 400;
	color: #CC0000;
}

#smartBtmNav .indent1 {
	padding-left: 12px;
}

#smartBtmNav .indent2 {
	padding-left: 24px;
}


