@import url("plugin.css");
@import url("bootstrap.css");

@media only screen and (min-width:768px){
body {
  background-color: transparent;
  background-image: none;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 14px;
  text-align: center;
}

a:link {
  color: navy;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  background-color: transparent;
  text-decoration: underline;
}

#wrapper {
  width: 98%;
  background-color: #ffffff;
  background-image: none;
  padding-top: 0;
  padding-right: 1%;
  padding-bottom: 0;
  padding-left: 1%;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  text-align: left;
  position: relative;
}

#headcopy {
  width: auto;
  background-color: transparent;
  background-image: none;
  text-align: left;
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  margin-left: 0;
  margin-right: 0;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

#main {
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  float: none;
}

h1 {
  color: #cccccc;
  font-size: 12px;
  text-align: 1em;
  font-weight: 400;
  margin-top: 10px;
  margin-left: auto;
  margin-right: 40px;
  margin-bottom: 0;
  display: block;
}

#qhm_eyecatch  h1 {
  color: #fff;
 font-size:26pt;			/*  フォントサイズ */
font-weight: bold;
  display: block;
  text-shadow: 0px 4px 4px rgba(0,0,0,0.8),
               0px 8px 13px rgba(0,0,0,0.1),
               0px 8px 13px rgba(0,0,0,0.1);
 }

#qhm_eyecatch p {
  color: #fff;
  font-weight: bold;
  text-shadow: 2px 2px 2px #000;
 }

#wrap_sidebar {
  width: 24%;
  float: right;
  overflow: hidden;
  background-color: #fff;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
}

#header {
  background-color: transparent;
  margin-top: 10px;
  margin-left: 40px;
  margin-right: auto;  
  background-image: url('logo.png');
  background-repeat: no-repeat;
  background-position: 5px top;
}

#header a {
  text-decoration: none;
}

#logo_text {
 width: 400px;				/* 表示の横幅 */
background-color: transparent;
  color: #414141;
  text-align: right;
  font-size: 28px;
  font-weight: 700;
  padding-top: 30px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-left: 300px;
  margin-right: 40px;
  margin-bottom: 0;
}

#logo_text a {
  display: block;
  background-color: transparent;
  background-image: none;
  color: #414141;
  font-weight: 700;
  padding-top: 0;
  padding-right: 15px;
  padding-bottom: 0;
  padding-left: auto;
  text-decoration: none;
  font-weight: normal;
  text-align: right;
}

#logo_text a:hover {
  background-color: transparent;
  background-image: none;
  color: #444;
  text-decoration: none;
}

#navigator {
  width: 98%;
  font-size: 14px;
  line-height: 18px;
  left: 50%;
  padding-left: 0px;
  padding-right: 0px;
  background-color: transparent;
  background-image: none;
  margin-top: 15px;
  margin-left: 20px;
  margin-right:20px;				/* 右マージン */
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

#navigator a {
  color: #fff;
  text-decoration: none;
  border: 2px solid #ACE11B;
  border-radius: 6px 6px 0px 0px;
}

#navigator p {
  color: #ccc;
  margin-left: 10px;
}

#navigator ul {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  height: 20px;
  width: 100%;
  list-style: none;
}

#navigator ul li {
  background-color: #ACE11B;
  background-image: none;
  float: left;
  margin-top: 0;
  margin-left: 0px;
  margin-right: 10px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0;
  border-radius: 6px 6px 0px 0px;
}

#navigator ul li.focus {
  background-color: #fff;
  color: #0EAE99;
  background-image: none;
  font-weight: normal;
  text-shadow: 0 1px 0 #ACE11B;
  border-bottom: 2px solid #fff;
}

#navigator ul li.focus a {
  color: #0EAE99;
  border-bottom: 4px solid #FFF;
}

#navigator ul li a {
  padding-right: 0;
  padding-left: 0;
  display: block;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}

#navigator ul li a:hover {
  color: #fff;
  background-color: #0EAE99;
  background-image: none;
  border: 2px solid #0EAE99;
}

#navigator a:hover {
  color: #fff;
  background-color: transparent;
  background-image: none;
}

#menubar {
  margin: 0;
  padding: 0px 10px 2px 10px;
  background-color: transparent;
  background-image: url('widget-bg.jpg');
  background-repeat: repeat-y;
  background-position: 0 0;
  color: #666;
  width: 255px;
}

.menu_bottom {
  margin: -5px 0 20px 0;
  width: 275px;
  height: 27px;
  background-image: url(widget-footer.jpg);
  backgroud-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent;
}

.bar a:hover {
  background-color: transparent;
  color: #333;
}

