@charset "UTF-8";
/* CSS Document */

#flyer{
	margin: 0 auto!important;
}

#flyer img{
	display: block;
	margin:0 auto;
	box-sizing:border-box;
	border:1px solid #666;
	border-radius: 10px;
	box-shadow: 3px 3px 10px #666; 
}

.aniwara_h2{
	background-color: #ff7b41;
	border-radius: 20px;
	margin-bottom:20px;
	line-height: 2em;
	color:#fff;
	font-weight: bold;
	text-align: center;
}

.aniwara_h2_sp{
	background-color: #ff7b41;
	border-radius: 20px;
	margin-bottom:20px;
	line-height: 2em;
	color:#000;
	text-shadow: 
    #fff 2px 0px,  #fff -2px 0px,
    #fff 0px -2px, #fff 0px 2px,
    #fff 2px 2px , #fff -2px 2px,
    #fff 2px -2px, #fff -2px -2px,
    #fff 1px 2px,  #fff -1px 2px,
    #fff 1px -2px, #fff -1px -2px,
    #fff 2px 1px,  #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px;
	font-weight: bold;
	text-align: center;
}

.aniwara_h2_sp small{
	font-size:90%;
	color:#666;
	margin-left:3px;
	margin-right: 3px;
}

.topics{
	font-size: 14pt;
	line-height: 1.6em;
	display: flex;
}

#shousaiWrap{
	margin:0 auto;
	display: flex;
}

#shousai{
	font-size: 12pt;
	line-height: 1.4em;
}

#shousai h3{
	margin:0;
	margin-top:5px;
	margin-left:15px;
	margin-bottom:5px;
}

#shousai p{
	margin-left:17px;
}

#andmore{
	margin:0 auto;
	margin-top:60px;	
	display: flex;
	flex-direction: column;
	justify-content: center;
}

p.large_bold{
	display: block;
	margin:0 auto;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 16pt;
	font-weight: bold;
	margin-bottom:10px;
}

p.link{
	display:block;
	margin:0 auto;
	text-align: center;
	margin:30px auto;
	font-size: 16pt;
}

p.link a{
	background-color:#ff7b41;
	padding:20px;
	border-radius:20px;
	color:white;
	text-decoration: none;
	font-weight: bold;
}

p.link a:hover{
	opacity:0.7;
}
