/* ----------------------------------------------------------------------
	
	会員約定
	
---------------------------------------------------------------------- */

#seat_reserve p.option {
    text-align: center;
    margin-top: 30px;
}

#seat_reserve .section { margin-top: 30px; }
#seat_reserve .section + .section { margin-top: 50px; }

#seat_reserve .section .sub_header + .data_line_list { border-top: 1px solid #fff; }

#seat_reserve .section ul.data_line_list > li .data_list_unit > div.head { vertical-align: top; }

#seat_reserve .section ul.data_line_list > li .data_list_unit > div.content > ul.note_list > li + li {
    margin-top: 10px;
}

#seat_reserve .section ul.data_line_list > li .data_list_unit > div.content ul.note_list > li > div.cap.blank {
    width: 1.5em;
}


/* ------------------------------------------------------------

	959px以下

------------------------------------------------------------ */
@media screen and ( max-width : 959px ) {
    
}

/* ------------------------------------------------------------

	767px以下

------------------------------------------------------------ */
@media screen and ( max-width : 767px ) {
    
}

/* ------------------------------------------------------------

	639px以下

------------------------------------------------------------ */
@media screen and ( max-width : 639px ) {
	
}

/* ------------------------------------------------------------

	479px以下

------------------------------------------------------------ */
@media screen and ( max-width : 479px ) {
    
    #seat_reserve .section >.sub_header { font-size: 1.3rem; }
    
}

/* ------------------------------------------------------------

	374px以下

------------------------------------------------------------ */
@media screen and ( max-width : 374px ) {
    
}

/* ------------------------------------------------------------

	359px以下

------------------------------------------------------------ */
@media screen and ( max-width : 359px ) {
    
}
