@charset "utf-8";
#user-cts-container{
	box-sizing: border-box;
	width:100%;
	max-width: 810px;
	margin: 0 auto;
	padding:0;
}

.u-back{display:block; text-align: right; margin-right: 10px;}
table.smplimg td{font-size: 12px; text-align: center;}
table.smplimg {border: none;}

.case-class {
	color:#000099;
	font-size:16px;
	font-weight:bold;
	text-align: center;
}

.class-container{
	margin: 10px auto 30px;
	display: flex;
	flex-wrap: wrap;
	max-width: 590px;
	padding:15px;
	justify-content:space-around;
	align-items: center;
	align-content: space-between;
	background: #f5f5f5;
}
.class-container::after{	/*左寄せにする用　空きスペース指定*/
	content:"";
	display: block;
	width:435px;
}

.class-cts{
	display: flexbox;
	box-sizing: border-box;
	width: 145px;
	height:120px;
	margin-bottom: 5px;
	font-size: 13px;
	text-align: center;
}
.class-cts img {width: 80%; height: auto;}

.u-box{
	width:100%;
	max-width:750px;
	margin: 0 auto 25px;
	background: #fff;
	font-size: 14px;
	text-align: left;
}


h2.u-name {
	box-sizing: border-box;
	position: relative;
	text-indent: 30px;
	width:100%;
	height:30px;
	line-height: 2;
	vertical-align: baseline;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: bolder;
	background: #000;
	text-align: left;
}
h2.u-name:before {
	position: absolute;
	top: calc(50% - 7px);
	left: 10px;
	width: 14px;
	height: 14px;
	content: '';
	background: linear-gradient(180deg,rgba(247, 202, 202, 0.884),#c00 5px,#c00 10px,rgb(92, 40, 40));
}


.u-midashi{
	font-size: 19px;
	display: block;
	margin: 16px auto;
	text-align: center;
	padding: 0;
}

.u-cont01, .u-cont02{
	width: 100%;
	box-sizing: content-box;
	font-size: 15px;
	color: #333;
	margin-bottom: 20px;
}

.u-cont02{ padding: 0 3% 20px; box-sizing: border-box; margin-bottom: 30px;}
.u-cont02 img{ height:120px; width:auto;}

.uh3{
	position:relative;
	text-indent: 25px;
	line-height: 1.8;
	vertical-align: baseline;
	display: inline-block;
	font-size: 16px;
	font-weight: bolder;
	background: #fff;
	margin: 5px auto;
}
.uh3:before {
	position: absolute;
	top:5px;
	left:-15px;
	content:"■";
	text-shadow: #aaa -1px 1px 2px;
	font-size: 10px;
	color: #c00;
}

.u-text{
	margin: 0 auto;
	padding: 0 3%;
	line-height: 23px;
	font-size: 15px;
	text-align: left;
}
.u-text img{max-width:290px; max-height: 230px; height:auto;float: right; border:none;}

.user-dl{
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 0 3%;
}

.user-dl dt{
	font-size: 15px;
	font-weight: bold;
	margin: 0 auto 10px;
}
.user-dl dd{
	font-size: 15px;
	line-height: 23px;
	margin: 0 auto 20px;
	padding: 0;
}
.uco-name{font-weight: bold; padding: 0; margin: 15px 0; font-size: 15px; display: block;}
.voice-name, .voice-name2{
	font-size: 15px;
	text-align: right;
	padding: 0;
	padding-right: 3%;
	margin: 10px 0;
}
.voice-name2{margin-top:35px; margin-bottom: 10px;}

table{border: none;}

.u-border{margin: 30px 5% 50px; border-bottom: 3px double #ccc;}


@media (max-width:768px){
	body{ font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
	#user-cts-container{padding:0 3%;}
	.uh3{color: #c00; font-size: 15px;}
	.user-dl dt{border-bottom: #aaa solid 1px;}
	.user-dl dt, .voice-name{font-size: 15px;}
	.u-text, .user-dl dd{font-size: 14px; line-height:20px;}
	.voice-name, .voice-name2{font-size: 14px;}
	.u-text img{width:250px; height:auto; float: none;display: block; margin: 0 auto 10px;}
	.u-midashi{padding-left: 10px; text-align: left; font-size: 16px;border-bottom: #aaa solid 1px; border-left: #c00 solid 3px;}
	table.smplimg{margin: 0 auto; width:100%; box-sizing: border-box;}
	table.smplimg td img{width:auto;max-width: 100%; height:auto; max-height: 110px;}
	.smplimg td{width: 50%;}
	.pc-view{display: none;}
}
@media (min-width:769px){
	.sp-view{display: none;}
}



/*:::　include時の選択肢用　:::*/
.user-menu{
	display: block;
	box-sizing: border-box;
	width:90%;
	max-width: 350px;
	margin: 10px auto 25px;
	padding: 10px;
	border: none;
	text-align: center;
}

.user-menu-ti { font-size: 16px; font-weight: bold; color: #333; }
.user-menu li{ margin: 5px auto; padding: 0; font-size: 14px; text-align: left; width:150px; list-style-type:circle; border-bottom: #aaa 1px dashed;}