@charset "UTF-8";


/*
===== CONTENTS ================================================================================

	Index:
  - Base Style
  - Layout
  
===============================================================================================
*/



/* 1: Base Style Setting
----------------------------------------------------------------------------------------------*/

/* Base Setting
==========================================================*/

body { font: 13px/1.6  'Lato', "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",  Helvetica, Arial, sans-serif; 
	 margin:0; padding: 0; background: #f6f6f6; color:#333333;  font-weight: 400;  letter-spacing:0.6px;  }


a       { text-decoration: none; color:#333333; }
a:hover { text-decoration: underline; color:#666666; }



/* main-layout
==========================================================*/

body {  height: 100%; overflow: hidden;}
#wrapper  {}

.outer{
  display:flex;  justify-content: center; align-items: center;
  height: 100vh;
}
.inner{
  width: 88%; max-width: 310px; 
}
/* 
----------------------------------------------------------------------------------------------*/


