@charset "utf-8";
/* CSS Document */
html {
width:100%;
height:100%;
background: #0086e0;
background-image: url(../images/bg.png);
}
body {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,"MS Pゴシック", sans-serif;
color: #333;
}
#wapper{
width:100%;
height:100%;
}
.container {
margin-right: auto;
margin-left: auto;
position: relative;
z-index: 2;
width: 900px;
margin-bottom: 40px;
}
h1 {
font-size: 140%;
line-height: 1.4em;
padding-bottom: 1em;
}
p{
font-size: 120%;
line-height: 1.4em;
padding-bottom: 1em;
}
p.center{
text-align: center;
}
.contents {
border-radius: 8px;
border: 1px solid #eee;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
box-sizing: border-box;
background: #fff;
width: 100%;
padding: 50px;
}
p.caption {
font-size: 90%;
color: #666;
}
.row {margin-right: -15px;
margin-left: -15px
}
.title{
padding-bottom: 1.2em;
}
div#close_btn {
text-align: center;
padding: 20px 0;
}