﻿@charset "UTF-8";

body {
line-height: 1.5;
font-size:14px;
font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;

}
h1 {
margin:0px;
padding:0px;
}
ul {
margin:0px;
padding:0px;
list-style:none;
}
p{
line-height: 1.5;
margin-bottom: 1em;
}
.clearfix:after{
content: "";
clear: both;
display: block;
}
#head {
text-align:center;
}
#head img{
text-align:center;
width:100%;
}
.headim {
margin-top:30px;
}
a.rbutton{
text-decoration:none;
display:inline-block;
text-align:center;
width:90%;
line-height:50px;
padding:10px 0;
margin:10px 0px;
font-weight:bold;
letter-spacing:5px;
font-size:24px;
color:#FFFFFF;
background-color:#ff1493;
box-shadow:0px 0px 1px #FFF inset;
-webkit-box-shadow:0px 0px 2px #FFF inset;
border-radius: 3px; 
-webkit-border-radius: 3px; 
-moz-border-radius: 3px;	
position:relative;
}
#tit0 {
padding:5px;
text-align:center;
}
#tit0 ul {
margin-bottom:20px;
}
#tit0 ul li {
border-bottom:1px solid #d2b48c;
height:30px;
font-size:14px;
line-height:30px;
text-align:left;
padding:10px;
color:#cd853f;
}
#tit {
padding:5px;
text-align:center;
margin-top:30px;
}
#tit ul {
margin-bottom:20px;
}
#tit ul li {
border-bottom:1px solid #d2b48c;
height:40px;
line-height:40px;
text-align:left;
padding:10px;
color:#cd853f;
}
.bti0 {
font-weight:bold;
margin:20px 0px;;
background:#e6e6fa;
padding:5px;
}
.bti {
font-weight:bold;
margin:20px 0px 0px 0px;;
background:#e6e6fa;
padding:5px;
}
.bti2 {
margin:5px;
text-align:left;
padding:15px;
line-height:1.8em;
border:1px solid #d2b48c;
}
.bti3 {
margin:0px 0px;
font-size:12px;
text-align:right;
color:#f08080;
}
.fti {
line-height:30px;
padding:8px;
margin-top:10px;
text-align:left;
}
.fti2 {
line-height:30px;
padding:8px;
margin-top:10px;
text-align:center;
}
.fti3 {
font-weight:bold;
color:#ff0000;
font-size:1.2em;
border-bottom:1px solid #ff0000;
margin:20px;
text-align:center;
}
.name {
padding:5px;
color:#000000;
font-size:14px;
font-weight:bold;
}
#start{
text-align:center;
margin:20px 10px 50px 10px;
padding:0;
}
#guid {
border-top: 1px solid #777;
line-height:30px;
margin-top:50px;
}
#guid a{
display:block;
color:#000;
text-decoration:none;
}
.guidp {
margin:10px;
padding:10px;
background-color:#add8e6;
}
.guidp2 {
text-align:center;
margin:10px;
font-weight:bold;
}
#footer {
margin-top:10px;
margin-bottom:80px;
border-top: 1px solid #777;
}
#footer p {
margin-top:10px;
text-align:center;
}
#seg {
margin-top:5px;
margin-bottom:10px;
text-align:center;
}
#seg2 {
text-align:center;
}
.bar {
display:block;
font-size:16px;
margin-bottom:10px;
padding:5px;
text-align:center;
}
.pull {
border: 1px solid #000;
padding: 5px;
color: #000000;
background: #fff;
height: 45px;
line-height: 45px;
width:31%;
font-size:18px;
margin-bottom:5px;
}
.pull2 {
border: 1px solid #000;
padding: 5px;
color: #000000;
background: #fff;
height: 45px;
line-height: 45px;
width:95%;
font-size:18px;
margin-bottom:5px;
}
.textseg {
width:99%;
height: 45px;
line-height: 45px;
}
input[type="submit"] {
margin-top:10px;
margin-bottom:3px;
font-size:24px;
height: 80px;
line-height: 80px;
border: 1px solid #FFFFFF;
width: 90%;
color: #ffffff;
background: #ff0066;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 0 3px #333333;
box-shadow: 0 0 3px #333333;
}
#submit {
text-align:center;
margin-top:10px;
}
.input{margin:5px auto; width:200px; text-align:center;}
#head2 {
margin:10px 10px 30px 10px;
padding:10px;
border:6px solid #9400d3;
border-radius:10px;
}
.head2p {
color:#ff0000;
font-weight:bold;
margin:2px;
text-align:center;
}
#segarea {
padding:10px;
}
.mail {
padding:5px;
margin-bottom:10px;
}
#segm {
background-color:#ffe4e1;
margin:5px;
}
#segm img {
width:100%;
}
.css {
bottom: 0px;
position: fixed;
z-index: 1;
margin-left:0px;
padding:0px;
width:100%;
text-align:center;
filter:alpha(opacity=90);
-moz-opacity: 0.9;
opacity: 0.9;
}
.conp {
margin:10px;
line-height:1.8em;
}
.topbn {
margin:10px;
}
select {
border: 1px solid #bdbdae; /* 枠線 */
background-color: white;   /* 背景色 */
font-size: 16px;           /* 文字サイズ */
padding: 0.4em;            /* 内側の余白量 */
border-radius: 3px;        /* 角丸(半径) */
}
#fuw {
width:100%;
}
.fuwa{
 width:100%;
   /*⬇︎⬇︎2秒ごとに画像が動くようになっている*/
 animation: fluffy1 2s ease infinite; 
}
@keyframes fluffy1 {
  0% {
    transform: translateY(0); }
  5% {
    transform: translateY(0); }
  10% {
    transform: translateY(0); }
  20% {
    transform: translateY(-10px); }
  25% {
    transform: translateY(0); }
  30% {
    transform: translateY(-10px); }
  50% {
    transform: translateY(0); }
  100% {
    transform: translateY(0); } }