@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);

* {
	margin: 0;
	padding: 0px;
}
body, input, button, textarea, select {
	font-size:100.01%;
 	font-size:12px;
 	font-family:
 	 "ヒラギノ角ゴ Pro W3",
 	 "Hiragino Kaku Gothic Pro W3",
  	"メイリオ",
  	Meiryo,
  	Osaka,
  	"MS Pゴシック",
  	"MS P Gothic",
  	sans-serif;
	line-height:1.2;} 
body { 
	
	background: #F6F6F6; 
	margin: 0; 
	height: 100%; 
	color: #384452;
	overflow: auto;
	line-height: 20px ;
}
br{
	display: block;
	margin: 15px 0;
	line-height:15px;
}
#main{
	border-top:#EAEAEA 1px solid;
	border-left:#EAEAEA 1px solid;
	border-right:#EDEDED 1px solid;
	border-bottom:#EDEDED 1px solid;
	background: #fff;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 25px;
}
.box {
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 10px 15px;
    display: block;
}

#vcenter {
	margin: 20 auto;
}