/**
 * cctokyo:/reservation/css/reset.css
 *
 * @creation  2017-01-16
 * @version   1.0
 * @package   cctokyo
 * @author    Tomoaki Nagahara <ceo@uqunie.com>
 * @copyright Tomoaki Nagahara All right reserved.
 */

/**
 * box-sizing is including padding and border-width.
 * That is, the width remains the same.
 */
html {box-sizing: border-box;}
*, *:before, *:after {box-sizing: inherit;}

.body {
	margin:         0;
	padding:        0;
	font-size:     10pt;
	line-height:    1;
	letter-spacing: 1;
}

/**
 * Font family
 */
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
.body {
	font-family: Avenir, "Open Sans", sans-serif;
}
