body {
   margin: 0px;
   -webkit-text-size-adjust: 100%;
  color: #333;
  font-size: 12pt;
  text-align: center;
}

a {
  color: #000;
}

a:hover {
  color: #808;
}

#out {
  width: 958px;
  text-align: center;
  margin: auto;
}

#main {
  text-align: left;
  background-color: #fff;
  margin: auto;
}

#left {
  margin: 0 10px 0 0;
  float: left;
  width: 600px;
  background-color: #fff;
  padding: 5px;
}

#right {
  float: right;
  width: 328px;
  background-color: #fff;
  padding: 5px;
}

.hwrapper{
   width: 100%;
  text-align: center;
   background-color: #00f;
}

.header {
 margin: auto;
  background-color: #00f;
  max-width: 958px;
  padding: 10px;
}

#header_l {
  float: left;
  width: 748px;
}

#header_r {
  margin: 0 0 0 10px;
  float: right;
  width: 200px;
}

#main {
 margin: auto;
  width: 958px;
  margin: 0 0 10px 0;
}

.header_lb {
  margin: 0;
}

.header_rb {
  margin: 0;
}

.works {
  margin: 10px 0 0 0;
  border-bottom: 1px dotted #444;
}

.works_pic {
  margin: 0 0 10px 0;
}

.works_right {
  margin: 0 0 10px 0;
}

h1 {
  font-size: 10pt;
  color: #fff;
  font-weight: 700;
  margin: 0;
}

h2 {
  color: #fff;
  background-color: #444;
  font-size: 15pt;
  margin: 10px 0;
  padding: 4px 6px;
}

h3 {
  color: #000;
  margin: 5px 0;
  font-size: 15pt;
  border-bottom: 1px dotted #444;
  padding: 4px 6px;
}

h4 {
  font-size: 12pt;
  color: #000;
  font-weight: 700;
  margin: 0;
}

.img {
  text-align: center;
  margin: 10px;
}

.content {
  margin-bottom: 10px;
  padding: 5px;
}

.form {
  margin-bottom: 20px;
}

.board {
  border-left: solid 3px #777;
  background-color: #ccf;
  margin-bottom: 10px;
  padding: 5px;
}

.info {
  border-top: dotted 3px #777;
  border-bottom: dotted 3px #777;
  background-color: #fff;
  margin-bottom: 10px;
  padding: 5px;
}

input.submit_button {
  width: 300px;
  height: 50px;
}

.pad {
  padding: 5px;
}

.shop_box {
  border: solid 1px #ccc;
  margin: 10px 0 0;
}

#foot_box {
  background-color: #00f;
  color: #000;
  fontsize: 8px;
  border-top: solid 3px #000;
  margin: 10px 0 0;
  padding: 5px;
}

#foot_box ul {
  font-size: 0;
}

#foot_box ul li {
  display: inline-block;
  background-color: #ccc;
} 

#foot_box ul li a {
  text-align: center;
  font-size: 10pt;
  margin: 10px;
}

*.float {
  float: left;
  margin-right: 1em;
}

h6, h5 {
  font-size: 9pt;
  font-weight: 500;
  margin: 0;
}

.clear, .c-both {
  clear: both;
}

.topifoot {
  text-align: right;
  font-weight: 300;
}

.logge {
  margin: 10px 0 0;
}

.date {
  float: left;
  width: 100px;
}

.title {
  float: right;
  width: 558px;
}

.banner {
  margin: 0 0 5px;
  border: solid 1px #ccc;
}

.ads {
  margin: 0 0 5px;
}

.panlist {
  margin: 5px 0;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

input {
  width: 100%;
  max-width: 500px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

textarea {
  width: 100%;
  max-width: 600px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

input[type="submit"] {
  max-width: 400px;
}

#nav {
  background-color: #444;
  padding: 3px;
}

#nav ul {
  padding: 0px;
  margin: 0px;
}

#nav ul li {
  display: inline;
  margin: 0px;
  padding: 10px;
  border-right: solid 1px #fff;
}

#nav ul li a {
  color: #fff;
}

#nav ul li a:hover {
  border-bottom: dotted 1px #fff;
}

.blog ul {
  padding: 0;
}

.blog ul li, ol li {
  color: #404040;
  border-left: solid 6px #1fa67a;/*左側の線*/
  border-bottom: solid 2px #dadada;/*下に灰色線*/
  background: whitesmoke;
  margin-bottom: 5px;/*下のバーとの余白*/
  line-height: 1.5;
  padding: 0.5em;
  list-style-type: none!important;/*ポチ消す*/
}

.blog ul li a {
  color: #404040;
}

nav.menu {
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
  position: fixed;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
}

nav .menu1 {
  width: 30px;
  height: 4px;
  background-color: #fff;
  top: 0px;
  position: absolute;
}

nav .menu2 {
  width: 30px;
  height: 4px;
  background-color: #fff;
  top: 8px;
  position: absolute;
}

nav .menu3 {
  width: 30px;
  height: 4px;
  background-color: #fff;
  top: 16px;
  position: absolute;
}

nav .menu1, nav .menu2, nav .menu3 {
  transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  /* Opera */
  -moz-transition: all 0.5s ease-out;
  /* Firefox */
  -webkit-transition: all 0.5s ease-out;
  /* GoogleChrome, Safari */
  -ms-transition: all 0.5s ease-out;
  /* IE */
}

nav .menuclick1 {
  top: 8px;
  -o-transform: rotate(405deg);
  -moz-transform: rotate(405deg);
  -webkit-transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  transform: rotate(405deg);
}

nav .menuclick2 {
  background-color: rgba(255, 255, 255, 0);
}

nav .menuclick3 {
  top: 8px;
  -o-transform: rotate(-405deg);
  -moz-transform: rotate(-405deg);
  -webkit-transform: rotate(-405deg);
  -ms-transform: rotate(-405deg);
  transform: rotate(-405deg);
}

#menu {
  position: fixed;
  font-weight: bold;
  display: none;
  right: 15px;
  top: 20px;
  list-style-type: none;
  background-color: #fff;
  border: 1px solid #999;
  padding: 20px 20px 20px 20px;
  z-index: 1;
}

#menu li {
  width: 260px;
}

#menu li a {
  background-color: #ccf;
  border-bottom: 1px solid #fff;
  display: block;
  padding: 10px;
  text-decoration: none;
}

#nav ul li a:hover {
  border-bottom: dotted 1px #fff;
}

#cat ul {
  padding: 0px;
  margin: 0px;
}

#cat ul li {
  display: inline-block;
  text-align: center;
  font-size: 10pt;
  width: 24%;
}

#cat ul li a {
  background-color: #00f;
  border: solid 1px #ff0;
  color: #ff0;
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
  padding: 20px 0;
}

#cat ul li a:hover {
  background-color: #ccc;
  display: block;
  text-decoration: none;
}

table.cop {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    text-align: left;
    line-height: 1.5;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
table.cop th {
    width: 35%;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    background: #eee;
}
table.cop td {
    width: 65%;
    padding: 10px;
    vertical-align: top;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}