@charset "UTF-8";

/* ---- CSS Reset ---- */


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    vertical-align: baseline;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    font-family: inherit;
}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display:block;
}



/*----- Element -----*/

.clearfix:after{
    content: "";
    clear: both;
    display: block;
}

body {
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,verdana,arial,sans-serif;
    line-height: 1.3;
    background-image: url(imgs/bg2019.png);
    font-size: 13px;
    letter-spacing: 0;
    -webkit-text-size-adjust: 100%;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}

.contents {
    background-image: url(imgs/bg_white.jpg);
    background-size: auto;
    width: 850px;
    margin: 0 auto;
    box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.2);

}


/*----- header -----*/

.header {
    background-image: url(imgs/header_img.png);
    width: 850px;
    height: 45px;

}

.header a {
    display: block;
    float: left;
}

.header a.wnstop {
    width: 355px;
    height: 42px;
    margin-top: 16px;
    margin-left: 11px;
}

.header a.goaisatsu {
    width: 54px;
    height: 15px;
    margin-left: -12px;
    margin-top: 20px;
}

.header a.katsuyaku {
    background-image: url(imgs/header_katsuyaku.png);
    width: 85px;
    height: 15px;
    margin-left: 25px;
    margin-top: 20px;
}

.header a.purchase {
    background-image: url(imgs/header_purchase.png);
    width: 104px;
    height: 15px;
    margin-left: 25px;
    margin-top: 20px;
}

.header a.home {
    background-image: url(imgs/header_home.png);
    width: 59px;
    height: 15px;
    margin-left: 25px;
    margin-top: 20px;
}

.header a.farm {
    background-image: url(imgs/header_sf.png);
    width: 81px;
    height: 15px;
    margin-left: 25px;
    margin-top: 20px;
}

.header a.ichiran {
    background-image: url(imgs/header_ichiran.png);
    width: 85px;
    height: 15px;
    margin-left: 600px;
    margin-top: 20px;
    background-repeat: no-repeat;
}

.header a.top {
    background-image: url(imgs/header_top.png);
    width: 115px;
    height: 15px;
    margin-left: 25px;
    margin-top: 20px;
    background-repeat: no-repeat;
}


.addtxt {
    width: 400px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}

.addtxt span {
    font-size: 11px;
    -webkit-text-size-adjust: 100%;
}


/*----- List Page -----*/

/*-- title --*/

.listTitle1 {
    background-image: url(imgs/title-001.png);
    width: 850px;
    height: 44px;
    margin-top: 80px;
}

.listTitle2 {
    background-image: url(imgs/title-002.png);
    width: 850px;
    height: 44px;
    margin-top: 80px;
}

.goaisatsu_bn {
  display: block;
    background-image: url(imgs/list_goaisatsubutton.png);
    background-repeat: no-repeat;
    width: 485px;
    height: 80px;
    margin: 80px auto 0 auto;
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.4);
    border-radius: 6px;
}

.goaisatsu a {
    display: block;
    width: 485px;
    height: 80px;
}

.h-title {
  display: block;
  margin-top: 30px;
}

.header_img {
  display: block;
  /*margin-top: 40px;*/
}


/*----- slider youtube -----*/

/*.bxslider li iframe {
    margin-top: 30px;
}*/

/*-- horse description --*/

.horseList {
    width: 840px;
    margin: 40px auto 0 auto;
}

.listnotes {
    width: 810px;
    margin: 0 auto;
}

.nleft {
    background-image: url(imgs/list_title.png);
    width: 393px;
    height: 51px;
    float: left;
    margin-left: 0;
    border-radius: 5px;
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.4);
    display: block;
}

#nright {
    background-image: url(imgs/list_title.png);
    width: 393px;
    height: 51px;
    display: block;
    float: left;
    margin-left: 24px;
    border-radius: 5px;
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.4);
}

.nleft table {
    width: 392px;
    height: 50px;
}

