#subbox1 {
	width: 65%;
   	margin: 15px auto;
}
#subbox2 {
	width: 65%;
   	margin: 15px auto;
}
#subbox3 {
	width: 95%;
   	margin: 15px auto;
	background-color: /*ivory*/#edfcf4;
	border: 1px solid burlywood;
	border-radius: 12px;
}
.g-title {
    letter-spacing: 10px;
    font-size: 1.2em;
    text-decoration: underline;
    line-height: 40px;
}
.g-honbun {
    font-size: 1.15em;
    letter-spacing: 1px;
}
#cell1 {
	width: 95%;
   	margin: 15px auto;
	background-color: /*beige*/#dcf8ea;
	border: 1px solid burlywood;
	border-radius: 12px;
}

#cell2 ul {
    list-style:none;
    line-height: 30px;
}
#cell2 li {
	margin-left: 15px;
}
#cover {
   	margin: 0px auto;
}


@media all and (min-width: 1000px) {
	#subbox1,#subbox2 {
		width: 200px;
	}
	#cover {
		display: table;
		border-spacing: 0em 0px ;
	   	margin: 0px auto;
		width: 1000px;
	}
	#cell1 {
		display: table-cell;
		margin: 0px;
		width: 200px;
	}
	#cell2 {
		display: table-cell;
		vertical-align: top;
	}
}
@media all and (min-width: 768px) {
	#subbox3 {
		display: table;
		border-spacing: 0em 0px ;
	   	margin: 15px auto;
	}
	.g-title {
		display: table-cell;
		width: 200px;
	    text-decoration: none;
	}
	.g-honbun {
		display: table-cell;
	}

}
@media all and (min-width: 480px) {
	.g-title {
1	    line-height: 30px;
	}
	.g-honbun {
	    font-size: 1em;
	}
	#bar {
		margin-left: 15px;
		padding-left: 15px;
		border-left: 5px solid burlywood;
	}

	#subbox1,#subbox2 {
		width: 200px;
	}
	#subbox3 {
	   	margin: 0px auto;
		padding-bottom: 50px;
	}
	#cover {
		display: table;
		border-spacing: 0em 0px ;
	   	margin: 15px auto;
		width: 99%;
	}
	#cell1 {
		display: table-cell;
		margin: 0px;
		width: 200px;
		background: none;
		border: none;
	}
	#cell2 {
		display: table-cell;
		vertical-align: top;
		margin: 0px;
	}

}
