@import (once) "font.less";
@import (once) "default.less";


/* body ///////////////////////*/
/*
.design{
.pa;
z-index:0;
width:100%;
height:15000px;
background:url("../store/image/design.jpg") no-repeat center 0;
opacity:.3;
}

.body{
.pr;
z-index:1;
}
*/


/* other ///////////////////////*/
.other{
padding:100px 0 0 0;

h3{
background:url("../other/image/tit_obj.png") no-repeat 0 50%;
background-size:contain;
.ffgb;
color:@c1;
padding:0 0 0 40px;
}

.read{
padding:50px 0 0 0;
}

h4{
background:@g1;
border-top:1px @g2 dotted;
border-bottom:1px @g2 dotted;
padding:10px;
.ffgb;
}

h5{
color:@c2;
padding:20px 0 0 20px;
font-size:12pt;
.ffgb;
}

a{
color:@c2;
}

.text_box{
padding:50px 0 0 0;
p{
padding:20px 0 0 20px;
}
ol{
padding:20px 0 0 40px;
}
}

}


@media (max-width:500px){
.other{
padding:80px 0 0 0;

.read{
padding:30px 0 0 0;
}

.text_box{
padding:30px 0 0 0;
p{
padding:10px 0 0 10px;
}
ol{
padding:10px 0 0 30px;
}
}

h3{
font-size:11pt;
padding:0 0 0 30px;
}
h5{
font-size:11pt;
}

}
}

