@charset "UTF-8";
/*ALL Settings*/
/*-----------------------------------------------*/
html, body {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',"MS PGothic",sans-serif;
  vertical-align: baseline;
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, 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 {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',"MS PGothic",sans-serif;
  vertical-align: baseline;
  list-style: none;
  margin: 0;
  padding: 0;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* a */
/*--------------------------------------------------------*/
a {
  text-decoration: none;
  color: #000;
}
a.decoration {
  text-decoration: underline;
  color: #000;
}
a.decoration:visited, a.decoration:focus, a.decoration:active {
  text-decoration: underline;
  color: #000;
  outline: 0px;
}
a:visited, a:focus, a:active {
  text-decoration: none;
  color: #000;
  outline: 0px;
}

/* table */
/*--------------------------------------------------------*/
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}

/* clearfix */
/*--------------------------------------------------------*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
/*-----------------------------------------------*/
/*ALL Settings*/
html {
  font-size: 62.5%;
}

body {
  font-size: 13px;
  color: #333;
  -webkit-text-size-adjust: 100%;
}

#wrap {
  font-size: 13px;
}
@media only screen and (max-width: 768px) {


#wrap {
  font-size: 13px;
  /*padding-top:55px;*/
}
}

a {
  color: #333;
}
a:visited, a:focus, a:active {
  color: #333;
}

img {
  max-width: 100%;
  vertical-align: top;
}

/* common */
/*------------------------------------------------*/
.inner {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .inner {
    /*width: 90%;*/
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .flL {
    float: left;
  }

  .flR {
    float: right;
  }

  .hoverOpacity {
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
  }
  .hoverOpacity:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }

  .pcH {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .spH {
    display: none !important;
  }
}
.alignL {
  text-align: left;
}

.alignC {
  text-align: center;
}

.alignR {
  text-align: right;
}

/* font */
/* ------------------------------------------------- */
.required {
  color: #c00;
  font-size: 10px;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

/* list */
/* ------------------------------------------------- */
.listUl li {
  padding-left: 1em;
  margin-top: 10px;
  text-indent: -1em;
}
.listUl li:first-child {
  margin-top: 0;
}

.numberUl li {
  padding-left: 1.2em;
  margin-top: 10px;
  text-indent: -1.2em;
  list-style: decimal;
  list-style-position: inside;
}
.numberUl li:first-child {
  margin-top: 0;
}

/* tab */
/*------------------------------------------------*/
.tabBox {
  width: 100%;
  display: none;
}
.tabBox.active {
  display: block;
}

/* box */
/*------------------------------------------------*/
.column3Box {
  font-size: 0px;
}
.column3Box li {
  width: -webkit-calc( (100% - (20px * 2)) / 3 );
  width: calc( (100% - (20px * 2)) / 3 );
  margin-top: 20px;
  margin-left: 20px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 13px;
}
.column3Box li:first-child {
  margin-top: 0;
  margin-left: 0;
}
.column3Box li:nth-child(2), .column3Box li:nth-child(3) {
  margin-top: 0;
}
.column3Box li:nth-child(3n+1) {
  margin-left: 0;
}

.column4Box {
  font-size: 0px;
}
.column4Box li {
  width: -webkit-calc( (100% - (25px * 3)) / 4 );
  width: calc( (100% - (25px * 3)) / 4 );
  margin-top: 25px;
  margin-left: 25px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 13px;
}
.column4Box li:first-child {
  margin-top: 0;
  margin-left: 0;
}
.column4Box li:nth-child(2), .column4Box li:nth-child(3), .column4Box li:nth-child(4) {
  margin-top: 0;
}
.column4Box li:nth-child(4n+1) {
  margin-left: 0;
}



/* spGlobalNav */
/*------------------------------------------------*/
@media only screen and (max-width: 768px) {
  .slidemenu {
    width: 240px;
    position: fixed;
    top: 0;
    visibility: hidden;
    z-index: -1;
  }
  .slidemenu .slidemenu-body {
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .slidemenu .slidemenu-content {
    position: relative;
  }
  .slidemenu.slidemenu-left {
    left: 0;
  }
  .slidemenu.slidemenu-right {
    right: 0;
  }
}
/* list */
/*------------------------------------------------*/
.bannerList li {
  margin-top: 15px;
}
.bannerList li:first-child {
  margin-top: 0;
}

/* btn */
/*------------------------------------------------*/
.moreBtn {
  width: 100%;
  padding: 15px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #20272d), color-stop(0, #363f45));
  background: -webkit-linear-gradient(#363f45, #20272d);
  background: -moz-linear-gradient(#363f45, #20272d);
  background: -o-linear-gradient(#363f45, #20272d);
  background: -ms-linear-gradient(#363f45, #20272d);
  background: linear-gradient(#363f45, #20272d);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
}
.moreBtn:visited, .moreBtn:focus, .moreBtn:active {
  color: #fff;
}

/* header */
/*------------------------------------------------*/
#headWrap {
  width: 100%;
  height: 80px;
  background-image: url("../images/header/bg.jpg");
  position: relative;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  #headWrap {
    height: auto;
    border-bottom: 1px solid #aa0200;
    /*position: fixed;*/
    top: 0;
    left: 0;
    z-index: 100;
  }
}
#headWrap #header {
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #headWrap #header {
    padding: 10px 0;
  }
}
#headWrap #header #logo {
  width: 300px;
  margin-left: -128px;
  position: absolute;
  top: 10px;
  left: 50%;
}
#headWrap #header #logo_page {
    width: 15%;
    margin: 0;
    position: static;
    float: left;
}
@media only screen and (max-width: 768px) {
  #headWrap #header #logo_page {
    width: 30%;
    margin: 0;
    position: static;
    float: left;
  }
  #headWrap #header #logo {
    width: 30%;
    margin: 0;
    position: static;
    float: left;
  }
}
#headWrap #header #headSearch {
  width: 226px;
  padding: 12px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
