/*DoPlanning COMMON用 Copyright (C) Do Planning Co.,Ltd. All Rights Reserved.*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h5,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,main {
  display:block;
}

body {
  line-height:1;
  margin:0;
  padding:0;
  text-align:center;
}

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;
}

*,*:after,*:before {
  -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
          box-sizing:border-box;
}

/* clearfix */
.cf:after {
  display:block;
  clear:both;
  height:0;
  content:"";
}

.cf {
  zoom:1;
}

/* Fonts */
body {
  font-size:98%;
  font-family:Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height:1.8;
  color:#5a5a5a;
  height:100%;
}

html > body {
  font-size:14px;
}

::-moz-selection {
  color:#333;
  background:rgba(191, 230, 251, .5);
  text-shadow:none;
}

::selection {
  color:#333;
  background:rgba(191, 230, 251, .5);
  text-shadow:none;
}

a:link {
  color:#333;
}

a:visited {
  color:#333;
}

a:hover {
  color:#333;
}

.left {
  float:left;
}

.right {
  float:right;
}

.pcNone {
  display:none;
}

.w950 {
  width:950px;
  margin:0 auto;
  padding:0;
}

.opacity:hover {
  opacity:.6;
      filter:alpha(opacity=60);
  -ms-filter:alpha(opacity=.6);
}

/*head*/
header {
  width:100%;
}

header .logo {
  float:left;
  margin:25px 0 0;
  width:100px;
}

header ul.cf {
  float:right;
  width:410px;
}

header ul.cf li {
  display:inline-block;
  float:left;
  width:132px;
  border-left:solid 1px #ccc;
}

header ul.cf li:last-child {
  border-right:solid 1px #ccc;
}

header ul.cf li a {
  display:block;
  padding:20px 0;
  background:url(../images/common/navBgGr.png) top left repeat-x;
}

header ul.cf li a:hover {
  background:url(../images/common/navBgBl.png) top left repeat-x;
}

.subnavi {
  display:block;
  padding:10px 5px;
  text-align:center;
  color:#fff;
  background:#9a9fb7;
}

.subnavi a {
  display:inline;
  margin:0 5px;
}

.subnavi a:link {
  text-decoration:none;
  color:#fff;
}

.subnavi a:visited {
  color:#fff;
}

.subnavi a:hover {
  text-decoration:underline;
}

.subnavi.none,.subnaviSp {
  display:none;
}

/*foot*/
footer {
  font-weight:200;
  clear:both;
  overflow:hidden;
  margin:60px 0 0;
  padding:0 0 20px;
  text-align:left;
  color:#fff;
  background:#36406f;
}

#map_canvas {
  width:100%;
  height:200px;
}

footer a:link,footer a:visited {
  color:#fff;
}

footer .left,footer .right {
  padding:30px 0 0;
}

footer .right {
  text-align:right;
}

footer .w950 div h5 {
  margin:0 0 15px;
}

footer .w950 div h5 img {
  margin:0 15px 0 0;
}

/*title*/
#articleHead {
  display:block;
  margin:0 auto;
}

h2.title {
  font-size:170%;
}

h2.title.blue {
  padding:30px 0;
  color:#fff;
  background:#36406f;
}

/*shufunavi title*/
h2.title.green {
  padding:30px 0;
  color:#fff;
  background:#a0d465e1;
}

/*shufunavi title*/
h2.title.brown {
  padding:30px 0;
  color:#fff;
  background:#9e8358;
}

/*contact*/
.contact {
  margin:60px 0 0;
  padding:10px;
  color:#36406f;
  background:url(../images/common/contactBg.png) left top;
}

.contact .inner {
  padding:30px 0;
  background:#fff;
}

.contact .inner p {
  font-size:160%;
  padding:0 0 20px;
  text-align:center;
}

.contact ul {
  overflow:hidden;
  width:760px;
  margin:0 auto 20px;
  border-bottom:solid 1px #36406f;
}

.contact ul li {
  float:left;
  width:350px;
  padding:0 0 20px;
}

.contact ul li.right {
  float:right;
}

/*privacy*/
.privacy {
  margin:30px auto !important;
}

.privacy h3 {
  font-size:160%;
  font-weight:200;
  margin:60px 0 30px;
  text-align:left;
  color:#36406f;
}

.privacy p {
  text-align:left;
  margin:0 0 30px;
}

@media screen and (max-width: 47.5em) {
  html {
    font-family:"Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    overflow-y:scroll;
       -moz-text-size-adjust:none;
        -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
            text-size-adjust:100%;
  }

  *,*:before,*:after {
    box-sizing:border-box;
  }

  body {
    font-size:.875em;
    line-height:1.618;
    margin:0;
    padding:0;
  }

  .pcNone {
    display:block;
  }

  .spNone {
    display:none;
  }

  .w950 {
    width:100%;
    padding:0 10px;
  }



  .w94 {
    width:94%;
    margin:0 3%;
  }

  header .logo {
    margin:10px;
  }

  header ul {
    display:none;
  }

  .subnaviSp {
    color:#36406f;
    display:inline-block;
    float:right;
  }

  .subnaviSp p {
    display:inline-block;
    padding:.5em;
    border:solid 1px #36406f;
    margin:10px;
  }

  .subnaviSp ul {
    background:#fff;
    position:absolute;
    right:0;
    top:60px;
    z-index:1000;
  }

  .subnaviSp ul li {
    position:relative;
    padding:.5em;
    border-bottom:dotted 1px #36406f;
    text-align:left;
  }

  .subnaviSp ul li a {
    text-decoration:none;
  }

  .corner h3 {
    font-size:140%;
  }

  .corner h4 {
    text-align:center;
  }

  .contact .inner p {
    font-size:120%;
  }

  .contact ul {
    width:94%;
  }

  .contact ul li {
    width:100%;
  }

  .contact ul li img {
    width:100%;
  }

  .contact .pcNone b {
    font-weight:700;
    display:block;
  }

  footer .left,footer .right {
    float:none;
    text-align:center;
  }

  #articleHead {
    width:100%;
  }
}