@charset "UTF-8";
@import url(font-awesome.min.css);
/* color */
#bus tbody td .destination li:after {
  font-family: FontAwesome;
  line-height: 1; }

/* Reset
------------------------------------------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

address,
em {
  font-style: normal; }

strong,
th {
  font-weight: normal; }

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

th {
  text-align: left; }

hr,
legend {
  display: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

img,
fieldset {
  border: 0; }

img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto; }

li {
  list-style-type: none; }

input[type="submit"], button, label, select {
  cursor: pointer; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

/* link
------------------------------------------------------------*/
a {
  outline: none;
  color: #333;
  text-decoration: none; }
  a:hover {
    text-decoration: underline;
    color: #333; }

/* Fonts
------------------------------------------------------------*/
html {
  font-size: 48%; }

/* 10px base */
body {
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /*overflow:hidden;*/
  overflow-x: hidden; }

body > div, input, button, textarea, select {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
  line-height: 1.5;
  color: #333; }

/* form
------------------------------------------------------------*/
.input100per, textarea {
  padding: 3px;
  border: 1px solid #CCC;
  box-sizing: border-box; }

/* layout */
#bus, #ferry,
#page1,
#page2,
#page3,
#page4,
#page5,
#page6,
#page7,
#page8,
#page9,
#page10
 {
  position: absolute;
  width: 100%;
  top: 0%;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s; }

body #bus {  left: 0%; }
body #ferry {  left: 100%; }
body #page1 {  left: 200%; }
body #page2 {  left: 300%; }
body #page3 {  left: 400%; }
body #page4 {  left: 500%; }
body #page5 {  left: 600%; }
body #page6 {  left: 700%; }
body #page7 {  left: 800%; }
body #page8 {  left: 900%; }
body #page9 {  left: 1000%; }
body #page10 {  left: 1100%; }

body.bus #bus {  left: 0%; }
body.bus #ferry {  left: 100%; }
body.bus #page1 {  left: 200%; }
body.bus #page2 {  left: 300%; }
body.bus #page3 {  left: 400%; }
body.bus #page4 {  left: 500%; }
body.bus #page5 {  left: 600%; }
body.bus #page6 {  left: 700%; }
body.bus #page7 {  left: 800%; }
body.bus #page8 {  left: 900%; }
body.bus #page9 {  left: 1000%; }
body.bus #page10 {  left: 1100%; }

body.ferry #bus {  left: -100%; }
body.ferry #ferry {  left: 0%; }
body.ferry #page1 {  left: 100%; }
body.ferry #page2 {  left: 200%; }
body.ferry #page3 {  left: 300%; }
body.ferry #page4 {  left: 400%; }
body.ferry #page5 {  left: 500%; }
body.ferry #page6 {  left: 600%; }
body.ferry #page7 {  left: 700%; }
body.ferry #page8 {  left: 800%; }
body.ferry #page9 {  left: 900%; }
body.ferry #page10 {  left: 1000%; }

body.page1 #bus   {  left: -200%; }
body.page1 #ferry {  left: -100%; }
body.page1 #page1 {  left: 0%; }
body.page1 #page2 {  left: 100%; }
body.page1 #page3 {  left: 200%; }
body.page1 #page4 {  left: 300%; }
body.page1 #page5 {  left: 400%; }
body.page1 #page6 {  left: 500%; }
body.page1 #page7 {  left: 600%; }
body.page1 #page8 {  left: 700%; }
body.page1 #page9 {  left: 800%; }
body.page1 #page10 {  left: 900%; }


body.page2 #bus   {  left: -300%; }
body.page2 #ferry {  left: -200%; }
body.page2 #page1 {  left: -100%; }
body.page2 #page2 {  left: 0%; }
body.page2 #page3 {  left: 100%; }
body.page2 #page4 {  left: 200%; }
body.page2 #page5 {  left: 300%; }
body.page2 #page6 {  left: 400%; }
body.page2 #page7 {  left: 500%; }
body.page2 #page8 {  left: 600%; }
body.page2 #page9 {  left: 700%; }
body.page2 #page10 {  left: 800%; }

body.page3 #bus   {  left: -400%; }
body.page3 #ferry {  left: -300%; }
body.page3 #page1 {  left: -200%; }
body.page3 #page2 {  left: -100%; }
body.page3 #page3 {  left: 0%; }
body.page3 #page4 {  left: 100%; }
body.page3 #page5 {  left: 200%; }
body.page3 #page6 {  left: 300%; }
body.page3 #page7 {  left: 400%; }
body.page3 #page8 {  left: 500%; }
body.page3 #page9 {  left: 600%; }
body.page3 #page10 {  left: 700%; }

body.page4 #bus   {  left: -500%; }
body.page4 #ferry {  left: -400%; }
body.page4 #page1 {  left: -300%; }
body.page4 #page2 {  left: -200%; }
body.page4 #page3 {  left: -100%; }
body.page4 #page4 {  left: 0%; }
body.page4 #page5 {  left: 100%; }
body.page4 #page6 {  left: 200%; }
body.page4 #page7 {  left: 300%; }
body.page4 #page8 {  left: 400%; }
body.page4 #page9 {  left: 500%; }
body.page4 #page10 { left: 600%; }

body.page5 #bus   {  left: -600%; }
body.page5 #ferry {  left: -500%; }
body.page5 #page1 {  left: -400%; }
body.page5 #page2 {  left: -300%; }
body.page5 #page3 {  left: -200%; }
body.page5 #page4 {  left: -100%; }
body.page5 #page5 {  left: 0%; }
body.page5 #page6 {  left: 100%; }
body.page5 #page7 {  left: 200%; }
body.page5 #page8 {  left: 300%; }
body.page5 #page9 {  left: 400%; }
body.page5 #page10 { left: 500%; }

body.page6 #bus   {  left: -700%; }
body.page6 #ferry {  left: -600%; }
body.page6 #page1 {  left: -500%; }
body.page6 #page2 {  left: -400%; }
body.page6 #page3 {  left: -300%; }
body.page6 #page4 {  left: -200%; }
body.page6 #page5 {  left: -100%; }
body.page6 #page6 {  left: 0%; }
body.page6 #page7 {  left: 100%; }
body.page6 #page8 {  left: 200%; }
body.page6 #page9 {  left: 300%; }
body.page6 #page10 { left: 400%; }

body.page7 #bus   {  left: -800%; }
body.page7 #ferry {  left: -700%; }
body.page7 #page1 {  left: -600%; }
body.page7 #page2 {  left: -500%; }
body.page7 #page3 {  left: -400%; }
body.page7 #page4 {  left: -300%; }
body.page7 #page5 {  left: -200%; }
body.page7 #page6 {  left: -100%; }
body.page7 #page7 {  left: 0%; }
body.page7 #page8 {  left: 100%; }
body.page7 #page9 {  left: 200%; }
body.page7 #page10 { left: 300%; }

body.page8 #bus   {  left: -900%; }
body.page8 #ferry {  left: -800%; }}
body.page8 #page1 {  left: -700%; }}
body.page8 #page2 {  left: -600%; }}
body.page8 #page3 {  left: -500%; }}
body.page8 #page4 {  left: -400%; }
body.page8 #page5 {  left: -300%; }
body.page8 #page6 {  left: -200%; }
body.page8 #page7 {  left: -100%; }
body.page8 #page8 {  left: 0%; }
body.page8 #page9 {  left: 100%; }
body.page8 #page10 { left: 200%; }

body.page9 #bus   {  left: -1000%; }
body.page9 #ferry {  left: -900%; }
body.page9 #page1 {  left: -800%; }}
body.page9 #page2 {  left: -700%; }}
body.page9 #page3 {  left: -600%; }}
body.page9 #page4 {  left: -500%; }}
body.page9 #page5 {  left: -400%; }
body.page9 #page6 {  left: -300%; }
body.page9 #page7 {  left: -200%; }
body.page9 #page8 {  left: -100%; }
body.page9 #page9 {  left: 0%; }
body.page9 #page10 { left: 100%; }

body.page10 #bus   {  left: -1100%; }
body.page10 #ferry {  left: -1000%; }
body.page10 #page1 {  left: -900%; }
body.page10 #page2 {  left: -800%; }}
body.page10 #page3 {  left: -700%; }}
body.page10 #page4 {  left: -600%; }}
body.page10 #page5 {  left: -500%; }}
body.page10 #page6 {  left: -400%; }
body.page10 #page7 {  left: -300%; }
body.page10 #page8 {  left: -200%; }
body.page10 #page9 {  left: -100%; }
body.page10 #page10 { left: 0%; }

#headlines {
  position: absolute;
  top: 3px;
  z-index: 100;
  width: 100%; }
  #headlines div {
    font-size: 4rem;
    font-weight: bold;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    /*		color:#fff;*/
    color: #ffe500; }

.header .headerTop {
  padding: 20px;
  background-image: url(../img/common/bgHeader.png);
  background-repeat: no-repeat;
  background-position: right bottom; }

.header .logo {
  height: auto; }

.header .clock {
  text-align: center;
  position: absolute;
  top: 74px;
  right: 100px; }
  .header .clock .date {
    font-size: 2.5rem;
    font-weight: bold;
    font-family: Arial, Helvetica, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
    line-height: 1;
    color: #999; }
  .header .clock .time {
    font-size: 7.7rem;
    font-weight: bold;
    font-family: Arial, Helvetica, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
    letter-spacing: -4px;
    line-height: 1; }

.header .headlines_height {
  background-color: #333;
  box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
  padding: 25px;
  box-sizing: border-box;
  height: 50px; }

#bus .headerTop {
  border-top: solid 10px #27AE60; }

#bus .heading {
  border-top: solid 1px #eee; }
  #bus .heading th {
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    padding: 10px; }
  #bus .heading .noriba {
    width: 90px; }
  #bus .heading .time, #bus .heading .nextTime {
    width: 150px; }

