@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

/* クリア
------------------------------------------------------------*/
.clear2{
line-height:0px;
clear:both;
}

/* テキスト 赤 強調 戒名彫刻 価格
------------------------------------------------------------*/
.price{
color:#ff0000;
font-weight: bold;
}

/* 施工事例
------------------------------------------------------------*/
.thumbnail{
text-align:center;
}

/* 施工事例タイトル テキストサイズ大
------------------------------------------------------------*/
.title{
font-size:150%;
}

/* googlemap 中央寄せ
------------------------------------------------------------*/
.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%;
}