.device-pc .header_sp {
    display: none;
}
body {
    background-image: url(../images/bg-orange.png);
    background-repeat: repeat;
}
nav[role=breadcrumb] {
    background-color: #ffef00;
    padding-left: 2em;
}
#contents {
    color: #1A1A1A;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Roboto, Arial, Helvetica, sans-serif";
    background-color: #fff;
}
#contents .yodogawa {
    font-family: Midashi Go MB31;
    font-size: 24px;
    width: 70%;
    margin: 50px auto;
    padding: 30px 117px;
    border: solid 6px #000;
	border-radius: 3px;
    border-right: none;
    border-left: none;
    line-height: 1.8em;
    letter-spacing: 0.07em;
}
#contents p {
    font-size: 16px;
    font-weight: bold;
    width: 27em;
    margin: 30px auto;
    line-height: 1.9em;
    letter-spacing: 0.07em;
}
#contents .honbun .diet {
    background-color: #FFEF00;
    font-weight: bold;
    margin: 1em auto;
    line-height: 2.5em;
    padding-left: 1em;
    display: block;
}
#contents .photo {
    width: 556px;
    margin: 50px auto;
}
#contents .photo img {
	width: 100%;
}
#contents .honbun .attention {
    background-color: #FFEF00;
    font-weight: bold;
    margin: 1em auto;
    line-height: 2.5em;
    padding-left: 1em;
    display: block;
}
#contents .time {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.07em;
    text-align: center;
    line-height: 7em;
    display: block;
}
#contents .honbun{
	position: relative;
}
#contents .charactor li {
    position: absolute;
    margin: 0;
	padding: 0;
}
.device-pc #contents .charactor li img{
	width: 154px;
	height: auto;
}

#contents .charactor li.chara1 {
    top: 12%;
    right: 20%;
}
#contents .charactor li.chara2 {
    top: 54%;
    right: 20%;
}
#contents .charactor li.chara3 {
    top: 98%;
    right: 20%;
}
.device-pc .sp_chara{
	display: none;
}
/*　スマホ　＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
.device-sp #contents {
    padding: 0;
}
.device-sp #contents .yodogawa {
    font-size: 23px;
    width: 90%;
    margin: 20px auto;
    padding: 15px 10px;
    border: solid 4px #000;
    border-right: none;
    border-left: none;
    line-height: 1.6em;
    letter-spacing: 0.05em;
}
.device-sp #contents .honbun {
    padding: 0 16px;
}
.device-sp #contents .p_first {
    margin-top: 35px;
}
.device-sp .title {
    display: none;
}
.device-sp .header_sp {
    display: block;
}
.device-sp #contents .photo {
    width: 100%;
    margin: 30px auto;
}
.device-sp .honbun {
    width: 90%;
    margin: -5px auto 0;
}
.device-sp #contents p {
    width: 100%;
    font-size: 150%;
    margin: 20px auto;
}
.device-sp #contents .honbun .diet {
	font-size: 18px;
    line-height: 1.5em;
    padding: .4em .7em;
}
.device-sp #contents .honbun .attention {
	font-size: 18px;
    line-height: 1.5em;
    padding: .4em .7em;
}
.device-sp #contents .time {
    font-size: 13px;
    line-height: 0em;
}
.device-sp #contents .charactor{
	display: none;
}
.device-sp .sp_chara{
	display: block;
	width: 40%;
	height: auto;
	margin: 0 auto;
}
/*　リンク　＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
#contents .article a:link, .totop {
    color: #0033cc;
    border-bottom: solid 1px #0033cc;
    text-decoration: none;
    display: inline;
}
#contents .article a:visited, .totop {
    color: #0033cc;
    border-bottom: solid 1px #0033cc;
    text-decoration: none;
    display: inline;
}
