@charset "UTF-8";

/*------------------------------------------------------------------------------
	メディカルスタッフ - Reset CSS
	URL: http://mc-staff.co.jp/
	Date: 2016-10-05
	Copyright (C) Medical Staff All Rights Reserved.
------------------------------------------------------------------------------*/

/*	Browser Formatting
----------------------------------------------------*/

html {
	font-size: 62.5%;
}
html,body,
h1,h2,h3,h4,h5,h6,
div,p,ul,ol,li,dl,dt,dd,
form,fieldset,legend,
table,caption,th,td,
blockquote,address,iframe {
	margin:0;
	padding:0;
	border:0;
}
body,
h1,h2,h3,h4,h5,h6,
div,p,ul,ol,li,dl,dt,dd,
form,fieldset,legend,
table,caption,th,td,
blockquote,address,iframe {
	font-size: 16px;
	font-size: 1.6rem;
}

input,select,textarea,label {
	margin:0;
	padding:0;
}

/*	Redefine
----------------------------------------------------*/

body {
	color:#000;
	font-size:16px;
	font-size: 1.6rem;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height:1.0;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
}
		
h1,h2,h3,h4,h5,h6,address {
	font-weight:normal;
	font-style:normal;
}

ul,ul li {list-style-type:none;}
ol {margin-left:2em;}

table {
	border-collapse:collapse;
	border-spacing:0;
}
th,td {
	padding:0.3em 0.5em;
	border:1px solid #ccc;
	vertical-align:top;
}
th,caption {text-align:left;}

select option {padding-right:0.5em;}

img {
	border:0;
	vertical-align:bottom;
}

a:link		{color:#456fa8;}
a:visited	{color:#551a8b;}
a:hover		{color:#b8860b;}
a:active	{color:#3366cc;}
a[name]:hover{color:#3f3930;}

address,cite,code,dfn,em,var {
	font-style:normal;
	font-weight:normal;
}
pre,code {font-family:monospace;}


/*--EOF-----------------------------------------------------------------------*/
