/* 東新井センター */

.backgroundgray{
    background-color :#ccc;
}


h1{

    color : white;
    background-color: #003a70;
    text-align: center;
    /* font-size: 4em; */
    font-weight: bold;
    padding : 15px 0 15px 0;
}
h2{
    color : #003a70;
    text-align : center;
    /* font-size: 3em; */
    font-weight: bold;
}


h3{
    color : #008ad8;
    text-align : center;
    /* font-size: 2em; */
    font-weight: bold;
}

/*==================================================*/

.cancel h1{
    color : white;
    background-color : red;
}

.cancel p{
    text-align: center;
    font-size: 1.2em;
    font-weight: 650;

}

/*==================================================*/

.centeringcolomn{

    margin-top : 50px;
    margin-bottom: 50px;
    padding-top : 20px;
    padding-bottom: 20px;

    background-color: #ddf1fa;
}
.centeringcolomn p{
    text-align: center;
    padding: 0 20px 0 20px

}


/*==================================================*/

.bazaar td:first-child{
    width : 30%;
}


.side2photos{
    margin-top : 10px;

}


.leftphoto{
    width : 300px;
    margin: 0 50px 0 0 ; 
    padding : 50px 0 50px 0; 

}

.bazaarphotosingl{
    width : auto;
    margin-left : auto;
    margin-right: auto;
    text-align: center;
}