@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP);
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,700i');

html { 
height: 100%;
/*overflow-y: scroll;*/
box-sizing: border-box;
-webkit-box-sizing: border-box;
}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  margin: 0;
}
@media print {
html,
html body {}
}

.wf-ten-mincho-i4-active .footerContact h3,
.wf-ten-mincho-i4-active .footerContact .tel,
.wf-ten-mincho-i4-active .orderTel p,
.wf-ten-mincho-i4-active .shopInfo dt,
.wf-ten-mincho-i4-active .telNum,
.wf-ten-mincho-i4-active .aboutTxt h4,
.wf-ten-mincho-i4-active .ttlBoxC,
.wf-ten-mincho-i4-active .ttlLineBtm{
  	font-family: "ten-mincho", serif;
  }

/* -------------------------------------------------------
 body
------------------------------------------------------- */
body{
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,sans-serif;
	width:100%;
	-webkit-text-size-adjust: 100%;
	font-size: 14px;
	line-height: 1.8;
	color: #000;
  position:relative;
}
body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  /* IE6-9 */
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

body.fadeout::after {
  opacity: 1;
}

.pc {display: block !important;}
.sp {display: none !important;}
@media only screen and (max-width: 1118px) {
  .pc {display: none !important;}
  .sp {display: block !important;}
}


/* -------------------------------------------------------
 fonts
------------------------------------------------------- */
a {
	color: #666;
  -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
  text-decoration: none;
}
a:visited {}
a:hover,
a:active {text-decoration: underline;}
a[href^="tel:"] {
  cursor: default;
}

p{ font-size:114%;}

.txtC{text-align:center !important;}
.txtR{text-align:right !important;}
.txtL{text-align:left !important;}
.bold{font-weight:bold !important;}
.normal{font-weight:normal !important;}
.red{color: #C3270F;}
.txtS{font-size:92%}
sup   { font-size: 78%; vertical-align: top;}
sub   { font-size: 78%; vertical-align: baseline;}

/* -------------------------------------------------------
inline align
------------------------------------------------------- */
.taL {text-align: left   !important;}
.taC {text-align: center !important;}
.taR {text-align: right  !important;}
.vaT {vertical-align: top    !important;}
.vaM {vertical-align: middle !important;}
.vaB {vertical-align: bottom !important;}

/* -------------------------------------------------------
float
------------------------------------------------------- */
.flL    { display: inline; float: left;}
.flR    { display: inline; float: right;}

/* -------------------------------------------------------
Tools
------------------------------------------------------- */
.clear {clear: both;}
.block {display: block;}
.hide  {display: none;}
.bgN   {background: none !important;}
.tdU   {text-decoration: underline;}
.tdN   {text-decoration: none;}

/* -------------------------------------------------------
img
------------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
/* img hover */
a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}


/* -------------------------------------------------------
wrapper
------------------------------------------------------- */

@media screen and (max-width:1118px){
  .wrapper{
    padding-top:76px;
  }
}

