@charset "utf-8";

/*

色設定（一括置換用メモ）
base：#fa6d9e
lighten：#fff5f8

*/

/**********************************************************/
/* css reset */
/**********************************************************/
#freo-container * {
  box-sizing: content-box;
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  font-style: normal;
  font-weight: normal;
}

#freo-container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border: none;
  overflow: hidden;
}

#freo-container h1,
#freo-container h2,
#freo-container h3,
#freo-container h4 {
  margin-bottom: 1em;
}

#freo-container ul li {
  background: none;
  padding-left: 0;
}

#freo-container dl,
#freo-container dl dt,
#freo-container dl dd {
  margin: 0;
  padding: 0;
  float: none;
  border: none;
}

/**********************************************************/
/* ヘッダー */
/**********************************************************/
#header {
  clear: both;
}

/**********************************************************/
/* フッター */
/**********************************************************/
#footer {
  clear: both;
}

#footer address {
  padding-top: 10px;
  border-top: 1px solid #999999;
}

/**********************************************************/
/* メニュー */
/**********************************************************/
#menu {
  font-size: 10px;
  text-align: right;
}

#menu h2 {
  display: none;
}

/**********************************************************/
/* ログイン画面 */
/**********************************************************/
#content-wrap.login {
  max-width: 270px;
  background-color: #eee;
  border-radius: 10px;
  padding: 20px;
  font-size: 12px;
  margin: 60px auto;
}

#content-wrap.login h2 {
  display: none;
}

#content-wrap.login ul {
  margin-bottom: 10px;
}

#content-wrap.login input[type="submit"] {
  background: #2dabc4;
}

/**********************************************************/
/* エントリー */
/**********************************************************/
#entry h2 {
  display: none;
}

#entry .entry {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 15px;
  overflow: hidden;
}

#entry .entry h3 {
  color: #fa6d9e;
  font-size: 1.2em;
  letter-spacing: 2px;
  font-weight: bold;
  line-height: 16px;
  padding: 4px 0 4px 5px;
  margin-bottom: 20px;
  border-left: 5px solid #fa6d9e;
  height: auto;
  line-height: 1;
  text-indent: inherit;
  text-align: left;
}

#entry .entry .information {
  margin-bottom: 10px;
  font-size: 10px;
  text-align: right;
}

#entry .entry .information li {
  display: inline;
  margin-left: 5px;
}

#entry .entry .link li {
  display: inline;
  margin-left: 5px;
}

#entry_link h3 {
  display: none;
}

#entry_link .entry_link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 10px;
  padding-left: 0;
}

#entry_link .entry_link li {
  width: 33%;
  align-self: center;
}

#entry_link .entry_link .home {
  width: 70px;
  text-align: center;
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
}

#entry_link .entry_link .next {
  text-align: right;
}

/**********************************************************/
/* エントリー記事内 */
/**********************************************************/
#entry .entry .content h1 {
  font-size: 2em;
}

#entry .entry .content ul,
#entry .entry .content ol {
  margin-bottom: 1em;
  margin-left: 1.8em;
}

#entry .entry .content ul li {
  list-style: disc;
}

#entry .entry .content ol li {
  list-style: decimal;
}

#entry .entry .content form {
  max-width: 200px;
  padding: 15px;
  background-color: #f2f2f2;
  border-radius: 5px;
}

#entry .entry .content p {
  margin-bottom: 1em;
}

#entry .entry .content blockquote {
  background-color: #f2f2f2;
  padding: 0 15px;
}

#entry .entry .content a {
  background-color: transparent;
  text-decoration: underline;
}

#entry .entry .content b,
#entry .entry .content strong {
  font-weight: bolder;
}

#entry .entry .content small {
  font-size: 80%;
}

#entry .entry .content .media-photo {
  max-width: 48%;
  height: auto;
  margin: 1%;
}

#entry .entry .content .option-photo {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

#entry .entry .content .option-photo > a {
  display: block;
  width: 48%;
  margin: 1%;
}

#entry .entry .content .option-photo a > img {
  width: 100%;
  height: auto;
}

/**********************************************************/
/* ページ */
/**********************************************************/
#page h2 {
  display: none;
}

#page .order {
  display: flex;
  justify-content: center;
  font-size: 10px;
  margin: 10px 0;
  padding-left: 0;
}

#page .order li {
  margin: 0 5px;
}

#page .direct {
  margin: 10px 0;
  text-align: right;
}

#page .direct li {
  display: inline;
  margin-left: 10px;
}

/**********************************************************/
/* ユーティリティ */
/**********************************************************/
#utility {
  font-size: 12px;
}

#utility h2 {
  display: none;
}

#utility .utility {
  margin-top: 30px;
}

