body {
	background: #fafafa;
}
a {
  color:grey;
}
.container {
  max-width: 400px;
  margin: 0 auto;
}
.title {
  color: rgb(61, 61, 61);
  text-align: center;
  letter-spacing: 5px;
  font-size: 15px;
  margin: 20px auto;
}
.tabcontent {
	padding: 20px;
}
.tab {
	padding: 10px;
  letter-spacing: 1px;
  border-radius: 5px 5px 0 0;
	border: 1px solid rgb(205, 194, 245);
	border-bottom: 0px;	
	display: inline-block; 
  color: rgb(205, 194, 245);
	cursor: pointer;
}
.current-tab { 
  background: rgb(205, 194, 245);
  color: #333;
}
#tab-content {
	overflow-x: hidden;
	overflow-y: visible;
	position: relative;
}
.tabcontent {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #fff;
	width: 100%;
	border: 1px solid rgb(205, 194, 245);
	border-top: 0px;
	transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
}
.tabcontent:first-child {
	position: relative;	
}
.tabcontent.tab-active {
  color: #333;
	border-top: 0px;
  display: block;
	transform: translateY(0%);
	-moz-transform: translateY(0%);
	-webkit-transform: translateY(0%);
}
.box2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #464545;/*文字色*/
    background: rgb(252, 241, 241);
    border: solid 3px #bd23d1;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box2 p {
    margin: 0; 
    padding: 0;
}

* {
	margin:0; padding:0;
  }
  header {
	height: 30px;
	width: 100%;
	padding: 7px 0;
    background-color: rgb(205, 194, 245);
	color: rgb(61, 61, 61);
  }
  header .headline{
	  line-height: 30px;
	  float: left;
	  font-size: 15px;
	  margin-left: 30px;
  }
  .nav-list {
	  line-height: 30px;
	  float: left;
	  margin-left: 15px;
	  list-style: none;
  }
  .nav-list-item {
	list-style: none;
	display: inline-block;
	margin: 0 10px;
  }
  footer{
	  width: 100%;
	  height: 50px;
	  background-color: #174a5c;
	  color: white;
	  text-align: center;
  }
  ul.footer-menu li {
  display: inline;
  }

  * {
	float: none;
	position: static;
}
 
img {
	max-width: 100%;
	height: auto;
}