.nleft table tr td {
    color: #fff;
    font-size: 11px;
    vertical-align: middle;
    text-align: center;
}

.nleft table tr td.center span{
    display: block;
    width: 110px;
    height: 42px;
    text-align: left;
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
}

.nleft table tr td.right span{
    display: block;
    width: 57px;
    height: 42px;
    text-align: left;
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
}

#nright table {
    width: 392px;
    height: 50px;
}

#nright table tr td {
    color: #fff;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
}

#nright table tr td.center span{
    display: block;
    width: 110px;
    height: 42px;
    text-align: left;
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
}

#nright table tr td.right span{
    display: block;
    width: 57px;
    height: 42px;
    text-align: left;
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
}

.horsedesc {
    width: 810px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

.horsedesc div.line {
    width: 810px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

.horsedesc div.line a {
    color: #000;
}

.dleft {
    display: block;
    width: 393px;
    height: 123px;
    float: left;
    margin-left: 0px;
    border-radius: 5px;
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.4);

}

.dleft.bg1 {
    background-image: url(imgs/bg_list.png);

}

.dleft.bg2 {
    background-image: url(imgs/bg_list2.png);

}

.dleft div.num1 {
    width: 74px;
    height: 85px;
    float: left;
}

.dleft div.num1 img {
    margin-left: 16px;
    margin-top: 32px;
}

.dleft div.num2 {
    width: 72px;
    height: 85px;
    float: left;
}

.dleft div.num2 img {
    margin-left: 13px;
    margin-top: 32px;
}

.dleft div.num3 {
    width: 72px;
    height: 85px;
    float: left;
}

.dleft div.num3 img {
    margin-left: 13px;
    margin-top: 34px;
}

.dleft div.num4 {
    width: 72px;
    height: 85px;
    float: left;
}

.dleft div.num4 img {
    margin-left: 13px;
    margin-top: 32px;
}

.dright div.num5 {
    width: 72px;
    height: 85px;
    float: left;
}

.dright div.num5 img {
    margin-left: 13px;
    margin-top: 32px;
}


.dleft div.name {
    width: 300px;
    height: 85px;
    float: left;
}

.dleft div.name img {
    margin-top: 10px;
    margin-left: 10px;
}

.dleft div.name span {
    display: block;
    margin-top: 3px;
    margin-left: 10px;
}

.dleft div.name span>span {
    display: block;
    font-size: 11px;
    margin-top: 5px;
    margin-left: 0px;
}

.dleft div.name span>span>span.spts {
    font-size: 80%;
    display: inline;
    /*letter-spacing: -0.06rem;*/
}

.dleft div.price {
    width: 107px;
    height: 85px;
    float: left;
}

.dleft div.price span {
    display: block;
    margin-top: 7px;
    margin-left: 17px;
    font-size: 90%;
}

.dleft div.price img {
    margin-top: 5px;
    margin-left: 46px;
}

.dleft div.pnud {
    width: 112px;
    height: 85px;
    float: left;
}

.dleft div.pnud span:first-child {
    display: block;
    margin-top: 7px;
    margin-left: 16px;
    font-size: 90%;
}

.dleft div.pnud span {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 90%;
}

.dleft div.pnud img {
    display: block;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
}

.dleft div.description {
    clear: both;
    width: 393px;
    height: 38px;
    padding-top: 3px;
}

.dleft div.description img {
    display: block;
    margin: 0 auto;
}

.dright {
    width: 393px;
    height: 123px;
    float: left;
    margin-left: 24px;
    border-radius: 5px;
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.4);

}

.dright.bg1 {
    background-image: url(imgs/bg_list.png);

}

.dright.bg2 {
    background-image: url(imgs/bg_list2.png);

}

