@charset "Shift_JIS";

.pkg{
  zoom:1;
}
.pkg:after{
  content:'';
  clear:both;
  display:block;
}

#voice{
  border: solid 1px #dbd7aa;
  width: 720px;
}

#voice h2{
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background: #f5841f;
  font-weight: bold;
}

#voice .description{
  margin: 14px auto;
  background: #faf8ef;
  width: 700px;
}
#voice .description .desc_main{
  margin:0;
  padding: 0 30px;
}

#voice .description .desc_main p{
  text-align: center;
  border-bottom: solid 1px #efe6bf;
  padding: 10px 0;
  font-size: .93em;
  color: #420000;
}

#voice .description .desc_main p.att{
  font-size: .86em;
  color: #636363;
}
#voice .description .desc_main p strong{
  color: #8f4300;
}

#voice .description .desc_main p.btn{
  border-bottom: none;
}

#voice .description .desc_head{
  width: 700px;
  height: 5px;
  background-image: url( "../images/bg_desc_head.jpg" );
  background-repeat: no-repeat;
}
#voice .description .desc_foot{
  width: 700px;
  height: 5px;
  background-image: url( "../images/bg_desc_foot.jpg" );
  background-repeat: no-repeat;
}

#voice .voice_box { 
  height: auto !important;
  width: 700px;
  margin: 0 auto 14px;
  min-height: 30px;
  padding-bottom: 0px;
}

#voice .voice_box .avatar_unit{
  float:left;
  width: 74px;
}

#voice .voice_box .avatar_unit img.avatar {
  margin: 10px 0px 0px 5px;
  border: 1px solid #CFCFB9;
  padding: 2px;
  width: 64px;
  height: 64px;
}

#voice .voice_box .box_unit{
  float:right;
  width:624px;
}

#voice .voice_box .box_unit .box_head{
  width: 625px;
  height: 8px;
  background-image: url( "../images/bg_box_head.jpg" );
  background-repeat: no-repeat;
  background-position: top right;
}

#voice .voice_box .box_unit .box_main{
  background: url( "../images/bg_box_main.jpg" );
  background-repeat: repeat-y;
  background-position: top right;
  width: 625px;
}

#voice .voice_box .box_unit .box_main .inner_body{
  margin-left: 35px;
  margin-right: 7px;
  min-height: 30px;
}

#voice .voice_box .box_unit .box_main .action{
  margin-left: 35px;
  margin-right: 7px;
  text-align: right;
  padding: 4px 0;
}

#voice .voice_box .box_unit .box_foot{
  background: url( "../images/bg_box_foot.jpg" );
  width: 625px;
  height: 37px;
  background-position: top right;
}

#voice .voice_box .box_unit .box_foot .posted{
  margin-left: 35px;
  margin-right: 7px;
  padding-top: 10px;
  text-align: right;
  font-size: 0.78em;
}

.voiceMore {
  margin-bottom: 10px;
}
.voiceMore p {
  font-size: .86em;
  text-align: right;
}
.voiceMore .more { 
  margin: 5px auto 0 !important;
  width: 700px;
}

.voiceMore .more a{
  padding: 1px 20px 1px 0 !important;
  min-height:14px;
  display:inline-block;
  background: url( "../images/allow.gif" ) 100% 50% no-repeat transparent !important;
  *display:inline;
  *zoom:1;
}

.voiceMore .note { 
  width: 700px;
  margin: 0 auto;
}
a:hover, a:active { 
  color: #0062CE;
  text-decoration: none;
}
a:link { 
  color: #0062CE;
  text-decoration: underline;
}
a { 
  text-decoration: underline;
}

#voice a.orange { 
  border-bottom: 1px solid rgba(0, 0, 0, 0.251);
  border-radius: 0.5em;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.251);
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: small;
  margin: 0px 2px;
  outline: medium none currentColor;
  padding: 0.1em 0.5em;
  text-align: center;
  text-decoration: none;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.298);
  vertical-align: baseline;
  
  background-color: #F78D1D;
  background-image: url("images/orange-gradient.svg");
  background-position: 0px 0px;
  background-repeat: repeat-x;
  background-size: 100% 100%;
  border-bottom: 1px solid #DA7C0C;
  border-left: 1px solid #DA7C0C;
  border-right: 1px solid #DA7C0C;
  border-top: 1px solid #DA7C0C;
  color: #FEF4E9;
  
}
#voice a.orange:hover, #voice a.orange:focus { 
  background-color: #F78D1D;
  background-image: url("images/orange-gradient-hover.svg");
  background-position: 0px 0px;
  background-repeat: repeat-x;
  background-size: 100% 100%;
  border-bottom: 1px solid rgba(7, 0, 0, 0);
  border-left: 1px solid rgba(7, 0, 0, 0);
  border-right: 1px solid rgba(7, 0, 0, 0);
  border-top: 1px solid rgba(7, 0, 0, 0);
  color: #FEF4E9;
}

/* appears from http://www.webdesignerwall.com/demo/css-buttons.html,]
 * http://www.zurb.com/playground/super-awesome-buttons and
 * http://abouthalf.com/2010/10/25/internet-explorer-9-gradients-with-rounded-corners/
 */

/*
.orange {
  color: #fef4e9;
  border: solid 1px #da7c0c;
  background-image: url(../images/orange-gradient.svg);
  background-size: 100% 100%;
  background-repeat: repeat-x;
  background-position: 0 0;
  background-color: #f78d1d;
  background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
  background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover, .orange:focus {
  color: #fef4e9;
  border: 1px solid grey;
  background-image: url(../images/orange-gradient-hover.svg);
  background-size: 100% 100%;
  background-repeat: repeat-x;
  background-position: 0 0;
  background-color: #f78d1d;
  background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
  background: -moz-linear-gradient(top,  #f88e11,  #f06015);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
  color: #fcd3a5;
  background-image: url(../images/orange-gradient-active.svg);
  background-size: 100% 100%;
  background-repeat: repeat-x;
  background-position: 0 0;
  background-color: #f78d1d;
  background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
  background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
*/

