a.sett{/*リンクされた文字*/
    -webkit-text-size-adjust:150%;
    font-size:170%;
    color:#FDF48E;
    font-style:normal;
    text-decoration:underline;
}
a:link.sett {/*未訪問のリンク*/
    font-style:normal;
    text-decoration:underline;
}
a:visited.sett {/*訪問後のリンク*/
    text-decoration:underline;
}
a:hover.sett {/*マウスをのせたとき*/
    color:#000000;
    background-color:#ffffff;
    font-style:normal;
}
a:active.sett {/*クリック中*/
    text-decoration:none;
}
a.sett1{/*ヤマト運輸のリンクされた文字*/
    -webkit-text-size-adjust:150%;
    font-size:100%;
    color:#fff;
    font-style:normal;
    text-decoration:underline;
}

p.ai_omimai{
	font-size:1.0em;
	line-height:1.4;
	color:#fff;
	margin-bottom:1em;
	}
.furusato {
  font-size: 20px;
  margin-bottom: 1em;
  color: #fff;
  text-align: center;
}