/* ----- 共通項目 ----- */
body { 
    color: #67676e; 
    font-family: "Didact Gothic","メイリオ",sans-serif;
    font-size: 12px;
    letter-spacing:1px; 
    line-height: 1.8;
    width: 100%;
    padding:0px;
    margin: 0 auto;
    background-color: #ffffff;
}

/* リンク */
a { color: #ee5e62; text-decoration:none;}
a:hover { color: #dbbf6f; } 

/* ページ全体 */
#page {
    width: 100%;
    max-width: 400px;
    padding:0px;
    margin: 0 auto;
}

/* ----- ページヘッダー(TOP) ----- */
#pageHead {
    width: 80%;
    margin: auto;
    margin-top:14%;
    margin-bottom: 10px;
    text-align: left;
    line-height: 2.0;
}
#pageHead #box{
    width: 80px;
    height: 60px;
    /* border: 1px solid #ddabaa;*/
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    background-color: #ffffff;
    background-image: -webkit-linear-gradient(-45deg, #ee5e62 25%, transparent 25%,
          transparent 50%, #ee5e62 50%, #ee5e62 75%,
          transparent 75%, transparent);
    background-image: linear-gradient(-45deg, #ee5e62 25%, transparent 25%,
          transparent 50%, #ee5e62 50%, #ee5e62 75%,
          transparent 75%, transparent);
}

#pageHead h1{
    color: #616566;
    font-size: 18px;
    line-height: 1.0;
    letter-spacing: 1.0px; 
    margin-top: 4px;
    
}
#pageHead h1 span{
    color: #dbbf6f;
}
/* メインメニュー */
#pageHead #menu  {
    line-height: 1.6;
    text-align: left;
    letter-spacing: 1px;
    font-size: 12px;
    margin-top: 20px;
}
#pageHead #menu a {
    color: #67676e;
    padding-right: 8px;
}
#pageHead #menu a:hover {
    color: #dbbf6f;
}
#pageHead #info span{
    padding-left: 2px;
    padding-right: 2px;
    color: #ee5e62;
}
#pageHead #info a{
    padding-right: 4px;
    color: #ccc;
}

/* ----- メインコンテンツ ----- */
#pageBody {
    margin-top: 30px;
    zoom:1;
}
#pageBody h3{
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    width:240px;
    line-height: 1.2;
    position: relative;
    z-index: 1;
    margin:0 auto;
    text-transform: uppercase;
}
#pageBody h3:after {
    display: block;
    content: "";
    height: 6px;
    background-image: -webkit-linear-gradient(-45deg, #eff7ea 25%, transparent 25%,
          transparent 50%, #eff7ea 50%, #eff7ea 75%,
          transparent 75%, transparent);
    background-image: linear-gradient(-45deg, #eff7ea 25%, transparent 25%,
          transparent 50%, #eff7ea 50%, #eff7ea 75%,
          transparent 75%, transparent);
    background-size: 20px 20px;
    top: -8px;
    z-index: -1;
    padding: 2px 4px;
    margin: 0 2px;
    position: relative;
}
#pageBody h4{
    color: #ee5e62;
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 4px;
    text-transform: uppercase;
}
#pageBody h4:before{
    content: "#";
    color: #dbbf6f;
    padding-right: 2px;
}
#pageBody #bun{
    clear: both;
    margin:2% 6% 4% 6%; 
    text-align: justify; 
}
#pageBody #back{
    line-height: 2.5;
    text-align: center; 
}

/* ------ フォーム系 ------ */
textarea, select{
    color: #fff;
    font-size:80%;
    -webkit-appearance: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5e62), to(#ee5e62));
    background-image: -webkit-linear-gradient(left, #ee5e62, #ee5e62);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    vertical-align:middle; 
    position:relative; 
    margin: 5px 4px 2px 0;
    margin-right:3px; 
    top:-1px; 
    width: 80%;
}