#bus tfoot tr {
  height: 400px;
  background-color: #eee; }

#ferry tfoot > tr {
  height: 400px;
  background-color: #eee; }

#page1 tfoot > tr {  height: 400px;  background-color: #eee; }
#page2 tfoot > tr {  height: 400px;  background-color: #eee; }
#page3 tfoot > tr {  height: 400px;  background-color: #eee; }
#page4 tfoot > tr {  height: 400px;  background-color: #eee; }
#page5 tfoot > tr {  height: 400px;  background-color: #eee; }
#page6 tfoot > tr {  height: 400px;  background-color: #eee; }
#page7 tfoot > tr {  height: 400px;  background-color: #eee; }
#page8 tfoot > tr {  height: 400px;  background-color: #eee; }
#page9 tfoot > tr {  height: 400px;  background-color: #eee; }
#page10 tfoot > tr {  height: 400px;  background-color: #eee; }

#bus tbody th {
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  color: #FFF;
  background-color: #000;
  line-height: 1; }
  #bus tbody th .num {
    font-size: 9rem;
    font-family: Arial, Helvetica, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif; }
  #bus tbody th .noriba {
    display: block; }

#bus tbody td {
  padding: 15px;
  line-height: 1;
  border-right: solid 1px #eee; }
  #bus tbody td .name {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 10px; }
  #bus tbody td .destination:before {
    content: "行先";
    font-size: 1.5rem;
    display: inline-block;
    line-height: 1;
    padding: 6px 15px;
    font-weight: bold;
    color: #FFF;
    float: left;
    position: relative;
    top: -4px; }
  #bus tbody td .destination li {
    font-size: 1.8rem;
    float: left;
    padding-left: 10px;
    margin-bottom: 5px; }
  #bus tbody td .destination li:after {
    padding-left: 10px;
    content: ""; }
  #bus tbody td .destination li:last-child:after {
    content: ""; }

#bus tbody td.time,
#bus tbody td.nextTime {
  text-align: center;
  font-weight: bold;
  font-family: Arial, Helvetica, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif; }
  #bus tbody td.time .caption,
  #bus tbody td.nextTime .caption {
    display: block;
    font-size: 3rem;
    letter-spacing: 0; }

#bus tbody td.time {
  font-size: 7.2rem;
  letter-spacing: -2px; }

