@charset "UTF-8";

/*------------------------------------------------------------------------------
	伊豆中 - Reset CSS
	URL: http://www.izuchu.jp/
	Date: 2016-02-01
	Copyright(C) IZUCHU Corporation, 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;
	font-family: Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
input:focus {
    outline: 0;
}

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

body{
	color:#352403;
	font-size:100%;
	font-family: Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.0;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
	text-align:left;
	}
		
h1,h2,h3,h4,h5,h6,address{
	font-weight:normal;
	font-style:normal;
	}

ul,ul li{list-style-type:none;}

table{
	border-collapse:collapse;
	border-spacing:0;
	}
th,td{
	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-----------------------------------------------------------------------*/
