@charset 'utf-8';
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
p,
th,
td,
img {
  margin: 0;
  padding: 0;
  border: 0;
}

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

body {
  line-height: 2;
  background: #fff;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  color: #333;
}

ol,
ul {
  list-style: none;
}

a {
  color: #1d3994;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.color1 {
  color: #d70035;
}

.color2 {
  color: #000;
  font-weight: bold;
}

.color3 {
  color: #006400;
}

/*header*/

header {
  position: fixed;
  top: 0;
  left: 200px;
  width: 100%;
  height: 70px;
  background: #fff;
  z-index: 1000;
  border-left: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}

h1 {
  position: fixed;
  top: 2px;
  left: 14px;
  font-family: "Playball", cursive;
  font-size: 5rem;
  line-height: 60px;
}

h1 a {
  color: #000;
  text-decoration: none;
}

h1 a:hover {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  text-decoration: none;
}

.h1_sub {
  position: fixed;
  top: 49px;
  left: 18px;
  margin: 0;
  font-size: 1.2rem;
}

.h1_subcol {
  color: #d70035;
}

/*layout*/

.wrapper {
  float: right;
  width: 100%;
  margin-top: 70px;
  margin-left: -200px;
}

.main {
  width: 100%;
  float: left;
  margin-right: -340px;
}

.content {
  width: 100%;
  float: right;
  margin-left: -220px;
}

.top_content_inner {
  margin-left: 200px;
  margin-right: 340px;
  border-left: solid 1px #ddd;
}

.content_inner {
  margin-left: 200px;
  border-left: solid 1px #ddd;
}

.rightside {
  width: 320px;
  float: right;
  margin: 40px 0 0;
  padding-right: 20px;
}

footer {
  clear: both;
  height: 30px;
  line-height: 30px;
  margin-left: 200px;
  background-color: #ddd;
}

footer p {
  color: #222;
  font-size: 1.2rem !important;
  text-align: center;
}

/*right_content*/

.rightside p {
  margin: 0;
  padding: 20px 0;
  text-align: center;
  font-size: 1.5rem;
}

.right_box {
  padding: 10px 0;
}

.right_box a {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: solid 1px #ddd;
  background: #fff;
  text-align: left;
  font-weight: normal;
  font-size: 1.5rem;
  text-decoration: none;
  color: #333;
}

.edit_ser:before {
  padding: 0 10px;
  font-family: "FontAwesome";
  content: "\f044";
}

.template:before {
  padding: 0 10px;
  font-family: "FontAwesome";
  content: "\f108";
}

.form_tem:before {
  padding: 0 10px;
  font-family: "FontAwesome";
  content: "\f003";
}


.fb {
  position: absolute;
  top: 20px;
  left: 230px;
}

.tw {
  position: absolute;
  top: 50px;
  left: 230px;
}

.copyright {
  position: absolute;
  bottom: 10px;
  right: 10px;
  margin: 0;
  font-size: 1.2rem;
  color: #999;
  height: 20px;
  line-height: 20px;
}

/*topcontrol*/

.topcontrol {
  color: #777;
}

.topcontrol:hover {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
}

@media screen and (max-width: 960px) {
  header {
    left: 0;
    height: 50px;
    border-left: none;
  }
  h1 {
    position: fixed;
    top: 2px;
    left: 50px;
    font-size: 3rem;
    width: auto;
    z-index: 1100;
    height: 50px;
    line-height: 50px;
  }
  .h1_sub {
    position: fixed;
    top: 10px;
    left: 180px;
    font-size: 1.2rem !important;
    z-index: 1200;
    width: 100px;
    line-height: 15px;
  }
  .wrapper {
    margin: 50px 0 0 0;
  }
  .main,
  .content,
  .content_inner,
  .top_content_inner {
    margin: 0;
  }
  .rightside {
    width: 100%;
    margin: 20px;
    padding: 0 0 0 40px;
  }
  footer {
    margin-left: 0;
  }
  .copyright {
    bottom: 5px;
    right: 5px;
  }
  .topcontrol {
    bottom: 100px !important;
  }

}