#bus tbody td.nextTime {
  font-size: 6rem;
  letter-spacing: -2px;
  border-right: none; }

#bus tbody.green tr:nth-child(odd) {
  background-color: #ddf7e8; }

#bus tbody.green th {
  background-color: #27AE60; }

#bus tbody.green td .destination:before {
  background-color: #27AE60; }

#bus tbody.green td.time, #bus tbody.green td.nextTime {
  color: #27AE60; }

#bus tbody.blue tr:nth-child(odd) {
  background-color: #e7f2fa; }

#bus tbody.blue th {
  background-color: #2980B9; }

#bus tbody.blue td .destination:before {
  background-color: #2980B9; }

#bus tbody.blue td.time, #bus tbody.blue td.nextTime {
  color: #2980B9; }

#bus tbody.yellow tr:nth-child(odd) {
  background-color: #fdf6d9; }

#bus tbody.yellow th {
  background-color: #F1C40F; }

#bus tbody.yellow td .destination:before {
  background-color: #F1C40F; }

#bus tbody.yellow td.time, #bus tbody.yellow td.nextTime {
  color: #dab10d; }

#bus tbody.purple tr:nth-child(odd) {
  background-color: #f0e7f4; }

#bus tbody.purple th {
  background-color: #9B59B6; }

#bus tbody.purple td .destination:before {
  background-color: #9B59B6; }

#bus tbody.purple td.time, #bus tbody.purple td.nextTime {
  color: #9B59B6; }

#ferry .headerTop {
  border-top: solid 10px #019FE9; }

#ferry > table > tbody > tr > th {
  text-align: center;
  color: #fff;
  font-size: 3.4rem;
  width: 40px;
  padding: 0 15px;
  font-weight: bold; }

#ferry > table > tbody.ship > tr > th {
  background-color: #019FE9; }

#ferry > table > tbody.ferry > tr > th {
  background-color: #27AE60; }

#ferry > table > tbody > tr > td {
  vertical-align: top; }

#ferry tbody.ship td thead tr:first-child {
  background-color: #CCECFB; }
  #ferry tbody.ship td thead tr:first-child th:first-child {
    font-size: 2.4rem;
    color: #019FE9;
    text-align: left;
    padding: 0 0 0 20px; }

#ferry tbody.ship td tr:nth-child(even) {
  background-color: #F9F9F9; }

#ferry tbody.ship td th {
  border-right: solid 1px #eee;
  font-size: 2rem;
  font-weight: bold;
  padding: 0 0 0;
  text-align: center;
  height: 40px; }

#ferry tbody.ship td th.title1 {
  width: 120px; }

#ferry tbody.ship td th.title2 {
  width: 152px; }

#ferry tbody.ship td th:last-child {
  border: none; }

#ferry tbody.ship td td {
  width: 100px;
  border-right: solid 1px #eee;
  text-align: center;
  color: #019FE9;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: -1px;
  font-family: Arial, Helvetica, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
  line-height: 1.2; }

#ferry tbody.ship td td:first-child {
  font-size: 7rem; }
  #ferry tbody.ship td td:first-child .caption {
    color: #000;
    display: block;
    font-size: 2.5rem; }

#ferry tbody.ship td td:last-child {
  border: none; }

#ferry tbody.ferry td tr:first-child {
  background-color: #D4EFDF; }

#ferry tbody.ferry td th {
  border-right: solid 1px #eee;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px 20px;
  text-align: center; }

#ferry tbody.ferry td th:first-child {
  font-size: 2.4rem;
  color: #27AE60;
  text-align: left; }

#ferry tbody.ferry td th:last-child {
  border: none; }

#ferry tbody.ferry td td {
  padding: 0 20px;
  color: #27AE60;
  font-weight: bold;
  letter-spacing: -1px;
  font-family: Arial, Helvetica, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif; }

#ferry tbody.ferry td td.title {
  color: #000;
  font-size: 2.6rem;
  padding: 20px 0 0 20px;
  margin-bottom: 10px; }

#ferry tbody.ferry td td.time {
  font-size: 7rem;
  line-height: 1;
  padding: 0 0 20px 20px;
  width: 200px; }
  #ferry tbody.ferry td td.time .caption {
    display: block;
    color: #000;
    font-size: 2rem; }

#ferry tbody.ferry td td.nextTime {
  line-height: 1;
  font-size: 5rem; }
  #ferry tbody.ferry td td.nextTime .caption {
    display: block;
    color: #000;
    font-size: 2rem; }
  #ferry tbody.ferry td td.nextTime ul li {
    float: left;
    margin-right: 50px; }

#ferry tfoot td {
  background-image: url(../img/common/mapFerry.png);
  background-size: cover; }

#page1 tfoot td,
#page2 tfoot td,
#page3 tfoot td,
#page4 tfoot td,
#page5 tfoot td,
#page6 tfoot td,
#page7 tfoot td,
#page8 tfoot td,
#page9 tfoot td,
#page10 tfoot td
 {
  height: auto;
  background-color: #000;
  border-top: solid 5px #999;
  overflow: hidden; }
#page1 tfoot td video,
#page2 tfoot td video,
#page3 tfoot td video,
#page4 tfoot td video,
#page5 tfoot td video,
#page6 tfoot td video,
#page7 tfoot td video,
#page8 tfoot td video,
#page9 tfoot td video,
#page10 tfoot td video
 {
    width: 104%;
    height: auto;
    margin: 0 -2%; }

#page1 .headerTop,
#page2 .headerTop,
#page3 .headerTop,
#page4 .headerTop,
#page5 .headerTop,
#page6 .headerTop,
#page7 .headerTop,
#page8 .headerTop,
#page9 .headerTop,
#page10 .headerTop
 {
  border-top: solid 10px #ffe34b;
  box-sizing: border-box;
  height: 100px; }

#page1 .pageImage,
#page2 .pageImage,
#page3 .pageImage,
#page4 .pageImage,
#page5 .pageImage,
#page6 .pageImage,
#page7 .pageImage,
#page8 .pageImage,
#page9 .pageImage,
#page10 .pageImage
 {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%; }

