@charset "Shift_JIS";


/*******************************************************************************
#1	ページ別CSS
*******************************************************************************/




/*==========================================================
#2	commonを上書き
==========================================================*/
/*--------------------------------------
#3	コンテナ
--------------------------------------*/
#container-main
{
}




/*==========================================================
#2	住所
==========================================================*/
#container-main .box-add
{
	width: 270px;
	float: right;
	margin-top: 10px;
}

#container-main .font-red
{
	color: #FF0000;
}





/*******************************************************************************
	Googleマップ
*******************************************************************************/
/*======================================
	地図表示エリア
======================================*/
#googlemaps
{
	width: 568px;
	height: 350px;
	border: solid 1px #979797;
}

.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%;
}


