@charset "UTF-8";

/*------------------------------------------------------------------------------
	MAGOKORO - Reset CSS
	URL: http://www.magokorokaigo.com/
	Date: 2015-2-5
	Copyright (C) Client Name 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%;
	}

input,select,textarea,label{
	margin:0;
	padding:0;
	}

/*	Redefine
----------------------------------------------------*/

body{
	color:#333;
	font-size:83%;
	font-family:
		"ＭＳ Ｐゴシック",
		"MS PGothic",
		Sans-Serif;
	line-height:1.0;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	
		/*"ヒラギノ角ゴ 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:link		{
	color:#535353;
	text-decoration:none;
}
a:visited	{color:#535353;}
a:hover		{
	color:#535353;
	text-decoration:underline;
	}
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-----------------------------------------------------------------------*/
