/*全ページ共通*/

body {
    -webkit-text-size-adjust: 100%;
    margin: 0 auto;
    height: 100%;
}

header {
    height: 130px;
    background-color: black;
    color: white;
}

.list :visited {
    color: gray;
}

.list :hover {
    color: red;
}

.top {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.top2 {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

#title {
    font-size: 1.8em;
    margin: 0;
    padding-top: 30px;
}

#title2 {
    font-size: 1.2em;
    margin: 0;
    padding: 0;
}

header ul {
    color: black;
    display: flex;
    padding-left: 0;
    list-style: none;
    position: absolute;
    top: 45%;
    right: 2.6%;
}

.menu {
    margin-right: 1%;
}

header li a {
    color: black;
    background-color:white;
    padding: 10px 20px;
}

footer {
    text-align: center;
    background-color: gray;
    color: white;
    clear: both;
}

footer img {
    width: 5%;
    height: 5%;
    margin: 0.5% 2%;
}

.icon {
    margin-top: 50px;
    background-color: white;
    color: black;
}

/*Home,Profile 共通*/


.top img {
    width: 50%;
    height: 50%;
    border: 0.3px solid gray;
    margin: 2% 0;
    float: left;
}

.news {
    width: 44%;
    padding: 1% 0 2% 4.8%;
    float: left;
}

.news h3 {
    text-align: center;
}

.news a {
    color: black;
}

.news a:hover {
    color: red;
}


/*Work*/

.top2 h3 {
    text-align: center;
}

.artwork {
    text-align: center;
    margin: auto;
}

.art {
    width: 30%;
    display: inline-block;
}

/*shop*/

.top2 {
    text-align: center;
}



.art img {
    width: 100%;
    border: none;
    margin-top: 30px;
    margin-bottom: -5px;
}

/*Contact*/

.contact {
    text-align: center;
    margin-bottom: 50px;
}

.content2 input {
    width: 25%;
}

select {
    width: 20%;
}

textarea{
    vertical-align: middle;
    width: 79%;
    height: 200px;
}

.top h3 {
    text-align: center;
}

/*confirm.php complete.php*/

.kakunin {
    text-align: center;
}

.kakunin2 {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

.hyouji {
    margin-bottom: 20px;
}
