.container {
    width: 985px;
    max-width: none !important;
}

.menu-icon {
    margin-top: -13px;
    height: 40px;
    width: 40px;
}

.menu-color{
    color:#5bc0de;
}

.navbar-title {
    display: inline-flex;
    margin-top: 10px;
    margin-left: 5px;
    font-size: 20px;
    color: white;
}

.navbar-collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}

.navbar-toggle {
    display: none;
}
.navbar-collapse {
    border-top: 0;
}

.navbar-brand {
    background-size: contain;
    margin-left: 5px;
    padding: 0px 0px
}

.nav-margin {
    margin-right:10px;
    margin-top:-6px;
    margin-bottom: -6px;
}

.navbutton {
    width: 80px;
}

/* inputがpaddingが広すぎる為変更 */
.form-control {
    padding: 4px;
    font-size: 14px;
}

select.year-size {
    width:80px;    
}

select.month-day-size {
    width:40px;    
}

h3.status {
    margin-top: 0px;
}

#overlay{
    display: none;
    width: 100%;
    height:100%;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 100;
    background: rgba(0,0,0,0.4);
}

#text{
    font-size: 40px;
    color: #eee;
    padding-top: 400px;
    vertical-align: middle;
    font-weight: bold;
}

.text-default {
    color: #333;
}

table th {
    text-align:center;
}

@media (min-width: 768px) {
    .container-smp {
        max-width: 970px;
        padding: 20px 15px 20px 15px;
    }
    #errorMessage {
        display: none;
    }
}
.container-smp {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
}
.container-smp::after {
    clear: both;
    content: "";
    display: table;
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
        margin-top:13px;
	width: 22px;
	height: 20px;
}
.menu-trigger span {
	position: absolute;
	left:0;
	width: 100%;
	height: 3px;
	background-color: #fff;
	border-radius: 3px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0px;
}
.menu-trigger span:nth-of-type(2) {
	top: 8px;
}
.menu-trigger span:nth-of-type(3) {
	top: 16px;
}

.btn-purple {
    background-color:purple;
    color:white;
}
.btn-purple:hover,
.btn-purple:focus {
    background-color:#660066;
    color:white;
}

.btn-input {
}

.btn-input.not-entered {
    background-color:#D9D9D9;
    color:#7F7F7F;
}

.btn-input.entered {
    background-color:#0084B4;
    color:#FFFFFF;
}

.title-smp {
    background-color: #eb5c01;
    background-image: url('../images/komaki_icon.png');
    background-repeat: no-repeat;
    background-position: 10px;
    background-size: 80px;
    border-radius: 15px;
    color: #fff;
    text-align: center;
    height: 100px;
}

.title-smp h1 {
    padding-top: 10px;
}

.panel-smp {
    border-radius: 15px;
}

.panel-head-label-smp {
    border-bottom: 2px solid #eb5c01;
    font-size: 20px;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.panel-head-label-smp small {
    font-size: 14px;
    font-weight: 100;
    padding-left: 10px;
}

@media (max-width: 768px) {
    .title-smp h1 {
        padding-left: 90px;
        font-size: 30px;
    }
}

#consent_flg {
    width: 0;
    height: 0;
    visibility: hidden;
}
#consent_flg + label::before {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    content: " ";
    width: 32px;
    height: 32px;
    float: left;
    margin-top: -5px;
}
#consent_flg:checked + label::before {
    background-image: url('../images/check.png');
    background-repeat: no-repeat;
    background-position: center;
}
#consent_flg + label a {
    color: #5cb85c;
    text-decoration: underline;
}

.confirm-text-smp {
    color: #999;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 15px;
}

.display_none {
    display: none;
}

.list-bg-danger {
    color: #FFF;
    background-color: #FF2320;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
.container-smp .form-control::-webkit-input-placeholder {
    color: #ccc; 
}
/* Firefox 19+ */
.container-smp .form-control::-moz-placeholder {
    color: #ccc; 
}
/* IE 10+ */
.container-smp .form-control:-ms-input-placeholder {
    color: #ccc; 
}
