body {
	font-size: 18px;
	background: #f0ddbf url() 0 0 no-repeat;
	color: #333;
	margin: 0;
	padding: 0;
	line-height: 1.7;
	font-size: 19px;
}
strong {
	font-weight: bold;
}
.text-center {
	text-align: center !important;
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.right {
	float: right !important;
}
.left {
	float: left !important;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.hide {
	display: none;
}
.red {
	color: red;
	text-align: right;
}
.red2 {
	color: red;
	font-weight: bold;
}
.red3 {
	color: red;
	font-weight: bold;
	text-decoration: underline;
}
.red4 {
	color: red;
	font-weight: bold;
	background: #FF0;
}
.red5 {
	color: red;
	font-weight: bold;
	text-decoration: underline;
	background: #FF0;
}
.yellow {
	background-color: #fffd69;
}
.yellow02 {
	color: #FFE500;
}
.large {
	font-size: 135%;
}
/* ==========================================================================
  レイアウト
   ========================================================================== */

.wrapper {
	width: 870px;
	margin: 0 auto;
}
.container {
	width: 870px;
	height: 100%;
	padding-top: 50px;
	background-color: white;
	overflow: hidden;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.50);
	-moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.50);
	-webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.50);
	margin-bottom: 30px;
}
.container p {
	margin-left: 80px;
	line-height: 1.9em;
}
.container .inner {
	width: 670px;
	margin: 20px 60px 50px 80px;
	border-style: solid;
	border-width: 5px;
	padding: 20px 0px 20px 20px;
	background-color: rgb(255, 252, 247);
}
.container .inner p {
	margin: 10px 65px 10px 60px;
	line-height: 1.5em;
	font-size: 17px;
}
/*===========================================================================
         見出し
===========================================================================*/

h1 {
}
h2 {
	text-align: center;
	margin: 80px 0 0 0;
	;
}
h3 {
	font-size: 30px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
h4 {
	position: relative;
	padding: 5px 15px;
	font-weight: bold;
	font-size: 28px;
	background-color: #E7E7E7;
	color: #000;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 0 80px 30px 60px;
}
h4:before {
	content: '';
	height: 0;
	width: 0;
	display: block;
	border: 25px transparent solid;
	border-right-width: 0;
	border-left-color: #E7E7E7;
	position: absolute;
	top: 44px;
	left: 50px;
	transform: rotate(-270deg);
	-webkit-transform: rotate(-270deg);
	-moz-transform: rotate(-270deg);
	-o-transform: rotate(-270deg);
	-ms-transform: rotate(-270deg);
}
h6 {
	position: relative;
	padding: 5px;
	padding-left: 15px;
	font-weight: bold;
	font-size: 26px;
	background-color: #51C182;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 7px;
	margin: 0px 90px 30px 70px;
	-moz-border-radius: 3px;
}
/*===========================================================================
         バナー
===========================================================================*/

#topbanner {
	width: 100%;
	border-bottom: 1px solid #311201;
	background: #fff;
	box-shadow: 0 1px 0 #aea29b;
	-webkit-box-shadow: 0 1px 0 #aea29b;
	position: relative;
	overflow: hidden;
	height: 160px;
}
#bannerbox {
	width: 100%;
	max-width: 870px;
	height: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 480px) {
#bannerbox {
	width: 100%;
	height: auto;
}
}

