@charset "utf-8";
div.voice dl.left {
    display: table;
}
div.voice dl dt {
    width: 208px;
    padding-right: 30px;
    text-align: center;
    line-height: 1.1em;
}
div.voice dl dt > img.dog01 {
    width: 200px;
    height: 200px;
	margin-bottom: 15px;
    border-radius: 50%;
    border: 3px solid #fe9dc3;
    box-sizing: border-box;
	box-shadow: 0px 3px 1px #aaa9a9;
}
div.voice dl {
	margin-bottom: 30px;
}
div.voice dl:last-child {
	margin-bottom: 0;
}
div.voice dl dt dfn {
	color: #ff6699;
	text-align: center;
}
div.voice dl dt dfn span {
	font-weight: normal;
	font-size: 0.8em;
}
div.voice dl.left dd {
	display: table-cell;
	position: relative;
	vertical-align: top;
    padding: 18px 21px 10px;
    background: #fff;
    border: 3px solid #ffb3d1;
    box-sizing: border-box;
    border-radius: 9px;
    -webkit-border-radius: 9px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 9px;   /* Firefox用 */
    box-shadow: 1px 3px 1px #aaa9a9;
}
div.voice dl.left dd:before {
    content: "";
    position: absolute;
    top: 42px;
    left: 0%;
    margin-left: -31px;
    width: 0px;
    height: 0px;
    border: 13px transparent solid;
    border-top: 30px #fff solid;
    z-index: 2;
    transform: rotate(90deg);
}
div.voice dl.left dd:after {
    content: "";
    position: absolute;
    top: 42px;
    left: 0%;
    margin-left: -35px;
    width: 0px;
    height: 0px;
    border: 13px transparent solid;
    border-top: 30px #ffb3d1 solid;
    z-index: -1;
    transform: rotate(90deg);
    -webkit-filter: drop-shadow(2px 0px 2px rgba(0,0,0,0.5));
}
div.voice dl dd h3 {
	font-weight: normal;
	color: #ff6699;
}
div.voice dl dd p {
	margin-bottom: 10px;
}
div.voice dl dd h4 {
    width: 85px;
    margin-bottom: 5px;
    padding: 1px 6px 0px;
    background: #ff99cc;
    color: #fff;
    font-weight: normal;
    font-size: 1.2em;
}
div.voice dl dd h4.wid133 {
    width: 133px;
}

/* right */
div.voice dl.right dt {
    float: right;
    width: 208px;
    padding-right: 0;
    padding-left: 30px;
}
div.voice dl.right h3.pdb5 {
	padding-bottom: 5px;
}
div.voice dl.right dd {
    position: relative;
    vertical-align: top;
    float: left;
    width: 560px;
    padding: 18px 21px 10px;
    background: #fff;
    border: 3px solid #ffb3d1;
    box-sizing: border-box;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    box-shadow: 1px 3px 1px #aaa9a9;
}
div.voice dl dt > img.dog02 {
    width: 200px;
    height: 200px;
	margin-bottom: 15px;
    border-radius: 50%;
    border: 3px solid #fe9dc3;
    box-sizing: border-box;
	box-shadow: 0px 3px 1px #aaa9a9;
}
div.voice dl.right dd:before {
    content: "";
    position: absolute;
    top: 38px;
    right: 0%;
    margin-right: -31px;
    width: 0px;
    height: 0px;
    border: 13px transparent solid;
    border-top: 30px #fff solid;
    z-index: 2;
    transform: rotate(270deg);
}
div.voice dl.right dd:after {
    content: "";
    position: absolute;
    top: 38px;
    right: 0%;
    margin-right: -35px;
    width: 0px;
    height: 0px;
    border: 13px transparent solid;
    border-top: 30px #ffb3d1 solid;
    z-index: -2;
    transform: rotate(270deg);
	-webkit-filter: drop-shadow(-1px 1px 3px rgba(0,0,0,0.5));


}
div.voice dl dt > img.dog03 {
	width: 190px;
    height: 220px;
	margin-bottom: 15px;
    border-radius: 50%;
    border: 3px solid #fe9dc3;
    box-sizing: border-box;
	box-shadow: 0px 3px 1px #aaa9a9;
}
/* shadow */
.container {
	padding-left:14px;
}
.frame {
	left:4px;
	top:4px;
}
.shadow {
	background:#000;
	margin:-4px -4px;
}