@charset "UTF-8";

/*----------------------------------------
	thesalon.jp base.css
----------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, blockquote, p, th, td {
	margin: 0;
	padding: 0;
	font-size: 12px;
	/* font-size: small; */
	font-style: normal;
	font-weight: normal;
	line-height: 1.2em;
}

html {
	padding: 0;
	margin: 0;
}

body {
	font-family: 'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック','verdana',Helvetica,sans-serif;
	font-family: 'Helvetica, Verdana';
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

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

hr {
	display: none;
}

ol, ul {
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
}

ol {
	list-style-type: decimal;
}

caption, th {
	text-align: left;
}

fieldset, img { 
	border: 0;
}
	
img {
	display: block;
	border: 0;
	vertical-align: bottom;
}

table img {
	display: inline;
}

em {
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
}

input, select, textarea {
	letter-spacing: 0;
}

input {
	padding: 0;
	line-height: 1.5em;
	vertical-align: middle;
	font-size: 10px;
}
	
textarea {
	padding: 0;
	font-size: 1.0em;
	line-height: 1.2em;
}

.clear{
	clear:both;
}

