.container {
  max-width: 800px; }
.header {
  margin-top: 6rem;
  text-align: center; }
.value-prop {
  margin-top: 1rem; }
.value-props {
  margin-top: 4rem;
  margin-bottom: 4rem; }
.docs-header {
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: .2rem;
  font-weight: 600; }
.docs-section {
  border-top: 1px solid #eee;
  padding: 4rem 0;
  margin-bottom: 0;}
.value-img {
  display: block;
  text-align: center;
  margin: 2.5rem auto 0; }
.example-grid .column,
.example-grid .columns {
  background: #EEE;
  text-align: center;
  border-radius: 4px;
  font-size: 1rem;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  margin-bottom: .75rem;
  font-weight: 600;
  letter-spacing: .1rem; }
.docs-example .row,
.docs-example.row,
.docs-example form {
  margin-bottom: 0; }
.docs-example h1,
.docs-example h2,
.docs-example h3,
.docs-example h4,
.docs-example h5,
.docs-example h6 {
  margin-bottom: 1rem; }
.heading-font-size {
  font-size: 1.2rem;
  color: #999;
  letter-spacing: normal; }
.code-example {
  margin-top: 1.5rem;
  margin-bottom: 0; }
.code-example-body {
  white-space: pre;
  word-wrap: break-word }
.example {
  position: relative;
  margin-top: 4rem; }
.example-header {
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: .5rem; }
.example-description {
  margin-bottom: 1.5rem; }
.example-screenshot-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #eee;
  height: 250px; }
.example-screenshot {
  width: 100%;
  height: auto; }