@media only screen and (max-width: 768px) {
  #headWrap #header #headSearch {
    display: none;
  }
}
#headWrap #header #globalNavBtn {
  width: 8%;
  float: right;
  margin-top:10px;
}

/* globalNav */
/*------------------------------------------------*/
#globalNavWrap {
  width: 100%;
  border-bottom: 1px solid #838383;
}
#globalNavWrap #globalNav {
  padding: 15px 0;
}
@media only screen and (min-width: 768px) {
  #globalNavWrap #globalNav {
    width: 1024px;
  }
}
#globalNavWrap #globalNav ul {
  font-size: 0px;
}
#globalNavWrap #globalNav ul li {
  border-left: 1px dashed #c3c3c3;
  vertical-align: top;
  display: inline-block;
  font-size: 13px;
}
#globalNavWrap #globalNav ul li:first-child {
  border-left: none;
}
#globalNavWrap #globalNav ul li a {
  padding: 0 25px;
  display: inline-block;
}
#globalNavWrap #globalNav ul li a > span {
  text-align: center;
  display: block;
}

/* spGlobalNav */
/*------------------------------------------------*/
#spGlobalNav {
  width: 100%;
  background-color: #fff;
  display: none;
}
#spGlobalNav li {
  border-bottom: 1px solid #ddd;
}
#spGlobalNav li a {
  padding: 2% 5%;
  display: block;
}
#spGlobalNav li a span {
  width: 40%;
  vertical-align: middle;
  display: inline-block;
}
#spGlobalNav li a span:first-child {
  width: 25%;
  margin-right: 3%;
}
#spGlobalNav .searchBoxArea {
  padding: 6% 0;
}

/* main */
/*------------------------------------------------*/
#mainWrap {
  width: 100%;
  background-image: url("../images/mainBg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#mainWrap #main {
  padding: 70px 0 95px 0;
}
@media only screen and (max-width: 768px) {
  #mainWrap #main {
    padding: 5% 0 15% 0;
  }
}
#mainWrap #main #mainInner {
  display: table;
}
@media only screen and (max-width: 768px) {
  #mainWrap #main #mainInner {
    display: block;
  }
}
#mainWrap #main #contents {
  width: 790px;
  display: table-cell;
  vertical-align: top;
  background-color: rgba(3, 3, 2, 0.6);
}
@media only screen and (max-width: 768px) {
  #mainWrap #main #contents {
    width: 100%;
    display: block;
  }
}
#mainWrap #main #side {
  /*width: 310px;*/
  display: table-cell;
  vertical-align: top;
  background-color: rgba(188, 4, 0, 0.9);
}
@media only screen and (max-width: 768px) {
  #mainWrap #main #side {
    display: none;
  }
}
#mainWrap #main #side #sideInner {
  padding: 20px;
}
#mainWrap #main #side #sideInner .sideBox {
  margin-top: 30px;
}
#mainWrap #main #side #sideInner .sideBox:first-child {
  margin-top: 0;
}
#mainWrap #main #side #sideInner .sideBox .bannerList li {
  text-align: center;
}
#mainWrap #main #side #sideFacebook {
  padding-bottom: 20px;
}
#mainWrap #main #side #sideFacebook #sideFacebookBody {
  padding: 0 55px;
  background-image: url("../images/side/facebook/body.png");
  background-repeat: repeat-y;
  background-position: left top;
}


/* contents */
/*------------------------------------------------*/
.contWrap {
  width: 100%;
  margin-top: 30px;
}
.contWrap:first-child {
  margin-top: 0;
}
.contWrap .contBox {
  margin-top: 30px;
}
.contWrap .contBox:first-child {
  margin-top: 0;
}
.contWrap .contInner {
  padding: 50px;
}
@media only screen and (max-width: 768px) {
  .contWrap .contInner {
    padding: 8%;
  }
}

