@charset "UTF-8";
/* ================================================== *
 *
 *    RESET
 *
 * ================================================== */
section, nav, article, aside, hgroup, header, footer, figure, figcaption, details {
  display: block;
}

video, audio, canvas {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  line-height: 0;
  font-family: arial,helvetica,sans-serif;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin: 0;
}

p, blockquote, dl, dd, figure {
  margin: 0;
}

hr {
  color: inherit;
  height: auto;
  box-sizing: content-box;
}

pre {
  font-family: monospace, sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0;
}

ol, ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

strong, b {
  font-weight: bold;
}

small {
  font-size: 0.83em;
}

q {
  quotes: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

code, samp, kbd {
  font-family: monospace, sans-serif;
}

mark {
  color: black;
  background-color: yellow;
}

sub, sup {
  font-size: 0.83em;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

br {
  *letter-spacing: 0;
}

img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  padding: 0;
  text-align: left;
}

th, td {
  text-align: left;
  vertical-align: baseline;
  padding: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  border: 0;
  *margin-left: -7px;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: 1em;
  color: inherit;
  margin: 0;
}

input, button {
  line-height: normal;
  vertical-align: inherit;
  *vertical-align: middle;
}

input::-moz-focus-inner, button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]:focus {
  outline-offset: -2px;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="submit"], input[type="reset"], input[type="button"], button {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

select {
  line-height: normal;
}

textarea {
  vertical-align: top;
  overflow: auto;
  *font-family: sans-serif;
}

/* ================================================== *
 *
 *    BASE
 *
 * ================================================== */
html {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

body {
  width: 100%;
  text-align: left;
  line-height: 1.7;
  font-family: arial, helvetica, sans-serif;
  color: #000000;
  /* word-break: break-all; */
  word-wrap: break-word;
}

a {
  outline: none;
  color: #000000;
}

ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* ================================================== *
 *
 *    LAYOUT
 *
 * ================================================== */
/* --------------------------------------------------- *
 *    header
 * --------------------------------------------------- */
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  min-width: 960px;
  height: 96px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.header {
  height: 96px;
  background-color: rgba(255, 255, 255, 0.7);
}

.header_title {
  float: left;
  display: inline-block;
  margin: 23px 0 0 30px;
  text-align: center;
  font-size: 1px;
  line-height: 1;
}

.header_title a,
.header_title span {
  display: block;
  text-decoration: none;
}

.header_title a:hover img,
.header_title span:hover img {
  opacity: .5;
}

.header_title a img,
.header_title span img {
  vertical-align: top;
}

.header_navbtn_li {
  position: absolute;
  top: 0;
  right: 45px;
  border-left: 1px solid #dcdcdc;
}

.header_nav {
  float: left;
  margin-left: 12px;
}

.header_nav_menu {
  display: table;
}


.header_nav_menu_li {
  display: table-cell;
  margin-left: 1px;
  text-align: center;
  vertical-align: middle;
}

.no-flexbox .header_nav_menu_li {
  float: left;
}

.header_nav_menu_li.is-global {
  display: none;
}

.header_nav_menu_li a {
  display: block;
  height: 96px;
  padding: 0 17px 0 18px;
  line-height: 96px;
  text-decoration: none;
}

.header_nav_menu_li a:hover {
  opacity: .5;
}

.header_utility {
  position: absolute;
  top: 0;
  right: 0;
}

.header_utility_menu_li {
  float: left;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
}

.header_utility_menu_li > a,
.header_utility_menu_li > span {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 70px;
  height: 96px;
  padding-top: 55px;
  background-color: #ffffff;
  color: #e6000d;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-size: 13px;
}

.header_utility_menu_li.is-global > a,
.header_utility_menu_li.is-global > span {
  width: 108px;
  padding-top: 53px;
  line-height: 13px;
}

.header_utility_menu_li.is-close {
  background-color: #ffffff;
}

.header_utility_menu_li.is-close > a,
.header_utility_menu_li.is-close > span {
  background-color: #e6000d;
  color: #ffffff;
}

.header_utility_menu_li.is-close > a:after,
.header_utility_menu_li.is-close > span:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  z-index: 99;
  bottom: -10px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #e6000c transparent transparent transparent;
  margin: auto;
}

.header_utility_menu_li.is-close > a:hover,
.header_utility_menu_li.is-close > span:hover {
  background-color: #f27f86;
  opacity: 1;
}

.header_utility_menu_li.is-close > a:hover:after,
.header_utility_menu_li.is-close > span:hover:after {
  border-top-color: #f27f86;
}

.header_utility_menu_li > a i.is-global,
.header_utility_menu_li > span i.is-global {
  position: absolute;
  top: 25px;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 23px;
  height: 23px;
  background: url("https://global.sharp/shared_top/img/icon_global_01.svg") 0 0 no-repeat;
}

.header_utility_menu_li > a i.is-search,
.header_utility_menu_li > span i.is-search {
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 22px;
  height: 21px;
  background: url("https://global.sharp/shared_top/img/icon_search_01.svg") 0 0 no-repeat;
}

.header_utility_menu_li > a i.is-close,
.header_utility_menu_li > span i.is-close {
  position: absolute;
  top: 33px;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 16px;
  height: 15px;
  background: url("https://global.sharp/shared_top/img/icon_close_01.svg") 0 0 no-repeat;
}

.header_utility_menu_li > a:hover,
.header_utility_menu_li > span:hover {
  opacity: .5;
}

.header_search {
  position: absolute;
  top: 96px;
  right: 0;
  display: none;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.6);
}