.bar h2 {
  font-size: 1em;
  line-height: 48px;
  padding-top: 0;
  padding-right: 4px;
  padding-bottom: 0;
  padding-left: 20px;
  background-color: transparent;
  background-image: url("widget-header.jpg");
  background-repeat: no-repeat;
  background-position: 5px top;
  color: #0EAE99;
  text-align: left;
  font-weight: bold;
  margin-top: 0px;
  margin-left: -15px;
  margin-right: 0;
  margin-bottom: 3px;
  width: 275px;
}

.bar h2 a {
  text-decoration: none;
  display: block;
  width: 100%;
  color: #0EAE99;
  margin-top: 0;
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: 0px;
  padding-top: 0;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 0px;
}

.bar h2 a:hover {
  background-color: transparent;
  background-image: none;
  color: #0EAE99;
  text-decoration: none;
  padding-top: 0;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 0px;
}

.bar h2.focus {
  background-image: url('widget-header.jpg');
  background-repeat: no-repeat;
  background-position: 50% 0%;
}

.bar h2.focus a {
  text-decoration: none;
}

.bar h3 {
  font-size: 1em;
  line-height: 28px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 15px;
  background-color: transparent;
  background-image: url('bullet.png');
  background-repeat: no-repeat;
  background-position: 0% 50%;
  color: #87B212;
  text-align: left;
  margin-top: 1px;
  margin-left: 10px;
  margin-right: 0;
  margin-bottom: 0;
}

.bar h3 a {
  text-decoration: none;
  display: block;
  width: 100%;
  color: #87B212;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.bar h3 a:hover {
  background-color: transparent;
  background-image: none;
  color: #0EAE99;
  text-decoration: none;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.bar h3.focus {
  background-image: url(bullet.png);
  background-repeat: no-repeat;
  background-position: left center;
}

.bar h3.focus a {
  text-decoration: none;
}

.bar h4 {
  font-size: 1em;
  line-height: 26px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 15px;
  background-color: transparent;
  background-image: url('bullet.png');
  background-repeat: no-repeat;
  background-position: 0% 50%;
  color: #87B212;
  text-align: left;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 0;
  margin-bottom: 5px;
}

.bar h4 a {
  text-decoration: none;
  display: block;
  width: 100%;
  color: #87B212;
  margin-top: 0;
  margin-left: -15px;
  margin-right: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 0;
  padding-bottom: 0;
}

.bar h4 a:hover {
  background-color: transparent;
  background-image: none;
  color: #0EAE99;
  text-decoration: none;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 0;
  padding-bottom: 0;
}

.bar h4.focus {
  background-image: ;
  background-repeat: no-repeat;
  background-position: left center;
}

.bar h4.focus a {
  text-decoration: none;
}

.bar h5 {
  line-height: 30px;
  padding-top: 0;
  padding-right: 4px;
  padding-bottom: 0;
  padding-left: 4px;
  background-color: transparent;
  background-image: url(bar_h2_bg.png);
  background-repeat: repeat;
  background-position: left top;
  color: #0EAE99;
  text-align: left;
  font-size: 1em;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 0;
  margin-bottom: 3px;
}

.bar h5 a {
  text-decoration: none;
  display: block;
  width: 100%;
  color: #0EAE99;
  margin-top: 0;
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: 0px;
  padding-top: 0;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 0px;
}

.bar h5 a:hover {
  background-color: transparent;
  background-image: none;
  color: #0EAE99;
  text-decoration: none;
  padding-top: 0;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 0px;
}

.bar h5.focus {
  background-image: url('widget-header.jpg');
  background-repeat: no-repeat;
  background-position: 50% 0%;
}

.bar h5.focus a {
  text-decoration: none;
}

#content {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 15px;
  padding-right: 15px;
  background-color: transparent;
  background-image: none;
  padding-top: 0;
  padding-bottom: 5px;
}

#body {
  line-height: 1.5em;
  width: 100%;
  word-break: normal;
}

#body p {
}

#body h2 {
  line-height: 25px;
  padding-top: 2px;
  padding-right: 0;
  padding-bottom: 2px;
  padding-left: 10px;
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 0;
  background-color: #0EAE99;
  background-image: none;
  color: #FFFFFF;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #DDDDDD;
}

#body h3 {
  line-height: 1em;
  padding-top: 7px;
  padding-right: 0;
  padding-bottom: 6px;
  padding-left: 0px;
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 0;
  background-color: transparent;
  background-image: none;
  color: #87B212;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #DDDDDD;
}

#body h4 {
  line-height: 1em;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 0px;
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 3px;
  background-color: transparent;
  background-image: none;
  border-bottom-style: dashed;
  border-bottom-color: none;
  border-bottom-width: 1px;
  color: #89796E;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}

