body {
  word-wrap : break-word;
  overflow-wrap : break-word;
}

.sponsorInfo img {
	display: block;
	margin:0 auto;
}

.infoArea .hedding h3{
	color: #333;
}


.leadtext {
	font-size: 0.9em;
	margin-top:0;
	margin-bottom: 40px;
}

.leadtext h2 {
	font-size: 1.2em;
	font-weight: bold;
}

/*横並びボックス*/

.flex {
		display: flex;
		flex-wrap: wrap;
		margin: 10px auto;


}
.flex .sp_img {
	padding-top: 10px;
	padding-left: 0px;
	padding-bottom: 10px;
	margin: 0 ;
}

.flex img {
	width: 100%;
}


.flex .sp_detail {
	flex: 1;
		margin-top: 0px;

}

.flex .sp_data {
	margin-bottom: 10px;
	width: 220px;
	margin-right: 16px;

}

.flex .sp_text {
	font-size: 0.8em;

}


/*横並びボックス*/

.flexbox {
		display: flex;
		margin: 10px auto;


}
.flexbox .sp_img {
	padding: 10px;
	margin: 0 ;
	height: 120px;
}


.flexbox .sp_detail {
	flex: 1;
}

.flexbox .sp_data {
	margin-bottom: 10px;
	width: 200px;
}

.flexbox .sp_text {
	font-size: 0.8em;

}

/*タイムテーブル*/

.time_tb table {
	padding-bottom: 10px;

}

.time_tb h5 /*色変更*/ {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 1.2em;

}

.time_tb th {
	width: 20%;
	font-weight: normal;
	
}


.time_tb table .s_nam {
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}


.time_tb td {
	padding-left: 20px;
	
}

.time_tb h4{
	font-size: 1.2em;
	margin-bottom: 20px;
}

.time_tb p{
	margin: 10px;
}



.dir-index h2{
	margin-top:40px;
	margin-bottom: 10px;


}

.annotation {
	font-size: 0.8em;
	margin-top: 20px;

}


.sponsor {
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 0.9em;
}

.sponsor p {
	margin-bottom: 30px;
	font-size: 0.9em;
}

.sponsor img {
	margin:20px auto;
	display: block;

}
.credit {
	margin-top: 60px;
	padding-bottom: 30px;
}

.credit p {
	margin-top: 20px;
	margin-bottom: 0;
	padding-bottom: 0;

}

h3 {
	margin-top: 0;
}

/*text*/
.bold {
	font-weight: bold !important ;
}

/*margin*/
.mT0 {
	margin-top: 0px !important ;
}
.mT10 {
	margin-top: 10px !important ;
}
.mT20 {
	margin-top: 20px !important ;
}
.mT30 {
	margin-top: 30px !important ;
}
.mT40 {
	margin-top: 40px !important ;
}
.mT50 {
	margin-top: 50px !important ;
}
.mT60 {
	margin-top: 60px !important ;
}

.mT100 {
	margin-top: 100px !important ;
}

.mR0 {
	margin-right: 10px !important ;
}

.mR10 {
	margin-right: 10px !important ;
}
.mR20 {
	margin-right: 20px !important ;
}
.mR30 {
	margin-right: 30px !important ;
}
.mR40 {
	margin-right: 40px !important ;
}
.mR50 {
	margin-right: 50px !important ;
}
.mR60 {
	margin-right: 60px !important ;
}

.mR100 {
	margin-right: 100px !important ;
}

.mB0 {
	margin-bottom: 0px !important ;
}

.mB10 {
	margin-bottom: 10px !important ;
}
.mB20 {
	margin-bottom: 20px !important ;
}
.mB30 {
	margin-bottom: 30px !important ;
}
.mB40 {
	margin-bottom: 40px !important ;
}
.mB50 {
	margin-bottom: 50px !important ;
}
.mB60 {
	margin-bottom: 60px !important ;
}

.mB100 {
	margin-bottom: 100px !important ;
}

.mL0 {
	margin-left: 0px !important ;
}
.
.mL10 {
	margin-left: 10px !important ;
}
.mL20 {
	margin-left: 20px !important ;
}
.mL30 {
	margin-left: 30px !important ;
}
.mL40 {
	margin-left: 40px !important ;
}
.mL50 {
	margin-left: 50px !important ;
}
.mL60 {
	margin-left: 60px !important ;
}

.mL100 {
	margin-left: 100px !important ;
}

/*margin*/

/*display*/
.in_bl{
	display: inline-block !important ;
}
.bl{
	display: block !important ;
}

/*fontsize*/
.f06 {
	font-size: 0.6em !important ;

}
.f08 {
	font-size: 0.8em !important ;

}

.f12 {
	font-size: 1.2em !important ;

}
.f16 {
	font-size: 1.6em !important ;

}
.f18 {
	font-size: 1.8em !important ;

}

/*テキスト*/


/*個人情報文言のところ*/

.ppolicy {
	background-color: #fcfcfc;
	border: 1px solid #ccc; 
	line-height: 1.2; 
	padding: 5px; 
}

.ppolicy h3{
	font-weight: bold;
	margin: 0;
	color: #000;
}

.ppolicy ul{
	margin: 5px 0px 5px 10px; 
}

.ppolicy ul li {
	list-style: none;
	margin-bottom: 0.5em;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 0.9em;
	color: #666;
	line-height: 1.2em;
}

.ppolicy ul li:before {
	content: '';
	width: 4px;
	height: 4px;
	display: inline-block;
	border-radius: 100%;
	background: #666;
	position: relative;
	left: -10px;
	top: -3px;
}

.company_profile ul li {
	list-style: none;
	margin-bottom: 0.5em;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 0.9em;
	color: #666;
	line-height: 1.2em;
}

.company_profile ul li:before {
	content: '';
	width: 4px;
	height: 4px;
	display: inline-block;
	border-radius: 100%;
	background: #666;
	position: relative;
	left: -10px;
	top: -3px;
}

.upComment {
	margin: 0;


}