/* AMERICAN WORLD SHOP */
/*------------------------------------------------*/
#americanWorldShopWrap {
  width: 100%;
  background-image: url("../images/footer/shop/bg.jpg");
}
#americanWorldShopWrap > .titleArea {
  width: 100%;
  height: 100px;
  background-image: url("../images/footer/shop/line.png");
  background-position: left top;
  background-repeat: repeat-x;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #americanWorldShopWrap > .titleArea {
    height: auto;
    background-position: left bottom;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -ms-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
  }
}
#americanWorldShopWrap > .titleArea > h3 {
  width: 471px;
  height: 160px;
  margin-left: -235.5px;
  position: absolute;
  bottom: 0;
  left: 50%;
}
@media only screen and (max-width: 768px) {
  #americanWorldShopWrap > .titleArea > h3 {
    width: 100%;
    height: auto;
    margin: 0;
    text-align: center;
    position: static;
  }
  #americanWorldShopWrap > .titleArea > h3 > img {
    width: 70%;
    margin-top: -10%;
    display: inline-block;
  }
}
#americanWorldShopWrap #americanWorldShop {
  padding: 30px 0;
}
@media only screen and (max-width: 768px) {
  #americanWorldShopWrap #americanWorldShop {
    padding: 6% 0;
  }
}
#americanWorldShopWrap #americanWorldShop .neonBox {
  padding: 12px 0;
  border: 1px solid #3a6174;
  background-color: #000;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #americanWorldShopWrap #americanWorldShop .neonBox {
    padding: 2% 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
  }
}
#americanWorldShopWrap #americanWorldShop .neonBox:before, #americanWorldShopWrap #americanWorldShop .neonBox:after {
  width: 1137px;
  height: 38px;
  content: '';
  display: block;
  background-image: url("../images/footer/shop/yellowNeon.png");
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  left: -18.5px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #americanWorldShopWrap #americanWorldShop .neonBox:before, #americanWorldShopWrap #americanWorldShop .neonBox:after {
    display: none;
  }
}
#americanWorldShopWrap #americanWorldShop .neonBox:before {
  top: -8px;
}
#americanWorldShopWrap #americanWorldShop .neonBox:after {
  bottom: -8px;
}
#americanWorldShopWrap #americanWorldShop .neonBox .neonBarYellow {
  width: 105%;
  position: absolute;
  left: -2.5%;
  z-index: 2;
}
#americanWorldShopWrap #americanWorldShop .neonBox .neonBarYellow.top {
  top: 0;
}
#americanWorldShopWrap #americanWorldShop .neonBox .neonBarYellow.bottom {
  bottom: 0;
}
#americanWorldShopWrap #americanWorldShop .shopListArea {
  padding: 10px 38px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #americanWorldShopWrap #americanWorldShop .shopListArea {
    padding: 1% 19px;
  }
}
#americanWorldShopWrap #americanWorldShop .shopListArea:before, #americanWorldShopWrap #americanWorldShop .shopListArea:after {
  width: 68px;
  height: 100%;
  content: '';
  display: block;
  background-image: url("../images/footer/shop/blueNeon.png");
  background-position: left top;
  background-repeat: repeat-y;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 768px) {
  #americanWorldShopWrap #americanWorldShop .shopListArea:before, #americanWorldShopWrap #americanWorldShop .shopListArea:after {
    width: 34px;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
  }
}
#americanWorldShopWrap #americanWorldShop .shopListArea:before {
  left: -18.5px;
}
@media only screen and (max-width: 768px) {
  #americanWorldShopWrap #americanWorldShop .shopListArea:before {
    left: -9.5px;
  }
}
#americanWorldShopWrap #americanWorldShop .shopListArea:after {
  right: -18.5px;
}
@media only screen and (max-width: 768px) {
  #americanWorldShopWrap #americanWorldShop .shopListArea:after {
    right: -9.5px;
  }
}
#americanWorldShopWrap #americanWorldShop .shopListArea ul {
  padding-top: 6px;
  padding-bottom: 3px;
  border-bottom: 1px solid #acacac;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 3px rgba(150, 150, 150, 0.6) inset;
  -moz-box-shadow: 0px 3px 3px rgba(150, 150, 150, 0.6) inset;
  -ms-box-shadow: 0px 3px 3px rgba(150, 150, 150, 0.6) inset;
  -o-box-shadow: 0px 3px 3px rgba(150, 150, 150, 0.6) inset;
  box-shadow: 0px 3px 3px rgba(150, 150, 150, 0.6) inset;
}
#americanWorldShopWrap #americanWorldShop .shopListArea ul:first-child {
  padding-top: 0;
  border-top: 2px solid #2d6986;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#americanWorldShopWrap #americanWorldShop .shopListArea ul:last-child {
  padding-bottom: 0;
  border-bottom: none;
  border-bottom: 2px solid #2d6986;
}
#americanWorldShopWrap #americanWorldShop .shopListArea ul li {
  width: 160px;
  margin: 0px 3px 0 6px;
  float: left;
}
#americanWorldShopWrap #americanWorldShop .shopListArea ul li:first-child {
  margin-left: 9px;
}
@media only screen and (max-width: 768px) {
  #americanWorldShopWrap #americanWorldShop .shopListArea ul li {
    width: 49%;
    margin: 0;
    margin-top: 2%;
    margin-left: 2%;
  }
  #americanWorldShopWrap #americanWorldShop .shopListArea ul li:nth-child(-n+2) {
    margin-top: 0;
  }
  #americanWorldShopWrap #americanWorldShop .shopListArea ul li:first-child, #americanWorldShopWrap #americanWorldShop .shopListArea ul li:nth-child(2n+1) {
    margin-left: 0;
  }
}
#americanWorldShopWrap #americanWorldShop .shopListArea ul li a {
  padding: 9px 0px;
  display: block;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #ebebeb), color-stop(0, #fefefe));
  background: -webkit-linear-gradient(#fefefe, #ebebeb);
  background: -moz-linear-gradient(#fefefe, #ebebeb);
  background: -o-linear-gradient(#fefefe, #ebebeb);
  background: -ms-linear-gradient(#fefefe, #ebebeb);
  background: linear-gradient(#fefefe, #ebebeb);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 0 2px rgba(150, 150, 150, 0.5);
  -moz-box-shadow: 1px 0 2px rgba(150, 150, 150, 0.5);
  -ms-box-shadow: 1px 0 2px rgba(150, 150, 150, 0.5);
  -o-box-shadow: 1px 0 2px rgba(150, 150, 150, 0.5);
  box-shadow: 1px 0 2px rgba(150, 150, 150, 0.5);
}

/* americanFoot
Info */
/*------------------------------------------------*/
#americanFootInfoWrap {
  width: 100%;
  /*background-color: #f8efe2;*/
  background-color: #000000;
  -webkit-box-shadow: 0px 0px 20px rgba(150, 150, 150, 0.9) inset;
  -moz-box-shadow: 0px 0px 20px rgba(150, 150, 150, 0.9) inset;
  -ms-box-shadow: 0px 0px 20px rgba(150, 150, 150, 0.9) inset;
  -o-box-shadow: 0px 0px 20px rgba(150, 150, 150, 0.9) inset;
  box-shadow: 0px 0px 20px rgba(150, 150, 150, 0.9) inset;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #americanFootInfoWrap {
    -webkit-box-shadow: 0px 0px 20px rgba(150, 150, 150, 0.6) inset;
    -moz-box-shadow: 0px 0px 20px rgba(150, 150, 150, 0.6) inset;
    -ms-box-shadow: 0px 0px 20px rgba(150, 150, 150, 0.6) inset;
    -o-box-shadow: 0px 0px 20px rgba(150, 150, 150, 0.6) inset;
    box-shadow: 0px 0px 20px rgba(150, 150, 150, 0.6) inset;
  }
}
#americanFootInfoWrap #americanFootInfo {
  height: 369px;
  display: table;
}
@media only screen and (max-width: 768px) {
  #americanFootInfoWrap #americanFootInfo {
    width: 100%;
    height: auto;
    display: block;
  }
}
#americanFootInfoWrap #americanFootInfo #tvInfo {
  width: 50%;
  padding: 30px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url("../images/footer/infomation/tv/bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #americanFootInfoWrap #americanFootInfo #tvInfo {
    width: 100%;
    padding: 6%;
    display: block;
  }
}
#americanFootInfoWrap #americanFootInfo #movieInfo {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url("../images/footer/infomation/movie/bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #americanFootInfoWrap #americanFootInfo #movieInfo {
    width: 100%;
    padding: 6% 6% 12% 6%;
    display: block;
  }
}
#americanFootInfoWrap #americanFootInfo #movieInfo #movie {
  width: 400px;
  height: 240px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #americanFootInfoWrap #americanFootInfo #movieInfo #movie {
    width: 85%;
    height: auto;
    display: block;
  }
}
#americanFootInfoWrap #americanFootInfo #movieInfo #movie iframe {
  width: 100% !important;
  max-width: 100%;
  height: 100% !important;
}
#americanFootInfoWrap #pageTop {
  width: 54px;
  height: 165px;
  position: absolute;
  right: 70px;
  bottom: 0;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  #americanFootInfoWrap #pageTop {
    width: 10%;
    height: auto;
    margin: 6% auto 0 auto;
    position: static;
  }
}
#americanFootInfoWrap #pageTop a {
  display: block;
}

