@charset "UTF-8";

/* ----------------------------------------------------------
  TITLE : 神戸元町・三宮の疲れ専門パーソナルジム HINOKI
  Copyright(C) HINOKI
  ---------------------------------------------------------- */

/* ----------------------------------------------------
RESET
---------------------------------------------------- */
html,body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, label, fieldset, legend, input, textarea,
button,caption, tfoot, thead, p, blockquote, pre, address, table, tbody, tr, th, td, iframe,
article, aside, section, dialog, figure, footer, header, hgroup, menu, nav,time, mark, audio, video, canvas {
	padding: 0;
	margin: 0;
	font-style: 100%;
	font-weight: 400;
	text-decoration: none;
	outline:0;
	color: #4D4D4D;
}
body {
	line-height:1;
}
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {
	display:block;
}
li {
	list-style: none;
}
del {
	font-weight: normal !important;
	text-decoration: line-through;
}
caption {
	text-align: left;
}
fieldset {
	border: 0;
}
button {
	border: 0;
	background: none;
}
label, legend {
	line-height: normal;
}
input, select {
    vertical-align:middle;
}
blockquote {
	padding: 20px;
	margin: 30px 0;
	line-height: 1.8;
}
table,th, td {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	color: #4D4D4D;
	text-decoration:none;
	transition: all 0.3s ease;
}
a:hover {
	opacity: 0.8;
}
img {
	border: 0;
	vertical-align: middle;
	max-width:100%;
	pointer-events: none;
	-webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
}