.header_search_form_input input[type="search"] {
  position: relative;
  float: left;
  box-sizing: border-box;
  display: block;
  width: 350px;
  padding: 5px 10px 5px 34px;
  border: none;
  border-radius: 0;
  background: #ffffff url("https://global.sharp/shared_top/img/icon_search_01.svg") 7px 50%/18px 18px no-repeat;
  color: #000000 !important;
}

.header_search_form_input input[type="search"]:placeholder-shown {
  color: #cccccc;
}

.header_search_form_input input[type="search"]::-webkit-input-placeholder {
  color: #cccccc;
}

.header_search_form_input input[type="search"]:-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}

.header_search_form_input input[type="search"]::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}

.header_search_form_input input[type="search"]:-ms-input-placeholder {
  color: #cccccc;
}

.header_search_form_btn {
  float: left;
  display: block;
  box-sizing: border-box;
}

.header_search_form_btn input[type="submit"] {
  background-color: #e6000d;
  border: none;
  padding: 5px 10px 5px 10px;
  border-radius: 0;
  color: #ffffff;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.header_search_form_btn input[type="submit"]:hover {
  background-color: #f27f86;
}

/* --------------------------------------------------- *
 *    footer
 * --------------------------------------------------- */
.l-footer {
  width: 100%;
  min-width: 960px;
  border-top: 1px solid #dcdcdc;
}

.footer {
  width: auto;
  margin: 0 40px;
  padding: 10px 0 20px;
}

.footer_nav {
  float: left;
}

.footer_nav li {
  float: left;
  padding: 0 15px;
  border-right: 1px solid #aaaaaa;
  font-size: 11px;
  line-height: 1;
}

.footer_nav li:first-child {
  border-left: 1px solid #aaaaaa;
}

.footer_nav li a:hover {
  color: #999;
  text-decoration: none;
}

.footer_copyright {
  float: right;
  font-size: 11px;
  line-height: 1;
  font-family: Arial, sans-serif;
  font-weight: bold;
}

.footer_copyright a {
  text-decoration: none;
}

.footer_copyright a:hover {
  color: #999;
}

/* ================================================== *
 *
 *    COMPORNENT
 *
 * ================================================== */
/* --------------------------------------------------- *
 *    grid
 * --------------------------------------------------- */
.grid {
  box-sizing: border-box;
}

.grid .grid_unit {
  box-sizing: border-box;
}

.grid.is-1col {
  width: 100%;
}

.grid.is-1col > .grid_unit {
  width: 100%;
}

.grid.is-2col {
  width: 100%;
}

.grid.is-2col > .grid_unit {
  float: right;
  width: 50%;
  padding: 0 0 0 20px;
}

.grid.is-2col > .grid_unit:first-child {
  float: left;
  padding: 0 20px 0 0;
}

.grid.is-2col > .grid_unit.is-type1 {
  width: 76%;
  padding: 0 0 0 0;
}

.grid.is-2col > .grid_unit.is-type2 {
  width: 24%;
}

