@charset "utf-8";

.limelight-regular {
    font-family: "Limelight", sans-serif;
    font-weight: 400;
    font-style: normal;
}


/*カーソル形状*/
label,
input,
textarea,
select{
    cursor: pointer;
}
/*ボタンの設定*/
.entryBtns {
    text-align: center;
}
/*.entryBtns input {
    width: 100px;
}*/
.entryBtns input{
    width: 200px;
    margin: 0 10px;
    padding: 10px;
    background: #fff;
    border: 2px solid #f6bb9e;
    border-radius: 10px;
    font-size: 1em;
    -webkit-appearance: none;
}


/*ボタンにマウスが乗ったとき*/
.entryBtns input:hover{
    opacity: 0.7;
}

/*ウィンドウ背景色の設定*/
body {
    /*background-color: #fbf9cc;
    background-image: url(../img/bg.png);
    background-repeat: repeat-x;
    */
    background: aquamarine
}

/*リンク色の設定*/
a {
    color: #df4839;
}

a:hover {
    color: #ff705b;
    text-decoration: none;
}

/*ヘッダー,ナビ,フッターの共通設定*/
header,
nav,
footer {
    text-align: center;
}

/*ナビ*/
.menu li {
    list-style-type: none;
    display: inline-block;
    width: 180px;
    margin: 0 10px;
}

.menu a {
    display: block;
    padding: 10px;
    background: #6fbb9a;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
}

.menu a:hover {
    background: #90ddbb;
}

/*ページタイトルの設定*/
h1 {
    margin: 40px auto;

    color: #57f8d5;
    font-size: 300%;
    text-align: center;




}






/*コンテンツ枠の設定*/
#contents {
    width: 520px;
    margin: 40px auto;
    padding: 40px 40px;
    border: px solid aqua;
    background-color: white;
}

/*「もっと見る」リンクの設定*/
.more {
    text-align: right;
}

.more a {
    /*
    background-image: url(../img/ico_arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    */
    background: url(../img/ico_arrow.png) right center no-repeat;
    padding-right: 18px;
}

/*まわりこみ設定*/
.imgL {
    float: left;
    margin-right: 20px;
}

.imgR {
    float: right;
    margin-left: 20px;
}

.clear {
    clear: both;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

/*リンク種別アイコン*/

