@charset "utf-8";
/* =Default
-------------------------------------------------------------- */

/* =reset.css
-------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th {text-align:left;}
hr {display:none;}

.clearfix {_height: 1px;min-height: 1px;}
.clearfix:after {height: 0;visibility: hidden;content: ".";display: block;clear: both;}


/* =Fonts family,size
-------------------------------------------------------------- */
body,
input,
textarea{
	font: 14px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

table {
    font-size:inherit;
    font:100%;
}
html>/**/body {
	font-size: 14px;
}

img { max-width: 100%; }

/* =a style
-------------------------------------------------------------- */
a:link	{
	color: #4ea6ab;
	text-decoration: underline;
}

a:visited	{
	text-decoration: none;
	color: #4ea6ab;
}

a:hover	{
	color: #4ea6ab;
	text-decoration: none;

}

a:active	{
	text-decoration: none;
	color: #4ea6ab;
}
