@charset "Shift_JIS";

/*--------------------------------------------------------
  フルCSSプロフェッショナルテンプレート部品設定
--------------------------------------------------------*/

.hpb-parts-cnt-style
{
    border-color: #000f45;
}

.hpb-parts-hl-style
{
    clear:both;
    background-image:none !important;
    padding: 0.5em 0.2em !important;
    margin: 0.5em 0px !important;
    border-color: #000f45;
}

.hpb-parts-cbox-style
{
    border-color: #000f45;
}

.hpb-parts-img-02
{
    background-color: transparent;
}

.hpb-parts-hr-style
{
    border-color: #000f45;
}

.hpb-parts-pbox-style
{
    border-color: #000f45;
}
.hpb-parts-pbox-style h4
{
    padding: 0px !important;
}
.hpb-parts-pbox-style img
{
    margin-bottom: 0px !important;
    background-color: transparent;
}

.hpb-parts-blist-style
{
    border-color: #000f45;
}

.hpb-parts-blist-style
{
    background-color: #ffffff;
}
a.hpb-parts-blist-style:link
{
    color: #666666;
}
a.hpb-parts-blist-style:visited
{
    color: #666666;
}
a.hpb-parts-blist-style:hover
{
    color: #000f45;
}
a.hpb-parts-blist-style:active
{
    color: #000f45;
}

/*--------------------------------------------------------
  ユーザー設定スタイル
--------------------------------------------------------*/
/*ページ下部固定メニューここから*/

.fixed-menu{
    display: block;
    position: fixed;
    bottom: 0;
    left:0;
    background: rgba(1, 0, 0, 0.6);
    color: white;
    z-index: 9999;
    font-size : 12pt;
    font-weight: bold;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.fixed-menu ul{
	margin:0;
	padding:0;
}
.fixed-menu ul li{
    width: 50%;
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    float: left;

	
}
#footer-tel{
	background-color:rgba(220,20,60,0.5);
}
#footer-toiawase{
	background-color:rgba(0,0,255,0.5);
	padding:15px 0;
}
.fixed-menu a:visited{
    color: white;
    text-decoration: none;
}
.fixed-menu a:link{
    color: white;
    text-decoration: none;
}
.fixed-menu p{
	margin:0;
	padding-left: 10px;
	text-align:center;
}

/*ページ下部固定メニューここまで*/