/*
** Table of contents
**  1 - General
**    1.1 Reset CSS
**    1.2 General
**    1.3 Header
**    1.4 Main
**    1.5 Footer
**
**  2 - Responsive Max Width: 640px
**    2.1 Reset
**    2.2 General
**    2.3 Header
**    2.4 Main
**    2.5 Footer
**
**  3 - CSS for Print
*/


/*
**  1 - General
*/
/* 1.1 Reset CSS */

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: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  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;
}


/* 1.2 General */

body {
  background: white;
}

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

a:visited{
  color:black;
  text-decoration: none;
}

.wrapper {
  margin: 0px auto;
}

.spnone{
  display:block;
}
.pcnone{
  display:none;
}

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}



/* 1.3 Header */

header{
  width:100%;
  min-width:1280px;
  padding:20px 0px 0px 0px;
  background:white;
  position:fixed;
  top:0;
  left:0;
  z-index:3000;
}
header .wrapper{
  width:100%;
}
header .container-header{
  width:1280px;
  height:60px;
  margin:0px auto;
}
header .container-header .header-left{
  float:left;
  width:auto;
  margin:0px 0px 0px 0px;
}
header .container-header .header-left img{
}
header .container-header .header-right{
  float:right;
  width:auto;
  margin:0px 0px 0px 0px;
}
header .container-header .header-right li{
  float:left;
  height:auto;
  margin:0px 0px 0px 15px;
}
header .container-header .header-right li a:hover{
  filter:alpha(opacity=70);
  opacity:0.7;
}


/* 1.4 Main */

#main{
  width:100%;
}

/* --> [Page : index] include ../style_index.css */


/* 1.5 Footer */

footer {
  width: 100%;
  min-width:1280px;
  background:black;
  color:white;
  padding: 40px 0px;
  margin:0px auto;
  font-size:1em;
}
footer .wrapper{
  width: 1280px;
  margin:0px auto;
}
footer .footer-frame-left{
  float:left;
}
footer .footer-frame-left a:visited{
  color:white;
}
footer .footer-frame-left a:link{
  color:white;
}
footer .footer-frame-right{
  float:right;
  line-height:160%;
}
footer .footer-frame-right a:visited{
  color:black;
}
footer .footer-frame-right a:link{
  color:black;
}


/*
** 2 - Responsive
**     Max Width: 750px
**
*/
.container-menu {
  display: none;
}

/* Max Width: 750px */
@media only screen and (max-width: 750px) {


/* 2.1 Reset */

  body {
    max-width: 800px;
  }
  .wrapper {
    width: 100%;
    margin: 0px auto;
  }
  .spnone{
    display:none;
  }
  .pcnone{
    display:block;
  }
  .active{
  }


/* 2.2 General */


/* 2.3 Header */

  header{
    width:100%;
    min-width:100%;
    padding:0px;
  }
  header .wrapper{
    width:100%;
  }
  
  header .container-header-sp{
    width:100%;
    height:auto;
    margin:0px auto;
  }
  header .container-header-sp .header-left{
    float:left;
    width:50%;
    margin:15px 0px 15px 10px;
  }
  header .container-header-sp .header-left img{
    width:100%;
  }
  header .container-header-sp .header-right{
    float:right;
    width:45%;
    margin:10px 0px 0px 0px;
  }
  header .container-header-sp .header-right li.header_button_menu{
    float:right;
    height:auto;
    margin:0px 0px 0px 0px;
    width:25%;
  }
  header .container-header-sp .header-right li.header_button_tel{
    float:right;
    height:auto;
    margin:5% 2% 0px 0px;
    width:70%;
  }
  header .container-header-sp .header-right li img{
    width:100%;
  }
  header .container-header-sp .header-menu{
    width:100%;
    border-top:1px solid black;
    background:white;
    display:none;
    clear:both;
    text-align:left;
  }
  header .container-header-sp .header-menu ul li.link{
    font-size:1.25em;
    font-weight:bold;
    padding:15px 0px 15px 30px;
    border-bottom:0.1em dotted #808080;
  }
  header .container-header-sp .header-menu ul li.buttons{
    width:90%;
    margin:0px auto;
  }
  header .container-header-sp .header-menu ul li.buttons div{
    width:48%;
    margin:20px 1%;
    float:left;
  }
  header .container-header-sp .header-menu ul li.buttons div img{
    width:100%;
  }

  
/* 2.4 Main */
  
  #main{
    width:100%;
    margin:0;
  }

/* --> [Page : index] ../style_index.css */

/* 2.5 Footer */

  footer {
    width: 100%;
    min-width:auto;
    padding: 20px 0px;
    margin:0px auto;
  }
  footer .wrapper{
    width: 100%;
    margin:0px auto;
  }
  footer .footer-frame-left{
	  text-align:center;
    width: auto;
	  margin:20px auto;
    float:none;
  }
  footer .footer-frame-left a:visited{
    color:white;
  }
  footer .footer-frame-left a:link{
    color:white;
  }
  footer .footer-frame-right{
    clear:both;
    width: 100%;
	margin:0px auto;
    float:none;
  }
  footer .footer-frame-right img{
    width: 100%;
	text-align:center;
  }
  footer .footer-frame-right a:visited{
  }
  footer .footer-frame-right a:link{
  }
  
}


/*
**  3 - CSS for Print
*/
@media media print {
  body{
    zoom:70%;
    -moz-transform:
    scale(0.7,0.7)
    translate(-23px,-23px);
  }
  
  .spnone{
    display:block;
  }
  .pcnone{
    display:none;
  }
  
  .bx-pager{display:none;}
  .bx-prev{display:none;}
  .bx-next{display:none;}
}