@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

THE CLINIC Website CSS File

File Name		base.css
Note			ブラウザデフォルトスタイルキャンセル用スタイルシート


Version			1.1

New Creation	07.11.12
Update			09.07.22

Created By		Yoshiaki Murakami

------------------------------------------------------------------------
----------------------------------------------------------------------*/

/*----------------------------------------------------------------------
------------------------------------------------------------------------
1
------------------------------------------------------------------------
----------------------------------------------------------------------*/

body ,
h1 , h2 , h3 , h4 , h5 , h6 ,
div ,
p ,
ul , ol , dl ,
form , fieldset ,
table ,
address ,
blockquote ,
noscript ,
pre ,
tr , /*ここから非ブロック要素*/
td ,
input ,
textarea {
	margin:0;
	padding:0;
	color:#7f7875;
	line-height:1;
}

body {
	font-size:10px;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
}

* html body {
	font-size:62.5%;
}

*+html body {
	font-size:62.5%;
}

/* start \*/
html:\66irst-child body {
	font-size:62.5%;
}
/* end */

body:first-of-type {
	font-size:62.5%;
}

h1 , h2 , h3 , h4 , h5 , h6 {
	font-size:1em;
	font-weight:normal;
}

/*h4 {*/
h3 {
	font-size:1.4em;
	color:#ee7c75;
}

fieldset {
	border:none;
}

table {
	border-collapse:collapse;
}

th {
	padding:0px;
}

li {
	list-style-type:none;
}

dd {
	margin:0;
}

a ,
abbr ,
acronym ,
em ,
strong ,
span ,
img ,
sub ,
sup ,
input ,
button ,
textarea ,
select ,
label ,
caption {
	font-weight:normal;
	font-style:normal;
}

a {
	text-decoration:none;
}

a:link { 
	color:#7f7875;
}
a:visited {
	color:#7f7875;
}
a:hover {
	color:#ee7c75;
}
a:active {
	color:#ee7c75;
}

img {
	display:block;
	border:none;
	vertical-align:bottom;
}

caption , th {
	font-weight:normal;
	text-align:left;
}

span {
	text-transform:lowercase;
}

/*
area
base
col
colgroup
dd
del
dt
head
hr
iframe
ins
legend
li
link
map
meta
noscript
optgroup
option
param
tbody
td
tfoot
th
thead
tr
tt
*/
