@charset "utf-8";

/* ---------------------------------------------
	import.css（編集不可）
--------------------------------------------- */


/* リセットCSS */

@import url("reset.css");

/* 頻出するCSS（基本セット）定義 */

@import url("style.css");

/* サイトレイアウトCSS */

@import url("layout.css");
@import url("jquery.lightbox-0.5.css");

/* 作り直したCSS */

#newCSS {
    font-size: 1rem;
    line-height: 180%;
    letter-spacing: 0.1em;
}

#newCSS * {
    box-sizing: border-box;
}

#newCSS h3 {
    background: transparent;
    height: auto;
    width: auto;
    line-height: 1;
    font-size: 1.5em;
    font-weight: bold;
    border: 1px dotted #C5B5A5;
    border-radius: 5px;
    color: #8B6B44;
    padding: 10px;
}

#newCSS h3:before {
    color: #C5B5A5;
    content: "★ ";
    font-weight: bold;
}

#newCSS h4 {
    background: transparent;
    width: 100%;
    height: auto;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 100%;
    padding: 0 0 5px;
    margin: 0;
    color: #ffa435;
    border-bottom: 1px dashed #C5B5A5;
}

#newCSS h4:before {
    color: #7c9765;
    content: "▶";
    font-weight: bold;
}

.yBox {
    background: #fffa89;
    border-radius: 1em;
    color: #8B6B44;
    padding: 1em;
}

.borderBox {
    border: 2px solid #e9c08d;
    border-radius: 1em;
    color: #8B6B44;
    margin-bottom: 50px;
    padding: 2em;
}