@charset "utf-8";

/*-------------------------------------------------------------------------------------------------------------------------------
* reset
-------------------------------------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
main, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}
body {
  line-height: 1;
}
img{
  vertical-align: bottom;
}
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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

button {
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  appearance: none;
  font-family: inherit;
  color: inherit;
}

/*-------------------------------------------------------------------------------------------------------------------------------
* 基本設定
-------------------------------------------------------------------------------------------------------------------------------*/
html {
  font-size: 10px;
}
@media (max-width: 767px) {
  html {
    font-size: 1.33vw;
  }
}
body{
  font-size: 12px;
  color: #2e2624;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -webkit-text-size-adjust:100%;
}
@media screen and (max-width:767px) {
  body{
    font-size: 1.2rem;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------
* index
-------------------------------------------------------------------------------------------------------------------------------*/
#container{
  width: 100%;
  margin: 0 auto;
}
.btn-menu {
  position: fixed;
  z-index: 1000;
  top: 25px;
  left: calc(50% + 265px);
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
}
.btn-menu.active {
  visibility: visible;
  opacity: 1;
}


/* drawerMenu */
.drawerMenu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8000;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.drawerMenu::-webkit-scrollbar {
  display: none;
}
.drawerMenu.open {
  visibility: visible;
  opacity: 1;
}
/* drawerMenu-list  */
.drawerMenu-content {
  width: 750px;
  margin: 0 auto;
  position: relative;
  background: url(/base/osaka/britishfair/img/260506/menu_bg.png) no-repeat top center;
  padding: 35px 0 50px;
}
.drawerMenu-content .btn-close {
  position: absolute;
  top: 25px;
  right: 25px;
}
.drawerMenu-ttl {
  text-align: center;
}
.drawerMenu-list {
  width: 610px;
  margin: 0 auto;
}
.drawerMenu-list li {
  text-align: center;
  margin-bottom: 27px;
}
.drawerMenu-list li:last-child {
  margin-bottom: 0;
}


/*-------------------------------------------------------------------------------------------------------------------------------
* main
-------------------------------------------------------------------------------------------------------------------------------*/
main{
  width: 750px;
  margin: 0 auto;
  font-size: 22px;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.cmn-lead {
  padding: 50px 0;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.36;
}

/* cmn-item */
.cmn-item {
  padding: 0 0 60px;
}
.cmn-item:last-child {
  padding-bottom: 0;
}
.cmn-item .image {
  margin: 0 0 10px;
}
.cmn-item .txt {
  line-height: 1.3;
}
.cmn-item .txt .copy {
  font-weight: 500;
  margin-bottom: 5px;
}
.cmn-item .txt .spec dt {
  font-size: 105%;
  font-weight: 500;
}
.cmn-item .txt .spec dd + dd {
  margin-top: 10px;
}
.cmn-item .txt .spec .brand {
  font-size: 105%;
  font-weight: 500;
}
.cmn-item .txt .price {
  display: inline-block;
  font-size: 120%;
  line-height: 1;
}
.cmn-item .txt small {
  font-size: 80%;
}
.cmn-item .txt  sup {
  font-size: 50%;
}

/* cmn-slide */
.cmn-slide {
  background-color: #b9c2e0;
  padding: 40px 55px;
  margin-bottom: 80px;
}
.cmn-slide-inner {
  position: relative;
  width: 600px;
  margin: 0 auto;
  padding: 130px 0 30px;
  background: url(/base/osaka/britishfair/img/260506/slide_bg.png) repeat-y center top;
}
.cmn-slide-ttl {
  position: absolute;
  z-index: 10;
  top: 20px;
  left: -35px;
}
.cmn-slide-item {
  width: 600px;
}
.cmn-slide-item .image {
  text-align: center;
}
.cmn-slide-item .txt {
  width: 460px;
  margin: 0 auto;
}
.cmn-slide-item .copy {
  color: #9b2331;
}
.p03-slide .cmn-slide-item .copy {
  color: #b5432d;
}
.splide__arrow > svg {
	display: none;
}
.splide__arrow {
	font-size: 0;
	position: absolute;
	z-index: 100;
	top: 220px;
	display: block;
	width: 50px;
	height: 50px;
	padding: 0;
  border: none;
	cursor: pointer;
}
.splide__arrow--prev  {
	left: 8px;
	background: url(/base/osaka/britishfair/img/260506/slide_prev.png) no-repeat center center;
}
.splide__arrow--next {
	right: 8px;
	background: url(/base/osaka/britishfair/img/260506/slide_next.png) no-repeat center center;
}
#slider2 .splide__arrow--prev  {
	background: url(/base/osaka/britishfair/img/260506/slide_prev2.png) no-repeat center center;
}
#slider2 .splide__arrow--next {
	background: url(/base/osaka/britishfair/img/260506/slide_next2.png) no-repeat center center;
}