#page1 .type2.squareImage,
#page2 .type2.squareImage,
#page3 .type2.squareImage,
#page4 .type2.squareImage,
#page5 .type2.squareImage,
#page6 .type2.squareImage,
#page7 .type2.squareImage,
#page8 .type2.squareImage,
#page9 .type2.squareImage,
#page10 .type2.squareImage {
 /* height: 955px; */
  height: 1147px;
}
#page1 .type2.movie video,
#page2 .type2.movie video,
#page3 .type2.movie video,
#page4 .type2.movie video,
#page5 .type2.movie video,
#page6 .type2.movie video,
#page7 .type2.movie video,
#page8 .type2.movie video,
#page9 .type2.movie video,
#page10 .type2.movie video {
  object-position: top center;
}

/* CSS Document */
.container {
  width: auto;
  max-width: 980px; }
  @media only screen and (min-width: 1170px) {
    .container {
      max-width: 1170px; } }
  @media only screen and (max-width: 979px) {
    .container {
      max-width: 768px; } }
  @media only screen and (max-width: 768px) {
    .container {
      width: auto;
      padding-right: 10px;
      padding-left: 10px; } }

/* btn
------------------------------------------------------------*/
/* title
------------------------------------------------------------*/
/* table
------------------------------------------------------------*/
/* list
------------------------------------------------------------*/
/* block
------------------------------------------------------------*/
/* width
------------------------------------------------------------*/
.cosW5, .cosW10, .cosW15, .cosW20, .cosW25, .cosW30, .cosW35, .cosW40, .cosW45, .cosW50, .cosW55, .cosW60, .cosW65, .cosW70, .cosW75, .cosW80, .cosW85, .cosW90, .cosW95, .cosW100, .cosW105, .cosW110, .cosW115, .cosW120, .cosW125, .cosW130, .cosW135, .cosW140, .cosW145, .cosW150, .cosW155, .cosW160, .cosW165, .cosW170, .cosW175, .cosW180, .cosW185, .cosW190, .cosW195, .cosW200, .cosW205, .cosW210, .cosW215, .cosW220, .cosW225, .cosW230, .cosW235, .cosW240, .cosW245, .cosW250, .cosW255, .cosW260, .cosW265, .cosW270, .cosW275, .cosW280, .cosW285, .cosW290, .cosW295, .cosW300, .cosW305, .cosW310, .cosW315, .cosW320, .cosW325, .cosW330, .cosW335, .cosW340, .cosW345, .cosW350, .cosW355, .cosW360, .cosW365, .cosW370, .cosW375, .cosW380, .cosW385, .cosW390, .cosW395, .cosW400, .cosW405, .cosW410, .cosW415, .cosW420, .cosW425, .cosW430, .cosW435, .cosW440, .cosW445, .cosW450, .cosW455, .cosW460, .cosW465, .cosW470, .cosW475, .cosW480, .cosW485, .cosW490, .cosW495, .cosW500, .cosW505, .cosW510, .cosW515, .cosW520, .cosW525, .cosW530, .cosW535, .cosW540, .cosW545, .cosW550, .cosW555, .cosW560, .cosW565, .cosW570, .cosW575, .cosW580, .cosW585, .cosW590, .cosW595, .cosW600, .cosW605, .cosW610, .cosW615, .cosW620, .cosW625, .cosW630, .cosW635, .cosW640, .cosW645, .cosW650, .cosW655, .cosW660, .cosW665, .cosW670, .cosW675, .cosW680, .cosW685, .cosW690, .cosW695, .cosW700, .cosW705, .cosW710, .cosW715, .cosW720, .cosW725, .cosW730, .cosW735, .cosW740, .cosW745, .cosW750, .cosW755, .cosW760, .cosW765, .cosW770, .cosW775, .cosW780, .cosW785, .cosW790, .cosW795, .cosW800, .cosW805, .cosW810, .cosW815, .cosW820, .cosW825, .cosW830, .cosW835, .cosW840, .cosW845, .cosW850, .cosW855, .cosW860, .cosW865, .cosW870, .cosW875, .cosW880, .cosW885, .cosW890, .cosW895 {
  max-width: 100%; }

.cosW100per {
  width: 100% !important; }

.cosW5 {
  width: 5px !important; }

.cosW10 {
  width: 10px !important; }

.cosW15 {
  width: 15px !important; }

.cosW20 {
  width: 20px !important; }

.cosW25 {
  width: 25px !important; }

.cosW30 {
  width: 30px !important; }

.cosW35 {
  width: 35px !important; }

.cosW40 {
  width: 40px !important; }

.cosW45 {
  width: 45px !important; }

.cosW50 {
  width: 50px !important; }

.cosW55 {
  width: 55px !important; }

.cosW60 {
  width: 60px !important; }

.cosW65 {
  width: 65px !important; }

.cosW70 {
  width: 70px !important; }

.cosW75 {
  width: 75px !important; }

.cosW80 {
  width: 80px !important; }

.cosW85 {
  width: 85px !important; }

.cosW90 {
  width: 90px !important; }

.cosW95 {
  width: 95px !important; }

.cosW100 {
  width: 100px !important; }

.cosW105 {
  width: 105px !important; }

.cosW110 {
  width: 110px !important; }

.cosW115 {
  width: 115px !important; }

.cosW120 {
  width: 120px !important; }

.cosW125 {
  width: 125px !important; }

.cosW130 {
  width: 130px !important; }

.cosW135 {
  width: 135px !important; }

.cosW140 {
  width: 140px !important; }

.cosW145 {
  width: 145px !important; }

.cosW150 {
  width: 150px !important; }

.cosW155 {
  width: 155px !important; }

.cosW160 {
  width: 160px !important; }

.cosW165 {
  width: 165px !important; }

.cosW170 {
  width: 170px !important; }

.cosW175 {
  width: 175px !important; }

.cosW180 {
  width: 180px !important; }

.cosW185 {
  width: 185px !important; }

.cosW190 {
  width: 190px !important; }

.cosW195 {
  width: 195px !important; }

.cosW200 {
  width: 200px !important; }

.cosW205 {
  width: 205px !important; }

.cosW210 {
  width: 210px !important; }

.cosW215 {
  width: 215px !important; }

.cosW220 {
  width: 220px !important; }

.cosW225 {
  width: 225px !important; }