#body ul.list1 {
  padding-left: 16px;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 16px;
  list-style-image: url(list_list1.png);
}

#body ul.list2 {
  padding-left: 16px;
  margin-left: 16px;
  list-style-image: url(list_list2.png);
}

#body ul.list3 {
  padding-left: 16px;
  margin-left: 16px;
  list-style-image: url(list_list3.png);
}

.style_table {
  margin-right: auto;
  margin-left: auto;
  background-color: #333;
  border-collapse: separate;
  border-spacing: 1px;
  text-align: left;
  color: inherit;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.style_th {
  color: inherit;
  font-weight: bold;
  background-color: #eee;
  background-image: none;
  text-align: center;
  border-top-color: #333;
  border-bottom-color: #333;
  border-right-color: #333;
  border-left-color: #333;
  margin-top: 1px;
  margin-left: 1px;
  margin-right: 1px;
  margin-bottom: 1px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}

.style_td {
  color: inherit;
  background-color: #fff;
  background-image: none;
  border-top-color: #333;
  border-bottom-color: #333;
  border-right-color: #333;
  border-left-color: #333;
  margin-top: 1px;
  margin-left: 1px;
  margin-right: 1px;
  margin-bottom: 1px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}

#navigator2 {
  margin: 0px;
  background-color: transparent;
  background-image: url('widget-bg.jpg');
  background-repeat: repeat-y;
  background-position: 0 0;
  color: #666;
  width: 255px;
  padding: 0px 10px 2px 10px;
}

#navigator2 a {
}

#footer {
  width: 100%;
  color: #FFFFFF;
  background-color: transparent;
  background-image: url('footer.jpg');
  background-repeat: no-repeat;
  background-position: 50% 0%;
  margin-top: 30px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
}

#footer a {
  color: #FFFFFF;
  text-decoration: underline;
}

#footer a:hover {
  background-color: transparent;
  background-image: none;
  color: #999;
}

#copyright {
  font-size: 13px;
  text-align: center;
}

#licence {
  text-align: right;
  font-size: 10px;
  background-color: transparent;
  background-image: none;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

#licence a {
}

#licence a:hover {
  background-color: transparent;
  background-image: none;
}

#licence p {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

blockquote {
  padding-left: .3em;
  margin-top: 1em;
  margin-left: 2em;
  margin-right: 2em;
  margin-bottom: 1em;
}

dd {
  margin-top: 2px;
  margin-left: 20px;
  margin-right: 0;
  margin-bottom: 5px;
}

em {
  font-style: italic;
}

hr {
  border-top-width: 2px;
  border-top-color: #999;
  border-top-style: solid;
  margin-top: 5px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 5px;
}

img {
  vertical-align: middle;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
  background-color: #fff;
  border-top-width: 1px;
  border-top-color: #666;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-color: #889;
  border-right-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #889;
  border-bottom-style: solid;
  border-left-width: 1px;
  border-left-color: #666;
  border-left-style: solid;
  color: #000;
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  padding-top: .5em;
  padding-left: .5em;
  padding-right: .5em;
  padding-bottom: .5em;
}

strong {
  font-weight: 700;
}

div.ie5 {
  text-align: center;
}

span.handline {
  padding-bottom: .2em;
  background-image: url(line.gif);
  background-repeat: repeat-x;
  background-position: bottom;
}

span.noexists {
  color: #33F;
  background-color: #FFFACC;
}

span.noexists a {
  color: #33F;
}

span.size1 {
  font-size: xx-small;
}

span.size2 {
  font-size: x-small;
}

span.size3 {
  font-size: small;
}

span.size4 {
  font-size: medium;
}

span.size5 {
  font-size: large;
}

span.size6 {
  font-size: x-large;
}

span.size7 {
  font-size: xx-large;
}

tfoot td.style_td {
  color: inherit;
  background-color: #eee;
  border-top-color: #333;
  border-bottom-color: #333;
  border-right-color: #333;
  border-left-color: #333;
}

tfoot th.style_th {
  color: inherit;
  background-color: #eee;
  border-top-color: #333;
  border-bottom-color: #333;
  border-right-color: #333;
  border-left-color: #333;
}

thead td.style_td {
  color: inherit;
  background-color: #eee;
  border-top-color: #333;
  border-bottom-color: #333;
  border-right-color: #333;
  border-left-color: #333;
}

thead th.style_th {
  color: inherit;
  background-color: #eee;
  border-top-color: #333;
  border-bottom-color: #333;
  border-right-color: #333;
  border-left-color: #333;
}

#body del {
  color: #444;
}

