@charset "utf-8";
.mt15 {
	margin-top: 15px;
}
.ts-1 .ts-icns li {
    background-color: #DE5727;
}
.ts-1 .ts-title {
    border-top: 2px solid #DE5727;
}

.txt-lv-2 > span {
    display: inline-block;
    border-radius: 10px;
    background: #DE5727;
    padding: 0 5px;
    margin-right: 10px;
    color: #FFFFFF;
    font-weight: normal;
 }
.specailContent + .data-style {
 	width: 600px;
 	margin: 0 auto;
}
 .specailContent {
 	width: 600px;
 	padding: 15px;
 	margin: 15px auto;
 	box-sizing: border-box;
 	background-color: #F4F1E7;
 }
 .specailContent_inner {
 	padding: 15px;
 	border: 1px solid #666666;
 }
.specailContents_ttlLv1_wrapper {
 	display: inline-block;
 	width: 100%;
 	padding: 10px;
 	box-sizing: border-box;
 	background-color: #FFFFFF;
}
 .specailContent_ttlLv1 {
 	display: block;
 	width: 100%;
 	padding: 10px;
 	margin: 0 auto;
 	box-sizing: border-box;
 	border: 1px solid #666666;
 	font-size: 20px;
 	font-weight: normal;
 	text-align: center;
 }
 .specailContent_ttlLv1 > span {
 	font-size: 16px;
 	font-weight: bold;
 	color: #DE5727;
 }
 .specailContent_ttlLv2 {
 	margin-top: 15px;
 	font-size: 18px;
 	color: #000000;
 	font-weight: normal;
 }
 .specailContent_ttlLv3 {
 	font-size: 16px;
 	color: #DE5727;
 	margin: 15px 0 0 0;
 }

.specailContent_cap {
    font-size: 12px;
    margin-top: 5px;
}