@charset "UTF-8";


/* グリーティング */

#greeting{	
	width:100%;
	margin:0 auto;
    margin-bottom: 70px;
}

.g_t1{
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    font-size: 18px;
    margin-top: 50px;
    text-align: right;
    margin-right: 50px;

  
}
.g_t2{
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    font-size: 22px;
    margin-top: 20px;
    text-align: right;
    margin-right: 50px;

}

#greeting h1{
    clear: both;
	margin-top:20px;
	margin-bottom:15px;
    width: 95%;
    margin-left: 15px;
 
}

#greeting h2{
	font-size:14px;
	line-height:25px;
	font-weight:100;
	margin-left:20px;
	text-indent:14px;
    margin-right: 10px;
    border-bottom:1px #999 dotted;
    padding-bottom: 20px;

}
@media (max-width: 767px) {
#greeting .g_midashi{
    width: 100%;
    height: 100%;
}
}
