@charset "utf-8";

@import url(https://artisanspirits.co.jp/css/sanitize.css?20190513);
@import url(https://artisanspirits.co.jp/css/colorbox.css?20190513);



@import url(https://artisanspirits.co.jp/css/models_sp.css?20190513) screen and (max-width: 727px);
@import url(https://artisanspirits.co.jp/css/models_tab.css?20190513) screen and (min-width:728px) and (max-width:1024px);
@import url(https://artisanspirits.co.jp/css/models_pc.css?20190513) screen and (min-width : 1025px);

/* btn borderEffect
---------------------------*/
a.zoomImg {
    display: inline-block;
    position: relative;
}

a.zoomImg img {
    display: block;
    width: 100%;
    height: auto;
}

.zoomImg p {
    position: absolute;
    bottom: 0;              /* 画像の下部に配置 */
    left: 0;
    width: 100%;            /* テキストを画像の幅いっぱいに広げる */
    margin: 0;
    padding: 5px;
    color: #fff;            /* 文字色を白 */
    font-size: 10px;
    line-height: 1.4;       /* 行間を1.4倍に設定 */
    font-weight: 300;
    background-color: rgba(0, 0, 0, 0.6); /* 半透明の背景色を追加 */
    text-align: center;     /* テキストを中央揃えにする */
    box-sizing: border-box;
}
/* 小さな画面 (スマートフォン) */
@media only screen and (max-width: 480px) {
    .zoomImg p {
        font-size: 8px;        /* 小さな画面用の文字サイズ */
        line-height: 1.2;      /* 行間を1.2倍に */
        padding: 5px;
    }
}

/* 中くらいの画面 (タブレット) */
@media only screen and (min-width: 481px) and (max-width: 1024px) {
    .zoomImg p {
        font-size: 12px;       /* タブレット用の文字サイズ */
        line-height: 1.5;      /* 行間を1.5倍に */
        padding: 8px;
    }
}

/* 大きな画面 (PC) */
@media only screen and (min-width: 1025px) {
    .zoomImg p {
        font-size: 12px;       /* 大画面用の文字サイズ */
        line-height: 1.6;      /* 行間を1.6倍に */
        padding: 6px;
    }
}
 .modelsPage {
    margin-top:80px;
}


.cmt-b {
}

.cmt-b ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.cmt-b ul li {
	text-indent: -1em;
	padding-left: 1em;
	margin: 0px;
	padding-bottom: 0px;
}

.cmt-b .st {
	color: #C00;
	font-weight: bold;
}

