@charset "Shift_JIS";

div.container
{
    font-family: Raleway;
    margin: 0 auto;
    padding: 15px 2em 20px 2em;
    text-align: center;
}

div.container a
{
    color: #000000;
    text-decoration: none;
    font: 15px Raleway;
    font-weight: bold;
    margin: 0px 7px;
    padding: 10px 10px;
    position: relative;
    z-index: 0;
    cursor: pointer;
}

/* Top and Bottom borders come in */
div.topBotomBordersIn a:before, div.topBotomBordersIn a:after
{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #000000;
    content: "";
    opacity: 0;
    transition: all 0.3s;
}

div.topBotomBordersIn a:before
{
    top: 0px;
    transform: translateY(-20px); /** original=-10px **/
}

div.topBotomBordersIn a:after
{
    bottom: 0px;
    transform: translateY(20px); /** original=10px **/
}

div.topBotomBordersIn a:hover:before, div.topBotomBordersIn a:hover:after
{
    opacity: 1;
    transform: translateY(0px);
}



.hpb-parts-cnt-style
{
    border-color: #666666;
}

.hpb-parts-hl-style
{
    border-color: #2d70b4;
	background-image:none !important;
    padding: 9px 8px 7px !important;
}

.hpb-parts-cbox-style
{
    border-color: #cccccc;
}

.hpb-parts-hr-style
{
    border-color: #cccccc;
}

.hpb-parts-pbox-style
{
    border-color: #cccccc;
}
.hpb-parts-pbox-style h4
{
    padding: 0px;
}

.hpb-parts-blist-style
{
    border-color: #cccccc;
    background-color: #f3f3f3;
}
a.hpb-parts-blist-style:link
{
    color: #2d70b4;
}
a.hpb-parts-blist-style:visited
{
    color: #2d70b4;
}
a.hpb-parts-blist-style:hover
{
    color: #2d70b4;
	background-color:#e6e6e6;
}
a.hpb-parts-blist-style:active
{
    color: #2d70b4;
	background-color:#e6e6e6;
}

.mem1
{
	float:left;
	padding-left: 10px;
}
	
.mem2
{	
	display:block;
	margin-left: 150px;
}

.mem3
{	
	display:block;
	margin-left: 75px;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/*--------------------------------------------------------
  ユーザー設定スタイル
--------------------------------------------------------*/
