<style>

/* reset */
body, p, h2{
	margin: 0;
	padding: 0;
}

/* text */
p {
    color: #39f;
	font-size: 12px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 4px;
}

/* wide control */
.width-keeper{
	margin-left:auto;
	margin-right:auto;
	max-width: 640px;
}

/* contents */
.header{
	margin-top:20px;
	background-color:#fff;
	height:70px;
/*	color:#FFF;   */
/*	border-radius:6px;   */
/*	background-size:contain;   */
/*	-webkit-background-size:auto 100px;   */
}

.contents{
	margin-top: 20px;
}
	.contents .container{
		margin:0 15px;
		padding:5px;
		background-color:#39f;
		border-radius:6px;
	}

	.contents .containers{
        margin:0px auto;
		padding:0px;
		background-color:#39f;
		border-radius:6px;
	}

.footer{
	margin-top:10px;
	background-color:#0082c6;
	height:35px;
	color:#FFF;
	border-radius:6px;
	text-align: center;
}

.address{
	padding-top:10px;
	text-align:center;
	font-size: 9pt;
	color:#39F;
	font-family: 'MS Pゴシック';
	line-height: 1.5;
}

.copyright{
	padding-top:10px;
	text-align:center;
	font-size: 10pt;
	color:#39F;
}

.child {
    display: none;
}

/*! floating　*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
 
#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  background-color: #39F;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*! Table　*/
.table-ul{
	background-color: #39f;
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 83%;
	font-weight: bold;
	margin: 0 auto;
	padding-left: 4px;
}

.table-ul li {
	border-right: 1px solid #fff;
	display: table-cell;
	vertical-align: middle;
}

.table-ul li:last-child{
	border-right: 0;
}
	
.table-ul li a {
    color: #fff;
	display: block;
	font-size: 12px;
	text-decoration: none;
	padding: 10px 0;
}

/*! Square　*/
.square {
  width: 200px;
  height: 18px;
  border: 0px solid #39f;
  background: #3399ff;
  border-radius: 5px 5px 0px 0px;
  font-size: 12px;
  font-weight: bold;
  padding-top:5px;
}

/*! Triangle　*/
.box {
  width: 0;
  height: 0;
  border: 135px solid transparent;
  border-top: 20px solid #39f;
  border-bottom: none;
}

</style>