.blank {
    background-image: url(imgs/list_wood_blank.jpg);
    width: 393px;
    height: 123px;
    float: left;
    margin-left: 10px;
    /*border: 1px solid rgba(99,80,54,0.6);*/
    border-top: 1px solid rgba(99,80,54,0.2);
    border-left:  1px solid rgba(99,80,54,0.2);
    border-right: 1px solid rgba(99,80,54,0.7);
    border-bottom: 1px solid rgba(99,80,54,0.8);
    border-radius: 5px;
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.4);

}

.dright div.num6 {
    width: 38px;
    height: 85px;
    float: left;
}

.dright div.num6 img {
    margin-left: 13px;
    margin-top: 32px;
}

.dright div.num7 {
    width: 38px;
    height: 85px;
    float: left;
}

.dright div.num7 img {
    margin-left: 14px;
    margin-top: 32px;
}

.dright div.num9 {
    width: 38px;
    height: 85px;
    float: left;
}

.dright div.num9 img {
    margin-left: 14px;
    margin-top: 32px;
}


.dright div.num8 {
    width: 38px;
    height: 85px;
    float: left;
}

.dright div.num8 img {
    margin-left: 13px;
    margin-top: 32px;
}

.dright div.num10 {
    width: 38px;
    height: 85px;
    float: left;
}

.dright div.num10 img {
    margin-left: 8px;
    margin-top: 32px;
}

.dright div.name {
    width: 245px;
    height: 85px;
    float: left;
}

.dright div.name img {
    margin-top: 10px;
    margin-left: 10px;
}

.dright div.name span {
    display: block;
    margin-top: 3px;
    margin-left: 10px;
}

.dright div.name span>span {
    display: block;
    font-size: 11px;
    margin-top: 5px;
    margin-left: 0px;
}

.dright div.name span>span>span.spts {
    font-size: 80%;
    display: inline;
    /*letter-spacing: -0.06rem;*/
}

.dright div.price {
    width: 107px;
    height: 85px;
    float: left;
}

.dright div.price span {
    display: block;
    margin-top: 7px;
    margin-left: 17px;
    font-size: 90%;
}

.dright div.price img {
    margin-top: 5px;
    margin-left: 46px;
}

.dright div.description {
    clear: both;
    width: 393px;
    height: 38px;
    padding-top: 3px;
}

.dright div.description img {
    display: block;
    margin: 0 auto;
}

.btw {
    width: 200px;
    height: 50px;
    margin: 0 auto;
}

.btw a {
    display: block;
    background-image: url('./imgs/btw.png');
    width: 147px;
    height: 45px;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.4);

}

.full {
    width: 485px;
    height: 76px;
    margin: 0 auto;
}

.full a {
    background-image: url(imgs/list_yt.jpg);
    width: 485px;
    height: 76px;
    display: block;
    border-radius: 5px;
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.4);

}

.max {
  display: inline-block;
  background-color: #ff0000;
  padding: 0.2em 0.5em;
  border-radius: 0.3em;
  font-size: 1.1em;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.5em;
  margin-left: 22%;
}


/*----- footer -----*/

.footer {
    width: 850px;
    height: 73px;
    margin-top: 60px;
    clear: both;
}

.logo {
    background-image: url(imgs/sf_logo.png);
    width: 94px;
    height: 47px;
    margin-left: 20px;
}

.fline {
    background-image: url(imgs/line_pink.gif);
    width: 850px;
    height: 1px;
    margin-top: 3px;
}

.copyright img {
    display: block;
    margin-top: 7px;
    margin-left: auto;
    margin-right: auto;
}


.marugai {
  margin-left: 0 !important;
  margin-top: 0px !important;
  display: inline-block;
  vertical-align: -12%;
}


/*------------ horse single page --------------*/


/*----- titlehead -----*/

.titlehead {
    width: 630px;
    height: 145px;
    background-image: url(imgs/bg_title.jpg);
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.4);

}

.titlehead div.face1 {
    width: 134px;
    height: 147px;
    float: left;
}

.titlehead div.face1 img {
    display: block;
    margin-top: 6px;
    margin-left: 17px;
    border-radius: 3px;
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.7);

}

