@charset "utf-8";
/* CSS Document */

/*
=========================================

全ページ共通左カラム定義

=========================================
*/
#aside {
    width: 250px;
    padding-right: 30px;
    text-align: left;
    margin-top: -8px;
    font-size: 83%;
}

a.left-head:link {
  color: #FFF;
}
a.left-head:visited {
  color: #FFF;
}

/*
=========================================

名入れ左カラム

=========================================
*/
.naire_ttl {
  padding: .5em .75em;
  background: -webkit-repeating-linear-gradient(45deg, #EC6D88, #EC6D88 5px, #EF889A 5px, #EF889A 10px);
  background: repeating-linear-gradient(45deg, #EC6D88, #EC6D88 5px, #EF889A 5px, #EF889A 10px);
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
  font-weight: bolder;
  font-size: 1.2em;
  margin-top: 1em;
}
.naire_ttl a:link {
  color: #FFF;
}
.naire_ttl a:visited {
  color: #FFF;
}
.naire_ttlS {
  display: inline-block;
  width: 200px;
  height: 30px;
  text-decoration: none;
  line-height: 30px;
  outline: none;
  font-size: 14px;
  font-weight: bolder;
  background-color: #F7C8CE;
  margin: .5em 0 0 10px;
  padding-left: 1em;
}
.naire_ttlS:hover {
  background-color: #59b1eb;
}
.naire_ttlS::before, .naire_ttlS::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.naire_ttlS, .naire_ttlS::before, .naire_ttlS::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.naire_cotegories {
  padding: .5em 1em;
  line-height: 2em;
}
.naire_hinmei {
  padding-bottom: .5em;
  border-bottom: 1px dashed #ccc;
}
.guide_text2 {
  text-align: center;
  line-height: 1em;
}
