@charset "UTF-8";

/*------------------------------------------------------------------------------
	Client Name - Reset CSS
	URL: http://ichigoichie-care.com/
	Date: 2016-05-13
	Copyright© 2016 一期一会トータルケア株式会社 All Rights Reserved.
------------------------------------------------------------------------------*/

*{
		box-sizing:border-box;
		
}

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

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;
	}
html{
	font-size: 62.5%;
	}
input,select,textarea,label{
	margin:0;
	padding:0;
	}

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

body{
	font-size:83%;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.0;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
    background:#fff0f0;
	color:#735b60;
	}

#wrapper{
	font-size: 3.2em;
}
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-spacing:15px;
    background: #fff;
    border-collapse: collapse;
	}

th,
td{
    border: 1px solid #efd9d9;
	padding:0.5em 1.0em;
	vertical-align:middle;
    line-height: 1.5;
	}
th{
    color: #923d3d;
    font-weight: bold;
    border: 1px solid #fff;
    background: #fee2e2;
	}
th,caption{text-align:left;}

select option{padding-right:0.5em;}

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

a:link		{color:#ff6262;}
a:visited	{color:#ff6262;}
a:hover		{color:#735b60;}
a:active	{color:#ff6262;}
a[name]:hover{color:#735b60;}

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

#main td small,
#main small{
	display:block;
	line-height:1.2;
}

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