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



.title.page { color: #FFFFFF; border-bottom: 1px solid #FFFFFF }
.title.page span { background: none; }
.title.list { padding: 10px 60px 10px 50px; }
.title.list span { width: 40px; height: 40px; background: #fff; position: absolute; top: 10px; left: 10px; }
/*----------------------------------------------------*/
#miniprof { width: 100%; }
#miniprof .photo_circle { width: 62.5%; overflow: hidden; margin-left: auto; margin-right: auto; border: #f7aabd 7px solid; margin-bottom: 10px; margin-top: 10px; box-sizing: border-box; -webkit-box-sizing: border-box; font-size: 1px; border-radius: 50%; -webkit-border-radius: 50%; }
#miniprof .photo_circle img { width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; }
#miniprof table { border-top: 1px solid #B3B3B3; font-size: 1.4rem; width: 100%; color: #FFFFFF; margin-bottom: 10px; }
#miniprof table th { padding: 6px 4px 6px 10px; text-align: right; }
#miniprof table td { padding: 6px 10px 6px 4px; }
#miniprof table th, #prof table td { vertical-align: top; }
#miniprof table td.repeat { color: #E9378F; font-weight: bold; }
#miniprof table td.mdo img { width: 100%; max-width: 300px; }
#miniprof table td.type img { margin: 0 2px 2px 0; }
/*----------------------------------------------------*/
#koe { width: 100%; padding-bottom: 1px; }
#koe dl { border-top: 1px solid #B3B3B3; padding: 1px 10px; }
#koe dt { margin: 10px 0 4px; color: #e82b88; font-size: 1.4rem; }
#koe dd { margin: 4px 0 10px; font-size: 1.4rem; line-height: 1.4; }
#koe dd.date { color: #e82b88; font-size: 1.2rem; ; }
