.holiday p{
    margin-top: 20px;
}
.holiday a{
    color: red;
    display: block;
    margin-top: 10px;
}
.box{
    width: 80%;
    margin: auto;
}

.img_box{
    width: 100%;
    display: flex;
    align-items: center;
}

.img_sp{
    width: 49%;
}

@media screen and (max-width: 480px) {
    .img_box{
        display: block;
    }
    .img_sp{
        width: 100%;
        margin: 10px;
    }
    .br_sp::after {
        content: "\A" ;
        white-space: pre;
    }
}


article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*  リセットここまで */


body{
	background-color: black;
	}

.center {
	text-align: center;
}

span.red{
	color:#ff0000;
	}

p{
	line-height: 1.4;
}

td{
	font-size:0.8em;
}

/* content
------------------------------------------------------------- */

.container{
	width:100%;	
	}

#content-form {
		padding:20px;
		padding-top:10px;
		width:90%;
		margin:20px auto;
}

@media screen and (max-width:640px) { 
    /*　画面サイズが640pxまではここを読み込む　*/
	#content-form {
		padding:2%;
		width:95%;
		margin: auto;
}
}


#content-form h1 {
	margin-top:40px;
	margin-bottom: 20px;
	font-size: 116%;
	font-weight: bold;
	line-height: 1.5;
	padding:10px;
	padding-top: 15px;
	padding-bottom: 15px;
    background-color:#000;
    color:#fff;
    text-align: center;
	border-radius:0.5em;
	-moz-border-radius:0.5em;
	-webkit-border-radius:0.5em;
}

#content-form h2 {	
	margin-bottom: 1em;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.5;
	line-height: 25px;
	padding: 10px;
	padding-left:10px;
	margin-top: 10px;
	background-color: #666;
	color: #fff;
}



/* paragraph */
#content-form p {
	margin-bottom: 1em;
}


/* table */
#content-form table {
	margin-bottom: 1em;
	
}

#content-form table {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	margin-bottom:30px;
	
}

table.alpha{
    width:100%;
	margin:0;	
}



#content-form table th {
	padding: 6px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	font-weight: bold;
	line-height: 1.2;
	width:30%;
	background-color: #ddd;
	vertical-align: middle;
}

#content-form table td {
	padding: 6px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	vertical-align: top;
	background-color: #fff;
	width:70%;
}

#content-form table td ul {
	margin-bottom: 0;
}

#content-form table td img {
	margin: 0.5em 0;
}