@charset "utf-8";
/* CSS Document */
.topModuleBox li {
	background: none;
}
label.mc-pf p {
	border: solid 1px #000;
	padding: 10px;
	margin: 0 0 10px 0;
}
label.mc-pf:after {
	content: '＋';
	padding: 6px;
	background-color: #000;
	color: #FFF;
	border-radius: 2px;
	position: absolute;
	right: 10px;
	top: 25%;
	font-weight: bold;
}
#smartBody label.mc-pf:after {
    padding: 0.1em 0.4em;
}
input[type="checkbox"].on-off:checked + label.mc-pf:after {
	content: '－';
}
input[type="checkbox"].on-off:checked + label.mc-pf p {
	border-bottom: dotted 1px #000;
	margin: 0;
}
label.mc-pf {
	display: block;
	cursor: pointer;
	position: relative;
	clear: both;
	font-size: 120%;
}
label.mc-pf span {
	font-size: 90%;
}
label.mc-pf:hover {
	background-color: #FF3;
}
input[type="checkbox"].on-off {
	display: none;
}
div.mc-pf-data {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	list-style: none;
	padding: 10px;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	box-sizing: border-box;
}
.mc-pf-data dl {
	float: left;
	width: 450px;
}
#smartBody .mc-pf-data dl {
	float: none;
	width: 100%;
}
.mc-pf-data dt {
	background-color: #CCC;
	float: left;
	clear: left;
	margin: 0 0.5em 3px 0;
	width: 8em;
	padding: 5px;
}
.mc-pf-data dd {
	margin: 0 0 0 9em;
	padding: 5px 0 8px 0;
}
.mc-pf-data li {
	list-style-position: inside;
	list-style-type: disc;
}
.mc-pf-photo {
	float: right;
}
#smartBody .mc-pf-photo {
	float: none;
	text-align:center;
	margin-bottom:15px;
}
input[type="checkbox"].on-off {
	display: none;
}
input[type="checkbox"].on-off + label + div {
	display: none;
	opacity: 0;
}
input[type="checkbox"].on-off:checked + label + div {
	display: block;
	opacity: 1;
	animation-duration: 0.6s;
	animation-name: fade-in;
	-moz-animation-duration: 0.6s;
	-moz-animation-name: fade-in;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-name: fade-in;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	margin: 0 0 10px 0;
}
 @keyframes fade-in {
 0% {
 opacity: 0;
}
 1% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @-moz-keyframes fade-in {
 0% {
 opacity: 0;
}
 1% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @-webkit-keyframes fade-in {
 0% {
 opacity: 0;
}
 1% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */

