@import url("/i/fonts/style.css");

/*
text-size-adjust: none;
-webkit-text-size-adjust:none;
-moz-text-size-adjust:none;
-ms-text-size-adjust:none;
*/

html,body{
	max-height:999999px;
    height:100%;
}
body{
	overflow-y:scroll;
}

*,:after,*:before{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

*{outline:0px;}
img{border:0px;}

/*
*{outline:0px;}
*:not(p){margin:0;}
*:not(td):not(button){
    padding:0;
}
img{border:0px;}
*/

/*
*:not(p):not(img):not(ul):not(ol):not(li){margin:0;}
*:not(td):not(button):not(ul):not(ol):not(li){
    padding:0;
}
*/

/*
.cmsl_osntext ul,.cmsl_osntext ol{margin: 0;padding-left:17px;}
.cmsl_osntext ul li{list-style-type:disc;}
.cmsl_osntext ol{padding-left:40px;}
*/

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,time{
	display:block;
}

textarea,input{
	font-family:inherit;
	font-size:inherit;
}

/*for FF*/
/*
a:focus,a:active,
*/
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner{
	border:0;
	outline:0;
}

/*for FF slick*/
*{
    min-height:0;
    min-width:0;
}

.cmsl_clearfix1:after{
	content:'';
	display:block;
	clear:both;
}

.cmsl_clearfix2:before,
.cmsl_clearfix2:after{
    display:table;
    content:'';
}
.cmsl_clearfix2:after{
    clear:both;
}

.cmsl_clearfix3{
	display:table;
	width:100%;
}
.cmsl_clearfix3:after{
	content:'. .';
	display:block;
	word-spacing:9999px;
	height:0;
	overflow:hidden;
}

.cmsl_clearfix4{
    zoom:1;
    display:block;
}
.cmsl_clearfix4:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clear{
	clear:both;
}

.cmsl_content{
	min-height:200px;
}

.posmo{
	display:none;
}
a.posmo_link{
	text-decoration:none !important;
	border-bottom:1px dashed;
	padding-bottom:1px;
	margin-bottom:5px;
}
a.posmo_link:hover{
	text-decoration:none !important;
	border-bottom:1px dashed;
}

.cmsl_wrapper0{
    max-width:1920px;
    margin:0 auto;
	position: relative;
}
.cmsl_wrapper1{
    max-width:1280px;
    margin:0 auto;
}
.cmsl_wrapper1b{
    max-width:1134px;
    margin:0 auto;
}
.cmsl_wrapper2{
    max-width:990px;
    margin:0 auto;
}

.cmsl_theme2 .center1{
    /*
    background-color:#fff;
    */
}
.cmsl_theme2_content{
    display:table;
    width:100%;
}
.cmsl_theme2_content_col1{
    display:table-cell;
    vertical-align:top;
    padding-right:25px;
}
.cmsl_theme2_content_col1_inner{
}
.cmsl_theme2_content_col2{
	display:table-cell;
	vertical-align:top;
	width:280px;
    background:#e9e9e9;
    position:relative;
}
.cmsl_theme2_content_col2_abs{
    position:absolute;
    top:0;
    left:0;
    z-index:100;
    background:#e9e9e9;
    width:100%;
    height:100%;
}
.cmsl_theme2_content_col2_inner{
    width:inherit;
    padding:10px;
    position:relative;
    z-index:110;
}

/*
.cmsl_theme3_col1{
	width:250px;
	float:left;
}
.cmsl_theme3_col2{
	margin-left:270px;
	overflow:hidden;
}
*/

/*
.cmsl_theme3_content{
	margin-top:25px;
	width:100%;
}
.cmsl_theme3_content_col1{
	float:left;
	width:280px;
}
.cmsl_theme3_content_col1_inner{
	width:inherit;
}
.cmsl_theme3_content_col2{
	margin-left:280px;
	padding-left:25px;
}
*/

/*
http://theory.phphtml.net/css/flex-direction.html
http://xiper.net/manuals/css-extensions/mozilla/properties/moz-box-orient
http://html5.by/blog/flexbox/
*/
.cmsl_theme3_content{
    height:100%;
    display:-ms-flexbox;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:box;

    -ms-flex-direction:row;
    -webkit-box-orient:horizontal;
    -moz-box-orient:horizontal;
    -ms-box-orient:horizontal;
    box-orient:horizontal;
}
.cmsl_theme3_content_col1{
    width:280px;
    -ms-flex:0 280px;
    -webkit-box-flex:0;
    -moz-box-flex:0;
    -ms-box-flex:0;
    box-flex:0;
}
.cmsl_theme3_content_col2{
    padding-left:25px;
    -ms-flex:1;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -ms-box-flex:1;
    box-flex:1;
}

.footer_leli{
    color:#000;
    font-size:11px;
	position:relative;
}
.footer_leli .block_leli1{
    display:inline-block;
    vertical-align:top;
    line-height:0.8em;
	padding:3px;
	text-align:right;
}
.footer_leli .block_leli2{
    display:inline-block;
    vertical-align:top;
    width:30px;
	height:30px;
    text-align:left;
    padding-top:3px;
}
.footer_leli a{
    color:#000;
    font-size:12px;
    line-height:1.3em;
    text-decoration:none;
}
.footer_leli a:hover{
    color:#5d5856;
}
.footer_leli .leli img{
    padding:0;
    margin:0;
    vertical-align:top;
}