/*****一般*****/
body {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px; 
    margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
    background-color: #F5F5F5;
    background-image: ;
    background-position: ;
    background-repeat: no-repeat;
    font-size: 16px;
}

h1 {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.5;
    word-break: break-all;
}

h2 {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.5;
    word-break: break-all;
}

h3 {
	margin-top: 0px;
	margin-bottom: 0px;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.5;
    word-break: break-all;
}

h4 {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.5;
    word-break: break-all;
}

h5 {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5;
    word-break: break-all;
}

p { 
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 15px;
    line-height: 1.5;
    word-break: break-all;
}

/* form関連 */
input[type="number"] {
    -moz-appearance:textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

label.btn {
	margin-bottom: 5px;
}

/* オーバーレイ */
#overlay{
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height:100%;
	background-color: rgba(0,0,0,0.2);
}

/* モーダル */
.modal {
    max-height: 95%;
}

.modal-dialog {
    width: 85%;
    margin: 30px auto;
}

.modal-content {
    position: relative;
    background-color: #FFFFFF;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid;
    border-radius: 5px;
    outline: 0;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .3);
}

.modal-header {
	width: ;
    height: ;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    background-color: ;
    background-image: ;
    background-position: ;
    background-repeat: no-repeat;
    border-top: 0px solid;
    border-right: 0px solid;
    border-bottom: 0px solid;
    border-left: 0px solid;
    border-color: #DDDDDD;
	border-radius: 5px 5px 0px 0px;
    box-shadow: 0px 0px 0px 0px #DDDDDD;
    color: ;
	text-align: ;
}

.modal-body {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    background-color: ;
}

.modal-footer {
	width: ;
    height: ;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    background-color: ;
    background-image: ;
    background-position: ;
    background-repeat: no-repeat;
    border-top: 0px solid;
    border-right: 0px solid;
    border-bottom: 0px solid;
    border-left: 0px solid;
    border-color: #DDDDDD;
	border-radius: 0px 0px 5px 5px;
    box-shadow: 0px 0px 0px 0px #DDDDDD;
    color: ;
	text-align: ;
}

.modal-title {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    background-color:  ;
    font-size: ;
    font-weight: ;
    line-height: ;
}

/*****タブレット*****/
@media screen and (max-width: 991px) {
    h1 {
        font-size: 38px;
        font-weight: 800;
        word-break: break-all;
    }
    
    h2 {
        font-size: 34px;
        font-weight: 800;
        word-break: break-all;
    }
    
    h3 {
        font-size: 30px;
        font-weight: 600;
        word-break: break-all;
    }
    
    h4 {
        font-size: 26px;
        font-weight: 500;
        word-break: break-all;
    }
    
    h5 {
        font-size: 22px;
        font-weight: 300;
        word-break: break-all;
    }
    
}

/*****モバイル*****/
@media screen and (max-width: 767px) {
    
    body {
		margin-top: 0px;
		margin-right: 0px;
		margin-left: 0px; 
		margin-bottom: 0px;
		padding-top: 0px;
		padding-right: 0px;
		padding-left: 0px;
		padding-bottom: 0px;
		background-color: ;
		background-image: ;
		background-position: ;
		background-repeat: no-repeat;
		font-size: 16px;
    }

    h1 {
        font-size: 32px;
        font-weight: 800;
        word-break: break-all;
    }
    
    h2 {
        font-size: 28px;
        font-weight: 800;
        word-break: break-all;
    }
    
    h3 {
        font-size: 24px;
        font-weight: 600;
        word-break: break-all;
    }
    
    h4 {
        font-size: 18px;
        font-weight: 500;
        word-break: break-all;
    }
    
    h5 {
        font-size: 16px;
        font-weight: 300;
        word-break: break-all;
    }
    
}