/* -------------------------------------------------------
header
------------------------------------------------------- */
.header {
	width: 100%;
  padding: 10px 30px;
  min-height: 76px;
  margin: auto;
  position: relative;
  background-color: #fff;
  z-index: 200;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
.header h1{
  width: 150px;
  text-align: left;
}
.header .navButton {
  display: none;
}
@media screen and (max-width:1118px){
  .header{
    position: fixed;
    border-bottom: solid 1px #eee;
    top: 0;
  }
	.header .navButton {
    display: block;
    cursor: pointer;
    float: right;
    -webkit-transition: 0.4s all;
		transition: 0.4s all;
    z-index: 100;
    position: fixed;
    top: 10px;
    right: 5px;
    width: 55px;
    height: 55px;
  }
  /* navButton */
  .header .navButton,
  .header .navButton span {
    display: inline-block;
    transition: all .4s;
  }
  .header .navButton span {
    position: absolute;
    left: 10px;
    width: 35px;
    height: 4px;
    background-color: #000;
  }
  .header .navButton span:nth-of-type(1) {top: 13px;}
  .header .navButton span:nth-of-type(2) {top: 26px;}
  .header .navButton span:nth-of-type(3) {bottom: 12px;}
  .header .navButton span:nth-of-type(1) {
    -webkit-animation: menu-bar01 .45s forwards;
    animation: menu-bar01 .45s forwards;
  }
   @-webkit-keyframes menu-bar01 {
    0% {-webkit-transform: translateY(13px) rotate(45deg);}
    50% {-webkit-transform: translateY(13px) rotate(0);}
    100% {-webkit-transform: translateY(0) rotate(0);}
  }
  @keyframes menu-bar01 {
    0% {transform: translateY(13px) rotate(45deg);}
    50% {transform: translateY(13px) rotate(0);}
    100% { transform: translateY(0) rotate(0);}
  }
  .header .navButton span:nth-of-type(2) {
    transition: all .25s .25s;
    opacity: 1;
  }
  .header .navButton span:nth-of-type(3) {
    -webkit-animation: menu-bar02 .45s forwards;
    animation: menu-bar02 .45s forwards;
  }
    @-webkit-keyframes menu-bar02 {
    0% {-webkit-transform: translateY(-13px) rotate(-45deg);}
    50% {-webkit-transform: translateY(-13px) rotate(0);}
    100% { -webkit-transform: translateY(0) rotate(0);}
  }
  @keyframes menu-bar02 {
    0% {transform: translateY(-13px) rotate(-45deg);}
    50% {transform: translateY(-13px) rotate(0);}
    100% {transform: translateY(0) rotate(0);}
  }
  .header .navButton.active span:nth-of-type(1) {
    -webkit-animation: active-menu-bar01 .45s forwards;
    animation: active-menu-bar01 .45s forwards;
  }
  @keyframes active-menu-bar01 {
    0% {transform: translateY(0) rotate(0);}
    50% {transform: translateY(13px) rotate(0);}
    100% {transform: translateY(13px) rotate(45deg);}
  }
  @keyframes active-menu-bar01 {
    0% {transform: translateY(0) rotate(0);}
    50% {transform: translateY(13px) rotate(0);}
    100% {transform: translateY(13px) rotate(45deg);}
  }
  .header .navButton.active span:nth-of-type(2) {
    opacity: 0;
  }
  .header .navButton.active span:nth-of-type(3) {
    -webkit-animation: active-menu-bar03 .45s forwards;
    animation: active-menu-bar03 .45s forwards;
  }
  @-webkit-keyframes active-menu-bar03 {
    0% { -webkit-transform: translateY(0) rotate(0); }
    50% {-webkit-transform: translateY(-13px) rotate(0);}
    100% {-webkit-transform: translateY(-13px) rotate(-45deg);}
  }
  @keyframes active-menu-bar03 {
    0% {transform: translateY(0) rotate(0);}
    50% {transform: translateY(-13px) rotate(0);}
    100% {transform: translateY(-13px) rotate(-45deg);}
  }
}
@media screen and (max-width: 767px){
  .header {
    padding: 10px;
  }
  .header h1{
    width: 136px;
    padding-top: 5px;
  }
}


/* gNavi
------------------------------------------------------- */
.gNavWrap {
  position: absolute;
  padding: 0;
  top:0;
  right: 0;
  z-index: 100;
  display: flex;
  height: 100%;
}
.gNavWrap a{
  color: #fff;
  text-decoration: none;
}
.gNavWrap > .gNav{
  display: flex;
}
.gNav > li a{
  display: block;
  text-align: center;
  padding:0 18px;
  font-size: 108%;
  background-color: #000;
  height: 96px;
  line-height: 96px;
}
.gNav > li.hasSub {
  position: relative;
}
.gNav > li.hasSub > a::after{
  content: "\f107" !important;
  font-family: "FontAwesome";
  color: #fff;
  padding-left: 5px;
}
.gNav > li a:hover{  
  background-color: #666;
}

/*subNav*/
.gNavSub {
  display: none;
  width: auto;
  height:auto;
  z-index: 100;
  margin: 0;
  top: 96px;
  text-align: left;
  font-weight: normal !important;
  position: absolute;
}
.gNavSub li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  margin-bottom: 1px;
}
.gNavSub li a {
  color: #fff;
  padding: 8px 30px 8px 8px;
  text-align: left;
  height:auto;
  line-height:2em;
  white-space: nowrap;
  position: relative;
  background-color: rgba(0, 0, 0, 0.8);
}
.gNavSub a:after {
  content: "\f105";
  font-family: "FontAwesome";
  color: #ccc;
  position: absolute;
  right: 10px;
  top:0;
  bottom: 0;
  line-height: 1;
  height: 1em;
  margin: auto;
}

