@charset "utf-8";
/* CSS Document */
* {
font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro W3, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
p, li {
line-height: 1.5;
}
p, ul, li {
margin: 0;
padding: 0;
}
p {
font-size: 14px;
padding-bottom: 10px;
}
ul {
padding-bottom: 10px;
}
li {
list-style-type: none;
}
a {
text-decoration: none;
}
iframe {
padding: 1em;
}
.name {
color: #333;
font-size: 18px;
margin-top: 1em;
}
.name span {
color: #666;
}
.creater_img {
float: left;
width: 28%;
}
.creater_img img {
width: 100%;
max-width: 250px;
}
.creater_img img.harutora {
max-width: none;
}
.creater_detail {
float: right;
width: 68%;
}
@media screen and (max-width: 400px) {
.creater_img, .creater_detail {
float: none;
width: 100%;
}
.creater_img {
text-align: center;
}
}