﻿@charset "UTF-8";
/*
tsumiki2.0 smartphone smartPhone ver2
common
201104
*/

/*reset*/
body {
	position: relative;
	overflow: visible;
	min-height: 100%;
	font-family: sans-serif;
	line-height: 1;
	margin: 0;
	padding: 0;
	width: 100%;
}
a, a:link, a:visited, a:active, a:hover {
	color: #000000;
	text-decoration: none;
	overflow: hidden;
}
html, body, div, h1, h2, h3, h4, h5, h6, hr, p, pre, blockquote, ul, ol, li, dl, dt, dd, table, th, td, caption, address, form, fieldset, legend, label, button, input, select, textarea {
	margin: 0;
	padding: 0;
}

div {
	clear: both;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
}
ul, ol, li {
	list-style: none;
}
table {
	border: 0px none;
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	text-align: left;
	font-weight: normal;
	border: 0px none;
}
address, caption, code, em, strong, dfn, cite, var {
	font-style: normal;
	font-weight: normal;
}
caption {
	text-align: left;
}
:focus {
	outline: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0px;
}
blockquote, q {
	quotes: none;
}
code, kdd, samp {
	font-size: 100%;
	font-family: inherit;
}
ins, del {
	text-decoration: none;
}
fieldset, img {
	border: 0px;
	vertical-align: bottom;
}
form, fieldset, legend, label, button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	vertical-align: baseline;
}

hr {
    border: 0 none;
}