/* cmn-note */
.cmn-note {
  padding: 100px 55px;
  font-size: 19px;
  letter-spacing: 0.01em;
}
.cmn-note-p01 {
  padding: 100px 75px;
}


/*-------------------------------------------------------------------------------------------------------------------------------
* index
-------------------------------------------------------------------------------------------------------------------------------*/
.index-wrapper {
  background: url(/base/osaka/britishfair/img/260506/index_bg.png) top center;
  padding-bottom: 130px;
}
.index-lead {
  padding: 0 50px 60px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 29px;
  font-weight: 600;
  line-height: 1.4;
  color: #393e94;
}
.index-nav {
  width: 602px;
  margin: 0 auto;
}
.index-nav li:last-child {
  margin-top: 85px;
}


/*-------------------------------------------------------------------------------------------------------------------------------
* p01
-------------------------------------------------------------------------------------------------------------------------------*/
.p01-wrapper {
  border-top: 20px solid #7f347f;
  border-left: 20px solid #7f347f;
  border-right: 20px solid #7f347f;
  background: url(/base/osaka/britishfair/img/260506/p01_bg.jpg) top center repeat-y;
  padding-bottom: 25px;
}
.p01-lead {
  color: #5c337a;
}

/* p01-item */
.p01-item .txt {
  width: 500px;
  margin: 0 auto;
}
.p01-item .txt .copy {
  color: #5c337a;
}

