@charset "utf-8";
/* CSS Document */
/*次回予告用スタイルシート*/
/*残すもの　壁紙コットン、予告用のスタイル*/
body{
	background-image:url("../../images/wallpapers/cotton_bege.jpg");
}

/*PC用の設定*/
@media only screen and (min-width:900px){
.yokoku{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	line-height: 2.0em;
	font-size: 100%;
	border-top:dotted 1px indianred;
}
.subtitle{
	text-align:center;
	font-weight:700;
	font-size:150%;
}
.up{
	color:red;
	text-align:center;
	font-weight:700;
	font-size:150%;
}
}

/*tablet用の設定*/
@media only screen and (min-width:600px) and (max-width:899px){
.yokoku{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	line-height: 2.0em;
	font-size: 100%;
	border-top:dotted 1px indianred;
	padding-top:10px;
}
.subtitle{
	text-align:center;
	font-weight:700;
	font-size:130%;
}
.up{
	color:red;
	text-align:center;
	font-weight:700;
	font-size:130%;
}
}

/*smartphone用の設定*/
@media only screen and (max-width:599px){
.yokoku{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	line-height: 2.0em;
	border-top:dotted 1px indianred;
	padding-top:10px;
	}
.subtitle{
	text-align:center;
	font-weight:700;
	font-size:98%;
}
.up{
	color:red;
	text-align:center;
	font-weight:700;
	font-size:98%;
}
}