/*gNavBtn*/
.gNavBtn {
  display: flex;
}
.gNavBtn > li a{
  display: block;
  text-align: center;
  padding:0 20px;
  font-size: 108%;
  min-width: 90px;
  height: 96px;
}
.gNavBtn > .nav01 a{background-color:#252525;padding-top: 28px;} .gNavBtn > .nav01 img{width:45px;}
.gNavBtn > .nav02 a{background-color:#525e91;padding-top: 26px;} .gNavBtn > .nav02 a .fa{display:block; font-size: 140%;margin-bottom: 2px;}
.gNavBtn > .nav03 a{background-color:#262f55;position: relative;}
.gNavBtn > .nav03 a p{ 
  position: absolute;
  width:34px;
  height:34px;
  padding: 3px 9px;
  border:solid 2px #fff;
  top: 50%;
  left: 50%;
  margin: 0;
  text-align: center;
  transform: translate(-50%,-50%) rotate(-45deg);
}
.gNavBtn > li a:hover{
  background-color: #ccc;
}
.gNavBtn > .nav03 a p span{
  transform: rotate(45deg);
  position: absolute;
  left: 6px;
  top: 0;
}

@media screen and (max-width:1118px){
  .gNavWrap{
    transform: translateX(100%);
		position: fixed;
    display: block;
		content: "";
		top: 70px;
		right: 0;
		width: 100%;
		height: 100%;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
    z-index: 100;
		overflow: auto;
    padding-bottom: 100px;
  }
  .gNavWrap.open{
    transform: translateX(0%);
    background-color: rgba(0,0,0,1);
  }
  .gNavWrap .gNav {
    width: 86%;
    display:block;
    top:auto;
    right: auto;
    padding: 20px 0;
    margin: auto;
  }
  .gNavWrap .gNav li a {
    text-align: left;
    padding:0 0 0 10px;
    font-size:124%;
    height:4em;
    line-height:4em;
    border-bottom: solid 1px #999;
    position: relative;
  }
  .gNavWrap .gNav li a:after {
    content: "\f105";
    font-family: "FontAwesome";
    color: #ccc;
    position: absolute;
    right: 10px;
    top:0;
    bottom: 0;
    line-height: 1;
    height: 1em;
    margin: auto;
  }
  /*subNav*/
  .gNavSub {
    top: auto;
    position:inherit;
  }
  .gNavSub li {
    margin-bottom:0;
  }
  .gNavWrap > .gNav li .gNavSub a{
    height:3em;
    line-height:3em;
    padding-left: 20px;
    font-size: 114%;
  }
  .gNavSub a:after {
  }

  /*gNavBtn*/
  .gNavBtn {
    display:block;
    justify-content: space-between;
    width: 86%;
    margin: auto;
  }
  .gNavBtn > li{
    width: 100%;
  }
  .gNavBtn > li a{
    display: block;
    text-align: center;
    padding:0;
    font-size: 100%;
    width: 100%;
    height:60px;
  }
  .gNavBtn > .nav01 a{padding-top: 10px;} 
  .gNavBtn > .nav02 a{padding-top: 10px;} .gNavBtn > .nav02 a .fa{font-size: 120%;}
  .gNavBtn > .nav03 a p span{
    left:0.5em;
    top:0;
  }
  .scrollPrevent {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}



/* breadcrumb
------------------------------------------------------- */
#breadcrumbWrap {
	width: 100%;
	padding: 12px 0;
}
#breadcrumb {
	max-width: 980px;
	margin: 0 auto;
	overflow: hidden;
}
#breadcrumb li {
	float: left;
	white-space: nowrap;
	font-size: 86%;
	color: #333;
}
#breadcrumb li a {
	white-space: nowrap;
}
@media screen and (max-width:767px){
	#breadcrumbWrap {
		display: none;
	}
}

