@charset "UTF-8";

/*------------------------------------------------------------------------------
	CONSEIL - Reset CSS
	URL: http://www.conseil.co.jp/
	Date: 2015-04-30
	Copyright (C) conseil All Rights Reserved.
------------------------------------------------------------------------------*/

/*	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;
	font-size:100%;
	font-size:14px;
	}

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

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

body{
	color:#484848;
	font-size:83%;
	font-family:"ヒラギノ角ゴ Pro W3", "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;
	}
	
		/*"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro",
		"HiraKakuPro-W3",
		Osaka,
		"メイリオ",
		"Meiryo",*/
		
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{
	text-decoration: none;
}

a:link		{color:#009ee0;}
a:visited	{color:#009ee0;}
a:hover		{color:#009ee0;}
a:active	{color:#009ee0;}
a[name]:hover{color:#009ee0;}

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


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