@charset "utf-8";

/* ===============================================
	BASE
=============================================== */
/*  BODY
------------------------------------------------*/
body {
	width:100%;
	min-width:320px;
	font-size:1.2rem;
}
* {
	box-sizing:border-box;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
}
#container {
	background:#fff;
	text-align:left;
	overflow:hidden;
}

/* ===============================================
	HEADER
=============================================== */
#header {
}

/* ===============================================
	CONTENTS
=============================================== */
.article {
}

.mb50{
	min-height:50px;
}