/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2018/06/03, 20:04:09
    Author     : Ruby-eye
*/

h1{
	font-size: 10px;
}
h2{
	font-size: 18px;
}

#container{
	width: 800px;
	max-width: 100%;
	margin: 0px auto;
}

div.tagItem,
div.oneItem{
	width: 600px;
	max-width: 100%;
	margin: 0px auto;
	border: 4px dotted #012345;
	border-radius: 8px;
	padding: 3px;
}
div.tagItem input[type="file"]{
	background-color: #FFC600;
}
