@charset "UTF-8";
/* CSS Document */

.popup_bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

.popup {
  display: block;
  width: 300px;
  height: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.popup h2 {
  padding: 10px 0;
  margin: 0;
}

.popup a {
  display: block;
  padding: 0;
  margin: 0;
}

.popup a:hover {
  opacity: .8;
}

.hoverOp:hover {
  filter: alpha(opacity=40);
  opacity: 0.4;
}

a:link {
  text-decoration: underline;
  color: #000;
}

a:visited {
  text-decoration: underline;
  color: #000;
}

a:hover {
  text-decoration: underline;
  color: #000;
}

body {
  background: url(..//images/bg_endroll.jpg) fixed 50% 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.wrapper2 {
  width: 800px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0 24px gray;
  border-left: 20px solid #00973a;
  border-right: 20px solid #ffff00;
}

a.btn_form_s {
  position: fixed;
  top: 6px;
  right: 6px;
  text-align: right;
  z-index: 1000;
}

a.btn_form_s img {
  width: 108px;
}

/*タイトル 淀川
 * --------------------------------------------------------*/
.header {
  width: 848px;
  height: 550px;
  text-align: center;
  background: url(/rio2016/images/title_pc.jpg) no-repeat center;
}

.header img {
  display: none;
}

.yodogawa {
  text-align: center;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0.01em;
  color: #000;
  font-family: "Shin Maru Go Medium", 'ソフトゴシック M', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", ”Meiryo, Osaka”, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top: 60px;
}

/*応募フォーム
 * --------------------------------------------------------*/
.flag {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

.form {
  width: 680px;
  margin: 0 auto;
  border: 1px solid #ff861e;
  padding-top: 40px;
  padding-bottom: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

.form .midashi {
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.005em;
  color: #ff861e;
  font-family: "Shin Maru Go Medium", 'ソフトゴシック M', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", ”Meiryo, Osaka”, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.form .text {
  text-align: center;
  margin: 0 auto;
  font-size: 17px;
  line-height: 2em;
  letter-spacing: 0.005em;
  color: #000;
  font-family: "Shin Maru Go Regular", '新丸ゴ R', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", ”Meiryo, Osaka”, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.form .btn_toform {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.media {
  width: 680px;
  margin: 0 auto;
  border: 1px solid #ff861e;
  padding-top: 40px;
  padding-bottom: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  margin-top: 40px;
}

.media .midashi {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.005em;
  color: #ff861e;
  font-family: "Shin Maru Go Medium", 'ソフトゴシック M', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", ”Meiryo, Osaka”, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.media .text {
  text-align: left;
  width: 550px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.5em;
  letter-spacing: 0em;
  color: #000;
  font-family: "Shin Maru Go Regular", '新丸ゴ R', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", ”Meiryo, Osaka”, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.media .text .line {
  width: 240px;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
}

.media .text .line .left {
  float: left;
}

.media .text .line .right {
  float: right;
}

.media .text .line .right .line_id {
  padding-bottom: 8px;
}

/*メールとコメント
 * --------------------------------------------------------*/
.contents_all {
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0em;
  color: #000;
  width: 500px;
  margin: 0 auto;
  font-family: "Soft Gothic Regular", 'ソフトゴシック R', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", ”Meiryo, Osaka”, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.contents_all .midashi {
  position: relative;
  background: url(/rio2016/images/img_midashi.jpg);
  background-repeat: no-repeat;
  width: 400px;
  padding-left: 140px;
  text-align: left;
  min-height: 142px;
  font-size: 32px;
  line-height: 1.4em;
  letter-spacing: 0em;
  color: #00973a;
  font-family: "Shin Maru Go Medium", 'ソフトゴシック M', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", ”Meiryo, Osaka”, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 20px;
  margin-left: -80px;
}

.contents_all .midashi p span {
  display: block;
  padding-top: 20px;
}

.contents_all .dobon {
  position: relative;
  background: url(/rio2016/images/icon_dobon.gif);
  background-repeat: no-repeat;
  width: 400px;
  padding-left: 70px;
  text-align: left;
  min-height: 58px;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0em;
  color: #b18700;
  font-family: "Shin Maru Go Medium", 'ソフトゴシック M', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", ”Meiryo, Osaka”, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top: 40px;
  margin-bottom: 40px;
}

.contents_all .dobon p span {
  display: block;
  padding-top: 10px;
}

.contents_all .komidashi {
  margin-top: 50px;
  position: relative;
  background: url(/rio2016/images/img_komidashi.png);
  background-repeat: no-repeat;
  width: 400px;
  padding-left: 70px;
  text-align: left;
  min-height: 65px;
  font-size: 28px;
  line-height: 1.4em;
  letter-spacing: 0em;
  color: #ff861e;
  font-family: "Gothic MB101 Bold", 'ゴシックMB101 B', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", ”Meiryo, Osaka”, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-left: -20px;
}

.contents_all .komidashi p span {
  display: block;
  padding-top: 10px;
}

.contents_all .mail {
  position: relative;
  background: url(/rio2016/images/icon_mail.png);
  background-repeat: no-repeat;
  width: 400px;
  padding-left: 70px;
  text-align: left;
  min-height: 58px;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0em;
  color: #00973a;
  font-family: "Shin Maru Go Medium", 'ソフトゴシック M', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", ”Meiryo, Osaka”, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.contents_all .mail p span {
  display: block;
  padding-top: 16px;
}

.contents_all .hobonichi {
  position: relative;
  background: url(/rio2016/images/icon_hobo.png);
  background-repeat: no-repeat;
  width: 430px;
  padding-left: 70px;
  text-align: left;
  min-height: 58px;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0em;
  color: #000;
  font-family: "Soft Gothic Regular", 'ソフトゴシック R', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", ”Meiryo, Osaka”, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 60px;
}

.contents_all .hobonichi p span {
  display: block;
  padding-top: 16px;
}

.contents_all .samidare {
  margin-top: 80px;
  text-align: center;
}

.date {
  text-align: center;
  font-size: 12px;
  line-height: 2em;
  letter-spacing: 0.2em;
  color: #808080;
  font-family: "Shuei KakuGo Kin B", '秀英角ゴシック金 B', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", ”Meiryo, Osaka”, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 60px;
  margin-top: 40px;
}

/*間違いメール
 * --------------------------------------------------------*/
.mistake {
  background-color: #dce8e6;
}

.mistake .mistake_naka {
  width: 660px;
  margin: 0 auto;
  padding-bottom: 72px;
  padding-top: 72px;
}

.mistake .mistake_naka .midashi {
  margin-bottom: 30px;
}

.mistake .mistake_naka .text_ill {
  height: auto;
  overflow: hidden;
  margin-bottom: 0px;
}

.mistake .mistake_naka .text_ill .text {
  float: left;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0em;
  color: #000;
  font-family: "Soft Gothic Regular", 'ソフトゴシック R', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", ”Meiryo, Osaka”, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mistake .mistake_naka .text_ill .ill {
  float: left;
}

.mistake .mistake_naka .btn_mistake {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

.mistake .mistake_naka .kakomi {
  width: 500px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px gray;
}

.mistake .mistake_naka .kakomi .komidashi {
  padding-top: 24px;
  padding-bottom: 20px;
  font-size: 26px;
  letter-spacing: 0em;
  color: #1e5fd3;
  font-family: "Shin Maru Go Medium", 'ソフトゴシック M', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", ”Meiryo, Osaka”, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
}

.mistake .mistake_naka .kakomi .seigo {
  width: 360px;
  margin: 0 auto;
  padding-bottom: 24px;
  font-size: 18px;
  line-height: 2em;
  letter-spacing: 0em;
  color: #000;
  font-family: "Shin Maru Go Medium", 'ソフトゴシック M', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", ”Meiryo, Osaka”, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*日付アーカイブ
 * --------------------------------------------------------*/
.acv {
  width: 714px;
  margin: 0 auto;
  margin-top: 60px;
}

.acv .midashi {
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.005em;
  color: #ff861e;
  font-family: "Shin Maru Go Medium", 'ソフトゴシック M', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", ”Meiryo, Osaka”, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 16px;
}

.acv .acv_date {
  height: auto;
  overflow: hidden;
}

.acv .acv_date .acv_date1 {
  float: left;
  margin: 0px 6px 24px 6px;
}

/*フッター
 * --------------------------------------------------------*/
.footer {
  background-image: -webkit-gradient(linear, left center, right center, from(#326292), to(#00973a));
  /* IE 10 */
  background: linear-gradient(to right, #326292, #00973a);
  margin-top: 100px;
}

.footer .btn {
  padding-bottom: 40px;
  width: 688px;
  margin: 0 auto;
  padding-top: 70px;
}

.footer .btn ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: auto;
  overflow: hidden;
}

.footer .btn li {
  padding: 0;
  margin-left: 20px;
  margin-right: 20px;
  float: left;
}

.footer .copyright {
  text-align: center;
  margin-top: 40px;
  padding-bottom: 70px;
}

/*フォームページ
 * --------------------------------------------------------*/
.form_all {
  width: 500px;
  margin: 0 auto;
  margin-top: 60px;
}

.form_all .form_naka {
}

.form_all .form_naka .midashi {
  font-size: 24px;
  line-height: 1.4em;
  letter-spacing: 0em;
  color: #ff861e;
  font-family: "Gothic MB101 Bold", 'ゴシックMB101 B', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", ”Meiryo, Osaka”, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top: 60px;
  margin-bottom: 10px;
}

.form_all .form_naka .text {
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0em;
  color: #000;
  font-family: "Shin Maru Go Regular", '新丸ゴ R', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", ”Meiryo, Osaka”, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 10px;
}

.form_all .form_naka .form_btn {
  width: 335px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 60px;
}

.back {
  text-align: center;
  padding-bottom: 40px;
}

.title_forma {
  width: 360px;
  margin: 0 auto;
  padding-top: 30px;
}

.forma_all {
  width: 500px;
  margin: 0 auto;
  margin-top: 60px;
}

.forma_all .forma_naka {
}

.forma_all .forma_naka .midashi {
  text-align: center;
  font-size: 24px;
  line-height: 1.4em;
  letter-spacing: 0em;
  color: #ff861e;
  font-family: "Gothic MB101 Bold", 'ゴシックMB101 B', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", ”Meiryo, Osaka”, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top: 60px;
  margin-bottom: 10px;
}

.forma_all .forma_naka .text {
  text-align: center;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0em;
  color: #000;
  font-family: "Shin Maru Go Regular", '新丸ゴ R', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", ”Meiryo, Osaka”, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 10px;
  margin-bottom: 40px;
}

/*7/30 予告ページ
 * --------------------------------------------------------*/
.midashi_yokoku {
  width: 450px;
  margin: 0 auto;
  font-size: 22px;
  line-height: 1.4em;
  letter-spacing: 0em;
  color: #ff861e;
  font-family: "Gothic MB101 Bold", 'ゴシックMB101 B', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", ”Meiryo, Osaka”, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top: 60px;
  margin-bottom: 10px;
}

.text_yokoku {
  width: 450px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0em;
  color: #000;
  font-family: "Shin Maru Go Regular", '新丸ゴ R', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", ”Meiryo, Osaka”, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 10px;
}

/*7/30 ナビゲーション
 * --------------------------------------------------------*/
.navi {
  width: 240px;
  padding-bottom: 50px;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
}

.navi .back2 {
  float: left;
}

.navi .top {
  float: left;
  margin-left: 24px;
}

.navi .next {
  float: right;
}

/*8/18 エンドロール index
 * --------------------------------------------------------*/
.btn_ending {
  width: 400px;
  margin: 0 auto;
}

/*8/18 エンドロール contents
 * --------------------------------------------------------*/
.header2 {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 100px;
}

.text_endroll {
  text-align: center;
  width: 400px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0em;
  color: #00973a;
  font-family: "Shin Maru Go Medium", 'ソフトゴシック M', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", ”Meiryo, Osaka”, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.text_oshimai {
  text-align: center;
  width: 400px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0em;
  color: #00973a;
  font-family: "Shin Maru Go Medium", 'ソフトゴシック M', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", ”Meiryo, Osaka”, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding-top: 400px;
}

.text_hobo {
  text-align: center;
  width: 400px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0em;
  color: #00973a;
  font-family: "Shin Maru Go Medium", 'ソフトゴシック M', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", ”Meiryo, Osaka”, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding-top: 400px;
  padding-bottom: 200px;
}

@media only screen and (max-width: 479px) {
  
  /*スマホ対応
   * --------------------------------------------------------*/
  .wrapper2 {
    width: 95%;
    border-left: none;
    border-right: none;
  }
  
  /*スマホ対応 タイトル 淀川
   * --------------------------------------------------------*/
  .header {
    width: auto;
    height: auto;
    background: none;
  }
  
  .header img {
    display: block;
    width: 100%;
  }
  
  .yodogawa {
    text-align: left;
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 0em;
    margin-top: 30px;
  }
  
  /*スマホ対応 応募フォーム
   * --------------------------------------------------------*/
  .flag {
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  
  .flag img {
    width: 100%;
  }
  
  .form {
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 0px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
  
  .form .midashi {
    text-align: center;
    font-size: 24px;
    letter-spacing: 0em;
  }
  
  .form .text {
    text-align: left;
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 0em;
  }
  
  .form .btn_toform {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
  }
  
  .form .btn_toform img {
    width: 100%;
    margin: 0 auto;
  }
  
  .media {
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 0px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-top: 20px;
  }
  
  .media .midashi {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0em;
  }
  
  .media .text {
    text-align: left;
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 0em;
  }
  
  /*スマホ対応 メールとコメント
   * --------------------------------------------------------*/
  .contents_all {
    width: 90%;
    font-size: 14px;
    line-height: 1.8em;
    letter-spacing: 0em;
    color: #000;
    margin: 0 auto;
    font-family: "Shin Maru Go Medium", 'ソフトゴシック M', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", ”Meiryo, Osaka”, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  
  .contents_all .midashi {
    position: relative;
    background: url(/rio2016/images/img_midashi.jpg);
    background-repeat: no-repeat;
    background-size: 65px;
    width: 75%;
    padding-left: 70px;
    text-align: left;
    min-height: 0px;
    font-size: 20px;
    line-height: 1.25em;
    letter-spacing: 0em;
    margin-bottom: 16px;
    margin-left: 0px;
  }
  
  .contents_all .midashi p span {
    display: block;
    padding-top: 16px;
  }
  
  .contents_all .dobon {
    position: relative;
    background: url(/rio2016/images/icon_dobon.gif);
    background-repeat: no-repeat;
    width: 100%;
    padding-left: 0px;
    padding-top: 40px;
    text-align: left;
    min-height: 0px;
    font-size: 14px;
    line-height: 1.8em;
    letter-spacing: 0em;
    color: #b18700;
    font-family: "Shin Maru Go Medium", 'ソフトゴシック M', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", ”Meiryo, Osaka”, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  
  .contents_all .dobon p span {
    display: block;
    padding-top: 16px;
  }
  
  .contents_all .komidashi {
    margin-top: 50px;
    position: relative;
    background: url(/rio2016/images/img_komidashi.png);
    background-repeat: no-repeat;
    width: 70%;
    padding-left: 70px;
    text-align: left;
    min-height: 65px;
    font-size: 24px;
    line-height: 1.4em;
    letter-spacing: 0em;
    color: #ff861e;
    font-family: "Gothic MB101 Bold", 'ゴシックMB101 B', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", ”Meiryo, Osaka”, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-left: 0px;
  }
  
  .contents_all .komidashi p span {
    display: block;
    padding-top: 10px;
  }
  
  .contents_all .mail {
    position: relative;
    background: url(/rio2016/images/icon_mail_sp.png);
    background-repeat: no-repeat;
    width: 100%;
    padding-left: 0px;
    padding-top: 8px;
    text-align: left;
    min-height: 0px;
    font-size: 14px;
    line-height: 1.8em;
    letter-spacing: 0em;
    color: #00973a;
    font-family: "Shin Maru Go Medium", 'ソフトゴシック M', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", ”Meiryo, Osaka”, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  
  .contents_all .mail p span {
    display: block;
    padding-top: 16px;
  }
  
  .contents_all .hobonichi {
    position: relative;
    background: url(/rio2016/images/icon_hobo_sp.png);
    background-repeat: no-repeat;
    width: 100%;
    padding-left: 0px;
    padding-top: 8px;
    text-align: left;
    min-height: 0px;
    font-size: 14px;
    line-height: 1.8em;
    letter-spacing: 0em;
    color: #000;
    font-family: "Soft Gothic Regular", 'ソフトゴシック R', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", ”Meiryo, Osaka”, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-bottom: 60px;
  }
  
  .contents_all .hobonichi p span {
    display: block;
    padding-top: 16px;
  }
  
  .contents_all .samidare {
    width: 100%;
    margin: 0 auto;
  }
  
  .contents_all .samidare img {
    width: 100%;
  }
  
  .date {
  }
  
  /*スマホ対応　間違いメール
   * --------------------------------------------------------*/
  .mistake {
    width: 100%;
    margin: 0 auto;
  }
  
  .mistake .mistake_naka {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 40px;
    padding-top: 40px;
  }
  
  .mistake .mistake_naka .midashi {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  
  .mistake .mistake_naka .midashi img {
    width: 100%;
  }
  
  .mistake .mistake_naka .text_ill {
    width: 100%;
    margin: 0 auto;
  }
  
  .mistake .mistake_naka .text_ill .text {
    float: none;
    font-size: 14px;
    line-height: 1.8em;
    letter-spacing: 0em;
  }
  
  .mistake .mistake_naka .text_ill .ill {
    float: none;
  }
  
  .mistake .mistake_naka .text_ill .ill img {
    width: 100%;
  }
  
  .mistake .mistake_naka .btn_mistake {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 20px;
    padding-top: 30px;
  }
  
  .mistake .mistake_naka .btn_mistake img {
    width: 100%;
  }
  
  .mistake .mistake_naka .kakomi {
    width: 100%;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 4px gray;
  }
  
  .mistake .mistake_naka .kakomi .komidashi {
    padding-top: 24px;
    padding-bottom: 20px;
    font-size: 24px;
    letter-spacing: 0em;
    text-align: center;
  }
  
  .mistake .mistake_naka .kakomi .seigo {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 24px;
    font-size: 14px;
    line-height: 1.6em;
    letter-spacing: 0em;
  }
  
  /*スマホ対応　日付アーカイブ
   * --------------------------------------------------------*/
  .acv {
    width: 228px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  
  .acv .midashi {
    text-align: center;
    font-size: 24px;
    letter-spacing: 0em;
    margin-bottom: 16px;
  }
  
  .acv .acv_date {
    height: auto;
    overflow: hidden;
  }
  
  .acv .acv_date .acv_date1 {
    float: left;
    margin: 0px 6px 16px 6px;
  }
  
  .acv .acv_date .acv_date1 img {
    width: 45px;
  }
  
  /*スマホ対応 フッター
   * --------------------------------------------------------*/
  .footer {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .footer .btn {
    text-align: center;
    width: 100%;
    padding-bottom: 32px;
  }
  
  .footer .btn ul {
    width: 100%;
  }
  
  .footer .btn li {
    margin-left: 0px;
    margin-right: 0px;
    float: none;
    padding-bottom: 16px;
  }
  
  .footer .copyright {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 0px;
  }
  
  .footer .copyright img {
    width: 80%;
  }
  
  /*スマホ対応 フォームページ
   * --------------------------------------------------------*/
  .form_all {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
  }
  
  .form_all .form_naka {
  }
  
  .form_all .form_naka .midashi {
    font-size: 22px;
    line-height: 1.4em;
    letter-spacing: 0em;
    color: #ff861e;
    font-family: "Gothic MB101 Bold", 'ゴシックMB101 B', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", ”Meiryo, Osaka”, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-top: 50px;
    margin-bottom: 8px;
  }
  
  .form_all .form_naka .text {
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 0em;
    color: #000;
    font-family: "Shin Maru Go Regular", '新丸ゴ R', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", ”Meiryo, Osaka”, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-bottom: 10px;
  }
  
  .form_all .form_naka .form_btn {
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  
  .form_all .form_naka .form_btn img {
    width: 100%;
  }
  
  .back {
    text-align: center;
    padding-bottom: 0px;
  }
  
  .back img {
    width: 50%;
    margin: 0 auto;
  }
  
  .forma_all {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
  }
  
  .forma_all .forma_naka {
  }
  
  .title_forma {
    width: 100%;
    margin: 0 auto;
  }
  
  .title_forma img {
    width: 100%;
  }
  
  .forma_all .forma_naka .midashi {
    text-align: center;
    font-size: 18px;
    line-height: 1.4em;
    letter-spacing: 0em;
    color: #ff861e;
    font-family: "Gothic MB101 Bold", 'ゴシックMB101 B', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", ”Meiryo, Osaka”, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-top: 50px;
    margin-bottom: 8px;
  }
  
  .forma_all .forma_naka .text {
    text-align: center;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 0em;
    color: #000;
    font-family: "Shin Maru Go Regular", '新丸ゴ R', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", ”Meiryo, Osaka”, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-bottom: 10px;
  }
  
  /*スマホ対応 7/30 予告ページ
   * --------------------------------------------------------*/
  .midashi_yokoku {
    width: 90%;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.4em;
    letter-spacing: 0em;
    color: #ff861e;
    font-family: "Gothic MB101 Bold", 'ゴシックMB101 B', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", ”Meiryo, Osaka”, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-top: 60px;
    margin-bottom: 10px;
  }
  
  .text_yokoku {
    width: 90%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 2em;
    letter-spacing: 0em;
    color: #000;
    font-family: "Shin Maru Go Regular", '新丸ゴ R', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", ”Meiryo, Osaka”, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-bottom: 10px;
  }
  
  /*スマホ対応 8/18 エンドロール contents
   * --------------------------------------------------------*/
  .header2 {
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 80px;
  }
  
  .header2 img {
    width: 100%;
  }
  
  .text_endroll {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.8em;
    letter-spacing: 0em;
    color: #00973a;
    font-family: "Shin Maru Go Medium", 'ソフトゴシック M', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", ”Meiryo, Osaka”, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  
  .text_oshimai {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.8em;
    letter-spacing: 0em;
    color: #00973a;
    font-family: "Shin Maru Go Medium", 'ソフトゴシック M', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", ”Meiryo, Osaka”, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding-top: 200px;
  }
  
  .text_hobo {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.8em;
    letter-spacing: 0em;
    color: #00973a;
    font-family: "Shin Maru Go Medium", 'ソフトゴシック M', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", ”Meiryo, Osaka”, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding-top: 200px;
    padding-bottom: 60px;
  }
  
}





	