.grid.is-3col {
  width: 100%;
}

.grid.is-3col > .grid_unit {
  float: left;
  width: 33.33%;
  padding: 0 0 0 20px;
}

.grid.is-3col > .grid_unit:first-child {
  padding: 0 0 0 0;
}

.grid.is-minw {
  width: auto;
  min-width: 960px;
  margin: 40px auto;
  padding: 0 40px;
}

/* --------------------------------------------------- *
 *    title
 * --------------------------------------------------- */
/* title1 */
.title1 {
  position: relative;
  vertical-align: middle;
}

.title1 a {
  text-decoration: none;
}

.title1 a:hover {
  opacity: .5;
}

.title1_title {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}

.title1_title i {
  position: relative;
}

.title1_title i.is-announce {
  padding-right: 23px;
}

.title1_title i.is-announce:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 14px;
  height: 22px;
  margin: auto;
  background: url("https://global.sharp/shared_top/img/icon_announce_01.png") 0 0/14px 22px no-repeat;
}

.title1_link {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-left: 13px;
  font-size: 11px;
}

.title1_link:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 3px;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #999999;
}

/* --------------------------------------------------- *
 *    main
 * --------------------------------------------------- */
.l-main {
  position: relative;
}

/* --------------------------------------------------- *
 *    kv
 * --------------------------------------------------- */
.l-kv {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-width: 960px;
}

.l-kv.is-blur ul {
  pointer-events: none;
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}

.kv_slide {
  overflow: hidden;
  position: relative;
}

.kv_slide_li {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  text-align: center;
}

.kv_slide_li.is-active {
  display: block;
}

.kv_slide_li.is-loading {
  opacity: 0;
}

.kv_slide_li a {
  display: block;
}

.kv_slide_li a img,
.kv_slide_li a video {
  display: block;
  width: 100%;
  height: auto;
  max-width: initial;
  vertical-align: top;
}