.cosW230 {
  width: 230px !important; }

.cosW235 {
  width: 235px !important; }

.cosW240 {
  width: 240px !important; }

.cosW245 {
  width: 245px !important; }

.cosW250 {
  width: 250px !important; }

.cosW255 {
  width: 255px !important; }

.cosW260 {
  width: 260px !important; }

.cosW265 {
  width: 265px !important; }

.cosW270 {
  width: 270px !important; }

.cosW275 {
  width: 275px !important; }

.cosW280 {
  width: 280px !important; }

.cosW285 {
  width: 285px !important; }

.cosW290 {
  width: 290px !important; }

.cosW295 {
  width: 295px !important; }

.cosW300 {
  width: 300px !important; }

.cosW305 {
  width: 305px !important; }

.cosW310 {
  width: 310px !important; }

.cosW315 {
  width: 315px !important; }

.cosW320 {
  width: 320px !important; }

.cosW325 {
  width: 325px !important; }

.cosW330 {
  width: 330px !important; }

.cosW335 {
  width: 335px !important; }

.cosW340 {
  width: 340px !important; }

.cosW345 {
  width: 345px !important; }

.cosW350 {
  width: 350px !important; }

.cosW355 {
  width: 355px !important; }

.cosW360 {
  width: 360px !important; }

.cosW365 {
  width: 365px !important; }

.cosW370 {
  width: 370px !important; }

.cosW375 {
  width: 375px !important; }

.cosW380 {
  width: 380px !important; }

.cosW385 {
  width: 385px !important; }

.cosW390 {
  width: 390px !important; }

.cosW395 {
  width: 395px !important; }

.cosW400 {
  width: 400px !important; }

.cosW405 {
  width: 405px !important; }

.cosW410 {
  width: 410px !important; }

.cosW415 {
  width: 415px !important; }

.cosW420 {
  width: 420px !important; }

.cosW425 {
  width: 425px !important; }

.cosW430 {
  width: 430px !important; }

.cosW435 {
  width: 435px !important; }

.cosW440 {
  width: 440px !important; }

.cosW445 {
  width: 445px !important; }

.cosW450 {
  width: 450px !important; }

.cosW455 {
  width: 455px !important; }

.cosW460 {
  width: 460px !important; }

.cosW465 {
  width: 465px !important; }

.cosW470 {
  width: 470px !important; }

.cosW475 {
  width: 475px !important; }

.cosW480 {
  width: 480px !important; }

.cosW485 {
  width: 485px !important; }

.cosW490 {
  width: 490px !important; }

.cosW495 {
  width: 495px !important; }

.cosW500 {
  width: 500px !important; }

.cosW505 {
  width: 505px !important; }

.cosW510 {
  width: 510px !important; }

.cosW515 {
  width: 515px !important; }

.cosW520 {
  width: 520px !important; }

.cosW525 {
  width: 525px !important; }

.cosW530 {
  width: 530px !important; }

.cosW535 {
  width: 535px !important; }

.cosW540 {
  width: 540px !important; }

.cosW545 {
  width: 545px !important; }

.cosW550 {
  width: 550px !important; }

.cosW555 {
  width: 555px !important; }

.cosW560 {
  width: 560px !important; }

.cosW565 {
  width: 565px !important; }

.cosW570 {
  width: 570px !important; }

.cosW575 {
  width: 575px !important; }

.cosW580 {
  width: 580px !important; }

.cosW585 {
  width: 585px !important; }

.cosW590 {
  width: 590px !important; }

.cosW595 {
  width: 595px !important; }

.cosW600 {
  width: 600px !important; }

.cosW605 {
  width: 605px !important; }

.cosW610 {
  width: 610px !important; }

.cosW615 {
  width: 615px !important; }

.cosW620 {
  width: 620px !important; }

.cosW625 {
  width: 625px !important; }

.cosW630 {
  width: 630px !important; }

.cosW635 {
  width: 635px !important; }

.cosW640 {
  width: 640px !important; }

.cosW645 {
  width: 645px !important; }

.cosW650 {
  width: 650px !important; }

.cosW655 {
  width: 655px !important; }

.cosW660 {
  width: 660px !important; }

.cosW665 {
  width: 665px !important; }

.cosW670 {
  width: 670px !important; }

.cosW675 {
  width: 675px !important; }

.cosW680 {
  width: 680px !important; }

.cosW685 {
  width: 685px !important; }

.cosW690 {
  width: 690px !important; }

.cosW695 {
  width: 695px !important; }

.cosW700 {
  width: 700px !important; }

.cosW705 {
  width: 705px !important; }

.cosW710 {
  width: 710px !important; }

.cosW715 {
  width: 715px !important; }

.cosW720 {
  width: 720px !important; }

.cosW725 {
  width: 725px !important; }

.cosW730 {
  width: 730px !important; }

.cosW735 {
  width: 735px !important; }

.cosW740 {
  width: 740px !important; }

.cosW745 {
  width: 745px !important; }

.cosW750 {
  width: 750px !important; }

.cosW755 {
  width: 755px !important; }

.cosW760 {
  width: 760px !important; }

.cosW765 {
  width: 765px !important; }

.cosW770 {
  width: 770px !important; }

.cosW775 {
  width: 775px !important; }

.cosW780 {
  width: 780px !important; }

.cosW785 {
  width: 785px !important; }

.cosW790 {
  width: 790px !important; }

.cosW795 {
  width: 795px !important; }

.cosW800 {
  width: 800px !important; }

.cosW805 {
  width: 805px !important; }

.cosW810 {
  width: 810px !important; }

.cosW815 {
  width: 815px !important; }

.cosW820 {
  width: 820px !important; }

.cosW825 {
  width: 825px !important; }

.cosW830 {
  width: 830px !important; }

.cosW835 {
  width: 835px !important; }

.cosW840 {
  width: 840px !important; }

.cosW845 {
  width: 845px !important; }

.cosW850 {
  width: 850px !important; }

.cosW855 {
  width: 855px !important; }

.cosW860 {
  width: 860px !important; }

.cosW865 {
  width: 865px !important; }

.cosW870 {
  width: 870px !important; }

