@charset "euc-jp";
.cont_inner {
  margin-top: 15px;
}
.cont_inner02 {
  margin-top: 20px;
}
.pog_title h3{
  margin: 10px auto 10px;
  font-size: 16px;
  font-weight: bold;
}
.pog_title_bk h3{
  padding: 7px 10px;
  margin-bottom: 15px;
  background: #EDECE6;
  font-size: 16px;
  font-weight: bold;
}
.pog_subtitle h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.pog_text {
  font-size: 12px;
  margin-bottom: 20px;
}

/*list_menu_list.html*/
.sub_menu_list {
  position: relative;
  background: #FAF8F4;
  border: solid 1px #D2D1CB;
  font-size: 12px;
  padding: 13px 0;
}
.sub_menu_list ul{
  flex-wrap: wrap;
}
.sub_menu_list li {
  border-right: solid 1px #CCCBC1;
}
.sub_menu_list li:last-child {
  border-right: solid 1px #CCCBC1;
}
.sub_menu_list li a, .sub_menu li select {
  color: #000;
}
.sub_menu_list #subme_active a, .sub_menu .subme_active select {
  background: #85847D;
}

.sub_navi {
  /*display: none;*/
  background: #f1f1f1;
  border: 1px solid #d4d4d4;
  padding: 13px 0;
  position: absolute;
  top: 100%;
  right: 16%;
  width: 418px;
  z-index: 10;
}
.sub_navi .active{
  display: block;
}
.sub_navi:before {
  content: '';
  background: url(../img/column/subnavi_balloon.png) no-repeat;
  position: absolute;
  top: -9px;
  left: 265px;
  width: 16px;
  height: 9px;
}
.sub_navi > ul > li {
  width: 138px;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
  border-right: 1px solid #d0d0d0;
}
.sub_navi ul > li > option {
  display: inline-block;
  color: #333;
  font-size: 85.8%;
  text-align: center;
  padding: 6px 0;
  width: 110px;
}
.sub_navi ul > li > a {
  display: inline-block;
  color: #333;
  font-size: 85.8%;
  text-align: center;
  padding: 6px 0;
  width: 110px;
}

.sub_menu_list > ul > .post > a:before {
  content: '';
  display: inline-block;
  margin-right: 4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3px 0 3px;
  border-color: #333 transparent transparent;
  position: relative;
  top: -1px;
}

/*list_inner*/
.poglist_title h3 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 25px;
}
.poglist_text {
  padding:5px 10px 0;
  font-size: 12px;
}
.contentsbox_main_list .printer{
  margin-top: -30px;
  margin-bottom: 24px;
  font-weight: bold;
}

div.list_register{
  margin: 10px auto;
}
.list_register_page {
  margin: 10px auto 20px;
  font-size: 12px;
}

