body {
}

.main {
	border: 1px solid #FFCCCC;
	margin-right: auto;
	margin-left: auto;
}
.main td {
	text-align: center;
	padding: 0px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	margin-top: 25px;
	margin-bottom: 5px;
}
.sub {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 12px;
	font-weight: bold;
	color: #888888;
	margin-bottom: 25px;
}
.position {
	text-align: center;
	width: 100%;
	height: 90%;
}
.artist {
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FF0000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	width: 100%;
}
.block1 {
	float: left;
	width: 32%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.block2 {
	float: left;
	width: 32%;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.block3 {
	float: left;
	width: 32%;
	margin-top: 10px;
	margin-bottom: 10px;
}



.artist a {
	color: #333333;
	text-decoration: none;
}

.artist a:hover {color:#FFCC99
}
.artist td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	padding: 3px;
	border: 1px solid #CC3300;
}
.ama {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", serif;
	font-size: 12px;
	background-color: #FFFFCC;
	text-align: center;
	width: 100%;
	clear: both;
	margin: 10px;
}
.block3 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}


.copy {
	font-size: 9px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #336633;
	text-align: center;
	margin-top: 5px;
	margin-left: 5px;
}
.link {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: center;
	margin-left: 5px;
}
.pr {
	font-size: 12px;
	margin-left: 5px;
}

.link ul {
	margin: 0px;
	padding: 0px;
}
----------------------------------------------------*/
body {
  min-width: 320px;
  line-height: 1.5;
  color: #333;
}
img {
  max-width: 100%;
  height: auto;
}

----------------------------------------------------*/
html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}