@charset "utf-8";

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 120px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 96%;
  /* Set the fixed height of the footer here */
  height: 100px;
}
.container .text-muted {
  margin: 20px 0;
}

header,main{
	margin-bottom:20px;
}
section{
	margin-bottom:20px;
}
label{
	font-size:12px;
}
.oddarea{
	background-color:#eee;
}
.lpad20{
	padding-left:20px;
}
.rpad20{
	padding-right:20px;
}
.tpad20{
	padding-top:20px;
}
.bpad20{
	padding-bottom:20px;
}
.tpad30{
	margin-top:30px
}
.tmargin30{
	margin-top:30px
}

.bmargin30{
	margin-bottom:30px
}
h2{
	padding-bottom:7px;
	border-bottom:1px solid #ccc;
	margin-bottom:15px;
}
#form_goods2,#form_goods3,#form_goods4,#form_goods5{
	display:none;
}
#form_goods1,#form_goods3,#form_goods5{

}

/* ページトップ */
#page-top {
    position: fixed;
    bottom: 5px;
    right: 20px;
    font-size: 80%;
    z-index:10;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 10px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}