﻿@charset "utf-8";
/* CSS Document */

.artist{
text-align: center;
margin-bottom: 15px;
}

.artist_name{
padding: 0 10px 10px 10px;
font-family: メイリオ;
line-height: 1.6em;
font-size: 16px;
font-weight: bold;
text-align: center;
}

.artist_txtsub{
padding: 0 10px 50px 10px;
font-family: メイリオ;
line-height: 1.6em;
text-align: left;
}

.fs120{
font-size: 120%;
}