@charset "UTF-8";
/* 今だからこそチャレンジしよう 自分の演奏を録音する！ 若林愛 */





.step1 {
	color: #24B7C1;/*文字色*/
	padding: 1.5em 0 1.5em 0em;/*上下の余白*/
	padding-left: 80px;
	background-color:#fffde8;
	border-top: solid 3px #24B7C1;/*上線*/
	border-bottom: solid 3px #24B7C1;/*下線*/
	background-image:url("../../../images/cl/article/C72/C72_ic1.png");
	background-repeat:no-repeat;
	background-position: left;
	background-size:70px;
	font-size: 16pt;
	margin: 2em 0;
}


.step2 {
	color: #E02C38;/*文字色*/
	padding: 1.5em 0 1.5em 0em;/*上下の余白*/
	padding-left: 80px;
	background-color:#fffde8;
	border-top: solid 3px #E02C38;/*上線*/
	border-bottom: solid 3px #E02C38;/*下線*/
	background-image:url("../../../images/cl/article/C72/C72_ic1.png");
	background-repeat:no-repeat;
	background-position: left;
	background-size:70px;
	font-size: 16pt;
	margin: 2em 0;
}


.chapter1 {
	color: #000000;/*文字色*/
	padding: 0.3em 0;/*上下の余白*/
	font-size: 13pt;
}


.chapter2 {
	color: #000000;/*文字色*/
	padding: 0.3em 0;/*上下の余白*/
	border-bottom: solid 3px #000000;/*下線*/
	font-size: 13pt;
}



/*
.sub_title {

}
*/

#magazine_Pspace .sub_title {
	padding: 0.4em;
	color: #ffffff;/*文字色*/
	background-color:#24B7C1;
	font-size: 13pt;
}

#magazine_Pspace .sub_title2 {
	padding: 0.4em;
	color: #ffffff;/*文字色*/
	background-color:#E02C38;
	font-size: 13pt;
}

.sub_underline {
	padding: 0.5em 0;/*上下の余白*/
	border-bottom: solid 3px #dcb44a;
}

table.soft{
	border-collapse:collapse;
	text-align: left;
}

table.soft td{
	margin: 0;
	padding: 1em 0.4em;
	border-bottom: 1px solid #666666;
}

#main_left #magazine_main div table.soft td img{
	margin: 0;
}

/* PC */
@media (min-width:1000px){ 
	table.soft td:nth-child(1){
		width: 10%;
	}
	
	table.soft td:nth-child(2){
		width: 18%;
		padding: 0 0 0 2%;
	}
	
	table.soft td:nth-child(3){
		width: 70%;
	}
}

/* SP */
@media (max-width:999px){
	table.soft td:nth-child(1){
		width: 20%;
	}
	
	table.soft td:nth-child(2){
		width: 20%;
	}
	
	table.soft td:nth-child(3){
		width: 60%;
	}
}