#utility .utility h3 {
  box-sizing: border-box;
  background-color: #fff5f8;
  border-top: dotted 1px #fa6d9e;
  border-bottom: dotted 1px #fa6d9e;
  padding: 20px 5px;
  font-size: 12px;
  text-align: center;
  text-indent: inherit;
  margin-bottom: 0;
  height: auto;
  line-height: 1;
}

#utility .utility .content {
  padding: 10px;
}

#utility .utility form dl dt {
  display: none;
}

#utility .utility form dl dd input {
  width: 100%;
}

#utility .utility .calender {
  width: 100%;
  table-layout: fixed;
  font-weight: normal;
  text-align: center;
}

#utility .utility .calender tr th,
#utility .utility .calender tr td {
  padding: 4px;
}

#utility .utility .calender tr td .satday {
  color: #2222CC;
}

#utility .utility .calender tr td .sunday {
  color: #CC2222;
}

#utility .utility .calenderNav {
  display: flex;
  justify-content: center;
}

#utility .utility .calenderNav li {
  margin: 0 5px;
}

/**********************************************************/
/* コメント */
/**********************************************************/
#comment,
#comment_form {
  background-color: #fff;
  border-radius: 5px;
  margin-top: 15px;
  padding: 15px;
  overflow: hidden;
}

#comment h2,
#comment_form h2 {
  padding-bottom: 5px;
  border-bottom: solid 3px #efefef;
  font-size: 18px;
}

#comment .comment {
  margin-top: 15px;
  padding-bottom: 15px;
}

#comment .comment:not(:last-of-type) {
  border-bottom: solid 1px #efefef;
}

#comment .comment .information {
  margin-top: 10px;
  font-size: 10px;
  text-align: right;
}

#comment .comment .information li {
  display: inline;
  margin-left: 5px;
}

/**********************************************************/
/* トラックバック */
/**********************************************************/
#trackback,
#trackback_url {
  background-color: #fff;
  border-radius: 5px;
  margin-top: 15px;
  padding: 15px;
  overflow: hidden;
}

#trackback h2,
#trackback_url h2 {
  padding-bottom: 5px;
  border-bottom: solid 3px #efefef;
  font-size: 18px;
}

#trackback .trackback .information {
  margin-bottom: 10px;
  font-size: 10px;
  text-align: right;
}

#trackback .trackback .information li {
  display: inline;
  margin-left: 5px;
}

/**********************************************************/
/* インフォメーション */
/**********************************************************/
#information {
  margin-bottom: 30px;
}

#information .continue {
  text-align: right;
}

#information .continue li {
  display: inline;
}

/**********************************************************/
/* ページナビ */
/**********************************************************/
#page_link .page_link {
  margin: 0 0 20px 0;
}

#page_link .page_link li {
  display: inline;
  margin-right: 10px;
}

#page_link .page_link .home {
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
}

#page_link .page_link .previous:before {
  content: "<< ";
}

#page_link .page_link .next:after {
  content: " >>";
}

#freo-container .link {
  font-size: 10px;
  text-align: right;
  line-height: 1;
}

#freo-container .link li {
  display: inline;
  margin-left: 5px;
}

/**********************************************************/
/* 汎用 */
/**********************************************************/
#action {
  overflow: hidden;
  margin-top: 15px;
}

#action form {
  float: left;
  margin-right: 3px;
}

.complete {
  color: #00AA00;
  font-weight: bold;
}

.attention {
  color: #FF0000;
  font-weight: bold;
}

.number {
  text-align: right;
}

/**********************************************************/
/* フォーム */
/**********************************************************/
#freo-container form legend {
  display: none;
}

#freo-container form dl dd {
  margin-bottom: 10px;
}

#freo-container form dl dd input,
#freo-container form dl dd textarea {
  -webkit-appearance: none;
  box-sizing: border-box;
  width: 100%;
  outline: none;
  border: solid 1px #ccc;
  border-radius: 0;
  background: none;
  background-color: #fff;
  padding: 5px;
  font-size: 18px;
}

#freo-container form p {
  text-align: center;
}

#freo-container form input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 10px;
  border: none;
  outline: none;
  background: #fa6d9e;
  border-radius: 5px;
  color: #fff;
  opacity: .8;
}

#freo-container form input[type="submit"]:hover {
  cursor: pointer;
  opacity: 1;
}

/**********************************************************/
/* レスポンシブ */
/**********************************************************/
@media (max-width: 768px) {
  #content {
    margin-bottom: 50px;
  }
}

@media (min-width: 481px) {
  #utility {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #utility .utility {
    width: 48%;
  }
}

@media (max-width: 480px) {
  form textarea {
    width: 95%;
  }

  #freo-container .media-photo {
    width: auto !important;
    max-width: 98%;
    height: auto;
  }
}
