@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 62.5%;
	text-align: center;
	color: #000;
	background-color: #FFF;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

/* ========================================================================== */
/* header                                                                     */
/* ========================================================================== */

/* ========================================================================== */
/* contents                                                                   */
/* ========================================================================== */

/* ========================================================================== */
/* footer                                                                     */
/* ========================================================================== */

/* ========================================================================== */
/* phonecontrol                                                               */
/* ========================================================================== */

a[href^="tel:"] { cursor: default; }

/* ========================================================================== */
/* clearfix                                                                   */
/* ========================================================================== */
/*
 A new micro clearfix hack
 http://nicolasgallagher.com
*/
.clearfix:before,.clearfix:after {content:"";display:table;}
.clearfix:after {clear:both;}
.clearfix {zoom:1;}/* For IE 6/7 (trigger hasLayout) */