@charset "utf-8";
body{
  margin: 0;
  padding: 0;
}
div.container{
  width: 360px;
  margin: auto;
}
div.-style{
  text-align: center;
}
div.center{
  text-align: center;
  margin: 2px auto;
  font-size: 19px;
}

div.center_ll{
  text-align: center;
  margin: auto;
  font-size:40px;
  font-weight: bold;
  padding: 10px;
}
div.center_f30b{
  text-align: center;
  margin: auto;
  font-size:30px;
  font-weight: bold;
  padding: 10px;
}
div.modoru{
  text-align: center;
  margin: 2px auto;
  font-size: 22px;
  background-color: blue;
  width: 200px;
  height: 50px;
  line-height: 50px;
  color: white;
  border-radius: 20px;
}
div.modoru a{
  color: white;
  text-decoration: none;
}

div.center_ll_waku{
  text-align: center;
  margin: auto;
  border-top: solid 20px #ffa07a;
  border-bottom: solid 20px #ffa07a;
  font-size:30px;
  height: 60px;
  line-height: 60px;
  vertical-align:center;
  font-weight: bold;
  padding: 0px 10px;
}
p.bun{
  font-size:20px;
  padding: 2px 20px;
  margin: 2px auto;
}
p.bun_kaisetu{
  font-size:14px;
  padding: 2px 40px 2px 60px;
  margin: 2px auto;
}
span.bold{
  font-size: 23px;
  font-weight: bold;
}
span.f_20_bold{
  font-size: 20px;
  font-weight: bold;
}
span.f_18{
  font-size: 18px;
}
span.f_16{
  font-size: 16px;
}
p.bun_l_haikei{
  font-size: 28px;
  padding: 10px;
background: #ffa07a;
}
p.bun_l_uesita{
  font-size: 28px;
  padding: 10px;
  border-top: solid 10px #ffa07a;
  border-bottom: solid 10px #ffa07a;
}
span.red{
  color: red;
}
span.red_bold{
  color: red;
  font-weight: bold;
}
span.orange{
  color: orange;
}
span.blue{
  color: blue;
}
.center a{
  color: black;
  text-decoration:none;
}

/* 上下パディング無し・マージン無し */
p.bun_pm{
  font-size: 24px;
  padding: 0px 10px 0px 10px;
  margin: 0;
}
p.bun_l{
  font-size: 24px;
  padding: 10px;
}
div.bun_l{
  font-size: 23px;
  margin: auto;
  font-weight: bold;
  text-align: center;
}



/* マージン調整 */
p.bun_l_pm{
  font-size: 30px;
  padding: 20px;
  margin: 0;
}
p.bun_ll{
  font-size: 35px;
  font-weight: bold;
  padding: 10px;
}
p.bun_ll_red{
  font-size: 35px;
  font-weight: bold;
  color: red;
}
table.win{
  width:340px;
  border-collapse: collapse;
  text-align: center;
  font-size: 16px;
  margin: 3px auto;
}
.win td{
  border: 2px blue solid;
}
table.san{
  width:300px;
  text-align: center;
  margin: auto;
}
table.ta4{
  width:300px;
  text-align: center;
  margin: auto;
}
table.ta4 td.l{
  text-align: center;
}
table.ta4 td.r{
  text-align: center;
}
img{
  margin: 0;
  padding: 0;
vertical:bottom;
}
footer{
  line-height : 30px;
  font-size: 18px;
  text-align: center;
  color: black;
  margin-bottom: 60px;
}
div.photo{
  text-align: center;
  margin: 20px 0px 20px 0px;
}
div.iro_a{
  float:left;
  /* margin-left: 30px; */
  width: 120px;
  height:120px;
  border-radius:50%;
  text-align: center;
  line-height:120px;
  color: #fff;
  font-size: 42px;
  font-weight: bold;
  background:green;
}
div.iro_b{
  float:right;
  margin-right: 30px;
  width:1200px;
  height:120px;
  border-radius:50%;
  background: #EF454A;
  text-align: center;
  line-height: 200px;
  color: #fff;
  font-size: 42px;
  font-weight: bold;
  background:blue;
}
div.next{
  margin: 30px auto 5px auto;
  width: 240px;px;
}
div.next a{
   display: block;
   margin-top: 10px;
   background: red;
   text-align: center;

   text-decoration: none;  /* リンクの下線を消す */
   font-size: 28px;
   line-height: 60px;
   height: 60px;
   color:white;
   font-weight: bold;
 }
 div.next a.revel_1{
      background: #0101df;
 }
 div.next a.revel_2{
      background: #ffbf00;
 }
 div.next a.revel_3{
      background: #ff8000;
 }
 div.next a.revel_4{
      background: #ff4000;
 }
h1{
  font-size: 30px;
text-align: center;
}
 /* 上のマージン４０ｐｘが無いもの */
 div.next_1 a{
    display: block;
    background: red;
    text-align: center;
    text-decoration: none;  /* リンクの下線を消す */
    font-size: 30px;
    line-height: 60px;
    color:white;
    font-weight: bold;
  }
div.cm{
  font-size: 15px;
  text-align: center;
}
/* ------------------------- */
  .album {
    width: 340px;
  	margin: auto;
  	background-color: white;
  	position: relative;
  }
  .album .img1 {
    width: 100%;
  	display: block;
  	margin: 0 auto;
  }
  .album .img2 {
	width: 100%;
  position: absolute;
  top: 0;
	left: 0;
	animation-name: album;
	animation-duration: 30s;
  animation-timing-function: ease-in-out;
	opacity: 1;
}


@keyframes album {
  0% {
    opacity: 0;
  }
20%{
  	opacity: 0;
  }
100% {
  		opacity: 1;
 	}
}
/* ＳＮＳ */
/*---SNSシェアボタン---*/
/* ボタン上の文字 */
.fa-twitter:before, .fa-hatena:before, .fa-line:before, .fa-pocket:before
{
  font-family: helvetica neue,helvetica,arial,sans-serif;
  font-weight: bold;
  /* font-size:14px */
}
.fa-facebook:before {
  content: "f";
  font-family: Verdana;
  font-size:25px;
  font-weight: bold
}
.fa-twitter:before {
  content: "twitter";
  font-size:25px;
}

.fa-hatena:before {
  content: "B!";
  font-family: Verdana;
}
.fa-line:before {
  content: "Line";
  font-size:25px;
}
.fa-pocket:before {
  content: "pocket";
}

/* ボタン表示位置の調整 */
.button-area {
  text-align: center;
  overflow:hidden;
  /* clear:left; */
  margin-top:15px;
  margin-left: 8px;
  margin-bottom: 15px;
}

/* タイトルの表示設定 */
.button-area-title {
  text-align: center;
  padding:.7em;
}

/* ボタンブロックのデザイン */
.button-area li a {
  padding: 2px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 4px; 
}

/* SNSごとの背景色 */
.twitter a {
  background-color: #55acee;
}
.facebook a{
  background-color: #3b5998;
}
.hatena a{
  background-color: #008fde;
}
.line a{
  background-color: #1dcd00;
}
.pocket a{
  background-color: #ea5a6c;
}

/* リスト「・」の削除 */
.button-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ボタン幅と余白の設定 */
.button-area li {
  float: left;
  /* width: 19%; */
  width: 32%;
/* 追加 */
  line-height: 38px;
  margin: 0 .3%;

}

.button-area  ul:after {
  display: block;
  clear: both;
}

/* ボタンにカーソルを合わせた時の表示設定 */
.button-area li a:hover {
  -ms-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
/* ＳＮＳボタンここまで */