.titlehead div.descnotes {
    width: 630px;
    height: 147px;
    float: left;
}

.titlehead div.descnotes div.dnum1 {
    float: left;
    width: 90px;
    height: 73px;
}

.titlehead div.descnotes div.dnum1 img {
    margin-left: 17px;
    margin-top: 50px;
}

.titlehead div.descnotes div.dnum2 {
    float: left;
    width: 90px;
    height: 73px;
}

.titlehead div.descnotes div.dnum2 img {
    margin-left: 14px;
    margin-top: 23px;
}

.titlehead div.descnotes div.dnum3 {
    float: left;
    width: 90px;
    height: 73px;
}

.titlehead div.descnotes div.dnum3 img {
    margin-left: 15px;
    margin-top: 23px;
}

.titlehead div.descnotes div.dnum4 {
    float: left;
    width: 90px;
    height: 73px;
}

.titlehead div.descnotes div.dnum4 img {
    margin-left: 15px;
    margin-top: 23px;
}

.titlehead div.descnotes div.dnum5 {
    float: left;
    width: 90px;
    height: 73px;
}

.titlehead div.descnotes div.dnum5 img {
    margin-left: 15px;
    margin-top: 23px;
}

.titlehead div.descnotes div.dnum6 {
    float: left;
    width: 90px;
    height: 73px;
}

.titlehead div.descnotes div.dnum6 img {
    margin-left: 14px;
    margin-top: 23px;
}

.titlehead div.descnotes div.dnum7 {
    float: left;
    width: 90px;
    height: 73px;
}

.titlehead div.descnotes div.dnum7 img {
    margin-left: 17px;
    margin-top: 23px;
}

.titlehead div.descnotes div.dnum8 {
    float: left;
    width: 90px;
    height: 73px;
}

.titlehead div.descnotes div.dnum8 img {
    margin-left: 15px;
    margin-top: 23px;
}

.titlehead div.descnotes div.dnum9 {
    float: left;
    width: 90px;
    height: 73px;
}

.titlehead div.descnotes div.dnum9 img {
    margin-left: 15px;
    margin-top: 23px;
}

.titlehead div.descnotes div.dnum10 {
    float: left;
    width: 90px;
    height: 73px;
}

.titlehead div.descnotes div.dnum10 img {
    margin-left: 10px;
    margin-top: 23px;
}


.titlehead div.descnotes div.beigebar {
    float: left;
    width: 5px;
    height: 128px;
    margin-top: 8px;
    margin-left: 4px;
    background-color: rgba(255, 255, 255, 0.6);
}

.titlehead div.descnotes div.beigebar10 {
    float: left;
    width: 5px;
    height: 55px;
    background-image: url(imgs/desc_beigebar.gif);
    margin-top: 10px;
    margin-left: 10px;
}

.titlehead div.descnotes div.names {
    float: left;
    width: 520px;
    height: 73px;
    color: #fff;
}

.titlehead div.descnotes div.names img {
    margin-left: 15px;
    margin-top: 25px;
}

.titlehead div.descnotes div.names span {
    display: block;
    font-size: 14px;
    margin-left: 17px;
    margin-top: 60px;
}

.fl {
  display: block;
  float: left;
}

.max_detail {
  display: block;
  float: left;
  color: #fff;
  background-color: #ff0000;
  border-radius: 0.3em;
  padding: 0.2em 0.6em;
  font-size: 1.1em;
  margin-top: 0.92em;
  margin-left: 1em;
  font-weight: bold;
}

.clear {
  clear: both;
}

.titlehead div.descnotes div.notes {
    clear: both;
    color: #fff;
    width: 480px;
    height: 70px;
    padding-top: 6px;
}

.titlehead div.descnotes div.notes span {
    display: block;
    line-height: 1.6;
    margin-left: 115px;
    width: 465px;
    height: 60px;
}

