@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	word-break: break-all;
	word-wrap: break-word;
	line-break:normal;
	border: 0;
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-size: inherit;
	font-weight:normal;
	line-height: 1.6;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol,
ul,
li {
	list-style: none;
}

img {
	max-width: 100%;
	border: 0;
	vertical-align: top;
}

a:link {
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}

/* txt_aling */
.txt_l {
	text-align:left;
}

.txt_r {
	text-align:right;
}

.txt_c {
	text-align:center;
}
