/*
Theme Name: bespoke original
Theme URI: http://kir547654.kir.jp/wp_pack/bespoke/
Description: none
Version: 1.0
Author: ウェブアテンダント
Author URI: http://www.web-attendant.jp/
*/

html {
	font-size: 62.5%;
}
body {
	font-family: "Avenir", "Avenir Next", Verdana, 'Verdana', "游ゴシック体", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "YuGothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	font-size: 1.0rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	color: #1a1a1a;
	-webkit-text-size-adjust: 100%;
	-webkit-print-color-adjust: exact;
	font-feature-settings: 'palt' 1;
    font-kerning: none;
}
a {
	color: inherit;
	display: block;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: inherit;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 10px;
	font-size: 1.0rem;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom: 1;
}
p {
	font-size: 1.4rem;
	line-height: 1.5;
}
li {
	list-style: none;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}