@media only screen and (max-width: 768px) {
   .sp_facebook{
    width: 80%;
    height: auto;
    display: block;
    margin-top:20px;
  }
}

@media only screen and (min-width: 768px) {
   .sp_facebook{
    display:none
  }
}

@media only screen and (max-width: 768px) {
       #head_text{
         display:none
      }
    }

@media only screen and (min-width: 768px) {
       #head_text{
          float:left;
          margin-top:50px;
          color:#ffffff; 
          font-size:14px
      }
    }


/* footSns */
/*------------------------------------------------*/
#footSnsWrap {
  width: 100%;
  background-color: #fff;
}
#footSnsWrap #footSns {
  padding: 20px 0 20px 0;
}
@media only screen and (max-width: 768px) {
  #footSnsWrap #footSns {
    padding: 1% 0 3% 0;
  }
}
#footSnsWrap #footSns ul {
  text-align: center;
  font-size: 0px;
}
#footSnsWrap #footSns ul li {
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}
#footSnsWrap #footSns ul li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  #footSnsWrap #footSns ul li {
    margin-top: 2%;
    margin-left: 2%;
  }
}

/* footer */
/*------------------------------------------------*/
#footWrap {
  width: 100%;
  background-color: #bc0400;
}
#footWrap #footer {
  padding: 50px 0 20px 0;
}
@media only screen and (max-width: 768px) {
  #footWrap #footer {
    padding: 8% 0 6% 0;
  }
}
#footWrap #footer #footCompany {
  width: 280px;
  float: left;
}
@media only screen and (max-width: 768px) {
  #footWrap #footer #footCompany {
    width: 100%;
    float: none;
  }
}
#footWrap #footer #footCompany h1 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #footWrap #footer #footCompany h1 {
    text-align: center;
  }
}
#footWrap #footer #footCompany p {
  line-height: 140%;
  margin-top: 20px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #footWrap #footer #footCompany p {
    margin-top: 3%;
    text-align: center;
  }
}
#footWrap #footer #footNav {
  width: 760px;
  float: right;
}
@media only screen and (max-width: 768px) {
  #footWrap #footer #footNav {
    width: 100%;
    margin-top: 8%;
    border-top: 1px solid #aa0200;
    float: none;
  }
}
#footWrap #footer #footNav a {
  color: #fff;
}
#footWrap #footer #footNav a:visited, #footWrap #footer #footNav a:focus, #footWrap #footer #footNav a:active {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  #footWrap #footer #footNav a:hover {
    text-decoration: underline;
  }
}


