/* CSS Document */



body{
	background-color: #050012;
	color:aliceblue;
	font-size: 1.0em;
	    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.container{
	widht: 100%;
	max-width: 1000px;
}
/* scroll CSS */

html {
    scroll-behavior: smooth;
}

.pagetop {
    height: 65px;
    width: 65px;
    position: fixed;
    right: 18px;
    bottom: 86px;
    background: #00cd4a;
    border: solid 2px #14ff7f;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
	background-image: url("../jujutsu-img/icon-line.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 75%;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}

.icon-line {
	height: 10px;
	width: 10px;
	background-image: url("../jujutsu-img/icon-line.png");
	background-position: center;
}


/* scroll end */


.logo {
font-size: 40px;
    font-weight: 700;
    width: 35%;
    margin: auto;
    padding: 5px 2px;
    max-width: 160px;
}

.footer-menu {
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: space-evenly;
    -webkit-align-items: center;
    align-items: center;
    height: auto;
    position: fixed;
    bottom: 15px;
    z-index: 100;
    flex-direction: row;
    width: 100%;
    margin: 0px auto 0px auto;
    max-width: 900px;
 }

.footer-menu-box {
    width: 30%;
    text-align: center;
    padding: 10px 2px;
    margin-bottom: 0px;
    font-size: 0.9em;
    min-height: 55px;
    line-height: normal;
    border-collapse: collapse;
    border: 0.5px solid #190023;
	background-image: url("../jujutsu-img/backimg-menu.png");
	background-size: contain;
}

.footer-doc{
	width: 100%;
	padding: 2px 5px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	background-color: #121222;
	position: fixed;
	bottom: 0;
	right: auto;
	left: auto;
}	

.footer{
	font-size: 0.5em;
	color: #939393;
}

.p-text{
	font-size: 1.0em;
	text-align: center;
	line-height: 200%;
}


.lp-bot1{
    display: block;
    margin: 1rem auto;
    padding: 0.5rem 2rem;
    width: 80%;
    border: 1px solid #ccc;
    border-radius: 50px;
    background: linear-gradient(180deg, #9effb8 0%, #00a924 0%, #b6ffb8 100%);
    text-align: center;
    text-shadow: 2px 1px 5px rgb(0 0 0 / 85%);
    text-decoration: none;
    font-size: 0.9rem;
    color: #fff;
    clear: both;
}

.lp-bot2{
    display: block;
    margin: 1rem auto;
    padding: 0.5rem 2rem;
    width: 80%;
    border: 1px solid #ccc;
    border-radius: 50px;
    background: linear-gradient(180deg, #ff9eaf 0%, #ff2d2d 0%, #ffb6b6 100%);
    text-align: center;
    text-shadow: 2px 1px 5px rgb(0 0 0 / 85%);
    text-decoration: none;
    font-size: 0.9rem;
    color: #fff;
    clear: both;
}

.lp-bot3{
    display: block;
    margin: 1rem auto;
    padding: 0.5rem 2rem;
    width: 47%;
    border: 1px solid #ccc;
    border-radius: 50px;
    background: linear-gradient(180deg, #9f9f9f 0%, #757575 0%, #e5e5e5 100%);
    text-align: center;
    text-shadow: 2px 1px 5px rgb(0 0 0 / 85%);
    text-decoration: none;
    font-size: 0.9rem;
    color: #fff;
    clear: both;
}

.lp-bot4{
    display: block;
    margin: 2rem auto;
    padding: 0.5rem 2rem;
    width: 75%;
    border: 1px solid #ccc;
    border-radius: 50px;
    background: linear-gradient(180deg, #9f9f9f 0%, #757575 0%, #e5e5e5 100%);
    text-align: center;
    text-shadow: 2px 1px 5px rgb(0 0 0 / 85%);
    text-decoration: none;
    font-size: 1.0rem;
    color: #fff;
    clear: both;
}

.lp-bot5{
    display: block;
    margin: 2rem auto;
    padding: 0.5rem 2rem;
    width: 75%;
    border: 1px solid #ccc;
    border-radius: 50px;
    background: linear-gradient(180deg, #73751c 0%, #ffdc57 0%, #8b6726 100%);
    text-align: center;
    text-shadow: 2px 1px 5px rgb(0 0 0 / 85%);
    text-decoration: none;
    font-size: 1.0rem;
    color: #fff;
    clear: both;
}

.lp-bot6{
    margin: 10px 5px;
    padding: 2px 10px;
    border: 1px solid #ccc;
    border-radius: 50px;
    background: linear-gradient(180deg, #96ff8f 0%, #db4977 0%, #8b262e 100%);
    text-align: center;
    text-shadow: 2px 1px 5px rgb(0 0 0 / 85%);
    text-decoration: none;
    font-size: 0.8rem;
    color: #fff;
    clear: both;
}

h1{
    font-size: 1.7em;
    padding: 15px 5px;
    text-align: center;
    color: #d9bb9c;
}

ol,
ul {
    list-style: none;
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #ffffff;
    font-size: 1.0em;
    letter-spacing: 0.1em;
}

.hamburger {
    width: 100%;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
	background-color: #190029b5;
    margin: auto;
    z-index: 10;
}

.hamburger .btn-gNav {
    position: fixed;
    top: 12px;
    left: 20px;
    width: 30px;
    height: 24px;
    z-index: 12;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.hamburger .btn-gNav span {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #ffffff;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.hamburger .btn-gNav span:nth-child(1) {
    top: 10px;
}

.hamburger .btn-gNav span:nth-child(2) {
    top: 20px;
}

.hamburger .btn-gNav span:nth-child(3) {
    top: 30px;
}

.hamburger .btn-gNav.open span:nth-child(1) {
    background: #ffffff;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger .btn-gNav.open span:nth-child(2),
.hamburger .btn-gNav.open span:nth-child(3) {
    top: 6px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}


.btn-gNav {
    display: none;
}

.gNav .gNav-menu {
    display: flex;
    justify-content: space-between;
}

.gNav .gNav-menu li {
    margin: 0 auto;
    padding: 17px 5px;
}


.flex-menu {
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: space-evenly;
    -webkit-align-items: center;
    align-items: center;
    height: auto;
 }

.flex-menu-box {
    width: 32%;
    text-align: center;
    padding: 10px 2px 10px 2px;
    margin-bottom: 5px;
    font-size: 0.9em;
    height: 67px;
	line-height: 180%;
	background-image:url("../jujutsu-img/backimg-menu-3.png");
	background-size: cover;
}

.site-menu{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: space-evenly;
    -webkit-align-items: center;
    align-items: center;
    height: auto;
    z-index: 100;
    flex-direction: row;
    width: 100%;
    margin: 0px auto 0px auto;
    max-width: 900px;
}

.site-menu-box{
    width: 49.333%;
    text-align: center;
    padding: 3px 2px;
    margin-bottom: 0px;
    font-size: 0.7em;
    min-height: 25px;
    line-height: normal;
    border-collapse: collapse;
    border: 0.5px solid #130e21;
}　


.sample{
    width: 33.333%;
    text-align: center;
    padding: 3px 2px;
    margin-bottom: 0px;
    font-size: 0.8em;
    min-height: 25px;
    line-height: normal;
    border-collapse: collapse;
    border: 0.5px solid #130e21;
}　

.sample2{
    width: 33.333%;
    text-align: center;
    padding: 3px 2px;
    margin-bottom: 0px;
    font-size: 0.8em;
    min-height: 25px;
    line-height: normal;
    border-collapse: collapse;
    border: 0.5px solid #130e21;
}　


.img-icon-doc{
	width: 100%;
    height: auto;
	min-height: 350px;
    position: relative;
}

.img-icon-1{
	width: auto;
    height: auto;
    position: absolute;
    top: 6%;
    right: 6%;
    font-size: 1.4em;
	letter-spacing: 2px;
}

.img-icon-2{
	width: auto;
    height: auto;
    position: absolute;
    top: 6%;
    right: 16%;
    font-size: 1.3em;
	letter-spacing: 2px;
}

.img-icon-3{
    width: auto;
    height: auto;
    position: absolute;
    top: 6%;
    right: 26%;
    font-size: 1.4em;
    letter-spacing: 2px;
}

.img-icon-4{
    width: auto;
    height: auto;
    position: absolute;
    top: 23%;
    right: 0;
    left: 0;
    font-size: 2.0em;
    letter-spacing: 10px;
    z-index: 10;
    margin: auto;
    text-align: center;
}

.img-icon-5{
    width: auto;
    height: auto;
    position: absolute;
    top: 32%;
    right: 0;
    left: 0;
    font-size: 1.3em;
    letter-spacing: 7px;
	z-index: 10;
	margin: auto;
    text-align: center;
}

.img-icon-6{
    width: 175px;
    height: auto;
    position: absolute;
    top: 10%;
    left: 4%;
    font-size: 3.5em;
    line-height: 54px;
    letter-spacing: 9px;
}


.backimg-content1{
	background-image: url("../jujutsu-img/backimg-content1.png");
	background-size:cover;
	padding: 20px 5px;
}

.waradoll{
    width: 230px;
    height: auto;
    position: absolute;
    top: 15%;
    right: 0;
    left: 0;
    margin: auto;
}

.jyubutsu{
    width: 230px;
    height: auto;
    position: absolute;
    top: 12%;
    right: 0;
    left: 0;
    margin: auto;
}

.fire-1{
	width: 250px;
    height: auto;
    position: absolute;
    bottom: 1%;
    right: 0;
    left: 0;
}

.fire-2{
	width: 16%;
    height: auto;
    position: absolute;
    top: 45%;
    right: 0;
    left: 8%;
}

.fire-3{
    width: 25%;
    height: auto;
    position: absolute;
    top: 9%;
    right: 0%;
}

.fire-4{
    width: 21%;
    height: auto;
    position: absolute;
    top: 0%;
    right: 0;
    left: 2%;
}



.title-text{
    font-size: 1.0em;
    text-align: center;
    padding: 15px 5px 15px 5px;
}
.title-text-2{
    font-size: 1.2em;
    text-align: center;
    padding: 15px 5px 15px 5px;
}

.re-toppage{
    font-size: 1.0em;
    color: white;
    margin: 20px 0px 100px 0px;
    background-color: #290047;
    clip-path: polygon(60% 0%, 0% 0%, 0% 0%, 0% 100%, 50% 100%);
    padding: 5px;
}


.voice-doc{
    width: 100%;
    padding: 0px 5px;
	float: left;
}

.voice-image{
    text-align: center;
    width: 32%;
	height: auto;
	float: left;
    padding: 0px 5px;
}
.voice-title{
    font-size: 1.0em;
	width: 67%;
    text-align: left;
	float: left;
    padding: 10px 5px;
}
.voice{
    font-size: 1.0em;
	width: 100%;
    text-align: left;
	float: left;
    padding: 10px 5px;
}

.backimg-top{
	width: 100%;
	height: auto;
	min-height: 500px;
	position:relative;
	background-image: url("../jujutsu-img/backimg-top.png");
	background-position: center;
	margin-bottom: 5px;
	margin-top: 70px;
}


.pcustam{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl; /* すべて縦方向に表示 */
}

.price-doc{
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 10px;
}

.price-title{
	width: 40%;
	background-color: #670000;
	color: white;
	font-size: 1.0em;
	padding: 10px 5px;
	float: left;
}

.price-list{
	width: 60%;
	background-color: white;
	color: darkslategray;
	font-size: 1.0em;
	padding: 10px 5px;
	float: left;
}

.adjustment{
	margin: 70px -5px 0px -5px;
	padding: 10px;
    background-color: #652a2ad1;
	background-size: contain;
	background-image: url("../jujutsu-img/backimg-menu-2.png")
}

.adjustment-2{
	margin: 0px -5px 15px -5px;
	padding: 10px;
    background-color: #b1b1b12b;
}

.genre-doc{
	width: 100%;
    clear: both;
    background-color: #ffffff42;
    padding: 10px;
    margin: 0px auto 20px auto;;
}
.genre-title{
	width: 100%;
    font-size: 1.0em;
    text-align: center;
    float: left;
    padding: 5px 5px 2px 5px;
    background-color: #130022;
    border-radius: 10px;
    margin-bottom: 15px;
}
.genre-img{
    width: 80%;
    padding: 5px;
    margin: auto;
    display: flex;
    align-content: center;
    justify-content: center;
}
.genre-text{
	width: 100%;
	float:left;
	padding: 15px 0px;
	font-size: 0.93em;
	line-height: 180%;
}

.genre-text-2{
	width: 100%;
	float:left;
	padding: 10px 0px;
	font-size:0.8em;
}

.pstyle-1{
    text-align: center;
    padding: 25px 5px 25px 5px;
    /* width: 100%; */
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin: auto;
	font-size: 1.0em;

}

.modaloricon{
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #000000;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

.modaloricon-2{
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #030c16e0;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

.modalorititle{
    font-size: 1.05rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #fff7b7;
}


.modaloribot{
    color: #fff;
    font-size: 1.0em;
    text-align: left;
    background-color: #00000091;
    border-color: #2d2700;
    width: 100%;
    min-height: 50px;
    margin-bottom: 5px;
}

.modaloribot-2{
    color: #fff;
    font-size: 1.0em;
    text-align: left;
    background-color: #133c5591;
    border-color: #ffffff70;
    width: 100%;
    min-height: 50px;
    margin-bottom: 5px;
}

.modaloriimgicon{
    width: 73px;
    height: auto;
    position: absolute;
    left: 1px;
    top: 1px;
	clip-path: polygon(100% 0%, 0% 0%, 0% 0%, 0% 100%, 77% 100%);
}

.modalori-menu {
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: space-evenly;
    -webkit-align-items: center;
    align-items: center;
    height: auto;
 }

.modalori-box {
    width: 100%;
}



.titletext-1{
    color: #ffe7ba;
    font-size: 1.0em;
    text-align: left;
    padding: 10px 0px;
    display: block;
}


.genre-img-2{
	width: 100%;
    padding: 5px;
    margin: auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
    align-content: space-around;
    justify-content: space-between;
}

.genre-img-content{
	width: 32.3333%;
	padding: 5px 0px;
}

.furigana{
	font-size:0.8em;
	padding: 0px 5px;
}





@media screen and (min-width: 768px) {
.logo {
    font-size: 40px;
    font-weight: 700;
    width: 30%;
	margin: auto;
	padding: 5px 2px;
}

.footer-doc{
	width: 100%;
	padding: 10px 5px;
	margin: 0px 10px 0px 0px;
	text-align: center;
	background-color: #121222;
	bottom: 0;
	right: auto;
	left: auto;
}	
	
.footer{
	font-size: 0.7em;
	color: #939393;
}

.waradoll{
    width: 43%;
    height: auto;
    position: absolute;
    top: 27%;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 300px;
}
	
.title-text{
	font-size: 1.5em;
    text-align: center;
    padding: 0px 5px 15px 5px;
}

.fire-1{
    width: 40%;
    height: auto;
    position: absolute;
    top: 19%;
    right: 0;
    left: 0%;
}

.fire-2{
    width: 40%;
    height: auto;
    position: absolute;
    top: 19%;
    right: 0;
    left: 0%;
}

.adjustment{
	margin: 85px 0px 15px 0px;
	padding: 10px;
    background-color: #652a2ad1;
}
.adjustment-2{
	margin: 85px 0px 15px 0px;
	padding: 10px;
    background-color: #b1b1b12b;
}
	
}

@media screen and (min-width: 930px) {
.logo {
    font-size: 40px;
    font-weight: 700;
    width: 25%;
	margin: auto;
	padding: 5px 2px;
}

.footer-doc{
	width: 100%;
	padding: 10px 5px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	background-color: #121222;
	bottom: 0;
	right: auto;
	left: auto;
	max-width: 1000px;
}	
	
.footer{
	font-size: 0.7em;
	color: #939393;
}

.p-text{
	font-size: 1.3em;
	text-align: center;
	line-height: 200%;
}

.pstyle-1{
    text-align: center;
    padding: 25px 5px 25px 5px;
    /* width: 100%; */
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin: auto;
	font-size: 1.5em;

}

.re-toppage{
    font-size: 1.0em;
    color: white;
    margin: 20px 0px 110px 0px;
    background-color: #290047;
    clip-path: polygon(60% 0%, 0% 0%, 0% 0%, 0% 100%, 50% 100%);
    padding: 5px;
}

.modalori-menu {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    height: auto;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
	width: 85%;
	margin: auto;
 }

.modalori-box {
	width: 100%;
    flex: 0 0 50%;
}
	
.adjustment{
	margin: 85px 0px 15px 0px;
	padding: 10px;
    background-color: #652a2ad1;
}
.adjustment-2{
	margin: 85px 0px 15px 0px;
	padding: 10px;
    background-color: #b1b1b12b;
}
	
.flex-menu {
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: space-evenly;
    -webkit-align-items: center;
    align-items: center;
    height: auto;
 }

.footer-menu {
	display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: space-evenly;
    -webkit-align-items: center;
    align-items: center;
    height: auto;
    position: fixed;
    bottom: 37px;
    z-index: 100;
    flex-direction: row;
    width: 100%;
    margin: 0px auto 0px auto;
    max-width: 1000px;
 }

.footer-menu-box {
    width: 30%;
    text-align: center;
    padding: 10px 2px;
    margin-bottom: 0px;
    font-size: 0.9em;
    min-height: 55px;
    line-height: normal;
    border-collapse: collapse;
    border: 0.5px solid #190023;
	background-image: url("../jujutsu-img/backimg-menu.png");
	background-size: contain;
}
	
.backimg-top{
	width: 100%;
	height: auto;
	min-height: 620px;
	position:relative;
	background-image: url("../jujutsu-img/backimg-top.png");
	background-position: center;
	margin-bottom: 5px;
	margin-top: 70px;
}
	
.img-icon-doc{
	width: 100%;
    height: auto;
	min-height: 350px;
    position: relative;
}

.img-icon-1{
	width: auto;
    height: auto;
    position: absolute;
    top: 6%;
    right: 8%;
    font-size: 2.0em;
	letter-spacing: 2px;
}

.img-icon-2{
	width: auto;
    height: auto;
    position: absolute;
    top: 6%;
    right: 15%;
    font-size: 2.0em;
	letter-spacing: 2px;
}

.img-icon-3{
    width: auto;
    height: auto;
    position: absolute;
    top: 6%;
    right: 22%;
    font-size: 2.0em;
    letter-spacing: 2px;
}

.img-icon-4{
    width: auto;
    height: auto;
    position: absolute;
    top: 23%;
    right: 0;
    left: 0;
    font-size: 4.0em;
    letter-spacing: 10px;
    z-index: 10;
    margin: auto;
    text-align: center;
}

.img-icon-5{
    width: auto;
    height: auto;
    position: absolute;
    top: 37%;
    right: 0;
    left: 0;
    font-size: 2.3em;
    letter-spacing: 7px;
	z-index: 10;
	margin: auto;
    text-align: center;
}

.img-icon-6{
        width: 26%;
        height: auto;
        position: absolute;
        top: 2%;
        left: 8%;
        font-size: 3.5em;
        line-height: 54px;
        letter-spacing: 9px;
}
	
.waradoll{
    width: 285px;
    height: auto;
    position: absolute;
    top: 20%;
    right: 0;
    left: 0;
    margin: auto;
}

.jyubutsu{
    width: 300px;
    height: auto;
    position: absolute;
    top: 9%;
    right: 0;
    left: 0;
    margin: auto;
}

.fire-1{
	width: 650px;
    height: auto;
    position: absolute;
    bottom: 1%;
    right: 0;
    left: 0;
}

.fire-2{
	width: 16%;
    height: auto;
    position: absolute;
    top: 45%;
    right: 0;
    left: 8%;
}

.fire-3{
    width: 25%;
    height: auto;
    position: absolute;
    top: 9%;
    right: 0%;
}

.fire-4{
    width: 21%;
    height: auto;
    position: absolute;
    top: 0%;
    right: 0;
    left: 2%;
}

.genre-doc{
	width: 85%;
    clear: both;
    background-color: #ffffff42;
    padding: 10px;
    margin: 0px auto 20px auto;;
}
.genre-title{
	width: 100%;
    font-size: 1.0em;
    text-align: center;
    float: left;
    padding: 5px 5px 2px 5px;
    background-color: #130022;
    border-radius: 10px;
    margin-bottom: 15px;
}
.genre-img{
    width: 80%;
    padding: 5px;
    margin: auto;
    display: flex;
    align-content: center;
    justify-content: center;
}
.genre-text{
	width: 60%;
	float:left;
	padding: 20px 35px;
	font-size: 1.1em;
	line-height: 180%;
}

.genre-text-2{
	width: 40%;
	float:left;
	padding: 10px 0px;
	font-size:0.8em;
}
	
.price-doc{
	width: 40%;
	float: left;
	text-align: center;
	margin: 20px auto;
}

.price-title{
	width: 25%;
	background-color: #670000;
	color: white;
	font-size: 1.0em;
	padding: 10px 5px;
	float: left;
}

.price-list{
	width: 73%;
	background-color: white;
	color: darkslategray;
	font-size: 1.0em;
	padding: 10px 5px;
	float: left;
}
	
	
}