/*フィードバック設定用CSS*/

/*--インラインフレームのサイズ、ボーダー色--*/
div.fb iframe{
border:1px solid #cedef7;
width:98%;
height:555px;
float:right;
}

/*------ボタンレイアウト関連------*/

/*--ボタン右指定text-align--*/
div.fb * {
color:#000;
font-size:100%;
font-weight:normal;
font-style:normal;
text-align:right;
background:transparent;
border:none;
padding:0;
margin:0;
float: none;
clear:none;
}

/*--ボタン間隔を上margin、下paddingで調節--*/
div .fb{
zoom: 100%;
margin-top:20px;
padding-bottom:0;
}


div .fb  p.ver2{
margin-top:0;
margin-bottom:25px;
}


div .fb img {
border:none;
display: inline;
margin: 0;
}

div .fb:after {
content: "";
clear: both;
height: 0;
display: block;
visibility: hidden;
}

div.fb .hidden{
display:none;
}

div .fb p a{
text-decoration:none;
}


/*--ポップアップボタン用CSS--*/

div.fbpopup{
text-align:right;
}

div .fbpopup img{
border:none;
}

div .fbpopup p a{
text-decoration:none;
}

.csrAll .fb p{
margin: 0;
padding-bottom: 0;
line-height: 0;
}

