@charset "utf-8";
/* 共通 */

/* reset */
*{
margin:0px;
padding:0px;
list-style:none;
}

/* body設定と使用フォント */
body {
background-color:#ffffff;
margin:0px;
padding:0px;
color:#333333;
font-family:"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Osaka", Arial, Verdana, sans-serif;
font-size:75%;
line-height:1.5;
}

/* リンク色 */
a:link {
color:#666;
text-decoration:underline;
}

a:visited {
color:#666;
text-decoration:underline;
}

a:active {
color:#666;
text-decoration:underline;
}

a:hover {
color:#666;
text-decoration:none;
}

/* 画像 */
img { border:none; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img, p img, li img, dl img, dt img, dd img, a img {
vertical-align:top;
line-height:0;
font-size:0;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
font-size:100%;
font-weight:normal;
}

/* リスト */
ul {
list-style:none;
}

/* table */
table {
border-collapse:collapse;
border-spacing:0;
font-size:inherit;
font:100%;
}

th {
text-align:left;
font-weight:normal;
}

/* clear */
.ClrFix {
zoom:1;
}

.ClrFix:after {
content:".";
display: block;
height:0px;
clear:both;
visibility:hidden;
}

/* class */
.ico01 {
display:block;
padding:0px 0px 0px 12px;
background:url(/system_kitchen/images/com_ico02.gif) no-repeat 0px 4px;
line-height:1.2;
}

.floatL {
float:left;
}

.floatR {
float:right;
}

.mTop10 {
margin-top:10px !important;
}

.mTop20 {
margin-top:20px !important;
}

.mBottom10 {
margin-bottom:10px !important;
}

.mBottom15 {
margin-bottom:15px !important;
}

.mBottom20 {
margin-bottom:20px !important;
}

.pLeft10 {
padding-left:10px !important;
}

.pBottom12 {
padding-bottom:12px !important;
}

.pLeft15 {
padding-left:15px !important;
}

.fsizeS {
font-size:85% !important;
}

.txtLeft {
text-align:left !important;
}

.dsplyNone {
display:none !important;
}





