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

/* 画像 拡大
------------------------------------------------------------*/

.fullscreen-image {
display:block;
margin:5px auto 30px auto;
text-align:center;
cursor: url("./plus_cursor.png"), pointer; /* マウスポインタを指定 */
margin: 10px 0px 30px 0px; /* 周囲の余白量(右と下に5pxずつ) */
}
