@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    /*font-size: 16px;*/
}

h1, h2, h3, h4, h5, h6, strong, em, p {
	font-style: normal;
	font-weight: normal;
}

table {
    border: none;
    border-spacing: 0px;
}

a:link {
    color: #000;
	text-decoration: none;
}
a:visited {
    color: #000;
	text-decoration: none;
}
a:hover {
    color: #d00;
	text-decoration: none;
}
a:active {
    color: #000;
	text-decoration: none;
}

p,li,dt,dd,th,td,pre,div{
/*
    -ms-line-break: strict;
	line-break: strict;
	-ms-word-break: normal;
*/
	word-break: normal;
    word-wrap: normal;
}

img {
	border-style: none;
    vertical-align: bottom;
}