@media screen and (max-width: 767px) {
#bannerbox img {
	max-width: 100%;
	height: auto;
}
}
#contents-box {
	width: 100%;
	max-width: 960px;
	height: auto;
	margin: 0 auto;
}
 63* footer {
 margin: 0px auto 0px;
 text-align: center;
}
.ft_nav {
	width: 700px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.ft_nav ul {
	float: left;
	position: relative;
	left: 50%;
	margin: 0 auto 15px;
	padding: 0;
	font-size: 14px;
}
.ft_nav ul li {
	float: left;
	left: -50%;
	list-style: none;
	position: relative;
	padding: 0 1em;
	border-right: solid 1px #999;
	line-height: 1.2;
	font-size: 13px;
}
.ft_nav ul li:first-child {
	border-right: none;
	padding-right: 30px;
}
.ft_nav ul li:last-child {
	border-right: none;
	padding-right: 0;
}
.ft_nav ul li a {
	text-decoration: none;
	color: #777;
}
.ft_nav ul li a:hover {
	text-decoration: underline;
}
footer small {
	text-align: center;
	/*display: block;*/
	margin: 20px auto 0px;
}
#privcy {
	padding: 20px 0 80px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#privcy h1 {
	font-size: 22px;
	font-weight: bold;
	line-height: 150%;
	text-align: left;
	margin: 0 0 30px 0;
	padding: 0 0 5px;
	color: #000;
	border-bottom: #cccccc solid 2px;
}
#privcy p {
	font-size: 14px;
}
#privcy h2 {
	display: block;
	font-size: 20px;
	-webkit-margin-before: 0.83em;
	-webkit-margin-after: 0.83em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: bold;
	margin-bottom: 8px;
	margin-left: 0 !important;
}
#privcy th {
	font-size: 13px;
	font-weight: bold;
	line-height: 170%;
	text-align: left;
	white-space: nowrap;
	padding: 12px 15px;
	border-top: #cccccc solid 1px;
}
.ths {
	width: 140px;
	text-align: left;
	padding: 3px 10px;
	color: #FFF;
	background-color: #000;
	border: #CCC solid 1px;
}
#privcy td {
	font-size: 13px;
	line-height: 170%;
	text-align: left;
	padding: 12px 15px;
	border-top: #cccccc solid 1px;
	width: 520px;
}
.td {
	padding: 10px;
	text-align: left;
	color: #000;
	font-size: 100%;
	background-color: #FFF;
	border: #CCC solid 1px;
}
.white2 {
	background-color: #FFFFFF;
}
.white2 .inner p {
	margin-left: 0;
	padding-left: 50px;
}
.white2 ul li {
	list-style-image: url(../img/check.png);
	font-size: 20px;
	margin: 0px 0px 0px 80px;
	line-height: 1.1;
	position: relative;
	padding: 0 0 10px 10px;
}
.white2 .inner2 {
	background-image: url(../img/music01.jpg);
	background-repeat: no-repeat;
	background-size: 45%;
	background-position: 90% 80%;
}
ol.qa {
	width: 700px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
}
ol qa li {
	background-color: #B8B8B8;
}
ol.qa dl {
	margin: 0 0 30px 0;
}
ol.qa dt {
	margin: 0;
	padding: 8px 10px 6px 50px;
	font-size: 34px;
	background: url(../img/qa-q.png) no-repeat 0px 8px;
	background-size: 35px 35px;
	font-weight: bold;
	line-height: 110%;
	border-bottom: rgb(54, 179, 138);
	border-bottom-style: dotted;
}
ol.qa dd {
	margin: 0;
	padding: 13px 6px 25px 50px;
	background: #ffffff url(../img/qa-a.png)no-repeat 0px 8px;
	background-size: 35px 35px;
	line-height: 150%;
	width: 644px;
	border-top-style: dotted;
	border-color: rgb(54, 179, 138);
}
.riyubox {
	background: #fbfaf5 url() 0 0 no-repeat;
	border: double 3px #aa958c;
	border-top-style: none;
	font-size: 18px;
	/* font-size: 1.1em; */
	color: #2b2821;
	line-height: 1.8;
	margin: 0 80px 40px 80px;
}
.program {
	text-align: center;
	margin-bottom: 50px;
	margin-top: 50px;
}
.program img {
	margin-bottom: 15px;
}
.program p {
	width: 600px;
	margin: 0 auto;
	line-height: 1.5;
	text-align: left;
}
/*============================================
	マージン
============================================*/