/* p01-item-04 */
.p01-item-04 {
  width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.p01-item-04 .txt {
  width: auto;
  padding: 0 20px 0 50px;
}

/* p01-item-05 */
.p01-item-05 {
  width: 600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.p01-item-05 .txt {
  width: auto;
  padding: 0 40px 0 10px;
}

/* p01-item-07 */
.p01-item-07 {
  position: relative;
}
.p01-item-07 .txt {
  width: auto;
  position: absolute;
  top: 30px;
  left: 110px;
}

/* p01-item-08 */
.p01-item-08 {
  width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.p01-item-08 .txt {
  width: auto;
  padding: 0 10px 0 50px;
}

/* p01-item-09 */
.p01-item-09 {
  position: relative;
}
.p01-item-09 .txt {
  position: absolute;
  top: 560px;
  left: 400px;
  width: 210px;
}


/*-------------------------------------------------------------------------------------------------------------------------------
* p02
-------------------------------------------------------------------------------------------------------------------------------*/
.p02-wrapper {
  border-top: 20px solid #af1e2e;
  border-left: 20px solid #af1e2e;
  border-right: 20px solid #af1e2e;
  background: url(/base/osaka/britishfair/img/260506/cmn_bg.jpg) top center repeat-y;
  padding-bottom: 25px;
}
.p02-lead {
  color: #af1e2e;
}

/* p02-item */
.p02-item {
  width: 600px;
  margin: 0 auto;
}
.p02-item .txt .copy {
  color: #9b2331;
}

/* p02-item-02 */
.p02-item-02 {
  display: flex;
  align-items: center;
}
.p02-item-02 .txt {
  padding: 0 0 0 10px;
}
.p02-item-02 .txt .spec {
  width: 110%;
}

/* p02-item-03 */
.p02-item-03 {
  position: relative;
  width: 650px;
  margin: 0 0 0 55px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.p02-item-03-icon {
  position: absolute;
  top: 0;
  left: 0;
}
.p02-item-03 .image {
  padding-top: 100px;
}
.p02-item-03 .txt {
  flex: 1;
  padding: 120px 0 0 0;
}


/*-------------------------------------------------------------------------------------------------------------------------------
* p03
-------------------------------------------------------------------------------------------------------------------------------*/
.p03-wrapper {
  border-top: 20px solid #db7d25;
  border-left: 20px solid #db7d25;
  border-right: 20px solid #db7d25;
  background: url(/base/osaka/britishfair/img/260506/cmn_bg.jpg) top center repeat-y;
  padding-bottom: 25px;
}
.p03-lead {
  color: #b5432d;
}

/* p03-item */
.p03-item {
  width: 600px;
  margin: 0 auto;
}
.p03-item .txt .copy {
  color: #b5432d;
}

/* p03-item-03 */
.p03-item-03 {
  display: flex;
  align-items: center;
}
.p03-item-03 .txt {
  padding: 0 0 0 15px;
}

/* p03-item-04 */
.p03-item-04 {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.p03-item-04 .txt {
  padding: 0 15px 0 0;
}

/* p03-item-06 */
.p03-item-06 {
  width: 580px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.p03-item-06 .txt {
  padding: 0 30px 0 0;
}

/* p03-item-07 */
.p03-item-07 {
  width: 620px;
  padding-left: 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding-bottom: 0;
}
.p03-item-07 .txt {
  padding: 0 30px 0 0;
}

/* p03-item-08 */
.p03-item-08 {
  margin-top: -30px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding-bottom: 0;
}

/* p03-item-09 */
.p03-item-09 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding-bottom: 0;
}

/* p03-item-10 */
.p03-item-10 {
  margin-top: -50px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  gap: 30px;
}


/*-------------------------------------------------------------------------------------------------------------------------------
* p04
-------------------------------------------------------------------------------------------------------------------------------*/
.p04-wrapper {
  border-top: 20px solid #65c0c1;
  border-left: 20px solid #65c0c1;
  border-right: 20px solid #65c0c1;
  background: url(/base/osaka/britishfair/img/260506/cmn_bg.jpg) top center repeat-y;
  padding-bottom: 25px;
}
.p04-lead {
  color: #0090af;
}

/* p04-item */
.p04-item {
  width: 600px;
  margin: 0 auto;
}
.p04-item .txt .copy {
  color: #0090af;
}


/*-------------------------------------------------------------------------------------------------------------------------------
* p05
-------------------------------------------------------------------------------------------------------------------------------*/
.p05-wrapper {
  border-top: 20px solid #adcf4e;
  border-left: 20px solid #adcf4e;
  border-right: 20px solid #adcf4e;
  background: url(/base/osaka/britishfair/img/260506/cmn_bg.jpg) top center repeat-y;
  padding-bottom: 25px;
}
.p05-lead {
  color: #4f8f45;
}

/* p05-item */
.p05-item {
  width: 600px;
  margin: 0 auto;
}
.p05-item .txt .copy {
  color: #4f8f45;
}

/* p05-item-01 */
.p05-item-01 {
  position: relative;
  width: 710px;
  margin: 0;
}
.p05-item-01 .txt {
  padding: 0 0 0 50px;
}
.p05-item-01 .copy {
  position: absolute;
  top: 30px;
  left: 340px;
  width: 295px;
}


/*-------------------------------------------------------------------------------------------------------------------------------
* p06
-------------------------------------------------------------------------------------------------------------------------------*/
.p06-wrapper {
  border-top: 20px solid #eb80af;
  border-left: 20px solid #eb80af;
  border-right: 20px solid #eb80af;
  background: url(/base/osaka/britishfair/img/260506/cmn_bg.jpg) top center repeat-y;
  padding-bottom: 25px;
}
.p06-lead {
  color: #e74b62;
}

/* p06-item */
.p06-item {
  width: 600px;
  margin: 0 auto;
}
.p06-item .txt .copy {
  color: #e74b62;
}

/* p06-item-01 */
.p06-item-01 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 20px;
}

/* p06-item-02 */
.p06-item-02 {
  width: 620px;
  margin: 0 0 0 55px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  padding-bottom: 20px;
}

/* p06-item-03 */
.p06-item-03 {
  width: 650px;
  margin: 0 0 0 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 20px;
}

/* p06-item-04 */
.p06-item-04 {
  width: 620px;
  margin: 0 0 0 55px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}


/*-------------------------------------------------------------------------------------------------------------------------------
* p07
-------------------------------------------------------------------------------------------------------------------------------*/
.p07-wrapper {
  border-top: 20px solid #543480;
  border-left: 20px solid #543480;
  border-right: 20px solid #543480;
  background: #bac2e2;
  padding-bottom: 25px;
}
.p07-lead {
  color: #543480;
}

.p07-event {
  width: 600px;
  margin: 0 auto;
  background-color: #fff;
}
.p07-event + .p07-event {
  margin-top: 65px;
}
.p07-event h2 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  background-color: #543480;
  padding: 10px 0;
}
.p07-event-content {
  padding: 40px;
}
.p07-event-item + .p07-event-item {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #543480;
}
.p07-event-item-head {
  display: flex;
  gap: 10px;
}
.p07-event-item-head .txt {
  flex: 1;
}
.p07-event-item-head .type {
  display: inline-block;
  padding: 0 20px;
  border: 1px solid #000;
  font-size: 26px;
  margin-bottom: 10px;
}
.p07-event-item-head .time {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 15px;
}
.p07-event-item-head .ttl {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #543480;
}
.p07-event-item .artist {
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.p07-event-item-info dd {
  word-break: break-all;
}
.p07-event-note {
  width: 600px;
  margin: 10px auto 0;
  font-size: 21px;
  font-weight: 500;
}

/* p07-present */
.p07-present {
  width: 620px;
  margin: 80px auto 0;
  background: url(/base/osaka/britishfair/img/260506/p07_present_bg03.png) no-repeat center bottom, url(/base/osaka/britishfair/img/260506/p07_present_bg01.png) no-repeat center top, url(/base/osaka/britishfair/img/260506/p07_present_bg02.png) repeat-y center top;
}
.p07-present-content {
  padding: 50px;
  color: #7f347f;
}
.p07-present h3 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}
.p07-present-item {
  text-align: center;
}
.p07-present-item + .p07-present-item {
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 20px;
  border-top: 1px solid #7f347f;
}
.p07-present-item .date {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 700;
}
.p07-present-item .spec {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
}
.p07-present-item .image {
  margin-top: 20px;
}

.p07-present-info {
  padding: 0 10px 30px;
  font-weight: 500;
}
.p07-present-info .note {
  font-size: 85%;
}

/* p07-app */
.p07-app {
  width: 600px;
  margin: 120px auto 0;
  background-color: #fff;
}
.p07-app-ttl {
  padding: 20px;
  background-color: #e63f7e;
  color: #fff;
}
.p07-app-ttl h3 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}
.p07-app-ttl p {
  display: table;
  margin: 0 auto;
  margin-top: 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}
.p07-app-ttl p small {
  font-size: 70%;
}
.p07-app-content {
  padding: 30px 30px 50px;
}
.p07-app-item + .p07-app-item {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #e63f7e;
}
.p07-app-item .ttl {
  font-size: 27px;
  font-weight: 800;
  line-height: 1.2;
  color: #e63f7e;
  margin-bottom: 20px;
}
.p07-app-item .txt {
  font-size: 24px;
  line-height: 1.4;
}
.p07-app-item-wrap01 {
  display: flex;
  gap: 20px;
}
.p07-app-item-wrap02 .image {
  margin-top: 15px;
}

.p07-app-btn {
  margin-top: 40px;
  margin-left: -5px;
  text-align: center;
}


/* share
=================================================================== */
#share {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal; 
  width: 100%;
  max-width: 700px;
  margin: 50px auto 150px auto;
}
#share .shareWrapper .list {
  width: 100%;
  max-width: 700px;
  box-sizing: border-box;
  margin: 4rem auto 0;
  padding: 0;
}
#share .shareWrapper .list ul {
  display: flex;
  gap: 28px;
}
#share .shareWrapper .sns {
  width: 100%;
  max-width: 700px;
  box-sizing: border-box;
  margin: 1rem auto 0;
  padding: 0;
}
#share .shareWrapper .sns ul {
  display: flex;
  gap: 74px;
}

