@charset "UTF-8";
/* CSS Document */

/* reset */
.userSample p,
.userSample dl,
.userSample dt,
.userSample dd{
margin:0;
padding:0;
list-style:none;
}
.userSample img{
border:none;
}

.usComment p{
margin:0;
padding:0;
}



/* anchor */
.usAnchor{
}
.usAnchor ul{
width:920px;
margin:0;
padding:0;
list-style:none;
}
.usAnchor li{
width:304px;
height:115px;
margin:0 4px 4px 0;
padding:0;
list-style:none;
float:left;
}
.usAnchor li.end{
margin:0 0 4px;
}




/* layout */
.userSample{
width:900px;
padding:0 10px;
}



.userSample .usLeft{
width:422px;
float:left;
}


.userSample p.usImg img{
border:#d3d3d3 1px solid;
}

.userSample p.usLink{
margin:10px 0 0;
text-align:center;
}



.userSample .usRight{
width:460px;
float:right;
}
.userSample .usRight .unPoint{
margin:10px 0 0;
}
.userSample .usRight dl{
width:330px;
margin:0 0 15px;
float:right;
}
.userSample .usRight dt{
margin:0 0 10px;
color:#a51e56;
font-weight:bold;
}
.userSample .usRight dt img{
float:left;
margin:0 5px 0 0;
}
.userSample .usRight dd{
}

.userSample .usRight p.usImg{
width:122px;
float:left;
}



/* comment */
.usComment{
width:900px;
padding:10px 10px 20px;
}
.usComment p.usCmLeft{
width:135px;
float:left;
}
.usComment .usFukidashi{
width:760px;
float:right;
background:url(http://www.digitalstage.jp/bind/_src/fukidashi/fukidashi_1.jpg) no-repeat left top;
padding:10px 0 0;
}
.usComment .usFukidashi .usFukidashi2{
background:url(http://www.digitalstage.jp/bind/_src/fukidashi/fukidashi_3.jpg) no-repeat left bottom;
padding:0 0 10px;
}
.usComment .usFukidashi .usFukidashi2 p{
background:url(http://www.digitalstage.jp/bind/_src/fukidashi/fukidashi_2.jpg) no-repeat left top;
padding:0 30px;
color:#509520;
font-weight:bold;
font-size:14px;
}




/* for IE5.5-IE7,FireFox,Safari [clearfix hack sample]*/
.exCfx:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.exCfx{
display:inline-table;
min-height:1%;
}
/* Hides from IE-mac \*/
* html .exCfx{
height:1%;
}
.exCfx{
display:block;
}
/* End hide from IE-mac */