/* -------------------------------------------------------
contents
------------------------------------------------------- */
.contWrap{
  background: url("../../img/common/bg.png") repeat;
  background-size: 200px;
  display: block;
  padding-top: 200px;
}
.contWrap.page{
  padding-bottom: 200px;
}
.contents {
	margin: 0 auto;
	width: 100%;
	text-align: left;
	position: relative;
  padding:30px 0 0;
  background: #fff;
}
.contents.top{
  padding:30px 0 0;
}
.contents:before{
  content:"";
  width: 100%;
  background:
      linear-gradient(to bottom right, rgba(255,255,255,0) 50%, #fff 50.5%) no-repeat top left/50% 150px,
      linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #fff 50.5%) no-repeat top right/50% 150px;
  position: absolute;
  height: 150px;
  top: -150px;
  left: 0;
}
.contWrap.page > .contents:after{
  content:"";
  width: 100%;
  background:
      linear-gradient(to top right, rgba(255,255,255,0) 50%, #fff 50.5%) no-repeat bottom left/50% 150px,
      linear-gradient(to top left, rgba(255,255,255,0) 50%, #fff 50.5%) no-repeat bottom right/50% 150px;
  position: absolute;
  height: 150px;
  bottom: -150px;
  left: 0;
}


@media screen and (max-width:1024px){
	.contWrap{
    padding-top: 120px;
  }
  .contWrap.page{
    padding-bottom: 30px;
  }
  .contents {
    padding:10px 0 0;
  }
  .contents:before{
    content:"";
    width: 100%;
    background:
        linear-gradient(to bottom right, rgba(255,255,255,0) 50%, #fff 50.5%) no-repeat top left/50% 80px,
        linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #fff 50.5%) no-repeat top right/50% 80px;
    position: absolute;
    height: 80px;
    top: -80px;
  }
  .contWrap.page > .contents:after{
    content:"";
    width: 100%;
    background:
        linear-gradient(to top right, rgba(255,255,255,0) 50%, #fff 50.5%) no-repeat bottom left/50% 80px,
        linear-gradient(to top left, rgba(255,255,255,0) 50%, #fff 50.5%) no-repeat bottom right/50% 80px;
    position: absolute;
    height: 80px;
    bottom: -80px;
    left: 0;
  }
}


/* layout
---------------------------------------------------------- */
.sec {
  margin-bottom: 100px;
  position: relative;
}
.sec.line {
  padding-bottom: 80px;
  margin-bottom: 80px;
  background: url("../../img/common/bg_line@2x.png") repeat-x left bottom;
  background-size: 16px;
}
.sec.inner,
.sec > .inner{
  max-width: 1118px;
  margin:0 auto 100px;
}
.bg{
  background: url("../../img/common/bg.png") repeat;
  background-size: 200px;
}
@media all and (max-width: 1118px) {
  .sec {
    padding: 0 30px;
  }
  .sec.line {
    padding-bottom: 40px;
    margin-bottom:40px;
  }
  .sec.inner,
  .sec > .inner{
    max-width: 100%;
    margin:0 auto 70px;
  }
}
@media all and (max-width: 768px) {
  .sec {
    padding: 0 15px;
  }
}



/* -------------------------------------------------------
footer
------------------------------------------------------- */
.footer {
	width: 100%;
}

/* footerContact
---------------------------------------------------------- */
.footerContact{
  width: 100%;
  background: url("../../img/common/bg_onlineshop@2x.jpg") no-repeat top center;
  background-size: cover;
  padding: 80px 0;
  color: #fff;
}
.footerContact h3{
  font-size: 200%;
  font-family: "ten-mincho", serif;
  font-feature-settings: "ss02";
  margin-bottom: 40px;
  font-weight: normal;
  position: relative;
  text-align: center;
  letter-spacing: 0.1em;
}
.footerContact h3 span{
  display: block;
  font-size: 50%;
  font-family: 'Roboto', sans-serif;
}
.footerContact h3::after{
  content: "";
  height: 1px;
  width: 170px;
  background-color: #fff;
  bottom: -12px;
  left:0;
  right: 0;
  margin: auto;
  position: absolute;
}
.footerContact > p{
  text-align: center;
  margin-bottom: 30px;
  font-size: 100%;
}
.footerContact .tel{
  font-family: "ten-mincho", serif;
  font-feature-settings: "ss02";
  text-align: center;
  font-weight: normal;
  font-size: 114%;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.footerContact .tel span{
  font-size: 160%;
}
.footerContact > ul{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.footerContact > ul li{
  margin: 0 10px;
}
.footerContact > ul li a{
  background-color: #fff;
  color: #000;
  text-align: center;
  padding: 16px 40px;
  font-size: 114%;
  text-decoration: none;
  display: block;
  min-width: 310px;
}
.footerContact > ul li a:hover{
  background-color: #525e91;
  color: #fff;
}

/*footerContents*/
.footerContents{
  width: 100%;
  background: #fff;
  padding: 60px 0;
  position: relative;
}
.footerContents > .inner{
  position: relative;
  width: 1118px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.footerContents > .inner > .adress{
  width: 35%;
}
.footerContents > .inner > .adress h4{
  width:150px;
  margin-bottom: 20px;
}
.footerContents > .inner > .adress p{
  text-align: left;
  font-size: 100%;
}
.footerContents > .inner > .footerSitemap{
  width: 60%;
  display: flex;
  justify-content: space-between;
}
.footerContents > .inner > .footerSitemap > ul{
  width: 45%;
}
.footerContents > .inner > .footerSitemap > ul > li{
  width: 100%;
}
.footerContents > .inner > .footerSitemap > ul > li > a{
  border-bottom: solid 1px #ddd;
  padding-bottom: 8px;
  margin-bottom: 8px;
  display: block;
  color: #333;
  text-decoration: none;
}
.footerContents > .inner > .footerSitemap > ul > li > a::before{
  content: "\f105";
  font-family: "fontAwesome";
  padding-right: 5px;
}
.footerContents > .inner > .footerSitemap > ul > li > ul{
  padding-left:9px;
}
.footerContents > .inner > .footerSitemap > ul > li > ul > li > a{
  color: #666;
  text-decoration: none;
  display: block;
  margin-bottom:7px;
}
.footerContents > .inner > .footerSitemap > ul li a:hover{
  color: #999;
}

/* pageTop
---------------------------------------------------------- */
.pageTop {
	position:absolute;
	right:1%;
	top:70px;
  z-index: 100;
}
.pageTop a{
  color: #000;
  text-align: center;
  text-decoration: none;
}
.pageTop a:hover,
.pageTop a:hover span{
  opacity: 0.5;
}
.pageTop a span{
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  top: -5px;
  position: relative;
  font-size: 80%;
}
.pageTop a span::before{
  content:"";
  position: absolute;
  top:-20px;
  left:0;
  right: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  border-top: solid 1px #000;
  border-left: solid 1px #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media all and (max-width: 767px) {
	.pageTop {
    right:1%;
    bottom:auto;
    top:70px;
  }
}


/*copyright*/
.copyright {
	font-size: 86%;
  text-align: center;
  color: #fff;
  background: #000;
  padding: 30px 0;
}
.snsIcon{
  font-size: 124%;
  margin-bottom: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.snsIcon > li{
  margin: 0 0.5em;
}
.snsIcon > li a{
  color: #fff;
  text-decoration: none;
  font-size: 180%;
}
.snsIcon > li a:hover{
  color: #666;
}

@media screen and (max-width:1118px){
  .footerContact{
    padding: 50px 20px;
  }
  .footerContents > .inner{
    width: 100%;
    padding: 0 20px;
  }
  .footerContact .tel a,
  .footerContact .tel span{
    color: #fff;
  }
}

@media screen and (max-width:767px){
	.pageTop {
	}
  .footerContact h3{
    font-size: 160%;
    margin-bottom: 20px;
    letter-spacing: 0;
  }
  .footerContact h3::after{
    width: 100px;
  }
  .footerContact > ul li a{
    margin-bottom: 10px;
  }
  .footerContents{
    padding: 30px 0;
  }
  .footerContents > .inner{
    flex-wrap: wrap;
  }
  .footerContents > .inner > .adress,
  .footerContents > .inner > .footerSitemap{
    width: 100%;
    margin: auto;
  }
  .footerContents > .inner > .adress{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .footerContents > .inner > .adress h4{
    margin-right: 20px;
  }
  .footerContents > .inner > .adress p{
    width: 100%;
    font-size: 92%;
  }
  .footerContents > .inner > .footerSitemap > ul{
    width: 48%;
    font-size: 92%;
  }
}
@media screen and (max-width:360px){
  .footerContact > ul li a{
    min-width:100%;
    padding: 10px;
  }
}




/* -------------------------------------------------------
table
------------------------------------------------------- */
.type01 {
	width: 100%;
  font-size: 114%;
	border-collapse: separate;
	border-top: 1px solid #ccc;
}
.type01 th,
.type01 td {
	border-bottom: 1px solid #ccc;
	padding: 15px 10px;
  vertical-align: top;
}
.type01 th {
  font-weight: bold;
  white-space: nowrap;
}
.type01 td {
}
@media screen and (max-width:767px){
.table_basic01 {
	width: 100%;
}
.table_basic01,
.table_basic01 thead,
.table_basic01 tbody,
.table_basic01 tr,
.table_basic01 th,
.table_basic01 td {
	width: 100%;
	display: block;
}
.table_basic01 th,
.table_basic01 td {
	border-top: none;
	border-left: none;
}
.table_basic01 th {
}
.table_basic01 td {
}
}

/* -------------------------------------------------------
form
------------------------------------------------------- */

.check_layout input{
    display:none;
}
.check_layout label{
    display:inline-block;
    position:relative;
    padding-left:25px;
 
}
.check_layout label:before,.check_layout label:after{
    content:'';
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:15px;
    height:15px;
}
.check_layout label:before{
    background:#fafafa;
    border:1px solid #666666;
}
.check_layout input:checked + label:after{
	left:1px;
	top:-1px;
	content:"\f00c";
	color:#004ea2;
	height:15px;
	margin:auto;
	font-size:108%;
	font-family: FontAwesome;
}

/* -------------------------------------------------------
clearfix
------------------------------------------------------- */

.cf:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
	visibility:hidden;
}
.cf{
	display: inline-block;
} 
/* Hides from IE Mac */
* html .cf{
	height: 1%;
}
.cf{
	display:block;
}


/* -------------------------------------------------------
margin
------------------------------------------------------- */
.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;}
.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;}
.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;}

/* -------------------------------------------------------
padding
------------------------------------------------------- */
.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;}
.pt65 { padding-top:65px !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;}
.pb60 { padding-bottom:60px !important;}
.pb100 { padding-bottom:100px !important;}
.pb110 { padding-bottom:110px !important;}
.pb130 { padding-bottom:130px !important;}
.pl00 { padding-left: 0   !important;}
.pl03 { padding-left: 3px !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;}


/* color
------------------------------------------------------- */
.blue  {
	color: #5c8ff9!important;
}