@charset 'utf-8';
/*	Cascading Style Sheets: style.css 5.2	*/ 

#PAGE .SHEET .SIDE_WHITE ul li a.EXAMPLE:link	{ background:#e4f4fb url(../../img/arrow_black.png) no-repeat 8% 50%; background-size:4px auto; color:#000;}
#PAGE .SHEET .SIDE_WHITE ul li a.EXAMPLE:visited	{ background:#e4f4fb url(../../img/arrow_black.png) no-repeat 8% 50%; background-size:4px auto; color:#000;}

#PAGE .INSIDE	{ position:relative; }
#PAGE .SHEET .CONTENTS .INSIDE1	{ padding-bottom:0; }
#PAGE .SHEET .CONTENTS .INSIDE2	{ padding-top:50px; }
#PAGE .INSIDE img.EX_IMG1	{ position:absolute; top:150px; right:30px; }
#PAGE .INSIDE img.EX_IMG2	{ position:absolute; top:0; right:30px; }
#PAGE .INSIDE img.EX_IMG3	{ position:absolute; top:680px; left:170px; }

#PAGE .INSIDE img.BORDER { border: medium none; }
#PAGE .INSIDE h4	{ width:640px; margin:30px 0 10px 0; font-size:15px; line-height:1.2em; }
#PAGE .INSIDE h4 img	{ margin:0 10px 0 0; vertical-align:middle; }
#PAGE .INSIDE img.EX_IMAGE	{ width:250px; float:left; }
#PAGE .INSIDE .EX_LIST	{ width:370px; float:right; margin:0 0 20px 0; }
#PAGE .INSIDE .EX_LIST ul	{ width:370px; float:left; }
#PAGE .INSIDE .EX_LIST ul li	{ width:370px; float:left; display:list-item; list-style:inside square url(../img/ex_li.gif); font-size:11px; line-height:1.8em; }

#PAGE .INSIDE .EX_IN	{ width:640px; float:left; margin:30px 0 20px 0; }
#PAGE .INSIDE .EX_IN h4	{ width:370px; float:left; margin:0; font-size:15px; line-height:1.2em; }
#PAGE .INSIDE .EX_IN .IN_IMAGE	{ width:250px; float:right; }
#PAGE .INSIDE .EX_IN p	{ width:370px; float:left; }




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

#PAGE .SHEET .CONTENTS .INSIDE	{ margin-bottom:20px; }
#PAGE .INSIDE img.EX_IMG1	{ display:none; }
#PAGE .INSIDE img.EX_IMG2	{ display:none; }
#PAGE .INSIDE img.EX_IMG3	{ display:none; }

#PAGE .INSIDE h4	{ width:100%; margin:10px 0 10px 0; }
#PAGE .INSIDE h4 img	{ width:9px; }

#PAGE .INSIDE img.EX_IMAGE	{ width:250px; float:left; }
#PAGE .INSIDE .EX_LIST	{ width:100%; margin:10px 0 20px 0; }
#PAGE .INSIDE .EX_LIST ul	{ width:100%; }
#PAGE .INSIDE .EX_LIST ul li	{ width:95%; float:right; margin:5px 0 0 0; list-style:outside square none; font-size:12px; line-height:1.5em; }

#PAGE .INSIDE .EX_IN	{ width:100%; float:left; margin:0; }
#PAGE .INSIDE .EX_IN h4	{ width:100%; margin:0; font-size:15px; line-height:1.2em; }
#PAGE .INSIDE .EX_IN .IN_IMAGE	{ width:100%; margin:5px 0; }
#PAGE .INSIDE .EX_IN p	{ width:100%; margin:10px 0 0 0; }
#PAGE .INSIDE .EX_IN p br	{ display:none; }

}