/*----- bxslider -----*/

.bsbg {
    background-image: url(imgs/bg_slide_blue.png);
    width: 850px;
    height: 350px;
    margin-top: 30px;
    background-size: auto;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
}

.thumbnail {
    width: 510px;
    height: 90px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

.thumbnail a.body {
    display: block;
    width: 120px;
    height: 83px;
    float: left;
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.4);

}

.thumbnail a.front {
    display: block;
    width: 62px;
    height: 83px;
    float: left;
    margin-left: 20px;
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.4);

}

.thumbnail a.back {
    display: block;
    width: 62px;
    height: 83px;
    float: left;
    margin-left: 20px;
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.4);

}

.thumbnail a.face {
    display: block;
    width: 62px;
    height: 83px;
    float: left;
    margin-left: 20px;
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.4);

}

.thumbnail a.movie {
    display: block;
    width: 120px;
    height: 83px;
    float: left;
    margin-left: 13px;
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.4);

}

/*----- news -----*/
.news {
    background-image: url(imgs/bg_fh.jpg);
    width: 546px;
    margin: 0 auto;
    padding: 15px 20px;
    border-radius: 2px;
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.4);

    text-align: justify;
    text-justify: inter-ideograph;
    -ms-text-justify: inter-ideograph;
}

.news img:first-child {
    margin-bottom: 0px;
}

.news img {
    margin-top: 10px;
    margin-bottom: 10px;
}

.news span {
    font-size: 12px;
}

/*----- blood line -----*/

.blood {
    background-repeat: no-repeat;
    width: 546px;
    height: 282px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.4);

}

.blood.bg1 {
    background-image: url(imgs/bg_bloodline.png);

}

.blood.bg2 {
    background-image: url(imgs/bg_bloodline2.png);

}

.blood span.spacer {
    display: block;
    width: 548px;
    height: 42px;
}

.blood table {
  table-layout: fixed;
  border: 0;
  border-spacing: 0;
  border-collapse: separate;
}

.blood table:first-child {
    margin-top: 42px;
}

.blood table tr td {
    vertical-align: middle;
    padding-left: 12px;
}

.blood table tr td.first {
    width: 180px;
    height: 121px;
    line-height: 1.7;
    font-size: 13px;
}

.blood table tr td.second {
    width: 160px;
}

.blood table tr td.third {
    width: 176px;
}

.blood table tr td.small {
    font-size: 11px;
}

.bloodline {
    width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 5px;
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.4);

    border: 1px solid #ccc;
}

.bloodline h3 span.blbutton {
    margin-left: 30px;
    display: block;
    background-image: url(imgs/desc_bl_close.png);
    width: 310px;
    height: 25px;
    cursor: pointer;
}

.bloodline h3 span.blopen  {
    margin-left: 30px;
    display: block;
    background-image: url(imgs/desc_bl_open.png);
    width: 310px;
    height: 25px;
    cursor: pointer;
}

.bloodline div div.gline {
    background-image: url(imgs/line_green.gif);
    margin: 0 auto;
    width: 680px;
    height: 1px;
}

.bloodline div img {
    display: block;
    margin: 0 auto;
}


/*----- Father Horse -----*/

.fhorse {
    width: 720px;
    padding-top: 15px;
    padding-bottom: 35px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.4);

}

.fhorse table {
    margin: 0 auto;
    width: 620px;
}

.fhorse table tr td {
    /*border: 1px solid #000;*/
}

.fhorse table tr td.type {
    vertical-align: middle;
    font-weight: bold;
    font-size: 95%;
    padding-left: 12px;
}

.fhorse table tr td.fhrecord {
    vertical-align: top;
}

.fhorse table tr td.fhrecord img {
    /*margin-top: 5px;*/
    margin-left: 12px;
}

#movie {
    display: block;
    background-image: url(imgs/btn_video.png);
    width: 170px;
    height: 45px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 6px;
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.4);
}

