@charset "utf-8";
/*
**********************************************************************

* reset.css

* site name   : ikari super market
* since       : 2013-2
* editor      : Yasuhiro Morita

*********************************************************************
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}
img {
	vertical-align:bottom;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
b {
	font-weight:normal;
}
nav ul, ul li {
	list-style:none;
}
strong {
	font-weight:bold;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	vertical-align:baseline;
	text-decoration:none;
	background:transparent;
	-webkit-tap-highlight-color:transparent;
	color:#333;
	display:block;
	-webkit-tap-highlight-color: rgba(0,169,72,.3); /*リンクをタップしたときの色 iPhoneのみ */
}
em {
	font-style: normal;
	font-weight: bold;
}
/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
/* change colours to suit your needs */
/*mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}*/

del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:1em 0;
	padding:0;
}
input  {
	vertical-align:middle;
	-webkit-appearance: button;
}
select {
	vertical-align:middle;
}
.recipe #btn_recipe_search input.submit {
	margin:0!important;
	padding:0!important;
	-webkit-appearance:none!important;
}

ol {
	padding-left:20px;
	display:block!important;
	list-style-type:decimal!important;
}
ol li {
	list-style-type:decimal!important;
}
.ls {
	letter-spacing:-0.1em;
}
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.table_hid {
	width:100%;
	overflow:scroll;
}
.table_hid td, .table_hid th {
	border:1px solid #CCC;
}
.change_dl {
	width:100%!important;
}
.change_dl dt {
	font-weight:bold;
	margin-bottom:0.5em;
	color:#FFF;
	padding:5px;
}
.change_dl dd {
	margin-bottom:1em;
}
.change_dl a {
	color:#09F;
	text-decoration:underline;
	display:inline!important;
}