.cosW875 {
  width: 875px !important; }

.cosW880 {
  width: 880px !important; }

.cosW885 {
  width: 885px !important; }

.cosW890 {
  width: 890px !important; }

.cosW895 {
  width: 895px !important; }

/* margin,padding
------------------------------------------------------------*/
.mRLAuto {
  margin-left: auto;
  margin-right: auto; }

.cosMl0 {
  margin-left: 0px !important; }

.cosMl5 {
  margin-left: 5px !important; }

.cosMl10 {
  margin-left: 10px !important; }

.cosMl20 {
  margin-left: 20px !important; }

.cosMl30 {
  margin-left: 30px !important; }

.cosMl40 {
  margin-left: 40px !important; }

.cosMl50 {
  margin-left: 50px !important; }

.cosMl60 {
  margin-left: 60px !important; }

.cosMl70 {
  margin-left: 70px !important; }

.cosMl80 {
  margin-left: 80px !important; }

.cosMl90 {
  margin-left: 90px !important; }

.cosMl100 {
  margin-left: 100px !important; }

.cosMl110 {
  margin-left: 110px !important; }

.cosMl120 {
  margin-left: 120px !important; }

.cosMl130 {
  margin-left: 130px !important; }

.cosMl140 {
  margin-left: 140px !important; }

.cosMl150 {
  margin-left: 150px !important; }

.cosMl160 {
  margin-left: 160px !important; }

.cosMl170 {
  margin-left: 170px !important; }

.cosMl180 {
  margin-left: 180px !important; }

.cosMl190 {
  margin-left: 190px !important; }

.cosMl200 {
  margin-left: 200px !important; }

.cosMl210 {
  margin-left: 210px !important; }

.cosMl220 {
  margin-left: 220px !important; }

.cosMl230 {
  margin-left: 230px !important; }

.cosMl240 {
  margin-left: 240px !important; }

.cosMl250 {
  margin-left: 250px !important; }

.cosMl260 {
  margin-left: 260px !important; }

.cosMl270 {
  margin-left: 270px !important; }

.cosMl280 {
  margin-left: 280px !important; }

.cosMl290 {
  margin-left: 290px !important; }

.cosMl300 {
  margin-left: 300px !important; }

.cosMt0 {
  margin-top: 0px !important; }

.cosMt5 {
  margin-top: 5px !important; }

.cosMt10 {
  margin-top: 10px !important; }

.cosMt15 {
  margin-top: 15px !important; }

.cosMt20 {
  margin-top: 20px !important; }

.cosMt30 {
  margin-top: 30px !important; }

.cosMt40 {
  margin-top: 40px !important; }

.cosMt50 {
  margin-top: 50px !important; }

.cosMt60 {
  margin-top: 60px !important; }

.cosMt70 {
  margin-top: 70px !important; }

.cosMt80 {
  margin-top: 80px !important; }

.cosMt90 {
  margin-top: 90px !important; }

.cosMt100 {
  margin-top: 100px !important; }

.cosMt110 {
  margin-top: 110px !important; }

.cosMt120 {
  margin-top: 120px !important; }

.cosMt130 {
  margin-top: 130px !important; }

.cosMt140 {
  margin-top: 140px !important; }

.cosMt150 {
  margin-top: 150px !important; }

.cosMt160 {
  margin-top: 160px !important; }

.cosMt170 {
  margin-top: 170px !important; }

.cosMt180 {
  margin-top: 180px !important; }

.cosMt190 {
  margin-top: 190px !important; }

.cosMt200 {
  margin-top: 200px !important; }

.cosMt210 {
  margin-top: 210px !important; }

.cosMt220 {
  margin-top: 220px !important; }

.cosMt230 {
  margin-top: 230px !important; }

.cosMt240 {
  margin-top: 240px !important; }

.cosMt250 {
  margin-top: 250px !important; }

.cosMt260 {
  margin-top: 260px !important; }

.cosMt270 {
  margin-top: 270px !important; }

.cosMt280 {
  margin-top: 280px !important; }

.cosMt290 {
  margin-top: 290px !important; }

.cosMt300 {
  margin-top: 300px !important; }

.cosMr0 {
  margin-right: 0px !important; }

.cosMr5 {
  margin-right: 5px !important; }

.cosMr10 {
  margin-right: 10px !important; }

.cosMr20 {
  margin-right: 20px !important; }

.cosMr30 {
  margin-right: 30px !important; }

.cosMr40 {
  margin-right: 40px !important; }

.cosMr50 {
  margin-right: 50px !important; }

.cosMr60 {
  margin-right: 60px !important; }

.cosMr70 {
  margin-right: 70px !important; }

.cosMr80 {
  margin-right: 80px !important; }

.cosMr90 {
  margin-right: 90px !important; }

.cosMr100 {
  margin-right: 100px !important; }

.cosMr110 {
  margin-right: 110px !important; }

.cosMr120 {
  margin-right: 120px !important; }

.cosMr130 {
  margin-right: 130px !important; }

.cosMr140 {
  margin-right: 140px !important; }

.cosMr150 {
  margin-right: 150px !important; }

.cosMr160 {
  margin-right: 160px !important; }

.cosMr170 {
  margin-right: 170px !important; }

.cosMr180 {
  margin-right: 180px !important; }

.cosMr190 {
  margin-right: 190px !important; }

.cosMr200 {
  margin-right: 200px !important; }

.cosMr210 {
  margin-right: 210px !important; }

.cosMr220 {
  margin-right: 220px !important; }

.cosMr230 {
  margin-right: 230px !important; }

.cosMr240 {
  margin-right: 240px !important; }

.cosMr250 {
  margin-right: 250px !important; }

.cosMr260 {
  margin-right: 260px !important; }

.cosMr270 {
  margin-right: 270px !important; }

.cosMr280 {
  margin-right: 280px !important; }

.cosMr290 {
  margin-right: 290px !important; }

.cosMr300 {
  margin-right: 300px !important; }

.cosMb0 {
  margin-bottom: 0px !important; }

.cosMb5 {
  margin-bottom: 5px !important; }

.cosMb10 {
  margin-bottom: 10px !important; }

.cosMb15 {
  margin-bottom: 15px !important; }