#body h1 {
  line-height: 1em;
  margin-top: 5px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 5px;
}

#body h1 a {
  text-decoration: none;
}

#body h2 a {
  text-decoration: none;
  color: #ACE11B;
}

#body h2 a:hover {
  color: #ccc;
}

#body h2.calender {
  color: #89796E;
  font-size: 16px;
  border-bottom-style: dotted;
  border-bottom-width: 2px;
  border-bottom-color: #9c6;
  padding-top: 3px;
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
}

#body h2.calender a {
  color: #89796E;
}

#body h2.calender a:hover {
  color: #666;
}

#body h3 a {
  text-decoration: none;
  color: #89796E;
}

#body h3 a:hover {
  color: #666;
}

#body h4 a {
  color: #89796E;
  text-decoration: none;
}

#body h4 a:hover {
  color: #666;
}

#body input {
  line-height: 1em;
}

#body ol.list1 {
  padding-left: 16px;
  margin-left: 16px;
  margin-top: 1em;
  margin-bottom: 1em;
  list-style-type: decimal;
}

#body ol.list2 {
  padding-left: 16px;
  margin-left: 16px;
  list-style-type: lower-roman;
}

#body ol.list3 {
  padding-left: 16px;
  margin-left: 16px;
  list-style-type: lower-alpha;
}

#body strong {
  font-weight: 700;
}

#body strong a {
  font-weight: 700;
}

#body table {
  max-width: 100%;
  word-break: normal;
  word-wrap: break-word;
  border-top-color: #666;
  border-bottom-color: #666;
  border-right-color: #666;
  border-left-color: #666;
}

#body textarea {
  max-width: 100%;
}

#body ul {
  margin-top: 5px;
  margin-left: 30px;
  margin-right: 0;
  margin-bottom: 5px;
}

#body ul ul {
  margin-left: 30px;
}

#content h2.title {
  text-align: right;
  font-size: 10px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-top: 5px;
}

#content h2.title a {
  text-decoration: none;
}

#content h2.title a:hover {
  text-decoration: none;
}

#copyright p {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

#lastmodified {
  text-align: right;
  color: #777;
  font-size: 12px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

#logo {
  text-align: center;
  font-size: 25px;
  background-color: #fff;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

#logo a {
  text-decoration: none;
  color: #630;
}

#logo a:hover {
  text-decoration: none;
  color: #ccc;
}

#logo img {
  width: 750px;
}

#navigator * {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

#note {
  padding-bottom: 5px;
  border-bottom-width: 1px;
  border-bottom-color: #999;
  border-bottom-style: solid;
}

#sidebar {
  color: #666;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

#summary {
  clear: both;
  padding-left: 5px;
  color: #666;
  border-left-width: 4px;
  border-left-color: #999;
  border-left-style: solid;
  margin-top: 45px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

#toolbar {
  text-align: center;
  font-size: 11px;
  padding-top: 3px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 3px;
}

#wrap_content {
  width: 74%;
  float: left;
  overflow: hidden;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

.bar {
  line-height: 1.3em;
  word-break: normal;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 5px;
}

.bar a {
  color: #666;
}

.bar div.jumpmenu {
  display: none;
}

