/*トップページ背景画像*/
body{
	background:url(../img/back.png);
	background-repeat:repeat-x;
}

/*トップページメイン画像*/
#main_img{
	margin:0 auto;
	width:1000px;
	height:411px;
}

#transaction_table {
    width: 100%;
    font-size: inherit;
    font: 100%;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    line-height:normal !important;
    margin:0 !important;
}
.transactionbg {
    background-color: #CCC !important;
	min-width: 50px;
}
.contenttable {
    background-color: #fff !important;
    text-align: left;
}
#transaction_table tr td {
    padding: 15px 0 15px 10px;
    font-size: 80%;
    width:0 !important;
    display: revert;
    float:none;
    color:#000;
    border: solid 1px #eee;
}
.responsive{
	width: 100%;
		
}
.center_content{
width:100%;
max-width:800px;
height:auto;
margin:0 auto;
}

.transaction_p{
margin:0 !important;
padding:0 !important;
width:auto !important; 
}

.transaction_p img{
margin:0 !important;
padding:0 !important;
max-width: 100% !important;
width: 100% !important;
}

.foot-link a{
text-decoration:underline;
color:#FFF !important;
}