/*
Theme Name: 
Theme URI: http://
Author: PrankPlan
Author URI: https://prankplan.jp
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
*::before,
*::after{
	box-sizing: border-box;
}
html {
	box-sizing: border-box;
}
a{
	text-decoration: none;
}
input[type="submit"]{
	-webkit-appearance: none;
}
img{
	vertical-align: bottom;
}
li{
	list-style: none;
}