
#statistics {
  float: none;
  margin-right: 0px;
}

dt , dd {
  display: inline;
  margin: 0;
}

dd {
  margin-right: 0.5em;
}

dd dl dt{
  color: black;
}

dt:after {
  content: " : ";
}

#charater_main_information_main {
  font-family: "メイリオ","ＭＳ Ｐゴシック","HiraKakuPro-W3", Osaka, "ヒラギノ角ゴ Pro W3";
}

#character_basic_information {
  margin-left: 5px;
  max-width: 600px;
}

#character_image , #character_basic_information , #formal_explanation {
  float: left ;
}

#name_information {
  margin-bottom: 10px;
}

#character_name , #character_furigana  {
   display: inline;
}

#character_name , #character_furigana {
  font-size: 140%;
  font-weight: bold;
}

#character_furigana:before{
  content: "(";
}

#character_furigana:after{
  content: ")";
}

#cv {
  display: inline;
  margin-left: 10px;
}

#cv_list {
  display: inline; 
}

#cv_list dt , #cv_list dd {
  font-size: 140%;
  color: black;
  font-weight: bold;
}

#cv_list dt:after {
  
}

#cv_list dd.exfirst:before{
  content: "/";
}

#character_alias_name , #personal_data{
  margin-left: 10px;
}

#personal_data {
  margin-bottom: 10px;
}

dl#vital_statistics_list {
  display: inline; 
}

dt#vital_statistics:after {
  content: "";
}

#statistics_list {
  margin-left: 10px;
}

.every_game {
  margin: 3px 3px 20px 3px;
}
h4 {
  padding: 5px;
  border: 1px #999 solid;
  border-left: 4px #999 double; 
  margin: 0;
  margin-top: 5px;
  text-align: left;
  background-color: #EEE;
  font-size: 123.1%;
  color: #494949;
  font-weight: bold;  
}

.every_game_main {
  border: 1px #CCC solid;
  margin-top: 5px;
  padding: 10px;
  border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.character_image {
  float: left;
}

.character_basic_information {
  float: left;
  margin-left: 5px;
  max-width: 600px;
}

.personal_data {
  font-weight: bold;
}

.formal_explanation {
  margin-left: 10px;
  padding: 0.5em;
  border: 1px #999 dotted;
  border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.eventimage ul li{
  list-style: none;
  float: left;
  margin: 0px 5px 0px 0px;
}

.eventimage ul li img{
  width: 200px;
}

h5 {
  font-size: 107%;
}

#attention {
  margin-bottom: 10px;
}