/******************************* FONTS *********************************/
@font-face {
    font-family:'at1';
    src:url(../fonts/iran_sans/iran_sans.eot);
    src:url(../fonts/iran_sans/iran_sans.eot?#iefix) format('embedded-opentype'),
		url(../fonts/iran_sans/iran_sans.otf),
		url(../fonts/iran_sans/iran_sans.woff) format('woff'),
		url(../fonts/iran_sans/iran_sans.ttf) format('truetype'),
		url(../fonts/iran_sans/iran_sans.svg#XTX-FNT-XEROSANS-BOLD) format('svg');
}
*{
	margin:0;
	padding:0;
	font-family:'at1','tahoma';
    box-sizing: border-box;	
}
html {font-size:10px;}
a {text-decoration: none; cursor: pointer;}
ul,ol {list-style-position: inside;}

/**************************** CONTENT_STYLE *******************************/
/*#1*/
body {
    color: #888;
    font-size: 1.25rem;
    line-height: 30px;
    margin-top: 10px;
    text-align: justify;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}
body strong {
    font-weight: bold;
}
ul ul,
ul ol,
ol ul,
ol ol {
    margin-right: 30px;
}
ul.list ul,
ul.list ol,
ol.list ul,
ol.list ol {
    margin-right: 0;
}
body ul.list,
body ol.list,
body ul.list ul,
body ul.list ol,
body ol.list o,
body ol.list ul{
    list-style: none;
}
body ul.list li,
body ol.list li{
    padding: 0 30px 0 0;
    position: relative;
}
body ol.list li:before,
body ul.list li:before{
    content: "";
    position: absolute;
    right: 0;
    top: 3px;
    z-index: 0;
    width: 19px;
    height: 19px;
    background: url(../../../_images/icon/bulet2.png)no-repeat center center / contain;
}
body img.center {
    max-width: 100%;
    display:block;
    margin: 15px auto;
}
body img.left {
    float:left;
    margin:10px 20px 10px 0;
}
body img.right {
    float:right;
    margin:10px 0 10px 20px;
}
body p{
    margin-top: 10px;
    margin-bottom: 10px;
}
body strong,
body bold {
    font-weight: bold;
}
body em {
    font-style: italic;
}

/*
body .title {
    border-bottom: 2px solid #c6b293;
    color: #bdab8e;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 28px;
    padding-bottom: 10px;
    position: relative;
    min-width: 140px;
}
body .title:before {
    background-color: #fff;
    bottom: -2px;
    content: "";
    height: 2px;
    right: 20px;
    position: absolute;
    width: 5px;
}
body .title:after {
    background-color: #fff;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 20px;
    position: absolute;
    width: 6px;
}

body .title.center {
    display: block;
    text-align: center;
    border-bottom: 0 none;
}
body .title.center:before{
    bottom: -5px;
    content: "";
    right:0;left:0;
    margin: 0 auto;
    position: absolute;
    width: 240px;
    height: 5px;
    background: url('../../../_images/bg/title.png')no-repeat center center / contain;
}
body .title.center:after {
    display: none;
}
body .title.center * {
    margin: 0;
}
*/
