/* Y'S GEAR : /prunus_gus/css/prunus_caution.css */


/*======================================================================*
 *  [ commonWrap ] 
 *======================================================================*/

.commonWrap p, 
.commonWrap ul {
	font-size: 1.4rem;
}

.commonWrap .commonNotesBox {
	margin-top: 30px;
}

.commonWrap .commonNotesBox ul {
	margin-top: 10px;
}
.commonWrap .commonNotesBox li {
	display: inline-block;
	margin-right: 10px;
}

.commonWrap .commonNotesBox .example {
	display: inline-block;
	margin-top: 20px;
	padding: 5px 10px;
	background: #fff;
}
.commonWrap .commonNotesBox .example b {
	display: inline-block;
}


/*+ [ 568px 以下 ] +++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*======================================================================*
 *  [ Media Queries 568 ] 
 *======================================================================*/

@media screen and (max-width: 568px) {
	
}