/*-------------------------------------------------------------------------------------------------------------------------------
 pagetop
-------------------------------------------------------------------------------------------------------------------------------*/
#pagetop {
  display: none;
  position: fixed;
  z-index: 7000;
  right: 20px;
  bottom: 20px;
}

/*-------------------------------------------------------------------------------------------------------------------------------
* general.css
-------------------------------------------------------------------------------------------------------------------------------*/

/* inline block
====================================================================================== */
.dI {display:inline !important;}
.dB {display:block !important;}
.dN {display:none !important;}
.vN {visibility:hidden !important;}


/* float
====================================================================================== */
.fltR {float:right !important;}
.fltL {float:left !important;}
.clip {overflow:hidden !important;}
.clear {clear:both !important;}


/* text-align
====================================================================================== */
.taR{text-align:right !important;}
.taL{text-align:left !important;}
.taC{text-align:center !important;}


/* width
====================================================================================== */
.wA {width:auto !important;}
.w20 {width:20% !important;}
.w25 {width:25% !important;}
.w50 {width:50% !important;}
.w75 {width:75% !important;}
.w100 {width:100% !important;}


/* margin
====================================================================================== */
.m00 {margin: 0   !important;}
.m05 {margin: 5px !important;}
.m10 {margin:10px !important;}
.m12 {margin:12px !important;}
.m15 {margin:15px !important;}
.m20 {margin:20px !important;}
.m25 {margin:25px !important;}
.m30 {margin:30px !important;}
.m35 {margin:35px !important;}
.m40 {margin:40px !important;}
.m45 {margin:45px !important;}
.m50 {margin:50px !important;}
.mt00 {margin-top: 0   !important;}
.mt05 {margin-top: 5px !important;}
.mt10 {margin-top:10px !important;}
.mt12 {margin-top:12px !important;}
.mt15 {margin-top:15px !important;}
.mt20 {margin-top:20px !important;}
.mt25 {margin-top:25px !important;}
.mt30 {margin-top:30px !important;}
.mt35 {margin-top:35px !important;}
.mt40 {margin-top:40px !important;}
.mt45 {margin-top:45px !important;}
.mt50 {margin-top:50px !important;}
.mr00 {margin-right: 0   !important;}
.mr05 {margin-right: 5px !important;}
.mr10 {margin-right:10px !important;}
.mr12 {margin-right:12px !important;}
.mr15 {margin-right:15px !important;}
.mr20 {margin-right:20px !important;}
.mr25 {margin-right:25px !important;}
.mr30 {margin-right:30px !important;}
.mr35 {margin-right:35px !important;}
.mr40 {margin-right:40px !important;}
.mr45 {margin-right:45px !important;}
.mr50 {margin-right:50px !important;}
.mb00 {margin-bottom: 0   !important;}
.mb03 {margin-bottom: 3px !important;}
.mb05 {margin-bottom: 5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb12 {margin-bottom:12px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb25 {margin-bottom:25px !important;}
.mb30 {margin-bottom:30px !important;}
.mb35 {margin-bottom:35px !important;}
.mb40 {margin-bottom:40px !important;}
.mb45 {margin-bottom:45px !important;}
.mb50 {margin-bottom:50px !important;}
.mb55 {margin-bottom:55px !important;}
.mb75 {margin-bottom:75px !important;}
.mb100 {margin-bottom:100px !important;}
.ml00 {margin-left: 0   !important;}
.ml05 {margin-left: 5px !important;}
.ml10 {margin-left:10px !important;}
.ml12 {margin-left:12px !important;}
.ml15 {margin-left:15px !important;}
.ml20 {margin-left:20px !important;}
.ml25 {margin-left:25px !important;}
.ml30 {margin-left:30px !important;}
.ml35 {margin-left:35px !important;}
.ml40 {margin-left:40px !important;}
.ml45 {margin-left:45px !important;}
.ml50 {margin-left:50px !important;}
.m0A {margin:0 auto !important;}


/* padding
====================================================================================== */
.p00 {padding: 0   !important;}
.p05 {padding: 5px !important;}
.p10 {padding:10px !important;}
.p12 {padding:12px !important;}
.p15 {padding:15px !important;}
.p20 {padding:20px !important;}
.p25 {padding:25px !important;}
.p30 {padding:30px !important;}
.p35 {padding:35px !important;}
.p40 {padding:40px !important;}
.p45 {padding:45px !important;}
.p50 {padding:50px !important;}
.pt00 {padding-top: 0   !important;}
.pt05 {padding-top: 5px !important;}
.pt10 {padding-top:10px !important;}
.pt12 {padding-top:12px !important;}
.pt15 {padding-top:15px !important;}
.pt20 {padding-top:20px !important;}
.pt25 {padding-top:25px !important;}
.pt30 {padding-top:30px !important;}
.pt35 {padding-top:35px !important;}
.pt40 {padding-top:40px !important;}
.pt45 {padding-top:45px !important;}
.pt50 {padding-top:50px !important;}
.pt60 {padding-top:60px !important;}
.pt70 {padding-top:70px !important;}
.pt80 {padding-top:80px !important;}
.pt90 {padding-top:90px !important;}
.pt100 {padding-top:100px !important;}
.pr00 {padding-right: 0   !important;}
.pr05 {padding-right: 5px !important;}
.pr10 {padding-right:10px !important;}
.pr12 {padding-right:12px !important;}
.pr15 {padding-right:15px !important;}
.pr20 {padding-right:20px !important;}
.pr25 {padding-right:25px !important;}
.pr30 {padding-right:30px !important;}
.pr35 {padding-right:35px !important;}
.pr40 {padding-right:40px !important;}
.pr45 {padding-right:45px !important;}
.pr50 {padding-right:50px !important;}
.pb00 {padding-bottom: 0   !important;}
.pb05 {padding-bottom: 5px !important;}
.pb10 {padding-bottom:10px !important;}
.pb12 {padding-bottom:12px !important;}
.pb15 {padding-bottom:15px !important;}
.pb20 {padding-bottom:20px !important;}
.pb25 {padding-bottom:25px !important;}
.pb30 {padding-bottom:30px !important;}
.pb35 {padding-bottom:35px !important;}
.pb40 {padding-bottom:40px !important;}
.pb45 {padding-bottom:45px !important;}
.pb50 {padding-bottom:50px !important;}
.pb55 {padding-bottom:55px !important;}
.pb60 {padding-bottom:60px !important;}
.pb90 {padding-bottom:90px !important;}
.pb100 {padding-bottom:100px !important;}
.pb110 {padding-bottom:110px !important;}
.pl00 {padding-left: 0   !important;}
.pl05 {padding-left: 5px !important;}
.pl10 {padding-left:10px !important;}
.pl12 {padding-left:12px !important;}
.pl15 {padding-left:15px !important;}
.pl20 {padding-left:20px !important;}
.pl25 {padding-left:25px !important;}
.pl30 {padding-left:30px !important;}
.pl35 {padding-left:35px !important;}
.pl40 {padding-left:40px !important;}
.pl45 {padding-left:45px !important;}
.pl50 {padding-left:50px !important;}


/* boder
====================================================================================== */
.bdN{border:none !important;}
.bdtN{border-top:none !important;}
.bdbN{border-bottom:none !important;}


/* background
====================================================================================== */
.bgcT{background-color:transparent !important;}


/* font
====================================================================================== */
.fwN{font-weight:normal !important;}
.fwB{font-weight:bold !important;}

/* FONTサイズ (%) */
.fz80 { font-size:80% !important; }
.fz85 { font-size:85% !important; }
.fz90 { font-size:90% !important; }
.fz100 { font-size:100% !important; }
.fz110 { font-size:110% !important; }
.fz120 { font-size:120% !important; }
.fz130 { font-size:130% !important; }
.fz140 { font-size:140% !important; }
.fz150 { font-size:150% !important; }

/* FONTサイズ (固定) */
.fz10 { font-size:10px !important; }
.fz11 { font-size:11px !important; }
.fz12 { font-size:12px !important; }
.fz13 { font-size:13px !important; }
.fz14 { font-size:14px !important; }
.fz15 { font-size:15px !important; }
.fz16 { font-size:16px !important; }
.fz17 { font-size:17px !important; }
.fz18 { font-size:18px !important; }
.fz19 { font-size:19px !important; }
.fz20 { font-size:20px !important; }
.fz21 { font-size:21px !important; }
.fz23 { font-size:23px !important; }
.fz29 { font-size:29px !important; }

/* line-height */
.lh11{ line-height:1.1 !important; }
.lh12{ line-height:1.2 !important; }
.lh13{ line-height:1.3 !important; }
.lh14{ line-height:1.4 !important; }
.lh15{ line-height:1.5 !important; }
.lh16{ line-height:1.6 !important; }
.lh17{ line-height:1.7 !important; }
.lh18{ line-height:1.8 !important; }
.lh19{ line-height:1.9 !important; }
.lh20{ line-height:2.0 !important; }