.bar h1 {
  font-size: 1em;
  font-weight: 700;
  margin-top: 1px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.bar img {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.bar li {
  list-style-type: none;
}

.bar ul {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-top: 2px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
}

.bar ul.list1 li {
  margin-left: 0;
}

.bar ul.list2 li {
  margin-left: 0;
}

.bar ul.list3 li {
  margin-left: 0;
}

.small {
  font-size: 100%;
	text-align:left;			/* 文字揃え */
}

.menubox_bottom {
  width: 275px;
  height: 40px;
  background-image: url("widget-footer1.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: #fff;
  margin: -5px 0 0px -10px;
} }

@media only screen and (max-width:767px){
/* 一般項目↓ */
body {
color:#8a8a8a;
background-color:#fff;
font-size:small;
font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.5;
-webkit-text-size-adjust: none;
}

a:link,*.focus a {
color:#ff3333;
text-decoration:none;
}
a:visited {
color:#ff3333;
text-decoration: none;
}
* ul {
padding: 0;
margin: 0;
}
dd {
margin:2px 0 5px 20px;
}
div.ie5 {
text-align:center;
}
em {
font-style:italic;
}
hr {
border-top:2px solid #999;
margin:5px 0;
}
img {
vertical-align:middle;
border:none;
}
pre {
white-space:pre-wrap;
word-wrap:break-word;
overflow:auto;
background-color:#eee;
border-top:#fff 1px solid;
border-right:#889 2px solid;
border-bottom:#889 2px solid;
border-left:#fff 1px solid;
color:#666;
margin:15px;
padding:.5em;
}
span.handline {
padding-bottom:.2em;
background-image:url(line.gif);
background-repeat:repeat-x;
background-position:bottom;
}
span.noexists {
color:#33F;
background-color:#FFFACC;
}
span.noexists a {
color:#33F;
}
span.size1 {
font-size:xx-small;
}
span.size2 {
font-size:x-small;
}
span.size3 {
font-size:small;
}
span.size4 {
font-size:medium;
}
span.size5 {
font-size:large;
}
span.size6 {
font-size:x-large;
}
span.size7 {
font-size:xx-large;
}
strong {
font-weight:700;
}
tfoot td.style_td {
color:inherit;
background-color:#eee;
border-color:#333;
}
tfoot th.style_th {
color:inherit;
background-color:#eee;
border-color:#333;
}
thead td.style_td {
color:inherit;
background-color:#eee;
border-color:#333;
}
thead th.style_th {
color:inherit;
background-color:#eee;
border-color:#333;
}
#lastmodified {
text-align:right;
color:#777;
font-size:12px;
margin:10px 0 0;
}
#note {
padding-bottom:5px;
border-bottom:solid 1px #999;
}
#summary {
clear:both;
padding-left:5px;
color:#000;
border-left:solid 4px #999;
margin:45px 0 0;
}
#toolbar {
text-align:center;
font-size:11px;
padding:3px 0;
}
.bar div.jumpmenu {
display:none;
}
.bar h1 {
font-size:1em;
font-weight:700;
margin:1px 0 0;
}
.small {
font-size:80%;
}

/* Table
----------------------------------------*/
.style_table {
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  text-align: left;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.style_th {
  color: #333;
  font-weight: bold;
  background-color: transparent;
  text-align: center;
  margin: 0px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  border-top-color: #000;
  border-bottom-color: #000;
  border-right-color: #000;
  border-left-color: #000;
  border-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
}

.style_td {
  color: inherit;
  background-color: transparent;
  background-image: none;
  margin: 0px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  border-top-color: #000;
  border-bottom-color: #000;
  border-right-color: #000;
  border-left-color: #000;
  border-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
}

/* Headcopy
------------------------------------*/
#headcopy {
width: auto;
height: auto;
margin: 0;
padding: 2px;
text-align: center;
}
h1 {
color: #cccccc;
font-size: 12px;
text-align: 1em;
margin: 0;
padding: 0 0 15px 0;
border:none;
}

/* Wrapper
-------------------------------------*/
#wrapper{
margin:0 auto;
padding:0 1%;
width:98%;
position:relative;
background:#fff;
}

.inner{
margin:0 auto;
width:100%;
}

/* Header & Logo_text & Logo img
-----------------------------------*/
#header {
  background-color: transparent;
  background-image: none;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

#logo_text {
  background-color: transparent;
  background-image: none;
  color: #414141;
  height: 60px;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

#logo_text a {
  display: block;
  background-color: transparent;
  background-image: none;
  color: #414141;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  width: 98%;
  text-decoration: none;
  font-weight: normal;
  text-align: center;
}

#logo_text a:hover {
  background-color: transparent;
  background-image: none;
  color: #444;
  text-decoration: none;
}

#logo img {
width: 100%;
}
#main_visual img{
width: 98%;
}

/* Main
----------------------------------------*/
#main {
width:100%;
padding:0;
margin:0;
border:none;
background: none;
float:none;
}

#qhm_eyecatch  h1 {
  color: #fff;
font-size:28px;			/*  フォントサイズ */
 font-weight: bold;
text-shadow: 1px 1px 1px #000;
 }

#qhm_eyecatch  a:links {
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
               0px 8px 13px rgba(0,0,0,0.1),
               0px 18px 23px rgba(0,0,0,0.1);
 }
#qhm_eyecatch p {
  color: #fff;
font-size:14px;			/*  フォントサイズ */
  font-weight: bold;
  text-shadow: 1px 1px 1px #000;
 }


/* Wrap Content & Content
-----------------------------------------*/
#wrap_content{
float:none;
width:98%;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
background: #fff;
}
#content{
padding: 15px;
}
#content h2.title {
color: #CCCCCC;
font-size: 10px;
margin: 0;
padding-top: 5px;
text-align: right;
}

/* Body
-----------------------------------------*/
#body {
width:98%;
line-height:1.5em;
word-break:normal;
word-wrap:break-word;
}
#body h2 {
  line-height: 1.2em;
  padding-top: 5px;
  padding-right: 0;
  padding-bottom: 5px;
  padding-left: 0;
  margin-top: 15px;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 0;
  background-color: transparent;
  background-image: none;
  color: #414141;
  text-align: left;
  font-size: 24px;
  font-weight: normal;
}

