/* ///////////// topics /////////////*/
#topics{
  width: 96%;
  margin: 0 auto;
}
#topics img{
  width: 100%;
  height: auto;
}
/* ///////////// サイト移転関係 /////////////*/
h1.transfer{
	font-family: serif;
	color: #555555;
	font-size: 3.6rem;
	text-align: center;
	border-bottom: 3px double #777777;
}
h2.siteurl{
	font-family: serif;
	color: #555555;
	font-size: 2.8rem;
	line-height: 1.8;
}
h2.siteurl a{
  color: #555555!important;
  text-decoration: underline;
}
h2.siteurl a:hover{
	color: #0066CC!important;
  text-decoration: underline;
}
.relocationgreeting{
	font-family: serif;
	font-size: 2.1rem;
	line-height: 2.4;
}
.auto-transfer{
	font-family: serif;
	font-size: 1.8rem;
	line-height: 2.4;
}
@media (max-width:480px){
h1.transfer{
	font-size: 1rem!important;
	text-align: center;
	line-height: 1;
}
h2.siteurl{
	font-size: 0.6rem!important;
	line-height: 1;
	text-align: center;
}
.relocationgreeting{
	font-size: 1rem;
	line-height: 1;
}
.auto-transfer{
	font-family: serif;
	font-size: 0.8rem!important;;
	line-height: 1;
}
}
@media (max-width:544px){
h1.transfer{
	font-size: 1.6rem!important;
	line-height: 1.6;
	text-align: center;
}
h2.siteurl{
	font-size: 0.8rem!important;
	line-height: 1.4;
	text-align: center;
}
.relocationgreeting{
	font-size: 1rem!important;
	line-height: 1;
	text-align: left;
}
.auto-transfer{
	font-family: serif;
	font-size: 0.8rem!important;;
	line-height: 1.2;
}
}
@media (max-width:768px){
#topics{
	padding: 0!important;
}
h1.transfer{
	font-size: 2.1rem;
	text-align: center;
	line-height: 1.8;
	display: block;
	padding: 0!important;
}
h2.siteurl{
	font-size: 1rem;
	line-height: 1.6;
	text-align: center;
	display: block;
	padding: 0!important;
}
.relocationgreeting{
	font-size: 1.2rem;
	line-height: 2.1;
	text-align: left;
	display: block;
	padding: 0!important;
}
.auto-transfer{
	font-family: serif;
	font-size: 0.8rem!important;;
	line-height: 2.4;
	display: block;
	padding: 0!important;
}
}