.mb0 {
	margin-bottom: 0px !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mt0 {
	margin-top: 0px !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mr0 {
	margin-right: 0px !important;
}
.mr5 {
	margin-right: 5px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mr25 {
	margin-right: 25px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.ml0 {
	margin-left: 0px !important;
}
.ml5 {
	margin-left: 5px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.ml30 {
	margin-left: 30px !important;
}
/*============================================
	パディング
============================================*/
.pb0 {
	padding-bottom: 0px !important;
}
.pb5 {
	padding-bottom: 5px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.pb15 {
	padding-bottom: 15px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pb25 {
	padding-bottom: 25px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}
.pb50 {
	padding-bottom: 50px !important;
}
.pt0 {
	padding-top: 0px !important;
}
.pt5 {
	padding-top: 5px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pt15 {
	padding-top: 15px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt25 {
	padding-top: 25px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pt40 {
	padding-top: 40px !important;
}
.pt50 {
	padding-top: 50px !important;
}
.pr0 {
	padding-right: 0px !important;
}
.pr5 {
	padding-right: 5px !important;
}
.pr10 {
	padding-right: 10px !important;
}
.pr15 {
	padding-right: 15px !important;
}
.pr20 {
	padding-right: 20px !important;
}
.pr25 {
	padding-right: 25px !important;
}
.pr30 {
	padding-right: 30px !important;
}
.pl0 {
	padding-left: 0px !important;
}
.pl5 {
	padding-left: 5px !important;
}
.pl10 {
	padding-left: 10px !important;
}
.pl15 {
	padding-left: 15px !important;
}
.pl20 {
	padding-left: 20px !important;
}
.pl25 {
	padding-left: 25px !important;
}
.pl30 {
	padding-left: 30px !important;
}
.center {
	text-align: center !important;
}
.left {
	text-align: left !important;
}
.right {
	text-align: right !important;
}
.float_right {
	float: right !important;
}
.float_left {
	float: left !important;
}
.entry-content td, .entry-content th {
	border: none !important;
	vertical-align: middle !important;
	font-size: 20px;
}
td {
	font-size: 18px;
}
.countdown {
	background-color: #db0000;
	text-align: center;
	vertical-align: middle;
}
.countdown2 {
	text-align: center;
	vertical-align: middle;
}
table.company, .access {
	width: 100%;
	border-top: 1px #00759c solid;
	font-size: 12px;
}
.company th, .access th {
	background-color: #f0f0f0;
	border-bottom: 1px #d9d9d9 solid;
	padding: 8px 15px;
	text-align: center;
	white-space: nowrap;
	vertical-align: top;
}
.company td {
	vertical-align: top;
	padding: 8px 10px;
	border-bottom: 1px solid #eee;
}
.access td {
	vertical-align: top;
	padding: 8px 10px;
}
.access td:last-child {
	padding-bottom: 0;
}
/*===========================================================================
         グローバルメニュー
===========================================================================*/

#globalnavi {
	width: 100%;
	height: 51px;
	background: #56301b;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#683f27), to(#56301b));
	background: -webkit-linear-gradient(top, #683f27, #56301b);
	background: -moz-linear-gradient(top, #683f27, #56301b);
	background: -ms-linear-gradient(top, #683f27, #56301b);
	background: -o-linear-gradient(top, #683f27, #56301b);
	background: linear-gradient(top, #683f27, #56301b);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#683f27', endColorstr='#56301b', GradientType=0)";
}
#globalnavi ul {
	width: 870px;
	height: 51px;
	background: url(../image/navi/bg_navi.png) no-repeat;
	margin: 0 auto;
}
#globalnavi ul li {
	position: relative;
	width: 145px;
	height: 51px;
	text-align: center;
	float: left;
	list-style-type: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#globalnavi ul li a {
	color: #fff;
	font-size: 16px;
	line-height: 51px;
	display: block;
	text-decoration: none;
	text-shadow: 0 1px 0 #000000;
}
#globalnavi ul li a:hover, #globalnavi ul li a:focus {
	background: #c15112;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ec8246), to(#c15112));
	background: -webkit-linear-gradient(top, #ec8246, #c15112);
	background: -moz-linear-gradient(top, #ec8246, #c15112);
	background: -ms-linear-gradient(top, #ec8246, #c15112);
	background: -o-linear-gradient(top, #ec8246, #c15112);
	background: linear-gradient(top, #ec8246, #c15112);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec8246', endColorstr='#c15112', GradientType=0)";
	text-decoration: none;
}

@media screen and (max-width: 767px) {
#globalnavi, #globalnavi ul, #globalnavi ul li {
	width: auto;
	height: auto;
	border: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#globalnavi ul {
	margin-right: -1px;
	background: none;
	overflow: hidden;
}
#globalnavi ul li {
	width: 33.3%;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#globalnavi ul li.line {
	border-right: 0;
}
#globalnavi ul li a {
	font-size: 12px !important;
	line-height: 32px;
}
#globalnavi ul li a:hover, #globalnavi ul li a:focus {
	text-decoration: none;
	background-color: #eb8246;
}
}
/*===========================================================================
         商品一覧
===========================================================================*/

.sell_gry {
	margin: 0 auto;
	background-color: #F7F7F7;
	height: 330px;
	padding: 50px 0;
	clear: both;
}
.sell_gry .sell_left {
	float: left;
	width: 350px;
	padding-left: 70px;
}
.sell_gry .sell_left h5 {
	font-size: 15px;
	padding: 0;
	margin: 5px 5px;
}
.sell_gry .sell_left p {
	font-size: 16px;
	padding: 0;
	margin: 10px 0 0 5px;
	border-bottom: 1px solid;
	line-height: 1.5em;
}
.sell_gry .sell_right {
	float: right;
	width: 400px;
}
.sell_white {
	margin: 0 auto;
	height: 330px;
	padding: 50px 0;
	clear: both;
}
.sell_white .sell_right {
	float: right;
	width: 350px;
	padding-right: 70px;
}
.sell_white .sell_right h5 {
	font-size: 16px;
	padding: 0;
	margin: 5px 5px;
}
.sell_white .sell_right p {
	font-size: 18px;
	padding: 0;
	margin: 10px 0 0 5px;
	border-bottom: 1px solid;
	line-height: normal;
}
.sell_white .sell_left {
	float: left;
	width: 400px;
	text-align: right;
}
.sell_white .m_01 {
	margin: 0 0 0 70px;
	padding: 0 0 0 15px;
	float: left;
	width: 220px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.sell_white .m_01 p {
	margin: 10px 0;
	font-size: 16px;
}
.sell_white .m_02 {
	float: left;
	width: 250px;
	padding: 0 0 0 15px;
	float: left;
	width: 220px;
	border-right: 1px solid #CCCCCC;
}
.sell_white .m_02 p {
	margin: 10px 0;
	font-size: 16px;
}
.sell_white .m_03 {
	float: left;
	width: 250px;
	padding: 0 0 0 15px;
	float: left;
	width: 220px;
	border-right: 1px solid #CCCCCC;
}
.sell_white .m_03 p {
	margin: 10px 0;
	font-size: 16px;
}
.no_list {
	background-color: #513c0d;
	width: 93px;
	height: 40px;
	font-size: 27px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.sell_gry02 {
	margin: 0 auto;
	background-color: #e7e7e7;
	height: 520px;
	padding: 20px 0;
}
.jitsu_white {
	margin: 0 auto;
	height: 300px;
	padding: 50px 70px;
	clear: both;
}
.jitsu_white h3 {
	position: relative;
	padding: 5px;
	padding-left: 15px;
	font-weight: bold;
	font-size: 26px;
	background-color: #51C182;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 7px;
	margin: 0px 0px 30px 0px;
}
.jitsu_white img {
	box-sizing: border-box;
	border: 1px solid #51C182;
}
.sell_manu {
	height: 770px;
	margin: 0 auto;
	padding: 40px 0;
	clear: both;
}
.sell_manu .m_01 {
	margin: 0 0 0 70px;
	padding: 0 0 0 15px;
	float: left;
	width: 220px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.sell_manu .m_01 p {
	margin: 10px 0;
	font-size: 16px;
}
.sell_manu .m_02 {
	float: left;
	width: 250px;
	padding: 0 0 0 15px;
	float: left;
	width: 220px;
	border-right: 1px solid #CCCCCC;
}
.sell_manu .m_02 p {
	margin: 10px 0;
	font-size: 16px;
}
.sell_manu .m_03 {
	float: left;
	width: 250px;
	padding: 0 0 0 15px;
	float: left;
	width: 220px;
	border-right: 1px solid #CCCCCC;
}
.sell_manu .m_03 p {
	margin: 10px 0;
	font-size: 16px;
}
.sell_mail {
	height: 260px;
	margin: 0 auto;
	padding: 40px 0;
	clear: both;
}
.sell_mail .m_01 {
	margin: 0 0 0 70px;
	padding: 0 0 0 15px;
	float: left;
	width: 220px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.sell_mail .m_01 p {
	margin: 10px 0;
	font-size: 16px;
}
.sell_mail .m_02 {
	float: left;
	width: 250px;
	padding: 0 0 0 15px;
	float: left;
	width: 220px;
	border-right: 1px solid #CCCCCC;
}
.sell_mail .m_02 p {
	margin: 10px 0;
	font-size: 16px;
}
.sell_mail .m_03 {
	float: left;
	width: 250px;
	padding: 0 0 0 15px;
	float: left;
	width: 220px;
	border-right: 1px solid #CCCCCC;
}
.sell_mail .m_03 p {
	margin: 10px 0;
	font-size: 16px;
}
.sell_anji {
	height: 590px;
	margin: 0 auto;
	padding: 40px 0;
	clear: both;
}
.sell_anji .m_01 {
	margin: 0 0 0 70px;
	padding: 0 0 0 15px;
	float: left;
	width: 337px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.sell_anji .m_01 p {
	margin: 10px 0;
	font-size: 14px;
	line-height: 2.2em;
}
.sell_anji .m_02 {
	float: left;
	width: 250px;
	padding: 0 0 0 15px;
	float: left;
	width: 337px;
	border-right: 1px solid #CCCCCC;
}
.sell_anji .m_02 p {
	margin: 10px 0;
	font-size: 14px;
	line-height: 2.2em;
}
.sell_anji .m_03 {
	float: left;
	width: 250px;
	padding: 0 0 0 15px;
	float: left;
	width: 220px;
	border-right: 1px solid #CCCCCC;
}
.sell_anji .m_03 p {
	margin: 10px 0;
	font-size: 16px;
}
.start {
	background-image: url(../img/midasi01_photo.png);
	background-position: 570px 250px;
	background-repeat: no-repeat;
	background-size: 220px;
}
.sell_taikou {
	height: 400px;
	margin: 0 auto;
	padding: 40px 0;
	clear: both;
}
.sell_taikou .m_01 {
	margin: 0 0 0 70px;
	padding: 0 0 0 15px;
	float: left;
	width: 337px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.sell_taikou .m_01 p {
	margin: 10px 0;
	font-size: 18px;/* line-height: 2.2em; */
}
.sell_taikou .m_02 {
	float: left;
	width: 250px;
	padding: 0 0 0 15px;
	float: left;
	width: 337px;
	border-right: 1px solid #CCCCCC;
}
.sell_taikou .m_02 p {
	margin: 10px 0;
	font-size: 18px;
}
.sell_taikou .m_03 {
	float: left;
	width: 250px;
	padding: 0 0 0 15px;
	float: left;
	width: 220px;
	border-right: 1px solid #CCCCCC;
}
.sell_taikou .m_03 p {
	margin: 10px 0;
	font-size: 16px;
}
.sell_toku {
	height: 300px;
	margin: 0 auto;
	padding: 40px 0;
	clear: both;
}
/*===========================================================================
         hover
===========================================================================*/

a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
/*===========================================================================
         コンテンツ
===========================================================================*/


.header {
	background-image: url(../img/header.png);
	background-position: center;
	display: block;
	width: 100%;
	height: 403px;
	background-repeat: no-repeat;
	margin: 0 auto;
	text-align: center;
}
.contents-top {
	width: 870px;
	height: 100%;
	overflow: hidden;
	text-align: center;
	margin: 10px auto;
	padding: 10px 0;
	background-color: black;
	color: white;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.3em;
}
/*===========================================================================
         テーブル
===========================================================================*/

.table_entry {
	width: 80%;
	border-collapse: separate;
	border-spacing: 1px;
	margin: 0 auto 30px auto;
}
.table_entry tr th, .table_entry tr td {
	vertical-align: middle;
	padding: 10px;
	border: 1px solid #ccc;
}
.table_entry tr th {
	color: #fff;
	font-weight: bold;
	background: #333333;
}
.table_entry tr td span {
	font-size: 12px;
	padding-left: 10px;
}
.sell_back {
	/*background-image:url(../img/sell_back.png);*/
	background-position: 0px -110px;
	background-repeat: no-repeat;
	text-align: center;
}
.sell_back p {
	margin: 10px 0 30px 0;
	font-size: 20px;
}
.table-a {
	border-collapse: collapse;
	border-spacing: 0;
	border: #cccccc solid 1px;
	width: 70%;
	margin: 0 auto 80px auto;
}
.table-a th {
	font-size: 13px;
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
	vertical-align: top;
	padding: 2px 10px;
	background: #efefef;
	border-bottom: #cccccc solid 1px;
}
.table-a td {
	font-size: 13px;
	text-align: left;
	vertical-align: top;
	padding: 2px 10px;
	border-bottom: #cccccc solid 1px;
}
footer {
	margin: 0 80px 0 0;
	text-align: center;
}
