@charset "Shift_JIS";

/**
 * default.css.css
 * type: default skin
 */


/* 初期設定
--------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
}
html {
	width:auto;
	margin:0px;
	padding:0px;
	background-color:#fff;
}
*.clear {
	display:block;
	clear:both;
	width:auto;
	height:1px;	
	margin:-1px 0 0 0;
	margin:0;
	padding:0;
	overflow:hidden;
}
hr {
	display:none;
}

body,th,td,caption {
	color:#000000;
	font-size:small;
	line-height:1.3;
}
body {
	margin:0;
	padding:0;
}
img{
	border:0;
}
hr {
	display:none;
}
li {
	list-style:none;
}
/* LINK 
--------------------------------------------------------------*/
a,
a:link,a:visited,a:active {
	color:#333333;
	text-decoration:underline;
}
a:hover {
	color:#ff0000;
	text-decoration:underline;
}


/* FLOAT
-------------------------------------*/
/* LEFT */
.floLeft {
	float:left;
}
/* RIGHT */
.floRight {
	float:right;
}
/* CLEAR */
.floatClear {
	clear:both;
	margin:0;
	padding:0;
	height:0;
	line-height:0;
	font-size:0;
}

/* MARGIN
--------------------------------------------------------------*/
.mt0 {
	margin-top:0px !important;
}
.mt2 {
	margin-top:2px !important;
}
.mt3 {
	margin-top:3px !important;
}
.mt5 {
	margin-top:5px !important;
}
.mt7 {
	margin-top:7px !important;
}
.mt8 {
	margin-top:8px !important;
}
.mt10 {
	margin-top:10px !important;
}
.mt12 {
	margin-top:12px !important;
}
.mt13 {
	margin-top:15px !important;
}
.mt14 {
	margin-top:14px !important;
}
.mt15 {
	margin-top:15px !important;
}
.mt16 {
	margin-top:16px !important;
}
.mt20 {
	margin-top:20px !important;
}
.mt25 {
	margin-top:25px !important;
}
.mt30 {
	margin-top:30px !important;
}
.mr5 {
	margin-right:5px !important;
}
.mr8 {
	margin-right:8px !important;
}
.mr20 {
	margin-right:20px !important;
}
.mr30 {
	margin-right:30px !important;
}
.mr50 {
	margin-right:50px !important;
}
.mr55 {
	margin-right:55px !important;
}
.mr60 {
	margin-right:60px !important;
}
.ml10{
	margin-left:10px !important;
}
.ml5{
	margin-left:5px !important;
}
/* 行揃え（汎用）
--------------------------------------------------------------*/
.taRight {
	text-align:right;
}
.taCenter {
	text-align:center;
}
.taLeft {
	text-align:left;
}

/* その他汎用
--------------------------------------------------------------*/
.vat {
	vertical-align:top;
}
.vam {
	vertical-align:middle;
}
.vab {
	vertical-align:bottom;
}
.xsmall{
	font-size:x-small;
}
.allow{
	padding-left:10px;
	background-image: url(../../../common/images/bullet_01.gif);
	background-repeat: no-repeat;
	background-position:0 5px;
}
.allowli li{
	padding-left:10px;
	background-image: url(../../../common/images/bullet_01.gif);
	background-repeat: no-repeat;
	background-position:0 5px;
	margin-bottom:2x;
}
/* 見出し
--------------------------------------------------------------*/
h1{
	margin:0 0 10px 0;
}
h2{
	margin:20px 0 10px 0;
}


/* e-life追加（TypeC選択時のレシピ検索メニュー表示用）
--------------------------------------------------------------*/
#footer_list_box h2 {
	margin: 0;
}

/* e-life追加（Hタグの太字対応）
--------------------------------------------------------------*/
#contents h1,
#contents h2,
#contents h3,
#contents h4,
#contents h5,
#contents h6 {
	font-weight:bold; 
}
