/*
Theme Name: Card5
Description: Card5
Version: 1.0
*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
}
body {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size: 16px;
	position: relative;
}
a {
	color: #0033cc;
}


.addIndent {
	text-indent: 1em;
}
.p_error {
	font-size: 120%;
	color: red;
	text-align: center;
}
.hidden {
	display: none;
}

