@charset "UTF-8";
/* 藤本匡光の宅録入門 */



.chapter1 {
	color: #000000;/*文字色*/
	padding: 1em 0;/*上下の余白*/
	border-top: solid 2px #dcb44a;/*上線*/
}

.chapter2 {
	color: #000000;/*文字色*/
	padding: 1em 0;/*上下の余白*/
	border-top: solid 2px #dcb44a;/*上線*/
}

.chapter4 {
	color: #000000;/*文字色*/
	padding: 1em 0;/*上下の余白*/
	border-top: solid 2px #dcb44a;/*上線*/
	border-bottom: solid 2px #dcb44a;/*下線*/
	margin: 0 0 5em 0;
}


.chapter {
	color: #000000;/*文字色*/
	padding: 1em 0;/*上下の余白*/
	border-top: solid 3px #dcb44a;/*上線*/
	border-bottom: solid 3px #dcb44a;/*下線*/
	margin: 3em 0;
}


/*
.sub_title {

}
*/

#magazine_Pspace .sub_title{
	padding: 0.6em;
	color: #ffffff;/*文字色*/
	background-color:#282a44;/*サブ記事①の背景色と同じに*/
}

.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%;
	}
}