@charset "utf-8";

/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/
	/*** main px ***/
	
	#note_box{
		padding: 40px;
		background: #EADBD7;
		}
		#note_box > h3{
			font-size:18px;
			}
		#note_box > p{
			color:#e50011;
			padding:20px 0;
			}
	
	#note_box_in{
		border:3px solid #221814;
		padding:20px;
		background:#fefefe;
		line-height:1.5em;
		}
		#note_box_in aside{
			text-align:left;
			margin:40px 0 0 0;
		}
		
		#jukudoku{
			}
			#jukudoku p{
			}
			#jukudoku p span{
				color:#e72921;
				}
			#jukudoku dl{
				}
				#jukudoku dl dt{
					font-size:18px;
					font-weight:bold;
					color:#ed7500;
					text-align:left;
					float:left;
					width:170px;
					margin:30px 0 0 0;
					}
					#jukudoku dl dt:nth-child(1){
						margin-top:0;
					}
				#jukudoku dl dd{
					margin:30px 0 0 170px;
					text-align:left;
					}
					#jukudoku dl dd span{
						color:#e72921;
					}
					
			#jukudoku aside{
				text-align:left;
				color:#e72921;
				font-size:1.1em;
				margin:30px 0 0 0;
				
			}
	
	#zentai{
		margin:40px 0 0 0;
		}
		#zentai h4{
			text-align:left;
		}
		#zentai p{
			margin:20px 0 0 0;
			text-align:left;
		}
		#zentai ul{
			margin:20px 0 0 0;
			}
			#zentai ul li{
				text-align:left;
				margin:0 0 0 2em;
				list-style:disc;
			}
	
	#sonota{
		margin:40px 0 0 0;
		}
		#sonota h4{
			text-align:left;
		}
		#sonota ul{
			}
			#sonota ul li{
				text-align:left;
				margin:0 0 0 2em;
				list-style:disc;
				}


/*-----------------------------------------------------	*/
/*	 993-1059					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 1059px) {
	
}



/*-----------------------------------------------------	*/
/*	 769-992					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 992px) {
	
}



/*-----------------------------------------------------	*/
/*	 480-768					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 768px) {
	
}


/*-----------------------------------------------------	*/
/*	 321-480px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 480px) {

}

/*-----------------------------------------------------	*/
/*	 320px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 320px) {

}


