@charset "utf-8";
/* CSS Document */

.box_contents p.p_thanks {
	font-size: 20px;
    color: #666;
}
.box_contents ul.vote_ul li {
	padding: 0 0 20px;
	width: 100%;
	overflow: hidden;
}
.vote_ul input[type=radio] {
	clear: both;
	float: left;
	position: relative;
	top: 3px;
	margin-right: 4px;
}
.vote_ul span {
	display: inline-block;
	float: left;
}
.vote_ul .s_name {
	font-size: 12px;
	width: 87%;
}
.vote_ul .b_name {
	margin-left: 22px;
	padding-bottom: 2px;
	font-size: 15px;
	font-weight: bold;
	clear: both;
}
.box_contents dl.t_vote_dl dt {
	font-size: 13px;
	color:#333;
    font-weight: normal;
	padding: 0 0 5px 15px;
}
.box_contents dl.t_vote_dl dt.dt1 {
	background:url(../images/icon_w_round1.png) 0 8px no-repeat;
	-webkit-background-size:10px auto;
	-moz-background-size:10px auto;
	-o-background-size:10px auto;
	background-size:10px auto;
}
.box_contents dl.t_vote_dl dt.dt2 {
	background:url(../images/icon_w_round2.png) 0 8px no-repeat;
	-webkit-background-size:10px auto;
	-moz-background-size:10px auto;
	-o-background-size:10px auto;
	background-size:10px auto;
}
.box_contents dl.t_vote_dl dt.dt3 {
	background:url(../images/icon_w_round3.png) 0 8px no-repeat;
	-webkit-background-size:10px auto;
	-moz-background-size:10px auto;
	-o-background-size:10px auto;
	background-size:10px auto;
}
.box_contents dl.t_vote_dl dd {
    font-size: 14px;
    font-weight: bold;
}
/* スマホ横～ */
@media screen and (min-width:480px) {
}
/* Kindle縦～ */
@media screen and (min-width:550px) {
}
/* タブレット縦～ */
@media screen and (min-width:750px) {
    .box_contents dl.t_vote_dl dt {
        font-size: 14px;
    }
    .box_contents dl.t_vote_dl dd {
        font-size: 15px;
    }
	.vote_ul .s_name {
		width: auto;
		padding-bottom: 2px;
	}
	.vote_ul .b_name {
		margin-left: 10px;
		clear: none;
	}
}
/* PC */
@media screen and (min-width:1024px) {
	.box_contents dd {
		padding: 0 0 40px 8.5em;
	}
    .box_contents dl.t_vote_dl dt {
        padding: 0 0 30px 15px;
    }
	.box_contents dl.t_vote_dl dd {
		padding: 0 0 30px 13.5em;
	}
}
/* PC */
@media screen and (min-width:1366px) {
}