@charset "euc-jp";


/*----------------------------------------------------------------------------------------

	riset.css

----------------------------------------------------------------------------------------*/

/* PC + スマートフォン共通 ///
---------------------------------------------- */

html {
	overflow-y: scroll;
}

body, a {
    color: inherit;
}

* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
    text-decoration: none;
}

h1, h2, h3, h4, h4, h6	{
	font-size: 100%;
}

table	{
	border-collapse: collapse;
	border-spacing: 0;
}

img	{
	border: 0;
	vertical-align: bottom;
}

li	{
	list-style-type: none;
}

input {
	font-size: inherit;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
hr {
    margin: 0;
    border: none;
    border-bottom: 1px solid #999;
}


/* スマートフォン ///
---------------------------------------------- */

body {
	/* 文字の拡大を防ぐ */
    -webkit-text-size-adjust: 100%;
}