.ixcaption {
	margin-top: 8px;
}

.swfNoteProgramMainCnt {
	margin-top: 0px;
	margin-bottom: 0px;
	border: none;
	box-shadow: none;
	background-color: #FFFFFF;
}
.swfNoteClearFix:before,
.swfNoteClearFix:after {
	content: "";
	display: table;
	height: 0;
	visibility: hidden;
	width: 0;
}

.swfNoteClearFix:after {
	clear: both;
	font-size: 0;
}

.swfNoteProgramTitle {
	background: #fff;
}

/** 2018/06/05 カスタムやめる（swfnoteの設定に従う）
.swfNoteProgramTitle .title {
	margin: 0;
	width: 100%;
	background-color: #f3f3f3;
}
**/

.swfNoteWrapper {
	margin: 0 8px;
	padding: 0;
	position: relative;
}

.swfNoteWrapper .swfNoteWrapper {
	margin: 0;
}

.swfNoteWrapper:after {
	clear: both;
	content: "";
	display: table;
	height: 0;
	visibility: hidden;
}

.swfNoteInfo {
	border-bottom: none;
  border-top: none;

}

.col12 {
	width: 940px;
}

.col1,
.col2,
.col3,
.col4,
.col5,
.col6,
.col7,
.col8,
.col9,
.col10,
.col11,
.col12,
.col1_2,
.col1_3,
.col2_3,
.col1_4,
.col3_4,
.col1_6 {
	display: inline;
	/*    margin: 0 10px;*/
}

.swfCol {
	/*    padding: 20px 10px;*/
	padding: 0;
	*/
}

.swfNoteProgramMainCnt .h2,
.swfNoteProgramMainCnt .h3 {
	margin: 0;
}

.swfNoteProgramMainCnt .h2 {
	color: #3c4a60;
	padding: 12px 16px 4px 12px;
	border-bottom: 3px solid rgba(0,0,0,0.1);
	font-size: 22px;
	font-weight: normal;
}

.swfNoteProgramMainCnt .h3 {
	color: #3c4a60;
	font-size: 18px;
	font-weight: bold;
}

h1,
.h2,
.h3,
h4,
h5,
h6,
p {
	word-wrap: break-word;
}

.h3 {
	font-size: 21px;
	line-height: 25px;
	margin-bottom: 8px;
}

h1,
.h2,
.h3,
h4,
h5,
h6 {
	text-rendering: optimizelegibility;
}

.swfNoteInfoTbl {
	width: 100%;
	font-size: 14px !important;
	border-left: 0 solid !important;
	border-top: 0 solid !important;
}

table {
	background-color: rgba(0, 0, 0, 0);
	border-collapse: collapse;
	border-spacing: 0;
}

.swfNoteInfoTbl th {
	font-weight: bold;
	padding: 5px;
	text-align: left;
	width: 100px;
}

.swfNoteInfoTbl th,
.swfNoteInfoTbl td {
	border-bottom: none;
	vertical-align: top;
	padding: 5px 0 10px 0;
}

.swfNoteInfoTbl td {

}

.swfNoteInfoTbl .last th,
.swfNoteInfoTbl .last td {
	border-bottom: 0;
}

.swfNoteInfoTbl .ifad_radio th,
.swfNoteInfoTbl .ifad_radio td {
	border-bottom: 0;
}

/*
.swfNoteInfoTbl span {
	border: 0;
	vertical-align: top;
}
*/

.formCaption {
	color: #3c4a60;	
}

.ifad_label {
	color: #3c4a60;
	font-weight: normal;
}

.ifad_choice {
	display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.swfNoteWrapper {
		width: auto;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.swfNoteWrapper {
		width: auto;
	}
}

@media only screen and (max-width: 479px) {
	.swfNoteWrapper {
		width: auto;
	}
}


.slideUpDown img {
	vertical-align: baseline;
	padding: 0;
}