/* main-contents */
div#main-contents_T {
	float: right;
	width: 560px;
}

div#main-contents-inner_T {
	padding: 25px 5px 0 0;
}

dl.main-contents-image-left_T {
	margin: 0 auto;
	max-width: 560px;
	width: 100%;
}
dl.main-contents-image-left_T dd {
	text-align: left;
	padding:0;
}

dl.main-contents-image-left_T h3 {
	/* width: 520px; */
	font-size: 14px;
	font-weight: bold;
	color: #101073;
	margin: 0 0 10px 10px;
	padding: 0;
}
dl.main-contents-image-left_T h3 img {
	height: auto;
	max-width: 520px;
	width: 100%;
}

dl.main-contents-image-left_T h4 {
	width: 500px;
	font-size: 14px;
	font-weight:bold;
	color: #101073;
	margin: 1px 0 10px 20px;
	padding: 0;
}

/* 表全体 */
table.tsudoi {
	margin: 0 auto 15px;
	border: solid 1px #FF6E01;
}

/* クラブ名 */
th.tsudoi01 {
	width: 150px;
	height: 30px;
	background-color: #FF6E01;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	border-right: solid 1px #FFF;
}
/* 練習日時 */
th.tsudoi02 {
	width: 150px;
	background-color: #FF6E01;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	border-right: solid 1px #FFF;
}
/* 練習場所 */
th.tsudoi03 {
	width: 200px;
	background-color: #FF6E01;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
/* 忍プラ */
td.tsudoi01 {
	width: 150px;
	text-align: center;
	background-color: #FFF;
	border-right: solid 1px #FF6E01;
}
img#nintama {
	height: auto;
	max-width: 150px;
	width: 100%;
}

/* 忍プラ練習日時01 */
td.tsudoi02_01 {
	width: 150px;
	text-align: center;
	background-color: #FDEEE7;
	border-right: solid 1px #A30000;
	border-bottom: dotted 1px #A30000;
}
/* 忍プラ練習場所01 */
td.tsudoi03_01 {
	width: 200px;
	text-align: center;
	background-color: #FDEEE7;
	border-bottom: dotted 1px #A30000;
}
/* 忍たま練習日時02 */
td.tsudoi02_02 {
	width: 150px;
	text-align: center;
	background-color: #FDEEE7;
	border-right: solid 1px #A30000;
	border-bottom: dotted 1px #A30000;
}
/* 忍たま練習場所02 */
td.tsudoi03_02 {
	width: 200px;
	text-align: center;
	background-color: #FDEEE7;
	border-bottom: dotted 1px #A30000;
}
/* 忍プラ練習日時03 */
td.tsudoi02_03 {
	width: 150px;
	text-align: center;
	background-color: #FFEFDF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF6E01;
	line-height: normal;
}
/* 忍プラ練習場所03 */
td.tsudoi03_03 {
	width: 200px;
	text-align: center;
	background-color: #FFEFDF;
}

/* 忍スト説明 */
td.tsudoi04 {
	border-top:dotted 1px #F60;
	padding:5px;
	line-height:120%;
}
img.store01 {
	margin-right:5px;
	float:left;
}

/* 忍市内容 */
td.tsudoi03_04 {
	width: 350px;
	text-align: center;
	background-color: #FFEFDF;
	padding:5px 0 5px 0;
}
	
	
	
	

table.tsudoi_sub {
	background-color: #FF6E01;
	margin: 0 auto;
	max-width: 500px;
	width: 100%;
}
th.tsudoi04 {
	width: 100%;
	background-color: #FF6E01;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding:5px;
}
th.tsudoi04 img {
	border: none;
	vertical-align: middle;
}

@media screen and (max-width: 830px) {
	div#main-contents_T {
		float: none;
		width: 100%;
	}
	div#main-contents-inner_T {
		margin: 0 auto;
		padding: 25px 10px;
	}
	dl.main-contents-image-left_T h3 {
		margin: 0 0 10px 0;
	}
}

