body{
    margin:0px;
    padding:0px;
    width: 100%;
    font-size:1.0rem;
    font-family:
    'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3','Meiryo', 'メイリオ', sans-serif;
    color: #000;
    line-height: 1.8em;
    letter-spacing:0.9px;
    -webkit-text-size-adjust: 100%;
    background-color: #fff;
}

#wrap{
    width: 100%;
    margin:0;
    padding:0;
}

/* リンク */
a { color: #fc4f56; text-decoration:none;}
a:hover { color: #666666; }

#pickup a { color: #696969; text-decoration:none;}

.header{
    margin:0;
    padding:0;
    width: 100%;
}
/* バナー */
.header img {
    margin: 0;
    padding: 0;
    border: 0 none;
    vertical-align: bottom;
}

/* ページ中身 */
.contents{
    margin:40px auto;
    line-height: 20px;
    font-size:0.8rem;
    letter-spacing:1px;
    text-align:left;
}
/* タイトル */
.contents h1{
    text-align: center;
    color: #000;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 1.6;
    margin-top: 30px;
    margin-bottom: 30px;
}
/* 中身 */
.contents .text{
    width:84%;
    margin:auto;
    text-align: left;
    font-size:12px;
    border-bottom: 2px solid #000;
    padding: 0px 20px 30px 20px;
}
.contents .text span{
    color: #666;
}

.contents h2{
    text-align: center;
    color: #666;
    font-weight: normal;
    font-size: 13px;
    margin-top: 30px;
    margin-bottom: 4px;
}

/* 概要 */
.contents .info{
    text-align: left;
    margin: 14px auto;
    margin-bottom: 26px;
    font-size:0.9em;
}
/* 参加条件など */
.contents .detail{
    background-color: #f5f5f5;
    margin: 0 auto;
    margin-bottom: 36px;
    font-size:0.9em;
    padding: 18px 18px;
}
.detail span{
    padding-left: 1px;
    font-size:0.9em;
}

/* 注意 */
.contents .attention{
    color: #666;
    width:84%;
    margin: 30px auto;
    text-align: justify;
    font-size:0.8em;
    padding: 0px 14px;
}



/* ページフッター */
#pageFoot {
    text-align: center;
	border-top: solid 1px #CCCCCC;
	margin-top: 15px;
    margin-bottom: 10px;
}

#pageFoot #copyright small {
	font-size: 12px;
	line-height: 1.5;
}


/* 以下、スマホ対応 */
img {
    max-width : 100% ;
    height : auto ;
}

@media screen and (max-width: 400px) {
body { 
 width:100%;}

@media screen and (min-width: 400px) {
body { 
 width:400px;}
}