@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed|Sansita+One);
/*|Source+Sans+Pro*/
body {
  background-color: #FFFFFF;
}
/* MAIN MENU */
.main.menu {
  z-index: 8;
  margin: 0 0 20px 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  text-align: center;
  transition: box-shadow 0.5s ease, padding 0.5s ease;
}

.ui.header.container.toppage {
  max-width: 768px !important;
}

.ui.header.container.userpage {
  max-width: 560px !important;
}

.ui.header.container {
  max-width: 840px !important;
}

.main.menu .header.item {
  padding-left: 0;
}

.ui.menu .item.button.login,
.ui.menu .item.button.register {
  padding-right: 0;
}

.ui.menu .ui.button {
  padding: .78571429em 1em;
}

.ui.menu .item.button.login {
  padding-left: 12px;
}

.main.menu .header.item:hover {
  background: none;
}
.main.menu.fixed {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.main.menu a.item.header:hover {
  background: none;
  box-shadow: none !important;
}
.main.menu a.item {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .1rem;
}
.main.menu a.item i {
  color: #333;
}
.main.menu a.item:hover {
  background: none;
  box-shadow: 0 2px 0 #55acee;
}
.main.menu a.item:hover i {
  color: #55acee;
}

.ui.menu .item.button {
  padding: .92857143em 0.7em;
}

.ui.menu:not(.vertical) .item>.button.twitter{
 font-size: 13px;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
 .main.menu a.item,
 .ui.menu:not(.vertical) .item>.button.twitter {
   font-size:12px;
 }
 .ui.menu .item {
   padding: .92857143em .8em
 }
 .ui.menu .ui.header.container.toppage  .item {
   padding: .92857143em 1.2em
 }

 .ui.header.container.userpage {
   max-width: 460px !important;
 }
}

a:link {
  color: #000;
}
a:hover {
  color: #55acee;
}
.center {
  text-align: center;
}
.signup-column {
  margin: 0 auto !important;
  max-width: 340px;
  padding-top: 48px;
}

.ui.button.register {
  background-color: #ff9c31;
}

.ui.button.register:hover {
  background-color: #f98f1d;
}
.segment {
  margin: 20px 0 40px 1.4em !important;
  font-size: 85%;
  background: #f6f6f6 !important;
  border: 0 !important;
  box-shadow: none !important;
}

li > .segment {
  margin: 20px 0 40px 0 !important;
}

.ui.message {
  box-shadow: none !important;
  font-size: 85%;
  margin: 1.4em;
}

.ui.icon.message {
  width: 97%;
}

span.required {
  color: red;
}
p > code,
li > code {
  display: inline-block;
  background: #f3f3f3;
  color: #a61717;
  border-radius: 3px;
  margin: 0 2px;
  padding: 1px 4px;
}
p.lead {
  color: #666;
  text-align: center;
  margin-bottom: 0px;
  font-size: 85%;
}
p.lead a {
  color: inherit;
}
p.lead i {
  letter-spacing: -0.5em;
  color: #f63;
}
p.note {
  font: lighter 85%/1.5em sans-serif;
  color: #666;
}
/* TITLE LOGO */
.title-count {
  font-family: "Sansita One";
}
.title-widget {
  font-family: "Sansita One";
}
.title-header.top {
  padding-top: 32px !important;
  font-size: 44px !important;
}
.title-header {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  line-height: 1.2em !important;
  color: #292f33;
  text-align: center;
  font-family: "Sansita One" !important;
  font-size: 30px !important;
}
.title-header a {
  color: inherit;
}
.title-header .title-oo {
  letter-spacing: -0.23em;
  color: #55acee;
}
.title-header .title-o {
  color: #55acee;
}
.title-header .title-and {
  color: #66757f;
}
/* ABOUT CONTAINER */
.about {
  text-align: left;
}
.about > h2 {
  margin-top: 50px;
  margin-bottom: 25px;
  padding: 4px 2px;
  border-bottom: 4px solid #efefef;
  font-size: 26px;
  letter-spacing: .1rem;
}
.about > h3 {
  margin-top: 40px;
  margin-bottom: 16px;
  padding: 3px 1px;
  border-bottom: 2px solid #efefef;
  font-size: 21px;
  letter-spacing: .05rem;
}

.about>h3.title {margin-top:0;}

.about hr {
  border: 0;
  border-bottom: 1px solid #f0f0f0;
  margin: 20px 0 40px 0;
}
.about > .ui.list {
  margin: 0 0 0 .5em;
  padding: 0 1.5em;
}

.about p, .about > code {
  margin-left: 1.2em;
}


.about > .ui.table {
  width:96%;
  margin-left: 1.4em;
}
.about > ul > li {
  margin-bottom: .2em;
}

.about > ul > li > a {
  text-decoration: underline;
}

a.index {height : 20px; display: block;}

.contents-indexes a {
  color : #55acee;
}

.contents-indexes a:hover {
  color: #1e70bf;
}

.about > ul.list.contents-indexes{
  padding: 0 2em;
}

.about > ol {
  margin: 0 0 0 .7em;
  padding: 0 1.5em;
}
.about > ol > li {
  margin-bottom: 2.5em;
}
/* SIDEBAR */
.ui.sidebar .logo.icon {
  display: block;
  width: 32px;
  margin-right: 10px;
  float: left;
}
.ui.sidebar .logo.icon > img {
  width: 100%;
}
/* NAVBAR */
.navbar {
  width: 100%;
  margin: 20px 0 0 0;
  padding: 0;
}
.navbar .navbar-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.navbar .navbar-item {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
}
.navbar .navbar-link {
  font-size: 93%;
  font-weight: 600;
  letter-spacing: .2rem;
  margin: 0 20px;
  text-decoration: none;
  line-height: 3.5rem;
  color: #222;
}
.navbar .navbar-link.active {
  color: #55acee;
}
/* FOOTER */
.footer {
  margin: 80px 0em 0em !important;
  padding: 40px 0 !important;
  background: #efefef !important;
}
.footer .poweredby {
  text-align: center;
  margin: 20px 0 0 0;
  font: 200 78% 'Roboto Condensed', sans-serif;
  color: #333;
  line-height: 36px;
}
.footer .poweredby img {
  vertical-align: top;
  margin-left: 4px;
}
.footer .copyright {
  text-align: center;
  margin: 40px 0 20px 0;
  font: lighter 108% 'Roboto Condensed', sans-serif;
  color: #999;
}
.footer .copyright > a {
  color: #000;
  font-weight: 400;
  text-decoration: none;
}
.footer .copyright > em {
  font-weight: bold;
  font-style: normal;
}
/* SOCIAL AREA */
.social-area-syncer ul {
  margin: 48px 0 40px;
  padding: 0;
  list-style: none;
  text-align: center;
}
.social-area-syncer ul > li {
  display: inline-block;
  position: relative;
  margin: 0 8px;
}
.social-area-syncer ul > li > .fb-like {
  top: -4px;
}
.sp-only {
  display: none !important;
}

.agreement-text {
  height: 320px;
  padding: 1em;
  border: 1px solid #ccc;
  font-size: 80%;
  overflow-y: scroll;
  word-wrap: break-word;
}

/* Smartphone */
@media (max-width: 767px) {
  .sp-only {
    display: inline-block !important;
  }
  .sp-hide {
    display: none !important;
  }
  .title-header.top {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    font-size: 36px !important;
  }
  code {
    display: inline-block;
    word-break: break-all;
  }
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
::-webkit-input-placeholder {
  color: #999 !important;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #999 !important;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #999 !important;
}
:-ms-input-placeholder {
  color: #999 !important;
}
