﻿body {
 width: 1100px;
 margin: 10px auto;
 background-color: #ffffff;
 color: #333333;
 font-size: 16px;
 font-family: "MS Pゴシック",Osaka,sans-serif;
}

.title div {
 background-color: #ffffff;
 margin: 20px;
 width: 100px;
 text-align: center;
}

.title ul {
 background-color: #ffffff;
 margin: 0;
 width: 390px;
 text-align: center;
}

.title {
 display: flex;
}

.hiddenpc { display: none; }
.hiddenmb { display: block; }

.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.justify { text-align: justify; }

a.type1:link { color: #0000ff; text-decoration: none;}
a.type1:visited { color: #0000ff; text-decoration: underline;}
a.type1:hover  { color: #ff0000; text-decoration:none;}
a.type1:active { color: #ff0000; text-decoration:none;}




/* mobile */
@media only screen and (max-width: 430px) {

body {
 width: 390px;
 background-color: #ffffff;
 color: #333333;
 font-size: 14px;
 font-family: "MS Pゴシック",Osaka,sans-serif;
}

.menu {
 display: flex;
}

.menu div {
 background-color: #e5e5e5;
 margin: 1px;
 padding: 1px;
 width: 62px;
 text-align: center;
}

.hiddenpc { display: block; }
.hiddenmb { display: none; }

.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.justify { text-align: justify; }

a.type1:link { color: #0000ff; text-decoration: none;}
a.type1:visited { color: #0000ff; text-decoration: underline;}
a.type1:hover  { color: #ff0000; text-decoration:none;}
a.type1:active { color: #ff0000; text-decoration:none;}

}