#footWrap #footer #footNav .left {
  width: 280px;
  float: left;
}
@media only screen and (max-width: 768px) {
  #footWrap #footer #footNav .left {
    width: 100%;
    float: none;
  }
}
#footWrap #footer #footNav .middle {
  width: 250px;
  float: left;
}
@media only screen and (max-width: 768px) {
  #footWrap #footer #footNav .middle {
    width: 100%;
    float: none;
  }
}
#footWrap #footer #footNav .right {
  width: 220px;
  float: left;
}
@media only screen and (max-width: 768px) {
  #footWrap #footer #footNav .right {
    width: 100%;
    border-bottom: 1px solid #d30300;
    float: none;
  }
}
#footWrap #footer #footNav .navBox {
  margin-top: 30px;
}
#footWrap #footer #footNav .navBox:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  #footWrap #footer #footNav .navBox {
    padding: 6% 0;
    margin: 0;
    border-top: 1px solid #d30300;
    border-bottom: 1px solid #aa0200;
  }
}
#footWrap #footer #footNav .navBox .navTitle {
  font-size: 14px;
  font-weight: bold;
}
#footWrap #footer #footNav .navBox .childNav {
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  #footWrap #footer #footNav .navBox .childNav {
    margin-top: 2%;
  }
}
#footWrap #footer #footNav .navBox .childNav li {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  #footWrap #footer #footNav .navBox .childNav li {
    margin-top: 2%;
  }
}
#footWrap #footer #footNav .navBox .childNav li:first-child {
  margin-top: 0;
}
#footWrap #footer #footNav .navBox .childNav li a {
  line-height: 140%;
  padding-left: 15px;
  background-image: url("../images/icon/whiteArrow.png");
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 12px;
}
#footWrap #footer .footBanners {
  clear: both;
}
@media only screen and (max-width: 768px) {
  #footWrap #footer .footBanners {
    margin-top: 10%;
  }
}
#footWrap #footer .footBanners ul {
  font-size: 0px;
}
#footWrap #footer .footBanners ul li {
  margin-left: 1em;
  font-size: 13px;
  display: inline-block;
}
#footWrap #footer .footBanners ul li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  #footWrap #footer .footBanners ul li {
    width: 48%;
    margin-top: 4%;
    margin-left: 4%;
    text-align: center;
  }
  #footWrap #footer .footBanners ul li:first-child, #footWrap #footer .footBanners ul li:nth-child(2n+1) {
    margin-left: 0;
  }
  #footWrap #footer .footBanners ul li:nth-child(-n+2) {
    margin-top: 0;
  }
}
#footWrap #copyright {
  width: 100%;
  background-color: #212121;
}
#footWrap #copyright p {
  padding: 20px 0;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #footWrap #copyright p {
    padding: 5% 0;
    font-size: 10px;
  }
}

