
/*----------------------------
 リセットCSS
-----------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, img, ins, kbd, q, samp,
small, sub, sup, var,
b, i, dl, fieldset, form, label, legend,
caption, tbody, tfoot, thead,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,main {
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

article,aside,canvas,details,figcaption,figure,
header,footer,hgroup,menu,nav,section,summary,main {
  display: block;
}

@font-face {
font-family: "Roboto";
  src: url(../font/Roboto-Medium.ttf) format("truetype");
}


/*===== ■ 各ページのベースとなるCSS =====*/

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}
   
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,p,blockquote,table,th,td,tbody,address {
  margin: 0;
  padding: 0;
  font-family: "游ゴシック", YuGothic, Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.6; 
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;  
}
   
body {
  color: #000;
  font-family: "游ゴシック", YuGothic, Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  padding: 35px;
  min-width: 1070px;
  _display: inline;
  _zoom:1;
}

a:link {
  text-decoration: none;
  color: #000;
  outline: none;
}
  
a:visited {
  color: #000;
  text-decoration: none;
}
  
a:hover {
  text-decoration: none;
  color: #666;
}
 
a:active {
  color: #666;
}
  
table {
  border-collapse: collapse;
  border-spacing: 0;
}
  
fieldset,img {
  border: 0;
}
   
img {/*
  max-width:100%;*/
  height: auto;
  vertical-align: bottom;
}

address,caption,cite,code,dfn,th,var {
  font-style: normal;
  font-weight: normal;
}
  
ol,ul {
  list-style: none;
}
  
caption,th {
  text-align: left;
}
   
h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
   
q:before,q:after {
  content:"";
}
   
abbr,acronym {
  border: 0;
}
   
a {
  outline: none;
  text-decoration: underline;
}

.btn_over {
  -webkit-transition: .4s;
  transition: .4s;
}

.btn_over:hover {
  opacity: .5;
}

strong {
  font-weight: normal;
}

em {
  font-style: normal;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}
 
.cf:after {
  clear: both;
}

.img_center,
.txt_center {
  text-align: center;
}

.fs12 {
  font-size: 12px;
}

.fs13 {
  font-size: 13px;
}

.fs15 {
  font-size: 15px;
}

.fs16 {
  font-size: 16px;
}

::selection {
  background: #eee;
  color: #000;
}

.mb10 {
	margin-bottom:10px;
}
.mb40 {
	margin-bottom:40px;
}
.mt4{	margin-top:4px;}
.pt0{padding-top: 0}

@media screen and (max-width:800px) {

body {
  -webkit-text-size-adjust: 100%; /* フォントサイズ自動調整 */
}

a {
  -webkit-tap-highlight-color: rgba(255,255,255,.6);
}


}
/* リマケタグ */
iframe[name="google_conversion_frame"] { position: absolute;}

