@charset "utf-8";

/* ----------------------------------------------------------------------------
  File Name : _common.css
  Version : 1.0.0
  Last Updated : 2016/01/09
---------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------
  universal reset */

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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}


/* ----------------------------------------------------------------------------
  base property */

html {
  overflow-y: scroll;
}

body {
  font-family: 'メイリオ','Meiryo','ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

a,a:link,a:visited,a:hover,a:active{ color: #333333; text-decoration: none; }

/* clearfix */
.cFix:before, .cFix:after { content: " "; display: table; }
.cFix:after { clear: both; }

.spr {
  background: url('../_img/sprite.png') no-repeat;
  background-size: 300px 1500px;
  text-indent: -9999px;
}

.cmn-wrap {
  padding-top: 80px;
  background: #F6F5F6;
  font-size: 14px;
}

.cmn-header,
.cmn-foot-upper,
.cmn-foot-bottoms {
  background: #FFFFFF;
}

.cmn-pankz {
  background: #FBFAFB;
}

.cmn-pankz ol {
  padding: 10px 0;
}

.cmn-pankz li {
  display: inline;
}

.cmn-pankz li a {
  color: #9966FF;
  text-decoration: underline;
}

.cmn-pankz li a:after {
  display: inline-block;
  content: ">";
  margin: 0 10px;
  color: #000000;
}

.cmn-cont {
  width: 960px;
  margin: 0 auto;
}

.cmn-title {
  padding: 40px 0;
}

.cmn-title .cmn-cont {
  border-left: 5px solid #FFE900;
  min-height: 100px;
  padding-left: 15px;
}

.cmn-title .cmn-cont a {
  color: #9966FF;
}

.cmn-title .cmn-cont a:before {
  content: "> ";
}

.cmn-title .cmn-cont:after {
  content: "";
  display: block;
  background: url('../_img/sprite.png') no-repeat;
  background-size: 300px 1500px;
  background-position: 0 -300px;
  width: 100px;
  height: 100px;
  float: right;
  margin-top: -60px;
}

.dir_sitemap .cmn-title .cmn-cont:after {
  content: inherit;
  display: none;
  width: 0;
  height: 0;
}

.dir_news .cmn-title .cmn-cont:after      { background-position: 0 -300px; }
.dir_facilitator .cmn-title .cmn-cont:after { background-position: 0 -400px; }
.dir_company .cmn-title .cmn-cont:after     { background-position: 0 -500px; }
.dir_works .cmn-title .cmn-cont:after       { background-position: 0 -600px; }
.dir_service .cmn-title .cmn-cont:after     { background-position: 0 -700px; }
.dir_words .cmn-title .cmn-cont:after       { background-position: 0 -800px; }
.dir_sitemap .cmn-title .cmn-cont:after     { background-position: 0 -900px; }

.cmn-title .cmn-cont h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0;
}

.cmn-foot-upper {
  border-bottom: dashed 1px #77C6D7;
}

.cmn-foot-bottoms {
  text-align: center;
}

.cmn-foot-bottoms_sns h3,
.cmn-foot-bottoms_sns p {
  display: inline-block;
}

.cmn-header {
  position: fixed;
  width: 100%;
  height: 80px;
  margin-top: -80px;
  box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.3);
  z-index: 1000;
}

.cmn-header:after {
  display: block;
  content: " ";
  width: 100%;
  height: 80px;
}

.cmn-header h1 {
  background-position: 0 0;
  float: left;
  width: 100px;
  height: 40px;
  margin: 20px 20px 20px 0;
}

.cmn-header h1 a {
  display: block;
  width: 100%;
  height: 100%;
}

.cmn-header ul {
  float: right;
  margin-top: 33px;
}

.cmn-header ul li {
  margin-right: 20px;
  font-size: 12px;
}

.cmn-header ul li:last-child {
  margin-right: 0;
}

.cmn-header #menuBtn,
.cmn-header #menuClose {
  display: none;
}

.cmn-header li {
  display: inline-block;
}

.cmn-body {
  position: relative;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 80px;
}

.cmn-foot-upper,
.cmn-foot-bottoms {
  padding: 40px 0 20px;
}

.cmn-foot-upper li {
  display: inline-block;
  margin: 0 50px 20px 0;
}

a.mdl-link_txt:before {
  content: "";
  display: inline-block;
  background: url('../_img/sprite.png') no-repeat;
  background-size: 300px 1500px;
  background-position: -292px 0;
  width: 8px;
  height: 12px;
  margin-right: 4px;
}

a.mdl-link_btn {
  display: inline-block;
  background: #64BFD2;
  padding: 5px 10px;
  color: #FFFFFF;
  border-radius: 2px;
}

.cmn-foot-bottoms_sns h3 {
  background-position: 0 -40px;
  vertical-align: middle;
  width: 150px;
  height: 60px;
  margin-right: 20px;
}