/* search form parts */
/* ------------------------------------------------- */
.searchFormArea {
  width: 100%;
  border: 1px solid #d2d2d2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  .searchFormArea {
    height: 40px;
    padding: 0;
    margin: 0;
    display: table;
    border: none;
  }
}
.searchFormArea .searchFormInput {
  width: 170px;
  height: 30px;
  float: left;
}
@media only screen and (max-width: 768px) {
  .searchFormArea .searchFormInput {
    width: auto;
    height: 40px;
    float: none;
    display: table-cell;
    vertical-align: top;
    border: 1px solid #d2d2d2;
    border-right: none;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
  }
}
.searchFormArea .searchFormInput > input {
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  width: 100%;
  height: 30px;
  padding: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(200, 200, 200, 0.3) inset;
  -moz-box-shadow: 1px 1px 3px 0 rgba(200, 200, 200, 0.3) inset;
  -ms-box-shadow: 1px 1px 3px 0 rgba(200, 200, 200, 0.3) inset;
  -o-box-shadow: 1px 1px 3px 0 rgba(200, 200, 200, 0.3) inset;
  box-shadow: 1px 1px 3px 0 rgba(200, 200, 200, 0.3) inset;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.searchFormArea .searchFormInput > input::-webkit-input-placeholder {
  color: #7d7d7d;
}
.searchFormArea .searchFormInput > input:-moz-placeholder {
  color: #7d7d7d;
  opacity: 1;
}
.searchFormArea .searchFormInput > input::-moz-placeholder {
  color: #7d7d7d;
  opacity: 1;
}
.searchFormArea .searchFormInput > input:-ms-input-placeholder {
  color: #7d7d7d;
}
@media only screen and (max-width: 768px) {
  .searchFormArea .searchFormInput > input {
    height: 40px;
  }
}
.searchFormArea .searchFormBtn {
  width: 30px;
  height: 30px;
  float: left;
}
@media only screen and (max-width: 768px) {
  .searchFormArea .searchFormBtn {
    width: 40px;
    height: 40px;
    float: none;
    display: table-cell;
    vertical-align: top;
    text-align: right;
    border: 1px solid #d2d2d2;
    border-left: none;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
  }
}
.searchFormArea .searchFormBtn > input[type='image'] {
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  width: 100%;
  height: 30px;
  padding: 5px;
  background-color: #bc0400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
@media only screen and (max-width: 768px) {
  .searchFormArea .searchFormBtn > input[type='image'] {
    height: 40px;
    vertical-align: top;
    display: inline-block;
  }
}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

/*グーグルマップ スマホ対応*/ 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*アイキャッチ サイズ調整 */ 
.wp-post-image{
height:auto;
text-align:center;
}

/*アメリカンな吹き出し */
	#heading05{
	    position:relative;
	    padding:5px 20px;
	    font:bold 20px/1.6 Arial, Helvetica, sans-serif;
	    color:#333;
	    background:#fff;
	    text-shadow:
	        1px 1px 0 #fff,
	        2px 2px 0 #999;
	    border-top:#333 solid 3px;
	    border-bottom:#333 solid 3px;
	    background-image: -webkit-gradient(linear, left top, right bottom,
	            from(           rgba(255, 255, 255, 0.0)),
	            color-stop(0.4, rgba(255, 255, 255, 0.0)),
	            color-stop(0.4, rgba(0, 0, 0, 0.1)),
	            color-stop(0.6, rgba(0, 0, 0, 0.1)),
	            color-stop(0.6, rgba(255, 255, 255, 0.0)),
	            to(             rgba(255, 255, 255, 0.0))
	            );
	    background-image: -webkit-linear-gradient(top -45deg,
	            transparent 40%,
	            rgba(0, 0, 0, 0.1) 40%,
	            rgba(0, 0, 0, 0.1) 60%,
	            transparent 60%
	            );
	    background-image: -moz-linear-gradient(top -45deg,
	            transparent 40%,
	            rgba(0, 0, 0, 0.1) 40%,
	            rgba(0, 0, 0, 0.1) 60%,
	            transparent 60%
	            );
	    background-image: -o-linear-gradient(top -45deg,
	            transparent 40%,
	            rgba(0, 0, 0, 0.1) 40%,
	            rgba(0, 0, 0, 0.1) 60%,
	            transparent 60%
	            );
	    background-image: linear-gradient(to bottom -45deg,
	            transparent 40%,
	            rgba(0, 0, 0, 0.1) 40%,
	            rgba(0, 0, 0, 0.1) 60%,
	            transparent 60%
	            );
	    background-size:4px 4px;
	}
	#heading05:before{
	    content:" ";
	    position:absolute;
	    top:100%;
	    left:24px;
	    width:0;
	    height:0;
	    border-width:12px;
	    border-style:solid;
	    border-color:transparent;
	    border-top-color:#333;
	}
	#heading05:after{
	    content:" ";
	    position:absolute;
	    top:100%;
	    left:28px;
	    width:0;
	    height:0;
	    border-width:8px;
	    border-style:solid;
	    border-color:transparent;
	    border-top-color:#f0f0f0;
	    z-index:1;
	}

    .info_box{
         padding: 10px 10px;
         border-radius:4px;
         border:2px solid #B11D23;
         box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0.4);
         margin: 10px 0px;
         width:650px; 
         height:auto;
         margin-top: -10px;
    }

    .info_box p{
          line-height:1.5em;
          margin-bottom:20px;
    }

    .info_box a{
          color:#0000FF; 
          font-weight:bold;
    }
    
    .info_box div img{
          /*max-height:500px;*/
          margin-bottom:20px;
          height:auto;
    }
    @media only screen and (max-width: 768px) {
      .info_box p img{
          max-width:100%;
      }
    }

    .info_box strong{
          font-weight:bold;
          font-size:15px;
          margin-left:-5px;
          color:#C31D19;
    }

    

    .info_box img{
          text-align:center;
    }

    .info_box b{
          font-size:20px;
    }

    .info_box a{
          color:#0000FF; 
          font-weight:bold;
    }


    #content{
          background-color:#fff;
          min-height:1650px;
    }

    @media only screen and (max-width: 768px) {
       .info_box{
          padding: 10px 10px;
          border-radius:4px;
          border:2px solid #555;
          box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0.4);
          margin: 10px 0px;
          width:auto; 
          height:auto;
          margin-top: 0px;
    }

    #content{
          background-color:#fff;
          height:auto;
          min-height:1000px;
    }
}

    .small{
          font-size:0.8em;
          text-align:right;
          color:#999;
    }

    @media only screen and (max-width: 768px) {
       .small{
         font-size:0.8em;
         color:#999;
         text-align:left;
      }
    }

