table, th, td {
border:none;
}
.a-single{
    display: table;
    margin: 0 auto;
}
/*=============================================
                トップページの設定
===============================================*/
.textwidget h2 {
	position: relative;
	border: none;
	font-size: 1.25em;
	padding: 1em 1.1em;
	margin-top: 2.1em;
	margin-bottom: 1em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: -webkit-linear-gradient(top, #DED799 0%, #938f69 100%);
  background: linear-gradient(to bottom, #DED799 0%, #938f69 100%);
	color: #fff;
	
}

.textwidget h3 {
	border-color: #938f69 !important;
	border-left: 6px solid;
	padding: .7em 0 .7em .8em;
	margin-top: 1em;
	font-size: 1.5em;
	font-weight: 700;
}