@charset "UTF-8";
/* CSS Document */
@media (min-width: 641px){
body {
    background-color: #CC9900; 
    color: #000;
    background-attachment: fixed;
    background-image: url(crazy.png);
    background-repeat: no-repeat;
    background-position: left 80px;
    background-size: 640px auto;
    margin: 48px auto 0;
    text-align: center;
    width: 1024px;
}
    
a:link, a:visited, a:hover {
	color: #000;
}
    
ol {
    margin-top: 80px;
    margin-left: -48px;
    list-style: none;
}

li {
    margin-bottom: 64px;
    text-align: center;
    list-style-position: inside;
}
    
li.new:nth-child(odd)::after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 48px;
    background-image: url(new_right.png);
    background-repeat: no-repeat;
    background-size: contain;
}
    
li.new:nth-child(even)::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 48px;
    background-image: url(new_left.png);
    background-repeat: no-repeat;
    background-size: contain;  
}

li:nth-child(1),
li:nth-child(3),
li:nth-child(6),
li:nth-child(9),
li:nth-child(11),
li:nth-child(14),
li:nth-child(17),
li:nth-child(19) {
    transform: rotate(12deg);
}

li:nth-child(2),
li:nth-child(5),
li:nth-child(7),
li:nth-child(10),
li:nth-child(13),
li:nth-child(15),
li:nth-child(18),
li:nth-child(21) {    
    transform: rotate(-12deg);
}

.ura {
font-size: 10px;
opacity:0.5;
}

.omake {
font-size: 12px;
    margin-top: 112px;
}
	
.after {
font-size: 12px;
    margin-top: 24px;
}
    
footer {
    border-top:solid;
    border-width: 1px;
    font-size: 12px;
    margin-top: 112px;
    font-family: sans-serif;
}

footer a {
    text-decoration:none;        
}
     
}
/*スマートフォン*/
@media (max-width: 640px)
{
body {
    background-color: #CC9900; 
    color: #000;
    margin: 0 auto;
    text-align: center;
    width: 320px;
}

.background-hack
{
        z-index: -1;
        background-image:url("crazy.png");
        background-size: auto;
        background-repeat: no-repeat;
        background-position: center 176px;
        background-size: 320px auto;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
}
    
a:link, a:visited, a:hover {
	color: #000;
}
    
ol {
    list-style: none;
    margin-left: -48px;
    margin-top: 64px;
    font-size: 14px;
}

li {
    margin-bottom: 32px;
    text-align: center;
    list-style-position: inside;
}

li.new:nth-child(odd)::after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 48px;
    background-image: url(new_right.png);
    background-repeat: no-repeat;
    background-size: contain;
}
    
li.new:nth-child(even)::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 48px;
    background-image: url(new_left.png);
    background-repeat: no-repeat;
    background-size: contain;  
}
    
li:nth-child(1),
li:nth-child(3),
li:nth-child(6),
li:nth-child(9),
li:nth-child(11),
li:nth-child(14),
li:nth-child(17),
li:nth-child(19) {
    transform: rotate(12deg);
}

li:nth-child(2),
li:nth-child(5),
li:nth-child(7),
li:nth-child(10),
li:nth-child(13),
li:nth-child(15),
li:nth-child(18),
li:nth-child(21) {    
    transform: rotate(-12deg);
}

.ura {
font-size: 10px;
opacity:0.5;
}
	
.omake {
font-size: 12px;
    margin-top: 64px;
}

.after {
    margin-top: 24px;
font-size: 12px;
}
    
footer {
    border-top:solid;
	border-width: 1px;
    font-size: 12px;
    margin-top: 112px;
    margin-bottom: 32px;
    font-family: sans-serif;
}

footer a {
    text-decoration:none;        
}    
}