.kv_slidepager {
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.kv_slidepager li {
  display: inline-block;
  margin: 0 3px;
}

.kv_slidepager li a,
.kv_slidepager li span {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  text-indent: -9999px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.kv_slidepager li a:hover,
.kv_slidepager li span:hover {
  opacity: .5;
}

.kv_slidepager li.is-active a,
.kv_slidepager li.is-active span {
  background-color: #ffffff;
}

.kv_slidecontrol li {
  position: absolute;
  top: 50%;
  margin: auto;
}

.kv_slidecontrol li.is-prev {
  left: 10px;
}

.kv_slidecontrol li.is-next {
  right: 10px;
}

.kv_slidecontrol li span {
  cursor: pointer;
}

.kv_slidecontrol li span:hover {
  opacity: .5;
}

/* --------------------------------------------------- *
 *    gnav
 * --------------------------------------------------- */
.l-gnav {
  width: 100%;
  min-width: 960px;
}

.gnav {
  position: relative;
  display: table;
  width: 100%;
  height: 60px;
}

.gnav > li {
  position: relative;
  display: table-cell;
  box-sizing: border-box;
  width: 25%;
  border-left: 1px solid #999999;
  border-left: 1px solid #999999;
  text-align: center;
  vertical-align: top;
}

.gnav > li:first-child {
  border-left: none;
}

.gnav > li a {
  display: block;
  width: 100%;
  padding: 16px 0 17px 0;
  background-color: #403d33;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
}

.gnav > li a:hover {
  background-color: #000000;
}

.gnav > li br {
  display: none;
}

.gnav > li i {
  margin-right: 5px;
  vertical-align: top;
}

.gnav > li i.is-individual {
  display: inline-block;
  width: 41px;
  height: 22px;
  background: url("https://global.sharp/shared_top/img/icon_products_01.svg") 0 50% no-repeat;
}

.gnav > li i.is-business {
  display: inline-block;
  width: 20px;
  height: 24px;
  background: url("https://global.sharp/shared_top/img/icon_business_01.svg") 0 50% no-repeat;
}

.gnav > li i.is-support {
  display: inline-block;
  width: 25px;
  height: 24px;
  background: url("https://global.sharp/shared_top/img/icon_support_01.svg") 0 50% no-repeat;
}

/* --------------------------------------------------- *
 *    l-contents
 * --------------------------------------------------- */
/* --------------------------------------------------- *
 *    importantnews
 * --------------------------------------------------- */
.importantnews {
  width: 100%;
  min-width: 960px;
  background-color: #eeeddf;
}

.importantnews_inner {
  box-sizing: border-box;
  display: table;
  width: 100%;
  min-width: 960px;
  padding: 0 40px;
  text-decoration: none;
}

.importantnews_inner:hover {
  opacity: .5;
}

.importantnews_title {
  display: table-cell;
  width: 170px;
  padding: 15px 0 15px 0;
  color: #990000;
  font-size: 16px;
  font-weight: bold;
}

.importantnews_title i {
  margin-right: 5px;
  vertical-align: middle;
}

.importantnews_title i.is-importantnews {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("https://global.sharp/shared_top/img/icon_importantnews_01.svg") 0 0 no-repeat;
}

.importantnews_text {
  display: table-cell;
  padding: 15px 0 15px 0;
}

/* --------------------------------------------------- *
 *    datelist1
 * --------------------------------------------------- */
.datelist1 {
  margin-top: 20px;
}

.datelist1 a {
  text-decoration: none;
}

.datelist1 a:hover {
  opacity: .5;
}

.datelist1_li {
  display: table;
  width: 100%;
  margin-top: 10px;
}

.datelist1_li_date {
  display: table-cell;
  width: 9.5em;
  color: #999999;
}

.datelist1_li_text {
  display: table-cell;
}

/* --------------------------------------------------- *
 *    linklist1
 * --------------------------------------------------- */
.linklist1.is-border li:last-child {
  margin-bottom: -1px;
}

.linklist1_li {
  margin-top: 10px;
}

.linklist1_li:first-child {
  margin-top: 0;
}

.linklist1_li a {
  position: relative;
  display: inline-block;
  padding-left: 13px;
  vertical-align: middle;
  text-decoration: none;
}

.linklist1_li a:hover {
  opacity: .5;
}

.linklist1_li a:before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin-top: -4px;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #999999;
}

/* --------------------------------------------------- *
 *    bnrlist1
 * --------------------------------------------------- */
.bnrlist1 {
  margin-top: 10px;
}

.bnrlist1:first-child {
  margin-top: 0;
}

.bnrlist1_li {
  margin-top: 10px;
  text-align: center;
}

.bnrlist1_li:first-child {
  margin-top: 0;
}

.bnrlist1_li a {
  display: block;
  text-decoration: none;
}

.bnrlist1_li a:hover {
  opacity: .5;
}

.bnrlist1_li a.is-border1 {
  border: 1px solid #dcdcdc;
}

.bnrlist1_li a.is-border2 {
  border: 1px solid #666666;
}

.bnrlist1_li a.is-border3 {
  border: 1px solid #ffffff;
}

.bnrlist1_li a img {
  width: 100%;
  height: auto;
}

.bnrlist1_li.is-kumamoto a span {
  display: block;
  border-top: 1px dotted #dcdcdc;
}

.bnrlist1_li.is-announce a {
  padding: 9px;
  background-color: #f4f4f4;
}

.bnrlist1_li.is-announce a i {
  vertical-align: middle;
}

.bnrlist1_li.is-announce a i.is-announce {
  display: inline-block;
  width: 14px;
  height: 22px;
  margin-right: 11px;
  background: url("https://global.sharp/shared_top/img/icon_announce_01.png") 0 0/14px 22px no-repeat;
}

/* --------------------------------------------------- *
 *    info
 * --------------------------------------------------- */
.info {
  overflow: hidden;
  min-width: 960px;
}

.info.is-loading {
  background: url("https://global.sharp/shared_top/img/icon_loading.gif") 50% 0 no-repeat;
  text-align: center;
  padding-top: 40px;
}

.info_inner-pc {
  display: block;
}

.info.is-loading .info_inner-pc {
  display: none;
}

.info_inner-sp {
  display: none;
}

.info.is-loading .info_inner-sp {
  display: none;
}

.info_unit {
  position: relative;
  float: left;
}

.info_unit a {
  display: block;
  text-decoration: none;
}

.info .info_unit {
  overflow: hidden;
}

.info_category {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

.info_unit.is-hover .info_category {
  display: block;
}

.info_category.is-newsrelease {
  background-color: #f37e2e;
}

.info_category.is-blog {
  background-color: #2fb2ee;
}

.info_category.is-report {
  background-color: #26b774;
}

.info_category.is-special {
  background-color: #aa59f5;
}

.info_category.is-cmlibrary {
  background-color: #00aeb4;
}

.info_category.is-event {
  background-color: #f559f4;
}

.info_category.is-worldtopics {
  background-color: #389413;
}

.info_category.is-products {
  background-color: #2e73dc;
}

.info_category.is-award {
  background-color: #d4b200;
}

.info_category.is-ecology {
  background-color: #8bc60d;
}

.info_category.is-investorrelations {
  background-color: #444455;
}

.info_category.is-announcement {
  background-color: #444455;
}

.info_category.is-csr {
  background-color: #339900;
}

.info_category.is-recruit {
  background-color: #ff9898;
}

.info_title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: rgba(64, 61, 51, 0.5);
  color: #ffffff;
  font-size: 13px;
  line-height: 18px;
}

.info_unit.is-hover .info_title {
  display: table;
  vertical-align: middle;
}

.info_title_inner {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  box-sizing: border-box;
  height: 36px;
  margin: auto;
  padding: 0 9px;
  vertical-align: middle;
}

.info_unit.is-hover .info_title_inner {
  position: static;
  display: table-cell;
  height: 100%;
}

.info_unit.is-hover .info_title_title {
  font-size: 16px;
  line-height: 24px;
}

.is-vlong {
  display: block;
}

.is-vlong + .info_image {
  display: none;
}

.info_image img {
  width: 100%;
  height: auto;
}

.info_title_date {
  display: none;
}

.info_unit.is-hover .info_title_date {
  display: block;
}

.info_addition {
  display: none;
}

.info_unit.is-hover .info_addition {
  display: block;
  margin-top: 5px;
}

.info_unit.is-hover .info_addition:hover {
  opacity: .5;
}

.info_btn {
  clear: both;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.info_btn span {
  display: block;
  padding: 30px 0;
  background-color: #eeeddf;
  color: #a3a399;
  line-height: 17px;
  font-weight: bold;
  text-decoration: none;
}

.info_btn span:hover {
  opacity: .5;
}

.info_btn span i {
  vertical-align: middle;
}

.info_btn span i.is-more {
  display: inline-block;
  margin-right: 7px;
  width: 20px;
  height: 17px;
  background: url("https://global.sharp/shared_top/img/icon_more_01.svg") no-repeat 0 0;
}

/* ================================================== *
 *
 *    UTILITY
 *
 * ================================================== */
/* -------------------------------------------------- *
 *    clear
 * -------------------------------------------------- */
.u-clear_b {
  clear: both;
}

.u-clear_r {
  clear: right;
}

.u-clear_l {
  clear: left;
}

/* clearfix */
.u-clear:before {
  content: " ";
  display: table;
}

.u-clear:after {
  content: " ";
  display: table;
  clear: both;
}

/* --------------------------------------------------- *
 *    float
 * --------------------------------------------------- */
.u-float_r {
  display: block;
  float: right;
}

.u-float_l {
  display: block;
  float: left;
}

/* ================================================== *
 *
 *    UTILITY CLASS
 *
 * ================================================== */
/* -------------------------------------------------- *
 *    clear
 * -------------------------------------------------- */
.u-clear_b {
  clear: both;
}

.u-clear_r {
  clear: right;
}

.u-clear_l {
  clear: left;
}

/* clearfix */
.u-clear:before,
.u-clear:after {
  content: " ";
  display: table;
}

.u-clear:after {
  clear: both;
}

/* --------------------------------------------------- *
 *    float
 * --------------------------------------------------- */
.u-float_r {
  display: block;
  float: right;
}

.u-float_l {
  display: block;
  float: left;
}

/* --------------------------------------------------- *
 *    text align
 * --------------------------------------------------- */
.u-align_c {
  text-align: center !important;
}

.u-align_r {
  text-align: right !important;
}

.u-align_l {
  text-align: left !important;
}

/* --------------------------------------------------- *
 *    font weight
 * --------------------------------------------------- */
.u-bold {
  font-weight: bold !important;
}

/* --------------------------------------------------- *
 *    font family
 * --------------------------------------------------- */
.u-alphabet {
  font-family: Arial, sans-serif !important;
}

/* --------------------------------------------------- *
 *    font size
 * --------------------------------------------------- */
.u-size_11 {
  font-size: 11px !important;
}

.u-size_12 {
  font-size: 12px !important;
}

.u-size_13 {
  font-size: 13px !important;
}

.u-size_14 {
  font-size: 14px !important;
}

.u-size_15 {
  font-size: 15px !important;
}

.u-size_16 {
  font-size: 16px !important;
}

.u-size_17 {
  font-size: 17px !important;
}

.u-size_18 {
  font-size: 18px !important;
}

.u-size_19 {
  font-size: 19px !important;
}

.u-size_20 {
  font-size: 20px !important;
}

.u-size_21 {
  font-size: 21px !important;
}

.u-size_22 {
  font-size: 22px !important;
}

/* --------------------------------------------------- *
 *    margin
 * --------------------------------------------------- */
.u-mt_0 {
  margin-top: 0 !important;
}

.u-mt_5 {
  margin-top: 5px !important;
}

.u-mt_10 {
  margin-top: 10px !important;
}

.u-mt_15 {
  margin-top: 15px !important;
}

.u-mt_20 {
  margin-top: 20px !important;
}

.u-mt_25 {
  margin-top: 25px !important;
}

.u-mt_30 {
  margin-top: 30px !important;
}

.u-mt_35 {
  margin-top: 35px !important;
}

.u-mt_40 {
  margin-top: 40px !important;
}

.u-mt_45 {
  margin-top: 45px !important;
}

.u-mt_50 {
  margin-top: 50px !important;
}

.u-mr_0 {
  margin-right: 0 !important;
}

.u-mr_5 {
  margin-right: 5px !important;
}

.u-mr_9 {
  margin-right: 9px !important;
}

.u-mr_10 {
  margin-right: 10px !important;
}

.u-mr_15 {
  margin-right: 15px !important;
}

.u-mr_18 {
  margin-right: 18px !important;
}

.u-mr_20 {
  margin-right: 20px !important;
}

.u-mr_25 {
  margin-right: 25px !important;
}

.u-mr_30 {
  margin-right: 30px !important;
}

.u-mr_35 {
  margin-right: 35px !important;
}

.u-mr_40 {
  margin-right: 40px !important;
}

.u-mr_50 {
  margin-right: 50px !important;
}

.u-mb_0 {
  margin-bottom: 0 !important;
}

.u-mb_5 {
  margin-bottom: 5px !important;
}

.u-mb_10 {
  margin-bottom: 10px !important;
}

.u-mb_15 {
  margin-bottom: 15px !important;
}

.u-mb_20 {
  margin-bottom: 20px !important;
}

.u-mb_25 {
  margin-bottom: 25px !important;
}

.u-mb_30 {
  margin-bottom: 30px !important;
}

.u-mb_35 {
  margin-bottom: 35px !important;
}

.u-mb_40 {
  margin-bottom: 40px !important;
}

.u-mb_45 {
  margin-bottom: 45px !important;
}

.u-mb_50 {
  margin-bottom: 50px !important;
}

.u-ml_0 {
  margin-left: 0 !important;
}

.u-ml_5 {
  margin-left: 5px !important;
}

.u-ml_10 {
  margin-left: 10px !important;
}

.u-ml_15 {
  margin-left: 15px !important;
}

.u-ml_20 {
  margin-left: 20px !important;
}

.u-ml_25 {
  margin-left: 25px !important;
}

.u-ml_30 {
  margin-left: 30px !important;
}

.u-ml_35 {
  margin-left: 35px !important;
}

.u-ml_40 {
  margin-left: 40px !important;
}

.u-ml_45 {
  margin-left: 45px !important;
}

.u-ml_50 {
  margin-left: 50px !important;
}

/* --------------------------------------------------- *
 *    padding
 * --------------------------------------------------- */
.u-pt_0 {
  padding-top: 0 !important;
}

.u-pt_5 {
  padding-top: 5px !important;
}

.u-pt_10 {
  padding-top: 10px !important;
}

.u-pt_15 {
  padding-top: 15px !important;
}

.u-pt_20 {
  padding-top: 20px !important;
}

.u-pt_25 {
  padding-top: 25px !important;
}

.u-pt_30 {
  padding-top: 30px !important;
}

.u-pt_35 {
  padding-top: 35px !important;
}

.u-pt_40 {
  padding-top: 40px !important;
}

.u-pt_45 {
  padding-top: 45px !important;
}

.u-pt_50 {
  padding-top: 50px !important;
}

.u-pr_0 {
  padding-right: 0 !important;
}

.u-pr_5 {
  padding-right: 5px !important;
}

.u-pr_10 {
  padding-right: 10px !important;
}

.u-pr_15 {
  padding-right: 15px !important;
}

.u-pr_20 {
  padding-right: 20px !important;
}

.u-pr_25 {
  padding-right: 25px !important;
}

.u-pr_30 {
  padding-right: 30px !important;
}

.u-pr_35 {
  padding-right: 35px !important;
}

.u-pr_40 {
  padding-right: 40px !important;
}

.u-pr_45 {
  padding-right: 45px !important;
}

.u-pr_50 {
  padding-right: 50px !important;
}

.u-pb_0 {
  padding-bottom: 0 !important;
}

.u-pb_5 {
  padding-bottom: 5px !important;
}

.u-pb_10 {
  padding-bottom: 10px !important;
}

.u-pb_15 {
  padding-bottom: 15px !important;
}

.u-pb_20 {
  padding-bottom: 20px !important;
}

.u-pb_25 {
  padding-bottom: 25px !important;
}

.u-pb_30 {
  padding-bottom: 30px !important;
}

.u-pb_35 {
  padding-bottom: 35px !important;
}

.u-pb_40 {
  padding-bottom: 40px !important;
}

.u-pb_45 {
  padding-bottom: 45px !important;
}

.u-pb_50 {
  padding-bottom: 50px !important;
}

.u-pl_0 {
  padding-left: 0 !important;
}

.u-pl_5 {
  padding-left: 5px !important;
}

.u-pl_10 {
  padding-left: 10px !important;
}

.u-pl_15 {
  padding-left: 15px !important;
}

.u-pl_20 {
  padding-left: 20px !important;
}

.u-pl_25 {
  padding-left: 25px !important;
}

.u-pl_30 {
  padding-left: 30px !important;
}

.u-pl_35 {
  padding-left: 35px !important;
}

.u-pl_40 {
  padding-left: 40px !important;
}

.u-pl_45 {
  padding-left: 45px !important;
}

.u-pl_50 {
  padding-left: 50px !important;
}

/* --------------------------------------------------- *
 *    margin
 * --------------------------------------------------- */
.u-mt_0 {
  margin-top: 0 !important;
}

.u-mt_5 {
  margin-top: 5px !important;
}

.u-mt_10 {
  margin-top: 10px !important;
}

.u-mt_15 {
  margin-top: 15px !important;
}

.u-mt_20 {
  margin-top: 20px !important;
}

.u-mt_25 {
  margin-top: 25px !important;
}

.u-mt_30 {
  margin-top: 30px !important;
}

.u-mt_35 {
  margin-top: 35px !important;
}

.u-mt_40 {
  margin-top: 40px !important;
}

.u-mt_45 {
  margin-top: 45px !important;
}

.u-mt_50 {
  margin-top: 50px !important;
}

.u-mr_0 {
  margin-right: 0 !important;
}

.u-mr_5 {
  margin-right: 5px !important;
}

.u-mr_9 {
  margin-right: 9px !important;
}

.u-mr_10 {
  margin-right: 10px !important;
}

.u-mr_15 {
  margin-right: 15px !important;
}

.u-mr_18 {
  margin-right: 18px !important;
}

.u-mr_20 {
  margin-right: 20px !important;
}

.u-mr_25 {
  margin-right: 25px !important;
}

.u-mr_30 {
  margin-right: 30px !important;
}

.u-mr_35 {
  margin-right: 35px !important;
}

.u-mr_40 {
  margin-right: 40px !important;
}

.u-mr_50 {
  margin-right: 50px !important;
}

.u-mb_0 {
  margin-bottom: 0 !important;
}

.u-mb_5 {
  margin-bottom: 5px !important;
}

.u-mb_10 {
  margin-bottom: 10px !important;
}

.u-mb_15 {
  margin-bottom: 15px !important;
}

.u-mb_20 {
  margin-bottom: 20px !important;
}

.u-mb_25 {
  margin-bottom: 25px !important;
}

.u-mb_30 {
  margin-bottom: 30px !important;
}

.u-mb_35 {
  margin-bottom: 35px !important;
}

.u-mb_40 {
  margin-bottom: 40px !important;
}

.u-mb_45 {
  margin-bottom: 45px !important;
}

.u-mb_50 {
  margin-bottom: 50px !important;
}

.u-ml_0 {
  margin-left: 0 !important;
}

.u-ml_5 {
  margin-left: 5px !important;
}

.u-ml_10 {
  margin-left: 10px !important;
}

.u-ml_15 {
  margin-left: 15px !important;
}

.u-ml_20 {
  margin-left: 20px !important;
}

.u-ml_25 {
  margin-left: 25px !important;
}

.u-ml_30 {
  margin-left: 30px !important;
}

.u-ml_35 {
  margin-left: 35px !important;
}

.u-ml_40 {
  margin-left: 40px !important;
}

.u-ml_45 {
  margin-left: 45px !important;
}

.u-ml_50 {
  margin-left: 50px !important;
}

/* --------------------------------------------------- *
 *    padding
 * --------------------------------------------------- */
.u-pt_0 {
  padding-top: 0 !important;
}

.u-pt_5 {
  padding-top: 5px !important;
}

.u-pt_10 {
  padding-top: 10px !important;
}

.u-pt_15 {
  padding-top: 15px !important;
}

.u-pt_20 {
  padding-top: 20px !important;
}

.u-pt_25 {
  padding-top: 25px !important;
}

.u-pt_30 {
  padding-top: 30px !important;
}

.u-pt_35 {
  padding-top: 35px !important;
}

.u-pt_40 {
  padding-top: 40px !important;
}

.u-pt_45 {
  padding-top: 45px !important;
}

.u-pt_50 {
  padding-top: 50px !important;
}

.u-pr_0 {
  padding-right: 0 !important;
}

.u-pr_5 {
  padding-right: 5px !important;
}

.u-pr_10 {
  padding-right: 10px !important;
}

.u-pr_15 {
  padding-right: 15px !important;
}

.u-pr_20 {
  padding-right: 20px !important;
}

.u-pr_25 {
  padding-right: 25px !important;
}

.u-pr_30 {
  padding-right: 30px !important;
}

.u-pr_35 {
  padding-right: 35px !important;
}

.u-pr_40 {
  padding-right: 40px !important;
}

.u-pr_45 {
  padding-right: 45px !important;
}

.u-pr_50 {
  padding-right: 50px !important;
}

.u-pb_0 {
  padding-bottom: 0 !important;
}

.u-pb_5 {
  padding-bottom: 5px !important;
}

.u-pb_10 {
  padding-bottom: 10px !important;
}

.u-pb_15 {
  padding-bottom: 15px !important;
}

.u-pb_20 {
  padding-bottom: 20px !important;
}

.u-pb_25 {
  padding-bottom: 25px !important;
}

.u-pb_30 {
  padding-bottom: 30px !important;
}

.u-pb_35 {
  padding-bottom: 35px !important;
}

.u-pb_40 {
  padding-bottom: 40px !important;
}

.u-pb_45 {
  padding-bottom: 45px !important;
}

.u-pb_50 {
  padding-bottom: 50px !important;
}

.u-pl_0 {
  padding-left: 0 !important;
}

.u-pl_5 {
  padding-left: 5px !important;
}

.u-pl_10 {
  padding-left: 10px !important;
}

.u-pl_15 {
  padding-left: 15px !important;
}

.u-pl_20 {
  padding-left: 20px !important;
}

.u-pl_25 {
  padding-left: 25px !important;
}

.u-pl_30 {
  padding-left: 30px !important;
}

.u-pl_35 {
  padding-left: 35px !important;
}

.u-pl_40 {
  padding-left: 40px !important;
}

.u-pl_45 {
  padding-left: 45px !important;
}

.u-pl_50 {
  padding-left: 50px !important;
}

.is-ie,
.ie .not-ie {
  display: none;
}

.ie .is-ie {
  display: block;
}

/* END */
