/*ページ下部のtab-bar*/

.tab-bar {
    width: 100%;
    height: 48px;
    position: fixed;
    z-index: 2;
    bottom: 0;
    left: 0;
	margin:0;
}

.tab-bar ul {
	left:0;	
}
.tab-bar li {
    float: left;
    width: 25%;
    height: 48px;
    border-top: 1px solid #006699;
    border-bottom: 1px solid #006699;
    border-left: 1px solid #006699;
    box-sizing: border-box;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #b6e2fd), color-stop(0.20, #91bae4), color-stop(0.50, #8fbff0), color-stop(0.51, #6ba8e4), color-stop(0.75, #87c2fb), color-stop(1.00, #bcf4fd));
	background: -webkit-linear-gradient(top, #b6e2fd 0%, #91bae4 20%, #8fbff0 50%, #6ba8e4 51%, #87c2fb 75%, #bcf4fd 100%);
	background: -moz-linear-gradient(top, #b6e2fd 0%, #91bae4 20%, #8fbff0 50%, #6ba8e4 51%, #87c2fb 75%, #bcf4fd 100%);
	background: -o-linear-gradient(top, #b6e2fd 0%, #91bae4 20%, #8fbff0 50%, #6ba8e4 51%, #87c2fb 75%, #bcf4fd 100%);
	background: -ms-linear-gradient(top, #b6e2fd 0%, #91bae4 20%, #8fbff0 50%, #6ba8e4 51%, #87c2fb 75%, #bcf4fd 100%);
	background: linear-gradient(to bottom, #b6e2fd 0%, #91bae4 20%, #8fbff0 50%, #6ba8e4 51%, #87c2fb 75%, #bcf4fd 100%);
    position: relative;

}

.tab-bar li:first-child {
    border-right: none;
}

.tab-bar a {
    padding: 5px 0;
    display: block;
    text-align: center;
    color: #263238;			/*263238*/
    text-decoration: none;
}

.tab-bar li .category-name {
    font-size: 12px;
    padding-top: 5px;
    display: block;
}

/* Modal Window */
.modal-overlay,
.modal,.modal-overlay2,
.modal2
{
  display: none;
}

.modal-overlay,.modal-overlay2 {
  width: 100%;
  height: 120%;
  background-color: #000;
  opacity: .6;
  position: fixed;
  top: 0;
  left: 0;
}

.modal,.modal2{
  width: 90%;
  background-color: #fafafa;
  position: fixed;
  top: 30px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 5px;
  border-radius: 2px;
}

.modal-contents {
  margin: 20px 0;
  text-align: center;
}

.modal-btn-groupe {
  text-align: center;
  font-size: 14px;
  padding: 15px 0;
  border-top: 1px solid #e0e0e0;
  letter-spacing: -.40em;
}

.modal-btn-groupe li {
  display: inline-block;
  letter-spacing: normal;
  width: 100px;
  border-radius: 2px;
  border: 1px solid #e0e0e0;
}

.modal-btn-groupe li:first-child {
  margin: 0 15px 0 0;
}

.modal-btn-groupe li a {
  display: block;
  padding: 8px 0;
}


/* Modal Window close button */
.modal-close {
  background-color: #eceff1;
  border: 1px solid #e0e0e0;
  color: #757575;
}

.modal-delete {
  background-color: #4db6ac;
  border: 1px solid #00897b;
  color: #fafafa;
}
.search-boxs {
  	padding: 15px;
  	background: #0b318f;/*006699*/
  	position: relative;
}
.search-boxs input[type="text"] {
  font-size: 14px;
  width: 100%;
  height: 30px;
  letter-spacing: 1px;
  padding: 0 50px 0 15px;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 0 4px 0 #263238;
  -webkit-box-shadow: 0 0 4px 0 #263238;
  box-shadow: 0 0 4px 0 #263238;
}
.search-boxs button[type="submit"] {
  color: #757575;
  font-size: 16px;
  width: 40px;
  height: 30px;
  border: none;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
  background: #e0e0e0;
  position: absolute;
  top: 15px;
  right: 15px;
}
.search-boxs .off-left{
  position: absolute;
  left: -9999em;
}