@charset "utf-8";
/* CSS Document */

/*--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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  zoom:1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
 
/* tables still need 'cellspacing=0' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*--common-----------------*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

html{
  font-size: 62.5%;
}

body {
  color: #000;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "KozGoPro-Light", "小塚ゴシック Pro L", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  background-color: #fff;
  line-height: 1;
}

a {
  display: block;
  text-decoration: none;
  }

/*--header-----------------*/
/*#header {

}

.headerInner {
  overflow: hidden;
  margin: 0 auto;
  padding:60px 0 100px;
}

.headerInner h1 {
  margin-bottom:20px;
}

.headerInner p{
  margin-bottom:90px;
}

.headerInner .headerParts{
  text-align: center;
}

.headerInner .headerParts h1{
  margin-bottom:60px;
}

.headerInner .innerLink{

}

.headerInner .innerLink ul{
  text-align: center;
  width:462px;
  margin:0 auto;
}

.headerInner .innerLink li{
  width: 50%;
  float:left;
}

.headerInner .innerLink a{
  color:#444;
  text-align: center;
  font-size: 1.25em;
  display: inline-block;
}*/

/*--path-----------------*/
/*.breadcrumb{
  width: 100%;  
}

.breadcrumb a{
  color:#444;
  font-size:1.125rem;
}

.breadcrumb ul{
  overflow: hidden;
  margin: 0 auto;
}

.breadcrumb ul li{

}

.breadcrumb ul li:first-of-type{
  float:left;
}

.breadcrumb ul li:last-of-type{
  float:right;
}

.breadcrumb ul:after{
  clear:both;
}
*/


/*--footer-----------------*/
/*#footer {
  background-color: #000;
}

.footerInner {
  padding:20px 0;
  text-align:center;
}

.footerInner a{
  color: #fff;
  font-size:1.25rem;
  line-height: 40px;
}

.footerInner a i{
  margin-right:10px;
  line-height: 40px;
  font-weight: bold;
}

#toTop {
    position: fixed;
    bottom: 80px;
    right: 20px;
}*/