/*body {
background: #f2f2f2;
}*/
#fadearea {
position: relative;
width: 512px;
height: 340px;
margin: 50px auto 7px auto;
overflow: hidden;
 -webkit-border-radius:20px; 
 -moz-border-radius:20px; 
border-radius:20px;

}
#icolist {
float: left;
position: relative;
width: 512px;
height: 340px;
background: #333333;
}
#icolist li {
position: absolute;
top: 0;
left: 0;
width: 512px;
height: 340px;
text-align: center;
list-style: none;
opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "alpha(opacity=0)";
-moz-opacity: 0;
-khtml-opacity: 0;
}
#icolist li.selected {
opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "alpha(opacity=100)";
-moz-opacity: 1;
-khtml-opacity: 1;
left: 0;
}
#nav {
position: relative;
width: 512px;
height: 60px;
overflow: hidden;
margin: 0 auto;
}
#nav ul {
position: relative;
top: 0;
left: 0;
width: 612px;
margin: 0 auto 10px auto;
padding: 0;
}
#nav li {
position: relative;
top: 0;
left: 0;
float: left;
width: 87px;
height: 60px;
display: block;
cursor: pointer;
/*opacity: 0.5;
filter: alpha(opacity=50);
-ms-filter: "alpha(opacity=50)";
-moz-opacity: 0.5;
-khtml-opacity: 0.5;*/
} 
#nav li.selected {
/*opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "alpha(opacity=100)";
-moz-opacity: 1;
-khtml-opacity: 1;*/
} -->

#nav img  {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  border:#ffcccc 4px solid
	
}

/* ===================================================== */
/* ■モバイル画面（横幅 767px以下）専用の追加・上書きCSS */
/* ===================================================== */
@media all and (max-width:767px) {
	#fadearea {
position: relative;
width: 315px;/*iphoneSEサイズに合わせて*/
height: 209px;
margin: 50px auto 7px auto;
/*overflow: hidden;*/
 -webkit-border-radius:20px; 
 -moz-border-radius:20px; 
border-radius:20px;

}
#icolist {
float: left;
position: relative;
width: 315px;/*iphoneSEサイズに合わせて*/
height: 209px;
background: #333333;
}
#icolist li {
position: absolute;
top: 0;
left: 0;
width: 315px;/*iphoneSEサイズに合わせて*/
height: 209px;
text-align: center;
list-style: none;
opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "alpha(opacity=0)";
-moz-opacity: 0;
-khtml-opacity: 0;
}

#icolist img {
	width:100%;
}


}

