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


.wrapper2 {
	width: 350px;
	margin: auto;
}


a {text-decoration: none;}


.wrapper2 img { width:initial; }

.red_line {
    width:auto;
    height: 30px;
    background: #E60012;
    margin-top: 10px;
    margin-bottom: 10px;
}


.Nitem {
	width: 350px;
	margin: auto;
	text-align: center;
}

.Nitem img { width: 350px; }

#character {
    width: auto;
    height: 2080px;
    background: #FFFCDB;
    padding: 30px 25px;
    border-radius:10px; 
}

#top_p {
	text-align: center;
    clear: both;
    padding-bottom: 2em;
}

#top_p img {
	width: 100%;
}

.c_01{
    width: 300px;
    height: auto;
    float: left;
    padding-bottom: 3em;
}


#Nmenu {
	clear: both;
	width: 100%;
	height: 105px;
	margin: 8px auto 50px auto;
	text-align: center;
}

#Nmenu li{
	font-size: 16px;
	font-weight: bold;
	padding: 10px 16px;
	border-radius: 2em;
	margin: 3px auto 0px auto;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: #71390E;
	background: #FFEA00;
}




.remodal {
  position: relative;
  padding: 20px;
}

.remodal img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.remodal-cancel {
  width: 100%;
  margin-top: 20px;
}




/*　iphone 横　*/
@media (min-width: 600px){
	
.wrapper2 { width: 600px;}


.Nitem { width: 600px; }	

.Nitem img { width: 300px; }

#character {
    width: 600px;
    height: 1450px;
    padding: 0;
}    


#top_p {
    padding-bottom: 3em;
}

#top_p img {
	width: 350px;
    padding-top: 20px;
    
}
#Nmenu {
	width: 600px;
	height: 55px;}

	
	
}






@media (min-width: 1000px){

.wrapper2 { width: 1000px; margin: auto; }

.red_line {
    width:auto;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}    
    
#Nmenu {
	width: 1000px;
	height: 65px;
	}
	
#Nmenu li {margin: 8px 15px;}
	
.Nitem { width: 1000px; }

.Nitem img { width: auto; height: 600px; }
    
#character {
    width:1000px;
    height: 900px;
    padding: 50px;
}     

	
}