.example-screenshot.coming-soon {
  width: auto;
  position: absolute;
  background: #eee;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px; }
.navbar {
  /*display: none;*/ }

/* Larger than phone */
@media (min-width: 550px) {
  .header {
    margin-top: 18rem; }
  .value-props {
    margin-top: 9rem;
    margin-bottom: 7rem; }
  .value-img {
    margin-bottom: 1rem; }
  .example-grid .column,
  .example-grid .columns {
    margin-bottom: 1.5rem; }
  .docs-section {
    padding: 6rem 0; }
  .example-send-yourself-copy {
    float: right;
    margin-top: 12px; }
  .example-screenshot-wrapper {
    position: absolute;
    width: 48%;
    height: 100%;
    left: 0;
    max-height: none; }
}

/* Larger than tablet */
@media (min-width: 769px) {
  /* Navbar */
  .navbar + .docs-section {
    border-top-width: 0; }
  .navbar,
  .navbar-spacer {
    display: block;
    width: 100%;
    height: 6.5rem;
    background: #fff;
    z-index: 99;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; }
  .navbar-spacer {
    display: none; }
  .navbar > .container {
    width: 100%; }
  .navbar-list {
    list-style: none;
    margin-bottom: 0; }
  .navbar-item {
    position: relative;
    float: left;
    margin-bottom: 0; }
  .navbar-link {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .2rem;
    margin-right: 35px;
    text-decoration: none;
    line-height: 6.5rem;
    color: #222; }
  .navbar-link.active {
    color: #33C3F0; }
  .has-docked-nav .navbar {
    position: fixed;
    top: 0;
    left: 0; }
  .has-docked-nav .navbar-spacer {
    display: block; }
  /* Re-overiding the width 100% declaration to match size of % based container */
  .has-docked-nav .navbar > .container {
    width: 80%; }

  /* Popover */
  .popover.open {
    display: block;
  }
  .popover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    top: 92%;
    left: -50%;
    -webkit-filter: drop-shadow(0 0 6px rgba(0,0,0,.1));
       -moz-filter: drop-shadow(0 0 6px rgba(0,0,0,.1));
            filter: drop-shadow(0 0 6px rgba(0,0,0,.1)); }
  .popover-item:first-child .popover-link:after,
  .popover-item:first-child .popover-link:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .popover-item:first-child .popover-link:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px; }
  .popover-item:first-child .popover-link:before {
    border-color: rgba(238, 238, 238, 0);
    border-bottom-color: #eee;
    border-width: 11px;
    margin-left: -11px; }
  .popover-list {
    padding: 0;
    margin: 0;
    list-style: none; }
  .popover-item {
    padding: 0;
    margin: 0; }
  .popover-link {
    position: relative;
    color: #222;
    display: block;
    padding: 8px 20px;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.0rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: .1rem; }
  .popover-item:first-child .popover-link {
    border-radius: 4px 4px 0 0; }
  .popover-item:last-child .popover-link {
    border-radius: 0 0 4px 4px;
    border-bottom-width: 0; }
  .popover-link:hover {
    color: #fff;
    background: #33C3F0; }
  .popover-link:hover,
  .popover-item:first-child .popover-link:hover:after {
    border-bottom-color: #33C3F0; }
}

/*pagenav-sp*/
@media screen and (max-width: 769px){
img{
max-width: 100%;
height: auto;
width /***/:auto;}
#container{
width:100%;}

.container.nav{
  width:100% !important;
  padding:0;}
.navbar-list {
  background-color: #33C3F0;
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;}
.navbar-item{
  border:none;}
.navbar-list li {
  border-right: 1px solid #fff;
  display: table-cell;
  vertical-align: middle;}
.navbar-list li:last-child {
  border-right: 0;}
.navbar-list li a {
  color: #fff;
  display: block;
  font-size: 12px;
  text-decoration: none;
  padding: 10px 0;}}

/*registpersonnel*/
.container.regist{
  width:90%;
  border:solid 1px #BDBDBD;
  padding:2% 0;
  margin-top:2%;
  margin-bottom:5%;}
.container.regist.personnel{
  margin-bottom:3%;}
.color::-webkit-input-placeholder {color:#000;}
.color:-ms-input-placeholder {color:#000;}
.color::-moz-placeholder {color:#000;}
.color::-placeholder {color:#000;}
.registwrap{
  width:100%;
  margin:0 auto;
  margin-bottom:3%;}
.registlist{
  width:1400px;
  margin:0 auto;}
.registlist table{
  width:100%;
  /*margin-bottom:5%;*/
}
.registlist td{
  padding:1px 4px;
}

.eight.columns.search{
  height: 11px;
}

/*@media (max-width:1399px) {
.registwrap{
  max-width:800px;
  width:100%;
  margin:0 auto;
  margin-bottom:3%;}
.registlist{
  width:100%;
  margin:0 auto;
  overflow:auto;
  position:relative;}
.registlist table{
  width:1400px;
  margin-bottom:0;}}*/

.checkbox{
  width:70px;}
.checkbox label{
  width:100%;}
.registlist input{
  width:100%;}
.checkbox input{
  width:20%;}

/*regist request*/
.store-wrap{
  margin-bottom:3%;}
.wrap{
  width:100%;
  display:table;
  border-collapse: separate;
  border-spacing: 3px 0;
  padding:0;}
.storename{
  text-align:left;}
.wrap.title {
  text-align: center;
  font-weight:600;}
button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;}
button.plus,
button.minus{
  width:39px;
  height:39px;
  min-width:39px;
  color:#fff;
  border-radius:6px;
  font-weight:600;}
button.plus{
  background-color:#33C3F0;}
button.minus{
  background-color:#ffb6c1;}
.wrap input{
  width:100%;}
.storename{
  width:30%;
  display:table-cell;
  word-break: break-all;}
.price{
  width:20%;
  display:table-cell;}
.ratio{
  width:20%;
  display:table-cell;}
.sponsorship{
  width:20%;
  display:table-cell;}
.buttonn{
  width:5%;
  display:table-cell;}
@media (max-width:640px){
input#storename{
  width:80%;}}

/*//datepicker//*/
.selected{
  margin-top:1.5%;}
.selected textarea{
  width:263px;
  line-height:1.5em;
  resize: none;}

/*search*/
.toggle::after{
  margin-left:3px;
  content:"協賛依頼検索"}
.request_button input{
  width:100%;}

.status li{
  display:inline-block;
  margin-bottom:0;
}

/*//requestsearch result//*/

.space{
  margin-left:1.5%;}
.csv{
  width:208px;}
.request-result table{
  width:1500px;
  margin-top:2%;
  margin-bottom:3%;}
.request-result th,
.request-result td{
  text-align:center;
  padding:1px;}
.request-result td{
  font-size:20px;}
.request-result{
  overflow-x:auto;}
.request,
.edit{
  width:100px;
  font-size:15px;
  font-weight:normal;}
.edit{
  margin-left:3%;}
.pagination{
  margin-top:3%;}

/*login*/
.pass-remind{
  display:inline-block;
  width:100%;
  margin:0 auto;
  text-align: center;
  margin-top:1%;}
.pass-remind a{
  text-decoration: none;}

/*detail*/
.detail-container{
  position: relative;
  width:100%;
  max-width:650px;
  padding:3%;
  margin:3% auto;
  margin-top:3%;
  border:solid 1px #BDBDBD;
  line-height:2.5em;
  vertical-align:top;}
@media (max-width:640px){
.detail-container{
  width:90%;
  padding:3%;
}
}
table.period{
  width:100%;
  line-height:1.2em;}
.store table{
  width:100%;
  line-height:1.2em;
  margin-top: 2%;}
.store table th:first-child{
  width:34%;}
.detailwrap textarea,
.remark textarea{
  margin-top:2%;
  width:100%;
  height:6em;
  resize:none;}
