@charset "utf-8";
@import "./common.css";
.profile{
	padding-bottom:15px;
}
/*写真と名前*/
.prof_photo{
	padding:15px 0px;
	background-color:#CCCCCC;
	text-align:center;
	margin-bottom:15px;
}
.prof_name span{
	font-size:16px;
	font-weight:bolder;
	margin-right:10px;
	color:#000000;
}
.prof_size span{
	margin-left:5px;
	color:#000000;
}
.prof_photo ol{
	height:334px;
}
.prof_photo ol img{
	padding:1px;
	border:#666666 solid 1px;
}


/*メッセ・コメント*/
.message{
	margin:0px 10px 0px;
	padding-bottom:10px;
}
.message div{
	margin:0px auto 10px;
	word-wrap:break-word;
}

/*ブログ*/
#blogbtn{
	background: -moz-linear-gradient(top,#999999, #666666 50%,#222222 50%,#444444);
	background: -webkit-gradient(linear, left top, left bottom, from(#999999), color-stop(0.5,#666666), color-stop(0.5,#222222), to(#444444));
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #666666;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	padding: 10px 0;
	width:90%;
	margin:0px auto 20px;
	text-align:center;
}
#blogbtn a{
	text-decoration:none;
}


/*スケジュール*/
.schedule{
	margin:0px 10px 20px;
}
.schedule table{
	width:100%;
}
.schedule table th{
	text-align:left;
	font-weight:normal;
	border-bottom:#333333 dotted 1px;
	padding:2px 0px 2px 5px;
}
.schedule table th p{
	background:url(../image/mark01.png) no-repeat;
	background-position:left;
	padding-left:10px;
}
.schedule table td{
	border-bottom:#333333 dotted 1px;
	padding:2px 10px 2px 0px;
	color:#FFFFFF;
	width:35%;
	text-align:center;
}


/*可能プレイ*/
.play{
	margin:0px 10px 20px;
}
.play table{
	width:100%;
}
.play table th{
	text-align:left;
	font-weight:normal;
	border-bottom:#333333 dotted 1px;
	padding:2px 0px 2px 5px;
}
.play table th p{
	background:url(../image/mark01.png) no-repeat;
	background-position:left;
	padding-left:10px;
}
.play table td{
	border-bottom:#333333 dotted 1px;
	padding:2px 10px 2px 0px;
	color:#FFFFFF;
	width:35;
	text-align:center;
}

/*QA*/
.qa{
	margin:10px 10px 15px;
}
.qa dt{
	background:url(../image/mark02.png) no-repeat;
	background-position:left;
	padding-left:10px;
	color:#999999;
}
.qa dd{
	padding-left:10px;
	border-bottom:#333333 dotted 1px;
	padding-bottom:3px;
	margin-bottom:3px;
}
.qa dd:last-child{
	border-bottom:none;
	padding-bottom:0px;
	margin-bottom:0px;
}