.fhorse2 {
    width: 650px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.4);

}



/*----- misc -----*/

.misc {
    width: 650px;
    /*height: 50px;*/
    margin: 0 auto;
}

#contact {
    display: block;
    float: left;
    background-image: url(imgs/btn_contact.png);
    width: 193px;
    height: 45px;
    margin-left: auto;
    border-radius: 6px;
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.4);
}

#pdf {
    display: block;
    float: left;
    background-image: url(imgs/btn_download.png);
    width: 193px;
    height: 45px;
    margin-left: 32px;
    border-radius: 6px;
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.4);
}

#back {
    display: block;
    float: both;
    background-image: url(imgs/btn_back_list.png);
    width: 193px;
    height: 45px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 6px;
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.4);
}

#btt {
    display: block;
    clear: both;
    background-image: url(imgs/btt.png);
    width: 146px;
    height: 45px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.4);
}

#btt:hover, #contact:hover, #pdf:hover, #back:hover, #movie:hover {
  opacity: 0.8;
  cursor: pointer;
}

/*----- winners 2015 TOP -----*/

.toptitle {
  width: 100%;
  display: block;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.topimg {
    width: 582px;
    height: 353px;
    margin: 0 auto;
    border-radius: 3px;
    box-shadow: 1px 2px 2px 0px rgba(0,0,0,0.3);
    font-size: 12px;

}

.toptxt {
    background-image: url(imgs/bg_descfhorse.jpg);
    width: 635px;
    margin: 0 auto;
    padding-top: 15px;
    border-radius: 3px;
    box-shadow: 1px 2px 2px 0px rgba(0,0,0,0.2);
    border: 1px solid #ccc;

	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}

.toptxt img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.toptxt span {
    display: block;
    width: 580px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0.07em;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}

.toptxt span p {
    text-indent: 1em;
    text-align: justify;
    -ms-text-justify: inter-ideograph;
    text-justify: inter-ideograph;
}

.toptxt span span {
    font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic" ;
    display: inline;
    font-weight: 900;
}

.toptxt img.toptxtlogo {
    margin-left: 30px;
    margin-right: 390px;
    margin-bottom: 40px;
    float: left;
}

.toptxt img.topsign {
    float: left;
}

.toplinks {
    width: 530px;
    margin: 0 auto;
}

.toplinks a.thisyearlist {
    background-image: url('./imgs/btn_005.png');
    display: block;
    width: 498px;
    height: 80px;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.toplinks a.wnslist {
    background-image: url('./imgs/btn_006.png');
    display: block;
    width: 498px;
    height: 80px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.toplinks div.wnskatsuyaku {
    background-image: url(imgs/btn_006.png);
    background-repeat: no-repeat;
    width: 498px;
    height: 80px;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.4);

}

/*----- 活躍馬 -----*/

.wnstitle {
    background-image: url(imgs/wns_header.jpg);
    width: 850px;
    height: 44px;
    margin-top: 30px;
}

.wnshorsed {
  background-color: #fff;
  border: 2px solid #F6C8DD;
  width: 710px;
  height: 190px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.wnshorsed.blue {
  border-color: #AAACD4 !important;
}

.wnshorsed img.picimg {
    float: left;
    display: block;
}

.wnshorsed img.wnsname {
    float: left;
    display: block;
    margin-top: 15px;
    margin-left: 10px;
}

.wnshorsed span.year {
    display: block;
    float: left;
    margin-top: 31px;
    width: 150px;
    height: 20px;
    color: #222;
}

.wnshorsed div.txt {
    float: left;
    width: 370px;
    height: 120px;
    margin-top: 15px;
    margin-left: 15px;
    color: #222;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.02rem;
}

.mt8 {
  margin-top: 8px !important;
}

.wnshorsed div.txt div.records{
    font-size: 13px;
    margin-top: 6px;
    width: 370px;
}

.wnshorsed div.txt div.records span{
    font-weight: bold;
    font-size: 14px;
}

.wnshorsel {
    background-image: url(imgs/wns_panel_light.jpg);
    width: 702px;
    height: 197px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.wnshorsel img.picimg {
    float: left;
    display: block;
    margin-top: 18px;
    margin-left: 18px;
}

.wnshorsel img.wnsname {
    float: left;
    display: block;
    margin-top: 15px;
    margin-left: 30px;
}

.wnshorsel span.year {
    display: block;
    float: left;
    margin-top: 31px;
    width: 150px;
    height: 20px;
    color: #fff;
}

.wnshorsel div.txt {
    float: left;
    width: 370px;
    height: 120px;
    margin-top: 15px;
    margin-left: 30px;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.02rem;
}

.wnshorsel div.txt div.records{
    font-size: 13px;
    margin-top: 6px;
    width: 370px;
}

.wnshorsel div.txt div.records span{
    font-weight: bold;
    font-size: 14px;
}

.current {
  display: block;
  font-size: 12px;
  margin-bottom: -4px;
}

.wnsrecord {
  width: 702px;
  display: block;
  margin-top: 30px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

/*----- お申込について・流れ -----*/

.infotitle1 {
    background-image: url(imgs/title-005.png);
    width: 850px;
    height: 44px;
    margin-top: 30px;
}

.infotitle2 {
    background-image: url(imgs/title-003.png);
    width: 850px;
    height: 44px;
    margin-top: 50px;
}

.information {
    width: 725px;
    height: 280px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 2px;
    box-shadow: 1px 2px 2px 0px rgba(0,0,0,0.3);
    border: 1px solid #ccc;

}

.information span.infoheader {
    width: 600px;
    display: block;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
}

.information img {
    display: block;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
}

.infocontents {
    display: block;
    margin-top: 6px;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    line-height: 1.5;
}

.infocontents dt {
  width: 130px;
  display: inline-block;
  margin-top: 8px;
  vertical-align: top;
}

.infocontents dd {
  width: 460px;
  display: inline-block;
  margin-top: 8px;
  vertical-align: top;
}

.flow_s {
    background-image: url(imgs/bg_contact.png);
    width: 655px;
    height: 89px;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 1px 2px 2px 0px rgba(0,0,0,0.3);

}

.flow_s img.fnum1 {
    margin-top: 31px;
    margin-left: 15px;
    float: left;
}

.flow_s img.fnum2 {
    margin-top: 30px;
    margin-left: 12px;
    float: left;
}

.flow_s img.fnum3 {
    margin-top: 31px;
    margin-left: 11px;
    float: left;
    text-align: justify;
    text-justify: inter-ideograph;
    -ms-text-justify: inter-ideograph;
}

.flow_s img.fnum4 {
    margin-top: 31px;
    margin-left: 11px;
    float: left;
}

.flow_s img.fnum5 {
    margin-top: 31px;
    margin-left: 11px;
    float: left;
}

.flow_s div.ftxt1 {
    width: 590px;
    float: left;
    margin-left: 30px;
    margin-top: 20px;
}

.flow_s div.ftxt2 {
    width: 590px;
    float: left;
    margin-left: 30px;
    margin-top: 37px;
}

.flow_s div.ftxt3 {
    width: 570px;
    float: left;
    margin-left: 30px;
    margin-top: 14px;
}

.flow_s div.ftxt4 {
    width: 570px;
    float: left;
    margin-left: 30px;
    margin-top: 28px;
}

.arrow {
    width: 55px;
    height: 51px;
    margin: 0 auto;
}


/*----- notice -----*/

.notice {
    width: 655px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 2px;
    box-shadow: 1px 2px 2px 0px rgba(0,0,0,0.3);
    border: 1px solid #ccc;

}

.notice div.ntxt:first-child {
    width: 590px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.notice div.ntxt {
    width: 590px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    text-align: justify;
    text-justify: inter-ideograph;
    -ms-text-justify: inter-ideograph;
}

.notice img {
    display: block;
    margin: 0 auto;
}

.notice div.kiyaku {
    width: 450px;
    margin: 0 auto;
}

.notice div.kiyaku a {
    display: block;
    background-image: url(imgs/btn_kiyaku.png);
    width: 445px;
    height: 45px;
    margin: 0 auto;
    border-radius: 4px;
    box-shadow: 1px 2px 2px 0px rgba(0,0,0,0.3);
}


/*----- Mail Form -----*/

.cheader {
    background-image: url(imgs/title-004.png);
    width: 850px;
    height: 44px;
    margin-top: 30px;
    margin-bottom: 50px;
}

.formtitle {
    width: 610px;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 10px;
    border-radius: 3px;
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
    border: 1px solid #ccc;
}

.formtitle img {
    display: block;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.formtitle span {
    display: block;
    width: 540px;
    margin: 0 auto;
}

.mailform {
    width: 620px;
    padding: 0;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 25px;
    border: 2px solid #F6C8DD;
    border-radius: 5px;
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);

}

.mailform table {
    margin: 0 auto;
    width: 580px;
    table-layout: fixed;
}

.mailform table tr:first-child td {
    height: 0px;
}

.mailform table tr td {
    height: 32px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.mailform table tr.names td.space {
    width: 420px;
}

.mailform table tr td span.red {
    font-size: 11px;
    color: #fff;
    background-color: #ff0000;
    padding: 2px 2px 2px 2px;
    font-weight: bold;
    border-radius: 3px;

}

.mailform table tr td.cb {
    width: 210px;
    font-size: 12px;
    font-weight: normal;
    vertical-align: top;
}

.mailform table tr td div.sbutton {
    width: 170px;
    height: 45px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

.mailform table tr td div.sbutton input.confirm {
    background-image: url(imgs/btn_confirm.png);
    width: 170px;
    height: 45px;
    border: 0px;
    cursor: pointer;
    border-radius: 3px;
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.4);

}

.previous {
    width: 170px;
    height: 45px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;

}

.previous>a {
    display: block;
    background-image: url(imgs/c_back.png);
    width: 170px;
    height: 45px;
    border: 0px;
    border-radius: 5px;
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.4);

}

.confirm {
    width: 610px;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 10px;
    background-image: url(imgs/bg_fh.jpg);
    border-radius: 3px;
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
    border: 1px solid #ccc;

}

.confirm img.center {
    display: block;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.formTable {
    width: 450px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
}

.formTable tr th:first-child {
    width: 150px;
    height: 35px;
    text-align: left;
    vertical-align: middle;
}

.formTable tr td {
    vertical-align: middle;
}

.confirm input.submit {
    background-image: url(imgs/btn_submit.png);
    width: 170px;
    height: 45px;
    border: 0px;
    cursor: pointer;
    border-radius: 3px;
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.4);
    display: block;
}

.confirm input.btf {
    background-image: url(imgs/c_back.png);
    width: 170px;
    height: 45px;
    border: 0px;
    cursor: pointer;
    border-radius: 3px;
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.4);
  display: block;
  margin-top: 20px;
}

.formcomp {
    display: block;
    background-image: url(imgs/btw.png);
    width: 146px;
    height: 45px;
    border: 0px;
    border-radius: 5px;
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.4);

}

.submitted {
    font-size: 14px;
    font-weight: bold;
}


/* 近況情報 */

.update-name {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  margin-left: 3.5%;
}

.update-date {
  font-size: 12px;
  display: inline-block;
  margin-left: 20px;
}

.update-line {
  display: block;
  height: 1px;
  width: 95%;
  border-bottom: 1px solid #368200;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
}

.update-txt {
  display: block;
  width: 93%;
  font-size: 15px;
  line-height: 1.5;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.update-txt span {
  color: red !important;
  font-weight: 800;
}