#mainColumn {
  width: 690px;
}
@media only screen and (max-width: 768px) {
#mainColumn {
    width: 100%;
  }
}
#mainColumn #topCont .img {
  margin-bottom: 30px;
}
#mainColumn .mainCont {
  margin-top: 30px;
}
#mainColumn .mainCont:first-child {
  margin-top: 0;
}
#mainColumn .mainCont .contTitle {
  color: #fff;
  background-color: #b6100d;
  padding: 20px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 150%;
}
@media only screen and (max-width: 768px) {
#mainColumn .mainCont .contTitle {
    padding: 10px;
    font-size: 16px;
  }
}
#mainColumn .mainCont .textWrap h4 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 150%;
}
@media only screen and (max-width: 768px) {
#mainColumn .mainCont .textWrap h4 {
    margin-bottom: 10px;
    font-size: 15px;
  }
}
#mainColumn .mainCont .textWrap .text {
  font-size: 13px;
  line-height: 160%;
}
#mainColumn .mainCont .pointBox li {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #ddd;
}
#mainColumn .mainCont .pointBox li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
#mainColumn .mainCont .pointBox li .img {
  margin-right: 30px;
  width: 250px;
}
@media only screen and (max-width: 768px) {
#mainColumn .mainCont .pointBox li .img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
#mainColumn .mainCont .pointBox li .img img {
    width: 100%;
  }
}
#mainColumn .mainCont .pointBox li .textWrap {
  width: 410px;
}
@media only screen and (max-width: 768px) {
#mainColumn .mainCont .pointBox li .textWrap {
    width: 100%;
  }
}
#mainColumn .mainCont #method .methodBox.leftBlock .point,
#mainColumn .mainCont #method .methodBox.leftBlock .textWrap {
  float: left;
}
#mainColumn .mainCont #method .methodBox.leftBlock .point {
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
 #mainColumn .mainCont #method .methodBox.leftBlock .point {
    margin-right: 0;
  }
}
#mainColumn .mainCont #method .methodBox.leftBlock .img {
  float: right;
}
@media only screen and (max-width: 768px) {
 #mainColumn .mainCont #method .methodBox.leftBlock .point,
  #mainColumn .mainCont #method .methodBox.leftBlock .textWrap,
  #mainColumn .mainCont #method .methodBox.leftBlock .img {
    float: none;
  }
}
#mainColumn .mainCont #method .methodBox.rightBlock .point,
#mainColumn .mainCont #method .methodBox.rightBlock .textWrap {
  float: right;
}
#mainColumn .mainCont #method .methodBox.rightBlock .img {
  float: left;
}
#mainColumn .mainCont #method .methodBox.rightBlock .point {
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
#mainColumn .mainCont #method .methodBox.rightBlock .point {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
#mainColumn .mainCont #method .methodBox.rightBlock .point,
 #mainColumn .mainCont #method .methodBox.rightBlock .textWrap,
 #mainColumn .mainCont #method .methodBox.rightBlock .img {
    float: none;
  }
}
#about #mainColumn .mainCont #method .methodBox .point {
  text-align: center;
  width: 95px;
  padding-top: 10px;
}
@media only screen and (max-width: 768px) {
#mainColumn .mainCont #method .methodBox .point {
    width: 100%;
    padding-top: 0;
    font-size: 0;
    margin-bottom: 10px;
  }
#mainColumn .mainCont #method .methodBox .point .icon,
#mainColumn .mainCont #method .methodBox .point .title {
    display: inline-block;
    vertical-align: middle;
  }
