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

/* テキスト 赤
------------------------------------------------------------*/
.red{
font-weight:bold;
color:#ff0000; }

.red2{
font-weight:bold;
color:#ff0000; }

/* お便りサムネイル 続きを読む ライン 太さ
------------------------------------------------------------*/

.thumbWrap li{
float:left;
width:236px;
margin:0 20px 40px 0;
background:none;
}

.thumbWrap img{
margin-bottom:3px;
}

ul.thumb h3{
margin-top:20px;
font-size:100%;
font-weight:bold;
text-align:center;
border:1px solid #000000;
}

ul.thumb h3 span{
display:block;
padding:7px;
color:#f08200;
}

ul.thumb h3 span:hover{
color:#999999;
}

/* お客様名前テキスト中央
------------------------------------------------------------*/
.name{
color:#777777;
font-weight: bold;
margin-top:0px;
margin-bottom:5px;
text-align: center;}

/* お便り中央
------------------------------------------------------------*/
img.aligncenter2 {
display:block;
margin:5px auto 30px auto;
text-align:center;
border:solid 2px #000000;
}

/* お便り中央
------------------------------------------------------------*/
a.back{
color:#000000;}

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline:none;
color:#cdcdcd;
}