/*ヘッダー用*/
.logo{
    padding-left: 300px;
}
#contents-area, #side-area {
    color:black;
    font-size: 16px;
}
body{
    background: linear-gradient(#c8ecec, #09c0c0 ) fixed;
}
.kaiin{
    border: solid 3px #09c0c0;
    border-radius: 10%;
}
/*ナビ部分*/
.nav1{
    width: 200;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
}
nav ul{
    padding-left: 30px;
    padding-right: 35px;
}
/*全体真ん中背景指定*/
#hole{
    background-color: #fffbed;
    margin: 0 auto;
    width: 1200px;
}
/*メイン*/
#side-area{
    background-color: white;
    padding-top: 0;
    border-radius: 10%;
}

.tamesi{
    border-radius: 10%;
}

/*見出しｃｓｓ*/
h1{
    display: inline-block;
    position: relative;
    padding: 0 2.5em;
    color: #333333;
}

h1::before,h1::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 3px;
    background-color: #f9db03;
}

h1::before {
    left: 0;
}

h1::after {
    right: 0;
}
h2{
    text-decoration: underline 3px #f9db03;
}

/*フッター*/
hr{
    border: solid 2px black;
}
/*お問い合わせフォーム*/
#form{
    padding-left: 300px;
    font-size: 16px;
}
.haku{
    margin-bottom: 20px;
}
.turoku{
    margin-left: 440px;
    font-size: 16px;
}
.memo{
    margin-left: 250px;
}
.memo1{
    text-align: center;
}
/*横並びにしないメイン*/
#main2{
    width: 960px;
    margin: 20px auto;
    justify-content: space-between;
    font-size: 16px;
}
/*商品紹介の表*/
.hyou1{
    margin-left: 5px;
}
.hyou2{
    width: 230px;
    height: 230px;
    border: solid 2px gray;
    border-radius: 10%;
}
.hyou3{
    width: 230px;
    text-align: center;
    font-size: 16px;
}

/*回り込みの指定*/
.photo{
    float: left;
    margin-right: 15px;
    border: solid 2px gray;
    border-radius: 5%;
}
.con a{
    color: black;
    text-decoration: none;
}
.con a:hover{
    text-decoration: underline;
}
/*回り込みの解除*/
.reset{
    clear: both;
}
/*クリエイター*/
.crea{
    width: 200px;
    height: 200px;
    border: solid 2px gray;
    border-radius: 10%;
    float: left;
    margin-right: 15px;
}
.aikon{
    float: left;
    margin-right: 10px;
}
/*販売登録*/
.touroku{
    text-align: center;
}
/*作家紹介*/
.con2{
    text-align: center;
}
.con2 a{
    color: black;
    text-decoration: none;
}
.con2 a:hover{
    text-decoration: underline;
}