@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
pre {
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.clearfloat {
  clear: both;
}
#header #gnav:after,
#content-wrap:after,
.box-double:after,
.box-triple:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  font-size: 0;
}
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
  color: #515151;
  font: 12px/1.4 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  text-align: center;
}
body.cke_show_borders {
text-align:left;
}

* + html body {
  font-size: 75%;
}
* html body {
  font-size: 75%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  text-align: left;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
textarea,
input {
  margin: 0;
  padding: 0;
}
caption,
th {
  text-align: left;
}
td,
th {
  vertical-align: top;
}
fieldset,
img,
abbr {
  border: none;
}
li {
  list-style-type: none;
}
em {
  font-style: italic;
}
a:link {
  color: #515151;
  text-decoration: none;
}
a:visited {
  color: #515151;
  text-decoration: none;
}
a:hover {
  color: #515151;
  text-decoration: underline;
}
a:active {
  color: #515151;
  text-decoration: none;
}
a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
/***********************************************/
/* #standard modules                           */
/***********************************************/
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.box-double,
.box-triple {
  overflow: hidden;
  zoom: 1;
}
.box-double li,
.box-triple li {
  float: left;
}
h2 {
  background: url(..//img/common/h2_bg.png) no-repeat;
  color: #515151;
  font-size: 150%;
  margin-bottom: 20px;
  padding: 11px 0 0 32px;
  width: 634px;
  height: 37px;
}
h3 {
  background: url(..//img/common/h3_bg.png) no-repeat;
  color: white;
  font-size: 157.1%;
  margin-bottom: 10px;
  padding: 5px 0 0 66px;
  width: 634px;
  height: 30px;
}
h3.long {
  font-size: 135.7%;
  padding-top: 8px;
}
h4 {
  background: url(..//img/common/h4_bg.png) no-repeat;
  color: #515151;
  font-size: 150%;
  margin-bottom: 10px;
  padding: 0 5px 0 64px;
  width: 634px;
  height: 43px;
}
h5 {
  background: url(..//img/common/h5_bg.png) no-repeat;
  color: white;
  font-size: 133%;
  margin-bottom: 10px;
  padding: 8px 0 0 35px;
  width: 634px;
  height: 35px;
}
h5 a:link {color:white;}
h5 a:visited {color:white;}
h5 a:hover {color:white;}
h5 a:active {color:white;}

.box-border {
  border: 1px solid #554D4A;
  padding: 20px;
  margin-bottom: 20px;
}


.breadcrumb {
text-align:left;
}

.line-1 li {
line-height: 180%;
list-style-type: square;
list-style-position: inside;
}

.line-1 li.children {
list-style-type: none;
padding-left: 15px;
}

.line-1 li.children:before {
content: "- ";
}

/***********************************************/
/* #header style                                 */
/***********************************************/
#header {
  background: url(..//img/common/head_bg.png) repeat-x;
  text-align: center;
}
#header #header-cont {
  margin: 0 auto;
  position: relative;
  text-align: left;
  width: 900px;
  height: 156px;
}
#header h1 {
  /* background-color: #00A7FC; */

  color: white;
  height: 25px;
  line-height: 25px;
  padding-left: 0px;
}
#header #head-logo {
  position: absolute;
  top: 43px;
  left: 0;
}
#header #head-telephone {
  position: absolute;
  top: 0;
  right: 0;
}
#header #head-subtitle {
  position: absolute;
  top: 82px;
  right: 115px;
}
#header #head-subnav {
  position: absolute;
  top: 125px;
  right: 0;
  border-bottom: 1px solid #555;
  padding-right: 14px;
}
#header #head-subnav li {
  display: inline;
  background: url(..//img/common/icon_gt_blue.png) no-repeat 0 3px;
  padding-left: 12px;
  margin-right: 6px;
}
#gnav {
  background: url(..//img/common/gnav_bg.gif) repeat-x;
  color: black;
  font-size: 121.4%;
  height: 68px;
  padding-top: 18px;
  line-height: 160%;
  margin-bottom: 5px;
  text-align: center;
}
#gnav a:link {
  color: black;
  text-decoration: none;
}
#gnav a:visited {
  color: black;
  text-decoration: none;
}
#gnav a:hover {
  color: black;
  text-decoration: underline;
}
#gnav a:active {
  color: black;
  text-decoration: none;
}
/***********************************************/
/* #main style                                 */
/***********************************************/
#head-breadcrumb {
height:15px;
margin-top:15px;
margin-bottom:3px;
}


#content-wrap {
  margin: 0 auto;
  width: 900px;
}
#content-wrap #content {
  float: right;
  text-align: left;
  width: 634px;
}
#content-wrap #content #cont-va {
  position: relative;
  margin-bottom: 10px;
}
#content-wrap #content #cont-va #cont-va-btn {
  position: absolute;
  bottom: 5px;
  right: 0;
}
#content-wrap #content .cont-tel {
  position: relative;
  margin-bottom: 20px;
}
#content-wrap #content .cont-tel .cont-tel-btn {
  position: absolute;
  bottom: 15px;
  right: 10px;
}
#content-wrap #content #index-spec {
  margin-right: -10px;
  margin-bottom: 20px;
}
#content-wrap #content #index-spec li {
  margin-right: 10px;
  margin-bottom: 8px;
}
#content-wrap #content #index-bnr2 {
  margin-right: -9px;
  margin-bottom: 20px;
}
#content-wrap #content #index-bnr2 li {
  margin-right: 9px;
}
#content-wrap #content #index-bnr3 {
  margin-right: -10px;
  margin-bottom: 20px;
}
#content-wrap #content #index-bnr3 li {
  margin-right: 10px;
}
#content-wrap #aside {
  float: left;
  width: 240px;
}

div.topBox {
overflow: hidden;
}
/***********************************************/
/* #aside style                                 */
/***********************************************/
#aside {
  text-align: left;
}
#aside dt {
  line-height: 0;
}
#aside .aside-nav {
  border: 1px solid #999;
}
#aside .aside-nav a:hover {
  text-decoration: none;
}
#aside .aside-nav li {
  background: url(..//img/common/aside_nav_bg.png) no-repeat;
  padding: 12px 0 0 23px;
  height: 26px;
}
#aside .aside-nav li:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
#aside #aside-tel {
  margin-bottom: 10px;
}
#aside #aside-access {
  margin-bottom: 30px;
  text-align: center;
}
#aside #aside-access p {
  margin-bottom: 8px;
  text-align: left;
}
#aside #aside-access dd {
  background-color: #C5E9FF;
  padding: 10px 10px 20px;
}
#aside #aside-area {
  margin-bottom: 80px;
  text-align: center;
}
#aside #aside-area dt {
  margin-bottom: 10px;
}
/***********************************************/
/* #footer style                                 */
/***********************************************/