#body h3 {
  line-height: 1.2em;
  padding-top: 5px;
  padding-right: 0;
  padding-bottom: 5px;
  padding-left: 0;
  margin-top: 15px;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 0;
  background-color: transparent;
  background-image: none;
  color: #8e2525;
  text-align: left;
  font-size: 20px;
  font-weight: normal;
}

#body h4 {
  line-height: 1.2em;
  padding-top: 3px;
  padding-right: 10px;
  padding-bottom: 3px;
  padding-left: 10px;
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 0;
  background-color: transparent;
  background-image: none;
  color: #414141;
  text-align: left;
  font-size: 16px;
  font-weight: normal;
}

#body ul.list1 {
  padding-left: 16px;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 16px;
  list-style-image: url(list_list1_1.png);
  color: #ff3333;
}

#body ul.list2 {
  padding-left: 16px;
  margin-left: 16px;
  list-style-image: url(list_list2_1.png);
}

#body ul.list3 {
  padding-left: 16px;
  margin-left: 16px;
  list-style-image: url(list_list3_1.png);
}

#body strong {
font-weight:700;
}
#body strong a {
font-weight:700;
}
#body table {
max-width:100%;
word-break:normal;
word-wrap:break-word;
border-color:#fff;
}
#body textarea {
max-width:100%;
}
#body ul {
margin:5px 0 5px 30px;
}
#body ul ul {
margin-left:30px;
}
#body ul.list1 {
color:#ff3333;	
padding-left:16px;
margin-left:16px;
margin-top:1em;
margin-bottom:1em;
list-style-image:url(list_list1_1.png);
}
#body ul.list2 {
padding-left:16px;
margin-left:16px;
list-style-image:url(list_list2_1.png);
}
#body ul.list3 {
padding-left:16px;
margin-left:16px;
list-style-image:url(list_list3_1.png);
}


/* Wrap Sidebar
--------------------------------------- */
#wrap_sidebar{
float:none;
width:96%;
overflow:hidden;
background: #fff;
margin-top:20px;
margin-left: auto;
margin-right: auto;
}
#sidebar {
color:#000;
margin:0;
}
#menubar{
color: #333;
padding: 0 0 10px 0;
}

.bar h2 {
  font-size: 14px;
  line-height: 1em;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  background-color: #888b8c;
  background-image: none;
  color: #ede8e8;
  text-align: left;
  font-weight: bold;
  margin-top: 2px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 2px;
  .bar h5: none;
  clear: both;
}

.bar h2 a {
  text-decoration: none;
  display: block;
  width: 100%;
  background-color: center;
  color: #ede8e8;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  line-height: 1em;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  background-attachment: scroll;
  background-position: right;
}

.bar h2 a:hover {
  background-color: transparent;
  background-image: ;
  background-repeat: repeat;
  background-position: left top;
  color: #f2f2f2;
  text-decoration: none;
  display: block;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 2px;
  padding-bottom: 0;
  .bar h5 a: hover;
}

.bar h2.focus {
  background-color: #8d3232;
  background-image: ;
  background-repeat: repeat;
  background-position: left top;
  color: #f2f2f2;
}

.bar h2.focus a {
  text-decoration: none;
}

.bar h3 {
  font-size: 13px;
  line-height: 1em;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  background-color: #ACE11B;
  background-image: none;
  border-bottom-style: dotted;
  border-bottom-color: #fff;
  border-bottom-width: 1px;
  color: #333;
  text-align: left;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  font-weight: bold;
}

.bar h3 a {
  text-decoration: none;
  display: block;
  width: 100%;
  color: #333;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  background-color: transparent;
  background-attachment: scroll;
  background-position: right;
}

.bar h3 a:hover {
  background-color: transparent;
  background-image: none;
  color: #ff0000;
  text-decoration: none;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 0;
  padding-bottom: 0;
}

.bar h3.focus {
  background-image: ;
  background-repeat: repeat;
  background-position: left top;
  color: #333;
}

.bar h3.focus a {
  text-decoration: none;
  color: #333;
}

.bar h4 {
  font-size: 13px;
  line-height: 1em;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  background-color: transparent;
  background-image: none;
  border-bottom-style: solid;
  border-bottom-color: #E0E0E0;
  border-bottom-width: 1px;
  color: #333;
  text-align: left;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  font-weight: normal;
  background-attachment: scroll;
  display: block;
}