.cosMb20 {
  margin-bottom: 20px !important; }

.cosMb30 {
  margin-bottom: 30px !important; }

.cosMb40 {
  margin-bottom: 40px !important; }

.cosMb50 {
  margin-bottom: 50px !important; }

.cosMb60 {
  margin-bottom: 60px !important; }

.cosMb70 {
  margin-bottom: 70px !important; }

.cosMb80 {
  margin-bottom: 80px !important; }

.cosMb90 {
  margin-bottom: 90px !important; }

.cosMb100 {
  margin-bottom: 100px !important; }

.cosMb110 {
  margin-bottom: 110px !important; }

.cosMb120 {
  margin-bottom: 120px !important; }

.cosMb130 {
  margin-bottom: 130px !important; }

.cosMb140 {
  margin-bottom: 140px !important; }

.cosMb150 {
  margin-bottom: 150px !important; }

.cosMb160 {
  margin-bottom: 160px !important; }

.cosMb170 {
  margin-bottom: 170px !important; }

.cosMb180 {
  margin-bottom: 180px !important; }

.cosMb190 {
  margin-bottom: 190px !important; }

.cosMb200 {
  margin-bottom: 200px !important; }

.cosMb210 {
  margin-bottom: 210px !important; }

.cosMb220 {
  margin-bottom: 220px !important; }

.cosMb230 {
  margin-bottom: 230px !important; }

.cosMb240 {
  margin-bottom: 240px !important; }

.cosMb250 {
  margin-bottom: 250px !important; }

.cosMb260 {
  margin-bottom: 260px !important; }

.cosMb270 {
  margin-bottom: 270px !important; }

.cosMb280 {
  margin-bottom: 280px !important; }

.cosMb290 {
  margin-bottom: 290px !important; }

.cosMb300 {
  margin-bottom: 300px !important; }

.cosPl0 {
  padding-left: 0px !important; }

.cosPl5 {
  padding-left: 5px !important; }

.cosPl10 {
  padding-left: 10px !important; }

.cosPl20 {
  padding-left: 20px !important; }

.cosPl30 {
  padding-left: 30px !important; }

.cosPl40 {
  padding-left: 40px !important; }

.cosPl50 {
  padding-left: 50px !important; }

.cosPl60 {
  padding-left: 60px !important; }

.cosPl70 {
  padding-left: 70px !important; }

.cosPl80 {
  padding-left: 80px !important; }

.cosPl90 {
  padding-left: 90px !important; }

.cosPl100 {
  padding-left: 100px !important; }

.cosPl110 {
  padding-left: 110px !important; }

.cosPl120 {
  padding-left: 120px !important; }

.cosPl130 {
  padding-left: 130px !important; }

.cosPl140 {
  padding-left: 140px !important; }

.cosPl150 {
  padding-left: 150px !important; }

.cosPl160 {
  padding-left: 160px !important; }

.cosPl170 {
  padding-left: 170px !important; }

.cosPl180 {
  padding-left: 180px !important; }

.cosPl190 {
  padding-left: 190px !important; }

.cosPl200 {
  padding-left: 200px !important; }

.cosPl210 {
  padding-left: 210px !important; }

.cosPl220 {
  padding-left: 220px !important; }

.cosPl230 {
  padding-left: 230px !important; }

.cosPl240 {
  padding-left: 240px !important; }

.cosPl250 {
  padding-left: 250px !important; }

.cosPl260 {
  padding-left: 260px !important; }

.cosPl270 {
  padding-left: 270px !important; }

.cosPl280 {
  padding-left: 280px !important; }

.cosPl290 {
  padding-left: 290px !important; }

.cosPl300 {
  padding-left: 300px !important; }

.cosPt0 {
  padding-top: 0px !important; }

.cosPt5 {
  padding-top: 5px !important; }

.cosPt10 {
  padding-top: 10px !important; }

.cosPt20 {
  padding-top: 20px !important; }

.cosPt30 {
  padding-top: 30px !important; }

.cosPt40 {
  padding-top: 40px !important; }

.cosPt50 {
  padding-top: 50px !important; }

.cosPt60 {
  padding-top: 60px !important; }

.cosPt70 {
  padding-top: 70px !important; }

.cosPt80 {
  padding-top: 80px !important; }

.cosPt90 {
  padding-top: 90px !important; }

.cosPt100 {
  padding-top: 100px !important; }

.cosPt110 {
  padding-top: 110px !important; }

.cosPt120 {
  padding-top: 120px !important; }

.cosPt130 {
  padding-top: 130px !important; }

.cosPt140 {
  padding-top: 140px !important; }

.cosPt150 {
  padding-top: 150px !important; }

.cosPt160 {
  padding-top: 160px !important; }

.cosPt170 {
  padding-top: 170px !important; }

.cosPt180 {
  padding-top: 180px !important; }

.cosPt190 {
  padding-top: 190px !important; }

.cosPt200 {
  padding-top: 200px !important; }

.cosPt210 {
  padding-top: 210px !important; }

.cosPt220 {
  padding-top: 220px !important; }

.cosPt230 {
  padding-top: 230px !important; }

.cosPt240 {
  padding-top: 240px !important; }

.cosPt250 {
  padding-top: 250px !important; }

.cosPt260 {
  padding-top: 260px !important; }

.cosPt270 {
  padding-top: 270px !important; }

.cosPt280 {
  padding-top: 280px !important; }

.cosPt290 {
  padding-top: 290px !important; }

.cosPt300 {
  padding-top: 300px !important; }

.cosPr0 {
  padding-right: 0px !important; }

.cosPr5 {
  padding-right: 5px !important; }

.cosPr10 {
  padding-right: 10px !important; }

.cosPr20 {
  padding-right: 20px !important; }

.cosPr30 {
  padding-right: 30px !important; }

.cosPr40 {
  padding-right: 40px !important; }

.cosPr50 {
  padding-right: 50px !important; }

.cosPr60 {
  padding-right: 60px !important; }

.cosPr70 {
  padding-right: 70px !important; }

.cosPr80 {
  padding-right: 80px !important; }

.cosPr90 {
  padding-right: 90px !important; }

.cosPr100 {
  padding-right: 100px !important; }

