@charset "utf-8";
/* CSS Document */

/* -------------------------
注文方法
------------------------ */

.tyumonTit {
margin-bottom: 20px;
}
.tyomonTxt {
font-size: 108%;
margin-bottom: 20px;
}
.tyumonStep li {
background-image: url(../../../../tyumon_houhou/img/arrow.gif);
background-repeat: no-repeat;
background-position: center bottom;
padding-bottom: 60px;
margin-bottom: 40px;
}
.tyumonStep li.last {
background-image: none;
}

/* 20161201 */
.tyuOutline {
background: #FFFEEC;
border: 3px solid #F49900;
padding: 20px 20px 0;
margin-bottom: 40px;
}
.tyuOutline ol li {
display: inline-block;
font-size: 120%;
margin-right: 15px;
margin-bottom: 20px;
}
.tyuOutline ol li a {
color: #333;
text-decoration: underline;
}
.tyuOutline ol li a:hover {
color: #333;
text-decoration: none;
}
.tyuOutlineNum {
background: #333;
color: #fff;
display: inline-block;
font-size: 90%;
padding: 3px 10px;
margin-right: 10px;
}