.bar h4 a {
  text-decoration: none;
  display: block;
  width: 100%;
  color: #333;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  line-height: 1em;
  background-image: url(arrowR.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right;
  margin-top: 0;
}

.bar h4 a:hover {
  background-color: transparent;
  background-image: none;
  color: #ddc5c5;
  text-decoration: none;
  padding-top: 0;
  padding-left: 23px;
  padding-right: 0;
  padding-bottom: 0;
}

.bar h4.focus {
  background-image: ;
  background-repeat: repeat;
  background-position: left top;
  color: #333;
}

.bar h4.focus a {
  text-decoration: none;
  color: #333;
}

.bar h5 {
  font-size: 12px;
  line-height: 1em;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  background-color: #1d2525;
  background-image: url('menu_bg_h1.png');
  background-repeat: no-repeat;
  background-position: 0% 0%;
  color: #ede8e8;
  text-align: left;
  font-size: 16px;
  margin-top: 2px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 2px;
  font-weight: bold;
  clear: both;
}

.bar h5 a {
  text-decoration: none;
  display: block;
  width: 100%;
  color: #ede8e8;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  line-height: 1em;
  background-attachment: scroll;
  background-position: right;
}

.bar h5 a:hover {
  background-color: #000000;
  background-image: none;
  color: #f2f2f2;
  text-decoration: none;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 2px;
  padding-bottom: 0;
}

.bar h5.focus {
  border-color:#fff;
  background-image: ;
  background-repeat: repeat;
  background-position: left top;
  color: #f2f2f2;
}

.bar h5.focus a {
  text-decoration: none;
  color: #f2f2f2;
}


/* Bar
----------------------------------------*/
.bar{
line-height: 1.2em;
padding:0;
word-break: normal;
}
.bar img {
margin:0 auto;
padding:0;
}
.bar li {
list-style-type:none;
}
.bar ul {
margin:0;
padding:2px 2px 5px 10px;
}
.bar ul.list1 li {
margin-left:0;
}
.bar ul.list2 li {
margin-left:0;
}
.bar ul.list3 li {
margin-left:0;
}
.bar h2 {
  font-size: 16px;
  line-height: 1em;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  background-color: #888b8c;
  color: #ede8e8;
  text-align: left;
  font-weight: bold;
  margin-top: 2px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 2px;
  .bar h5: none;
  clear: both;
}

.bar h2 a {
  text-decoration: none;
  display: block;
  width: 100%;
  background-color: center;
  color: #ede8e8;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  line-height: 1em;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  background-attachment: scroll;
  background-position: right;
}

.bar h2 a:hover {
  display: block;
  background-image: ;
  background-repeat: repeat;
  background-position: left top;
  color: #f2f2f2;
  text-decoration: none;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 2px;
  padding-bottom: 0;
  .bar h5 a: hover;
}

.bar h2.focus {
  background-color: #8d3232;
  background-position: left top;
  color: #f2f2f2;
}

.bar h3 a {
  text-decoration: none;
  display: block;
  width: 100%;
  color: #333;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  background-color: transparent;
  background-image: url(arrowR.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right;
}

.bar h3 a:hover {
  background-color: transparent;
  background-image: none;
  color: #ff0000;
  text-decoration: none;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 0;
  padding-bottom: 0;
}

.bar h3.focus {
  background-image: ;
  background-repeat: repeat;
  background-position: left top;
  color: #333;
}

.bar h3.focus a {
  text-decoration: none;
  color: #333;
}

.bar h4{
font-size: 14px;
font-weight:normal;
line-height: 1em;
text-align:left;
margin: 0;
padding: 10px 10px 10px 20px;
color:#333;
display:block;
border-bottom:1px solid #E0E0E0;
}
.bar h4 a{
display:block;
margin:0;
padding:0;
line-height:1em;
background:none;
color:#333;
}
.bar h4.focus{
color:#333;
}
.bar h4.focus a{
background:none;
color:#333;
}

/* Navigator2
----------------------------------------*/
#navigator2 {
width:100%;
padding:0;
margin:0;
text-align:center;
border:none 0px;
background: none;
clear:both;
}

/* Footer & Copyright
----------------------------------------*/
#copyright {
width:auto;
  background-position: 0 0;
text-align:center;
font-size:10px;
  background-color: #ACE11B;
}
#copyright p {
margin:0;
}

#footer {
width:auto;
color:#fff;
font-size:10px;
margin-bottom:10px;				/* 下マージン */
padding: 10px 10px;
height: auto;
}
#footer a {
color:#fff;
}

/* licence 
----------------------------------------*/
#licence {
width: auto;
margin: 0;
padding: 4px;
background-color: #1d1d1d;
font-size:10px;
text-align:right;
color:#cccccc;
}
#licence a{
color:#cccccc;
}
#licence p{
  margin: 0;
}

