/*
Theme Name: childtheme
Template: lightning-pro
*/


body{
	overflow:hidden;
}
/*スマホサイズの背景色を変える*/
@media(max-width: 991px){
#text-15 .col-md-12{
background-color: #e7ccb7!important;
}
#text-15 .mainSection {
background-color: #e7ccb7!important;
margin-bottom: 0;
}
#text-15 .widget {
background-color: #e7ccb7 !important;
}
#text-15 .widget_text {
background-color: #e7ccb7 !important;
}
/*スマホのときもピンクの変なのを消す*/
code {
display: none !important;
}
}