a.mdl-link_fb,
a.mdl-link_tw,
a.mdl-link_em {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
a.mdl-link_fb { background-position: 0 -900px; }
a.mdl-link_tw { background-position: 0 -940px; }
a.mdl-link_em { background-position: 0 -980px; margin-right: 0; }

.cmn-foot-bottoms p {
  margin: 20px 0;
}

a.mdl_pagetop {
  position: fixed;
  background-position: 0 -1260px;
  right: 20px;
  bottom: 20px;
  width: 80px;
  height: 80px;
}

a.mdl-link_plaintxt {
  color: #9966FF;
  text-decoration: underline;
}

/* ----------------------------------------------------------------------------
  style for mobile */

@media screen and (max-width:640px){

  .spr {
    background-size: 150px 750px;
  }

  .cmn-wrap {
    padding-top: 50px;
    font-size: 10px;
  }

  .cmn-cont {
    width: auto;
  }

  .cmn-pankz {
    display: none;
  }

  .cmn-header {
    margin-top: -50px;
    height: 50px;
  }

  .cmn-header:after {
    height: 50px;
  }

  .cmn-header h1 {
    background-position: 0 -20px;
    width: 80px;
    height: 30px;
    margin: 10px 30px 10px 10px;
  }

  .cmn-header #menuBtn {
    display: block;
    position: fixed;
    right: 10px;
    top: 10px;
    background-position: 0 -670px;
    width: 40px;
    height: 32px;
  }

  .cmn-header #menuBtn a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .cmn-header #menuBody {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #333333;
    opacity: 0.95;
    z-index: 1000;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    font-size:14px;
}

  .cmn-header #menuClose {
    display: block;
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
  }

  .cmn-header #menuClose a {
    display: block;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
  }

  .cmn-header #menuBody ul {
    margin-top: 0;
    width: 100%;
    border-bottom: solid 1px #666666;
  }

  .cmn-header #menuBody ul li {
    margin: 0;
    border-top: solid 1px #666666;
    line-height: 40px;
    text-indent: 10px;
  }

  .cmn-header #menuBody ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
  }

  .cmn-header li {
    width: 100%;
    height: 40px;   
  }

  .cmn-title {
    padding: 20px 0;
  }

  .cmn-title .cmn-cont:after {
    background-size: 150px 750px;
    width: 50px;
    height: 50px;
    margin: -60px 10px 0 0;
  }

  .dir_news .cmn-title .cmn-cont:after      { background-position: 0 -150px; }
  .dir_facilitator .cmn-title .cmn-cont:after { background-position: 0 -200px; }
  .dir_company .cmn-title .cmn-cont:after     { background-position: 0 -250px; }
  .dir_works .cmn-title .cmn-cont:after       { background-position: 0 -300px; }
  .dir_service .cmn-title .cmn-cont:after     { background-position: 0 -350px; }
  .dir_words .cmn-title .cmn-cont:after       { background-position: 0 -400px; }
  .dir_sitemap .cmn-title .cmn-cont:after     { background-position: 0 -450px; }

  .cmn-title .cmn-cont {
    min-height: initial;
    min-height: auto;
    margin-left: 10px;
    padding-left: 10px;
  }

  .cmn-title .cmn-cont h2 {
    font-size: 16px;
    margin: 5px 70px 5px 0;
  }

  .cmn-title .cmn-cont p {
    margin-right: 70px;
    font-size: 12px;
  }

  .dir_sitemap .cmn-title .cmn-cont h2,
  .dir_sitemap .cmn-title .cmn-cont p {
    margin-right: 0;
  }

  .cmn-body {
    margin:0 10px;
    padding: 10px;
  }

  .cmn-foot-bottoms {
    padding: 0 0 20px;
  }

  .cmn-foot-upper {
    margin-top: 40px;
    padding-top: 0;
    border-bottom: none;
  }

  .cmn-foot-upper ul {
    border-top: 1px solid #CCCCCC;
  }

  .cmn-foot-upper ul:after {
    content: "";
    clear: both;
    display: block;
    padding: 0;
  }

  .cmn-foot-upper li {
    float: left;
    background: #FBFAFB;
    border-bottom: solid 1px #CCCCCC;
    width: 50%;
    margin: 0;
    padding: 4px 4px 4px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .cmn-foot-upper li:nth-child(odd) {
    border-right: 1px solid #CCCCCC;
  }

  .cmn-foot-upper li a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .cmn-foot-bottoms_sns h3 {
    background-position: 0 -20px;
    width: 75px;
    height: 30px;
  }

  a.mdl-link_fb,
  a.mdl-link_tw,
  a.mdl-link_em {
    margin-right: 10px;
  }
  a.mdl-link_fb { background-position: 0 -510px; }
  a.mdl-link_tw { background-position: 0 -550px; }
  a.mdl-link_em { background-position: 0 -590px; margin-right: 0; }

  a.mdl-link_txt:before {
    background-size: 150px 750px;
    background-position: -144px -48px;
    width: 8px;
    height: 14px;
    margin: 0 4px -2px 0;
  }

  a.mdl-link_btn {
    font-size: 14px;
  }

  a.mdl_pagetop {
    background-position: 0 -630px;
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
  }

}