/* ここから、プラグイン関連 */
/* 最新の○件、人気の○件などのul
--------------------------------------- */
.bar ul {
margin: 5px;
padding: 5px 10px;
}
.bar ul li{
border-bottom:1px dotted #000;
padding: 3px;
}
.bar ul li a{
display:block;
background: url(arrowR.png) center right no-repeat scroll;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding-right:10px;
}


/* .Bar Calendar
---------------------------------------- */
.bar table.style_calendar {
width:100%;
height:auto;
border:#000666;
background-color: #CCCCCC;
border: none;
}
.bar table.style_calendar span.small {
font-size:100%;
}
.bar td.style_td_today {
border:2px red solid;
border-radius:5px;
background-color:#fff;
}
.bar td.style_td_sun {
background-color:#FFB2B2;
}
.bar td.style_td_sat {
background-color:#b2e1ff;
}
.bar td.style_td_day,.bar td.style_td_blank,.bar td.style_td_week {
background-color:#fff;
}
.bar table.style_calendar {
background-color: #CCCCCC;
height: auto;
padding: 3px;
width: 70%;
min-width:50%;
border-radius: 10px;
margin:5px auto;
}
.bar .style_td_caltop {
width:100%;
margin:0;
line-height: 1em;
float:none;
clear:both;
text-align:center;
padding: 10px 0;
color:#fff;
background:none;
}
#sidebar .bar .style_td_caltop a{
color:#fff;
}


/* twitter widget
------------------------------------- */
#sidebar .bar .twtr-doc{
width:90% !important;
margin: 0 auto;
}
#sidebar .bar .twtr-timeline {
height: 420px !important;
}
#sidebar .bar .twtr-doc .twtr-hd h3,#sidebar .bar .twtr-doc .twtr-hd h3 a,#sidebar .bar .twtr-doc .twtr-hd h4,#sidebar .bar .twtr-doc .twtr-hd h4 a{
background:none;
}
#sidebar .bar .twtr-doc .twtr-hd h3,#sidebar .bar .twtr-doc .twtr-hd h4{
border:none;
}
#sidebar .twtr-widget {
font-size: 16px !important;
}
#sidebar .twtr-widget h3 {
font-size: 18px !important;
}
#sidebar .twtr-widget h4 {
font-size: 24px !important;
}
#sidebar .twtr-widget-profile h3,#sidebar .twtr-widget-profile h4 {
margin: 0 0 0 54px !important;
}
#sidebar .twtr-widget-profile img.twtr-profile-img {
border: 0 none !important;
display: block;
float: left;
height: 45px;
width: 45px;
}

/* Tabbox
--------------------------------------- */
div.tabbox {
-webkit-box-shadow:0px 1px 4px #afafaf;
}

/* qform
--------------------------------------- */
.qform_form{
.qform_table tbody tr th span {
color: #fff !important;
}
.qform_table tbody tr th span:after {
display:block;
background-color:red;
border:#ececec;
padding:2px;
font-size: 12px;
color:#ececec;
content: "必須";
}
}

/* contents
-----------------------------------------　*/
#body .contents{
width: 98%;
}
#body .contents ul li a{
display:block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
#body .contents ul li a:before {
content: ">";
color: #02488D;
}

/* input type=submit
----------------------------------------- */
input[type="submit"] {
font-weight:bold;
padding: 5px 10px;
margin-left:auto;
margin-right: auto;
border: 1px solid #fff;
width:auto;
color: #fff;
background-color: #D9F5F3;
background-image: -webkit-gradient(linear, left top, left bottom, from(#FF9900), color-stop(48%, #FF8600), color-stop(52%, #FF7700), to(#FF6600));
font-size: 16px;
-webkit-border-radius: 4px;
-webkit-box-shadow: 0 0 3px #333;
}
.navbar-default .navbar-nav > li > a {
  height:38px;
  width:50%;				/* 表示の横幅 */
  float: left;
  text-align:center;			/* 文字揃え */
  border:1px solid #ddd;
}
}

/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
#header{
  border-color:#fff;
  margin-left: auto;
  margin-right: auto;
}
	#header h1,.logo,.info{text-align:center;}
	
	.logo,.info{
	clear:both;
	width:100%;
	float:none;
	margin:0;
	}
	
	.box img{
	float:left;
	margin-right:5px;
	}
	
	.box h3{padding-top:0;}

  .alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	}
	
	#gallery .grid{float:left;}
}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	.grid{width:70%;}
	.box img{max-width:70px;}
	#mainBanner h2,#mainBanner p{font-size:70%;}
	#sidebar p{text-align:center;}
}

