﻿@charset "utf-8";
.button2 {
    margin: 0 0 10px 0;
}
.button2 a {
    display: block;
    max-width: 200px;
    width: 100%;
    height: 20px;
    padding: 8px 20px 3px 20px;
    background-color: #3e0857;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    text-align: center;
}
.button2 a:hover {
    text-decoration: none;
    background-color: #6e3887;
}
.list1 {
    text-align: center;
}
.list1 > div > div > img {
    max-width: 500px;
    width: 100%;
}
.t1 {
    max-width: 260px;
    width: 100%;
    margin: 0 auto 10px auto;
    padding: 0 10px 4px 10px;
    border-bottom: 1px dashed #555;
    font-weight: bold;
}
.p1 {
    margin: 10px;
}
.p1 span {
    margin: 0 0 0 20px;
    font-weight: bold;
}
@media screen and (min-width:480px){
}
@media screen and (min-width:768px){
}