@charset "UTF-8";
/* CSS Document */




ul.page_link.page_link_side.infomation {
    margin: 0 0 10px -14px;
    padding: 0;
	overflow: hidden;
}

ul.page_link.page_link_side.infomation li {
    display: inline-block;
    margin: 0px 0px 10px 15px;
}

ul.page_link.page_link_side.infomation li a {
    width: 168px;
    height: 40px;
    padding: 34px 0 0 0;
    background: url(https://www.tea-boutique.jp/information/img/infomation_page_bg_off.png) no-repeat 0 0;
    display: inline-block;
    text-align: center;
    color: #653020;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    border: none;
}

h4.cont_h4 {
    font-size: 14px;
    font-weight: bold;
    color: #653020;
    padding: 0 0 10px 18px;
    background: url(https://www.tea-boutique.jp/img/h2_border.png) repeat-x left bottom;
    position: relative;
	text-align: left;
	margin-bottom: 20px;
}

h4.cont_h4:before {
    content: url(https://www.tea-boutique.jp/img/h4_icon.png);
	background: #fff;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 1px;
}

.cont_image_text{
	font-size: 12px;
	padding-left: 0;
}


ol.buy_list li {
    background: url(https://www.tea-boutique.jp/img/gray_border.png) no-repeat left bottom;
    padding: 0 0 16px 65px;
    margin-bottom: 15px;
    position: relative;
	clear: both !important;
	overflow: hidden;
}
/* step01~05 */
ol.buy_list li.step1:before {
    content: url(https://www.tea-boutique.jp/information/img/step01_icon.png);
	background: #fff;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
}

ol.buy_list li.step2:before {
    content: url(https://www.tea-boutique.jp/information/img/step02_icon.png);
	background: #fff;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
}

ol.buy_list li.step3:before {
    content: url(https://www.tea-boutique.jp/information/img/step03_icon.png);
	background: #fff;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
}

ol.buy_list li.step4:before {
    content: url(https://www.tea-boutique.jp/information/img/step04_icon.png);
	background: #fff;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
}

ol.buy_list li.step5:before {
    content: url(https://www.tea-boutique.jp/information/img/step05_icon.png);
	background: #fff;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
}

p.link_btn {
    text-align: right!important;
    margin-bottom: 20px;
}

/*画像ポップアップ */
#popup-background{
    position:fixed;     /* 位置の固定 */
    top: 0;             /* 表示位置 */
    left: 0;            /* 表示位置 */
    height: 100%;       /* 画面全体に表示 */
    width: 100%;        /* 画面全体に表示 */
    background:#000;    /* 背景色 */
    opacity: 0.60;      /* 透明度 */
    margin: 0;          /* 余白の削除 */
    padding: 0;         /* 余白の削除 */
    z-index:1000;       /* 要素のz座標 */
}
#popup-item{
    position:fixed;     /* 位置の固定 */
    top: 50%;           /* 表示位置(真ん中に表示) */
    left: 50%;          /* 表示位置(真ん中に表示) */
    margin: 0;          /* 余白の削除 */
    padding: 0;         /* 余白の削除 */
    z-index:1001;       /* 要素のz座標 */
}
