<link href="http://fonts.googleapis.com/css?family=Quicksand" rel="stylesheet" type="text/css">
<style type="text/css">
<!-- @font-face{
font-family:"こころ明朝" ;
src: url('https://cdn.leafscape.be/kokoro/Kokoro_web.woff2')
format("woff2");
}
/*-------------------------------------------------
このフォントはIPAフォントライセンスv1.0の下で提供されています。
http://ipafont.ipa.go.jp/ipa_font_license_v1.html
オリジナルのフォントは以下から取得できます。
http://ipafont.ipa.go.jp/
-------------------------------------------------*/
 
body{
line-height: 20px;
font-size: 12px;
width: 100%;
padding: 0px;
margin: 0 auto;
letter-spacing: 2px;
background-color: #fff;
color: #504946;
font-family: "Quicksand", "メイリオ";
}
 
#text{
width: 100%;
max-width: 320px;
margin: 20px auto;
}
 
a{
color: #000;
text-decoration: none;
}
 
.link{
text-align: center;
}
 
.link a{
border-bottom: double 3px #eaf4fc;
padding: 4px;
}
 
.box{
background: #f7fcfe;
padding: 10px;
border-radius: 3px;
margin: 3em 0 0;
box-shadow: 2px 2px 2px #eee;
}
 
.box a{
text-shadow: 0 0 3px #d4d9df,0 0 2px #d4d9df,0 0 1px #d4d9df,0 0 1px #d4d9df;
}
 
h1{
text-align: center;
font-size: 14px;
font-family:"Quicksand","こころ明朝";
padding: 60px;
background-image: url(https://alicex.jp/data/rs0221/img/rs0221_upld_3.jpg);
background-size: 190px;/*枠の大きさ*/
background-repeat: no-repeat;
background-position: center;
margin: 0;
}
 
h2{
font-size: 12px;
font-family:"Quicksand","こころ明朝";
margin: 3px 0 3px;
}
 
input,input[type="text"],input[type="number"],input[type="password"],input[type="submit"]{
width: auto;
height: auto;
padding: 4px;
margin: 1%;
font-size: 12px;
color: #000;
background: #e7e7eb;
border: #e7e7eb;
border-radius: 0px;
-webkit-box-shadow: none;
-webkit-appearance: none;
font-family: "Quicksand", "メイリオ";
}
 
textarea, select{
width: auto;
height: auto;
padding: 4px;
margin: 1%;
font-size: 12px;
color: #000;
background: #e7e7eb;
border: #e7e7eb;
border-radius: 0px;
-webkit-box-shadow: none;
-webkit-appearance: none;
font-family: "Quicksand", "メイリオ";
}
 
--></style>