@charset "utf-8";
/* ========================================================================================
 *カルーセルタイプ1用
 *======================================================================================== */

/* 初期設定 */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul{
    /* default styleをリセット */
    list-style:none;
    padding:0px;
	margin: 0px;
}
li{
    /* default styleをリセット */
    list-style:none;
    padding:0px;
	margin: 0px;
}
html{
    height: 100%;
}

body {
    background: #fff;
    height: 100%;
    letter-spacing: 0.08em;
    color: #444;
    font-family: YuGothic, 游ゴシック, "Hiragino sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    word-wrap : break-word;
    overflow-wrap : break-word;
}