.cosPr110 {
  padding-right: 110px !important; }

.cosPr120 {
  padding-right: 120px !important; }

.cosPr130 {
  padding-right: 130px !important; }

.cosPr140 {
  padding-right: 140px !important; }

.cosPr150 {
  padding-right: 150px !important; }

.cosPr160 {
  padding-right: 160px !important; }

.cosPr170 {
  padding-right: 170px !important; }

.cosPr180 {
  padding-right: 180px !important; }

.cosPr190 {
  padding-right: 190px !important; }

.cosPr200 {
  padding-right: 200px !important; }

.cosPr210 {
  padding-right: 210px !important; }

.cosPr220 {
  padding-right: 220px !important; }

.cosPr230 {
  padding-right: 230px !important; }

.cosPr240 {
  padding-right: 240px !important; }

.cosPr250 {
  padding-right: 250px !important; }

.cosPr260 {
  padding-right: 260px !important; }

.cosPr270 {
  padding-right: 270px !important; }

.cosPr280 {
  padding-right: 280px !important; }

.cosPr290 {
  padding-right: 290px !important; }

.cosPr300 {
  padding-right: 300px !important; }

.cosPb0 {
  padding-bottom: 0px !important; }

.cosPb5 {
  padding-bottom: 5px !important; }

.cosPb10 {
  padding-bottom: 10px !important; }

.cosPb20 {
  padding-bottom: 20px !important; }

.cosPb30 {
  padding-bottom: 30px !important; }

.cosPb40 {
  padding-bottom: 40px !important; }

.cosPb50 {
  padding-bottom: 50px !important; }

.cosPb60 {
  padding-bottom: 60px !important; }

.cosPb70 {
  padding-bottom: 70px !important; }

.cosPb80 {
  padding-bottom: 80px !important; }

.cosPb90 {
  padding-bottom: 90px !important; }

.cosPb100 {
  padding-bottom: 100px !important; }

.cosPb110 {
  padding-bottom: 110px !important; }

.cosPb120 {
  padding-bottom: 120px !important; }

.cosPb130 {
  padding-bottom: 130px !important; }

.cosPb140 {
  padding-bottom: 140px !important; }

.cosPb150 {
  padding-bottom: 150px !important; }

.cosPb160 {
  padding-bottom: 160px !important; }

.cosPb170 {
  padding-bottom: 170px !important; }

.cosPb180 {
  padding-bottom: 180px !important; }

.cosPb190 {
  padding-bottom: 190px !important; }

.cosPb200 {
  padding-bottom: 200px !important; }

.cosPb210 {
  padding-bottom: 210px !important; }

.cosPb220 {
  padding-bottom: 220px !important; }

.cosPb230 {
  padding-bottom: 230px !important; }

.cosPb240 {
  padding-bottom: 240px !important; }

.cosPb250 {
  padding-bottom: 250px !important; }

.cosPb260 {
  padding-bottom: 260px !important; }

.cosPb270 {
  padding-bottom: 270px !important; }

.cosPb280 {
  padding-bottom: 280px !important; }

.cosPb290 {
  padding-bottom: 290px !important; }

.cosPb300 {
  padding-bottom: 300px !important; }

/* text
------------------------------------------------------------*/
.cosTxtBold {
  font-weight: bold !important; }

.cosTxtRight {
  text-align: right !important; }

.cosTxtCenter {
  text-align: center !important; }

.cosTxtLeft {
  text-align: left !important; }

.cosTxt10 {
  font-size: 10px !important;
  font-size: 1rem !important; }

.cosTxt11 {
  font-size: 11px !important;
  font-size: 1.1rem !important; }

.cosTxt12 {
  font-size: 12px !important;
  font-size: 1.2rem !important; }

.cosTxt13 {
  font-size: 13px !important;
  font-size: 1.3rem !important; }

.cosTxt14 {
  font-size: 14px !important;
  font-size: 1.4rem !important; }

.cosTxt16 {
  font-size: 16px !important;
  font-size: 1.6rem !important; }

.cosTxt18 {
  font-size: 18px !important;
  font-size: 1.8rem !important; }

.cosTxt20 {
  font-size: 20px !important;
  font-size: 2rem !important; }

/* grid
------------------------------------------------------------*/
.cosGrid {
  width: 100%;
  *zoom: 1; }

.cosGrid:before,
.cosGrid:after {
  display: table;
  line-height: 0;
  content: ""; }

.cosGrid:after {
  clear: both; }

.cosGrid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  box-sizing: border-box; }

.cosGrid [class*="span"]:first-child {
  margin-left: 0; }

.cosGrid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%; }

.cosGrid .span12 {
  width: 100%;
  *width: 99.94680851063829%; }

.cosGrid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%; }

.cosGrid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%; }

.cosGrid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%; }

.cosGrid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%; }

.cosGrid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%; }

.cosGrid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%; }

.cosGrid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%; }

.cosGrid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%; }

.cosGrid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%; }

.cosGrid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%; }

.cosGrid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%; }

.cosGrid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%; }

.cosGrid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%; }

.cosGrid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%; }

.cosGrid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%; }

.cosGrid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%; }

.cosGrid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%; }

.cosGrid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%; }

.cosGrid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%; }

.cosGrid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%; }

.cosGrid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%; }

.cosGrid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%; }

.cosGrid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%; }

.cosGrid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%; }

.cosGrid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%; }

.cosGrid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%; }

.cosGrid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%; }

.cosGrid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%; }

.cosGrid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%; }

.cosGrid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%; }

.cosGrid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%; }

.cosGrid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%; }

.cosGrid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%; }

.cosGrid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%; }

.cosGrid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%; }

@media only screen and (max-width: 768px) {
  .cosGrid [class*="span"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
    box-sizing: border-box; } }

@media only screen and (max-width: 768px) {
  .cosGrid .span12 {
    width: 100%;
    box-sizing: border-box; } }

@media only screen and (max-width: 768px) {
  .cosGrid [class*="offset"]:first-child {
    margin-left: 0; } }

/* etc
------------------------------------------------------------*/
.cosHide {
  display: none; }

/*# sourceMappingURL=maps/common.css.map */
