/*
Theme Name: tacotubo
Template: tacotubo
Theme URI: http://underscores.me/
Author: UJ
Description: Description
Version: 1.0.0
License URI: LICENSE
Text Domain: tacotubo
*/
@charset "UTF-8";
/*
基本のリセット
*/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 300;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
   font-family: Meiryo,'Lato',"メイリオ","ヒラギノ",sans-serif;
}
article, header, footer, aside, figure, figcaption, nav, section {
  display:block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
font-family: Meiryo,'Lato',"メイリオ","ヒラギノ",sans-serif;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
a:link, a:visited, a:hover, a:active{
text-decoration:none;
color: #7d4646;
}
a {
text-decoration: none;
}
/*============*/
body{font-size:14px;
}
h1{font-size:26x;
}
h2{font-size:32px;
}
h3{font-size:18px;
}
h4{font-size:16px;
}