#mainColumn .mainCont #method .methodBox .point .icon img,
#mainColumn .mainCont #method .methodBox .point .title img {
    width: 90%;
  }
#mainColumn .mainCont #method .methodBox .point .icon {
    margin-right: 5px;
  }
}
#mainColumn .mainCont #method .methodBox .textWrap {
  width: 270px;
}
@media only screen and (max-width: 768px) {
 #mainColumn .mainCont #method .methodBox .textWrap {
    width: 100%;
    margin-bottom: 10px;
  }
}
#mainColumn .mainCont #method .methodBox .img {
  width: 230px;
}
@media only screen and (max-width: 768px) {
#mainColumn .mainCont #method .methodBox .img {
    width: 100%;
  }
#mainColumn .mainCont #method .methodBox .img img {
    width: 100%;
  }
}
#mainColumn .mainCont #method .borderImg {
  padding: 35px 30px;
  background-position: center center;
  background-repeat: no-repeat;
  height: 150px;
}
@media only screen and (max-width: 768px) {
#mainColumn .mainCont #method .borderImg {
    height: auto;
    padding: 20px;
  }
}
#mainColumn .mainCont #method #method01 {
  background-image: url(../images/about/bg01.jpg);
  height: 220px;
}
@media only screen and (max-width: 768px) {
  #about #mainColumn .mainCont #method #method01 {
    height: auto;
  }
}
#mainColumn .mainCont #method #method01 .borderImg {
  background-image: url(../images/about/dotBg01.png);
}
@media only screen and (max-width: 768px) {
#mainColumn .mainCont #method #method01 .borderImg {
    background-image: none;
  }
}
#mainColumn .mainCont #method #method02 {
  background-image: url(../images/about/bg02.jpg);
  height: 220px;
}
@media only screen and (max-width: 768px) {
#mainColumn .mainCont #method #method02 {
    height: auto;
  }
}
#mainColumn .mainCont #method #method02 .borderImg {
  background-image: url(../images/about/dotBg02.png);
}
@media only screen and (max-width: 768px) {
#mainColumn .mainCont #method #method02 .borderImg {
    background-image: none;
  }
}
#mainColumn .mainCont #method #method03 {
  background-image: url(../images/about/bg03.jpg);
  height: 220px;
}
@media only screen and (max-width: 768px) {
#mainColumn .mainCont #method #method03 {
    height: auto;
  }
}
#mainColumn .mainCont #method #method03 .borderImg {
  background-image: url(../images/about/dotBg03.png);
}
@media only screen and (max-width: 768px) {
 #mainColumn .mainCont #method #method03 .borderImg {
    background-image: none;
  }
}
#mainColumn .mainCont #method #method04 {
  background-image: url(../images/about/bg04.jpg);
  height: 220px;
}
@media only screen and (max-width: 768px) {
 #mainColumn .mainCont #method #method04 {
    height: auto;
  }
}
#mainColumn .mainCont #method #method04 .borderImg {
  background-image: url(../images/about/dotBg04.png);
}
@media only screen and (max-width: 768px) {
#mainColumn .mainCont #method #method04 .borderImg {
    background-image: none;
  }
}
#mainColumn .mainCont #method #method05 {
  background-image: url(../images/about/bg05.jpg);
  height: 320px;
}
@media only screen and (max-width: 768px) {
#mainColumn .mainCont #method #method05 {
    height: auto;
  }
}
#mainColumn .mainCont #method #method05 .borderImg {
  background-image: url(../images/about/dotBg05.png);
  height: 250px;
  background-position: center top;
}
@media only screen and (max-width: 768px) {
#mainColumn .mainCont #method #method05 .borderImg {
    height: auto;
    background-image: none;
  }
}
#mainColumn .accessBtn a {
  width: 100%;
  padding: 20px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #20272d), color-stop(0, #363f45));
  background: -webkit-linear-gradient(#363f45, #20272d);
  background: -moz-linear-gradient(#363f45, #20272d);
  background: -o-linear-gradient(#363f45, #20272d);
  background: -ms-linear-gradient(#363f45, #20272d);
  background: linear-gradient(#363f45, #20272d);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
}
#mainColumn .accessBtn a:visited, #about #mainColumn .accessBtn a:focus, #about #mainColumn .accessBtn a:active {
  color: #fff;
}
@media only screen and (max-width: 768px) {
#mainColumn .accessBtn a {
    font-size: 14px;
    padding: 15px;
    background-image: url(../images/about/blackBg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
  }
}
table.company {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 12px;
}
 
table.company th,
table.company td {
    padding: 10px;
}
 
table.company th {
    background: #B6100D;
    vertical-align: middle;
    text-align: left;
    width: 100px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}
 
table.company th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #B6100D;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    table.company th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 7px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #B6100D 10px solid;
        margin-top: -10px;
    }
}
 
table.company td {
    background: #f8f8f8;
    width: 360px;
    padding-left: 20px;
}


 


}