.poglist.contentsbox_main_list {
  padding: 10px 0 6px;
}
table.list_table.list_inner{
  width: 100%;
  border-top: 1px solid #D9D8CE;
  border-left: 1px solid #D9D8CE;
}
table.list_table.list_inner th{
  padding: 8px 14px;
  border-right: 1px solid #D9D8CE;
  border-bottom: 1px solid #D9D8CE;
  background: #F4F2E8;
  color: #85847D;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
table.list_table.list_secretlist th {
  padding: 7px 0;
}
table.list_table.list_mylist th a {
  display: block;
  text-align: center;
  padding: 7px 0;
  background: #F4F2E8;
  background-repeat: no-repeat;
  background-position: right center;
  text-decoration: none;
  color: #85847D;
}
table.list_table.list_inner th span.no_sort {
  text-align: center;
  background: #F4F2E8;
  padding: 7px 0;
  color: #85847D;
}
table.list_table.list_inner th a.sortasc {
  color: #85847D;
  background-color: #F4F2E8;
}
table.list_table.list_inner th a.sortdesc {
  color: #85847D;
  background-color: #F4F2E8;
}
table.list_table.list_inner tr td {
  min-width: 40px;
  border-bottom: 1px solid #D9D8CE;
  border-right: 1px solid #D9D8CE;
  padding: 3px 6px;
  padding: 8px 6px;
  font-size: 12px;
}
table.list_table.list_inner tr .tool_rule_change{
  padding:0;
}
table.list_table.list_inner tr td input{
  padding: 4px 7px;
  border: solid 1px #D9D8CE;
  border-radius: 2px;
  cursor: pointer;
}
table.list_table.list_inner tr td a{
  font-weight: bold;
  color: #03a;
  font-size:12px;
}
table.list_table.list_inner tr:nth-child(even) {
  background: #FBFBFB !important;
}

.Selecter01 {
  position: relative;
  margin:auto;
  width: 22px;
  height: 22px;
  background: #e9e9e9;
  border-bottom: 1px solid #d1d1d1;
  border-radius: 4px;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}
.poglist .Selecter01{
  top: 0px;
}
.Selecter01 .Selected {
  width: 100%;
  height: 100%;
  margin:0;
  position: absolute;
  font-size: 16.5px;
  top: 50%;
  right: 47%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.list_mylist select {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0;
  opacity: 0;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
.list_mylist input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
.list_mylist tr td:nth-of-type(2) {
  text-align: center;
  position: relative;
  vertical-align: middle;
}
.list_mylist input[type="checkbox"]+label {
  position: relative;
  display: block;
  opacity: 1;
}
.list_mylist input[type="checkbox"]:checked+label:after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  right: 50%;
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translate(50%, -50%) rotate(
45deg
);
  transform: translate(50%, -50%) rotate(
45deg
);
}
.list_mylist input[type="checkbox"]+label:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 50%;
  background: #E9E9E9;
  border: 1px solid #E9E9E9;
  border-radius: 2px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
  cursor: pointer;
}
.list_mylist input[type="checkbox"]:checked+label:before {
  background: #ef5350;
  border: 1px solid #ef5350;
}
div.list_regist_btn input.button {
  padding: 6px 10px;
  background: #FAF8F4;
  border: solid 1px #D2D1CB;
  border-radius: 2px;
  margin-left: 5px;
  color: #444;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
div.list_regist_btn input.button:first-of-type{
  margin-left: 0;
}
.link_mylist {
  position: relative;
  margin-top: 20px;
  font-size: 12px;
  font-weight: bold;
  padding-left: 16px;
}
.link_mylist::before{
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 1px;
  left: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 6px solid transparent;
  border-left: 8px solid #444;
}
.link_mylist a{
  color: #444!important;
}

/*tool_group_list*/
table.toolgroup {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin: auto;
  border-top: 1px solid #D9D8CE;
  border-left: 1px solid #D9D8CE;
}
table.toolgroup th {
  padding: 8px 14px;
}
table.list_table.list_inner tr td .btn_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 7px;
}
table.list_table.list_inner tr td a.list_btn {
  display: inline-block;
  background: #F4F2EC;
  border: solid 1px #C0BDB4;
  padding: 0 7px;
  height: 28px;
  line-height: 28px;
  margin-left: 5px;
  text-align: center;
  color: #444;
  border-radius: 2px;
}
table.list_table.list_inner tr td a.font_normal {
  font-weight: 300;
}

/*tool_group_add*/
.sign-up_inner {
  width: 960px;
  padding: 20px;
  margin-bottom: 30px;
  background: #FBFBFB;
  border: solid 1px #D9D8CE;
  box-sizing: border-box;
}
.sign-up_inner dl{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.sign-up_inner dl.multiple{
  align-items:flex-start;
}
.sign-up_inner dl:last-of-type{
  margin-bottom: 0;
}
.sign-up_inner dt{
  width: 20%;
  font-weight: bold;
  font-size: 14px;
}
.sign-up_inner dd{
  width: 80%;
}
.sign-up_inner dd input{
  width: 100%;
  padding: 10px 7px;
  box-sizing: border-box;
  border: 1px solid #D9D8CE;
  border-radius: 1px;
  cursor: pointer;
}
.sign-up_inner dd p{
  margin-bottom: 5px;
  font-size: 12px;
}
.sign-up_inner dd p.tool_calc_text{
  margin-bottom: 5px;
  text-align: center;
  font-weight: bold;
}
.sign-up_inner dd textarea {
  width: 100%;
  padding: 10px 7px;
  box-sizing: border-box;
  border: 1px solid #D9D8CE;
  border-radius: 1px;
  cursor: pointer;
}

.select_inner select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.select_inner select {
	position: relative;
  padding: 10px 23px;
  border: 1px solid #D9D8CE;
  border-radius: 1px;
  background: #fff;
  color: #444;
  font-size: 14px;
  cursor: pointer;
}
.select_inner .only select{
  background: #FBFBFB;
}
.select_inner .big_select select{
  width: 305px;
}
.select_inner .medium_select select{
  min-width: 130px;
}
.select_inner .small_select select{
  width: 88px;
}

.select_inner label {
  position: relative;
  margin-right: 10px;
}
.select_inner .big_select {
      width:305px;
}
.select_inner label:after {
  content: "";
  display:block;
  width: 0;
  height: 0;
  position: absolute;
  top: 4px;
  right: 16px;
  left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 5px solid transparent;
  border-top: 10px solid #737269;
  pointer-events: none;
}
_:-ms-lang(x)::backdrop, .select_inner .only.big_select:after {
    right: -290px;
}
_:-ms-lang(x)::-ms-backdrop, .select_inner .only.big_select:after {
  right: -290px;
}

.radio_inner {
  margin-bottom: 14px;
}
.radio_inner input[type=radio] {
  display: none;
}
.radio01 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding-left: 40px;
  position: relative;
}
.radio01::before {
  background: #fff;
  border: 1px solid #D9D8CE;
  border-radius: 50%;
  content: '';
  display: block;
  left: 5px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  width: 21px;
  height: 21px;
}
.radio01::after {
  background: #D9D8CE;
  border-radius: 50%;
  content: '';
  display: block;
  left: 10px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 13px;
  height: 13px;
}
.radio_inner input[type=radio]:checked+ .radio01::after {
  opacity: 1;
}

.sign-up_btn input,
.sign-up_btn .tool_calc_submit{
  display: block;
  cursor: pointer;
  margin: 0 auto;
  border-radius: 5px;
  border: solid 1px #5bb468;
  background-color: #5bb468;
  box-shadow: 0px 2px 0px 0px #4e9d59;
  width: 530px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.sign-up_btn .tool_calc_submit{
  text-align: center;
}
.sign-up_btn .tool_calc_submit + input{
  display: none;
}

.link_arrow_left {
  position: relative;
  display: block;
}
.link_arrow_left::before{
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 7px solid #444;
  margin-left: 1px;
  position: relative;
  top: 0;
  left: 0;
}

/*use_tool*/
.arrow p {
  position: relative;
}
.arrow p::after{
  position: absolute;
  content: "???";
  display: inline-block;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
}

.check_inner {
  display: flex;
  width: 576px;
  border: solid 1px #D9D8CE;
  padding: 16px;
  box-sizing: border-box;
}
.check_title {
  font-size: 14px;
  font-weight: bold;
  color: #DA6A59;
}
.check_text {
  margin-left: 10px;
  font-size: 12px;
  line-height: 1.66!important;
}
.asterisk {
  font-size: 12px;
}
.font_bold {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.57!important;
  margin-bottom: 22px;
}
.font_bold .font_normal {
  font-weight: normal;
}
.caution {
  position: relative;
  margin: 0 0 13px 25px;
  font-size: 12px;
}
.caution::before {
  content: '';
  background: url(../image/pog_2021/icon_caution.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 18px;
  position: absolute;
  top: -2px;
  left: -23px;
}
.caution_text{
  margin: 0 0 13px 0;
  font-size: 12px;
}

/*toolprize.html*/
.present_inner {
  display: flex;
  align-items: flex-end;
  margin: 0 0 30px 30px;
}
.text_inner {
  margin-left: 10px;
  font-size: 14px;
  font-weight: bold;
}
.text_inner .big_font{
  margin-left: 10px;
  font-size: 16px;
}
.text_inner .asterisk{
  font-weight: 300;
}

.rule_inner {
  font-size: 14px;
}
.rule_inner > p{
  margin-bottom: 30px;
}
.rule_inner > p:last-of-type {
  margin-bottom: 10px;
}

/*prize.html*/
.prize{
  width: 910px;
  margin: 0 auto;
}
.prize_inner {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 60px 85px;
  margin-bottom: 40px;
  border-radius: 12px;
}
.prize_inner::after{
  content: '';
  background: url(../image/pog_2021/prize_icon_plus.png) no-repeat;
  background-size: contain;
  width: 286px;
  height: 25px;
  position: absolute;
  top: 48%;
  left: 34%;
}
.prize_inner:first-of-type {
  margin-top: 50px;
  background: #FFFCE8;
  border: solid 3px #FEE867;
}
.prize_inner:nth-of-type(2){
  background: #FCFCFC;
  border: solid 3px #D0DBE8;
}
.prize_inner:nth-of-type(3){
  background: #FFFCF8;
  border: solid 3px #FCDAB3;
}
.prize_inner:last-of-type{
  margin-bottom: 20px;
  background: #F7FBFF;
  border: solid 3px #DAEBFA;
}

.prize_inner .rank {
  position: relative;
  position: absolute;
  top: -21px;
  padding: 0 30px;
  height: 44px;
  line-height: 44px;
  font-size: 24px;
  font-weight: bold;
  border-radius: 60px;
  color: #090D10;
}
.prize_inner .rank.first {
  top: -31px;
  background: #FEE867;
  width: 125px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  text-align: center;
}
.prize_inner .rank.second {
  background: #D0DBE8;
}
.prize_inner .rank.third {
  background: #FCDAB3;
}
.prize_inner .rank.forth {
  background: #DAEBFA;
}
.prize_inner .rank img.icon {
  display: inline-block;
  width: 27px;
  height: 20px;
  margin-right: 8px;
}
.prize_inner img{
  position: relative;
  width: 216px;
  height: 193px;
  margin-right: 45px;
}
.prize_inner img:last-of-type{
  margin-right: 0;
}
.prize_inner .asterisk{
  position: absolute;
  bottom: 30px;
  right: 28px;
  font-size: 12px;
}

.other_ranking {
  width: 910px;
  margin: 0 auto 60px;
}
.other_ranking_inner {
  display: flex;
  margin-bottom: 20px;
  background: #F3F3F3;
  border: solid 3px #F3F3F3;
  border-radius: 12px;
  font-weight: bold;
}
.other_ranking_inner .rank{
  width: 20%;
  padding: 20px 0;
  background: #F3F3F3;
  border-radius: 12px;
  font-size: 22px;
  color: #090D10;
  text-align: center;
}
.other_ranking_inner .prize{
  width: 80%;
  padding: 20px 0;
  background: #fff;
  border-radius: 0 12px 12px 0;
  font-size: 20px;
  color: #444444;
  text-align: center;
}
.other_ranking_inner span {
  margin-left: 23px;
}

.id_check_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.id_check_text {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
}
.id_check{
  width: 464px;
  padding: 30px 0;
  background: #F5F4F1;
  text-align: center;
}
.id_check h4{
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
}
.id_check p{
  margin-bottom: 15px;
  font-size: 14px;
}
.id_check_btn{
  position: relative;
  display: block;
  width: 424px;
  margin: 0 auto 15px;
  padding: 14px 0;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.id_check_btn.login{
  background: #326FC7;
  box-shadow: 0 2px 0 #20487f;
}
.id_check_btn.login_not{
  background: #67B463;
  box-shadow: 0 2px 0 #589d54;
}

/*rule.html*/
.derby_rule_inner {
  margin-bottom: 20px;
}

/*faq*/
.faq_new .FaqArea .FaqDetail {
  border: 1px solid #edece6;
  padding: 3px 3px 0 3px;
  word-wrap: break-word;
}
.faq_new .FaqArea .FaqDetail h3 {
  background-color: #edece6;
  padding: 10px 20px;
  color: #333;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
}
.faq_new .FaqArea .FaqDetail dl {
  font-size: 16px;
}
.faq_new .FaqArea .FaqDetail dt {
  background-color: #faf8f4;
  padding: 25px 20px 25px 62px;
  position: relative;
  text-align: left;
  font-weight: bold;
  line-height: 1.7;
}
.faq_new .FaqArea .FaqDetail dt:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top: 20px solid #faf8f4;
  position: absolute;
  left: 30px;
  bottom: -30px;
  z-index: 1;
}
.faq_new .FaqArea .FaqDetail dt .ic_q {
  display: block;
  background-color: #2d4ebf;
  width: 27px;
  height: 27px;
  padding-top: 1px;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  /* font-family: "????????????è§???? ProN W3", '????????????è§???? Pro W3', "Hiragino Kaku Gothic ProN","Meiryo", "??¡ã?¤ã?????", "æ¸¸ã?´ã?·ã?????ä½?", 'Yu Gothic', arial, sans-serif; */
  position: absolute;
  top: 25px;
  left: 25px;
}
.faq_new .FaqArea .FaqDetail dd {
  padding: 30px 20px 30px 62px;
  line-height: 1.7;
  text-align: left;
  position: relative;
}
.faq_new .FaqArea .FaqDetail dd .ic_a {
  display: block;
  background-color: #e36a5c;
  width: 27px;
  height: 27px;
  padding-top: 1px;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  /* font-family: "????????????è§???? ProN W3", '????????????è§???? Pro W3', "Hiragino Kaku Gothic ProN","Meiryo", "??¡ã?¤ã?????", "æ¸¸ã?´ã?·ã?????ä½?", 'Yu Gothic', arial, sans-serif; */
  position: absolute;
  top: 30px;
  left: 25px;
}

/*whats.html*/
.whats_inner {
  margin-bottom: 60px;
}
.whats_text {
  margin: 0 0 30px 10px;
  font-size: 14px;
}

/*tool_group_jyuni.html*/
.date_text {
  text-align: right;
  /* margin-top: -28px; */
  margin-bottom:5px;
  font-size: 12px;
}

.tool_horse .contentsbox_menu ul {
  display: flex;
  height: 30px;
}
.tool_horse .contentsbox_menu ul a {
  display: block;
  padding: 0 10px;
  font-size: 12px;
  line-height: 20px;
  position: relative;
}
.tool_horse .contentsbox_menu ul .active a{
  font-weight: 700;
  color: #444;
  border-bottom: 1px solid #757269;
  pointer-events: none;
}
.tool_horse .contentsbox_menu ul a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 17px;
  background: #cccbc1;
}

.tool_submenu {
  display: flex;
  height: 30px;
  position: relative;
}
.tool_submenu.group_del_menu{
  display:none;
}
.tool_submenu .active a {
  font-weight: 700;
  color: #444;
  border-bottom: 1px solid #757269;
  /* pointer-events: none; */
}
.tool_submenu a {
  display: block;
  padding: 0 10px;
  font-size: 12px;
  line-height: 20px;
  position: relative;
}
.tool_submenu:after,
.tool_submenu a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 17px;
  background: #cccbc1;
}
.tool_submenu:after {
  left: 0;
}

/*horse_list.html*/
.horse_list {
  display: flex;
  align-items: flex-end;
}

/* pog_pc ÄÉ²Ãµ­½Ò */
.horse_list_align{
  display: flex;
  align-items: center;
  width: 960px;
  padding: 20px;
  margin: 15px 0;
  background: #FBFBFB;
  border: solid 1px #D9D8CE;
  box-sizing: border-box;
  overflow: hidden;
}
.horse_list_align dt{
  width: 15%;
  font-weight: bold;
  font-size: 14px;
}
.horse_list_align dd{
  width:85%;
}
.horse_list_align label{
  position: relative;
}
.horse_list_align label select{
  width: 305px;
  position: relative;
  padding: 10px 23px;
  border: 1px solid #D9D8CE;
  border-radius: 1px;
  background: #fff;
  color: #444;
  font-size: 14px;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
.horse_list_align label:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 4px;
  right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 5px solid transparent;
  border-top: 10px solid #737269;
}
.pog_title{
  position: relative;
}
.pog_title.group_del_menu{
  display:none;
}
.pog_title .date_text{
  position: absolute;
  bottom:0;
  right:0;
}
.link_mylist + .pog_title h3{
  margin-top:20px;
}
.no_horse + .pog_title h3{
  padding-top:6px;
}
.list_inner.list_table.no_horse{
  margin-bottom:40px;
}
.non_horse_list td{
  position: relative;
}
.non_horse_list .link_mylist{
  position: relative;
  top: 34px;
  left: -8px;
}
.sign-up_inner .handle_nm_list{
  height: 40px;
}
/* .sign-up_inner.add_user dl{
  margin-bottom:0;
} */
.list_sort.no_horse tr + .non_horse_list{
  display:none;
}
.tool_block .group_user_addList{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.tool_block .Txt_C .group_user_addList .list_btn{
  margin-left:10px;
  margin-right: 18px;
}
.tool_block .Txt_C.group_user_addList_wrap{
  padding: 8px 0;
}
table.list_table.list_inner .sort_th th{
  padding:0 0;
}
.list_mylist.sortable.list_inner .sort_th a,
.list_mylist.sortable.list_inner .sort_th span{
  padding: 15px 18px;
}
table.list_table.list_inner .sort_th th a{
  background-image: url(../image/list_down.gif);
}
table.list_table.list_inner .sort_th th a.sortasc{
  background-image: url(../image/list_down.gif);
}
table.list_table.list_inner .sort_th th a.sortdesc{
  background-image: url(../image/list_up.gif);
}
table.list_table.list_mylist.sortable.list_inner tr td:nth-of-type(1){
  text-align:center;
  vertical-align: middle;
}
