/* ******************************************************************** */ 
/* basic      */
/* ******************************************************************** */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,b,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-style:normal;font-weight:normal;font-size:100%;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}html{ overflow-y:scroll}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}input,textarea,{margin:0;padding:0}ol,ul{ list-style:none}table{ border-collapse:collapse; border-spacing:0}caption,th{ text-align:left}a:focus{outline:none}.clearfix:after{content:".";display:block;clear:both;height:0;visibility:hidden}.clearfix{min-height:1px}* html .clearfix{height:1px}.both{clear:both}.inline_block{ display:inline-block; *display:inline; *zoom:1}

body{
	 background-image:url(../img/body_bg.jpg);
	 color: #7e7e7e;
	 font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	 font-size: 15px;
	 letter-spacing:1.5px;
	 line-height:1.5;
}
	
a:link,
a:visited{
	color: #ccb987;
	text-decoration:none;
 }
 
a:hover,
a:active{
	color:#d9c797;
	text-decoration:underline;
}

b{
	font-weight:bolder;
	background-color:#60b0e3;
}

img{
	border:0px;
}

.right{
	float:right;
	margin:0 0 20px 20px;
}

.left{
	float:left;
	margin:0 20px 20px 0;
}

.big{
	font-size:20px;
	font-weight:bold;
}

#wrapper{
	clear:both;
	margin:0px auto 20px auto;
	width:1000px;
}

#main h1{
	background:url(../img/h1_bg.png) left top no-repeat;
	border-bottom: dotted 5px #60b0e3;
	font-size:30px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	letter-spacing:5px;
	padding:15px 0px 0px 80px;
	margin-bottom:20px;
}

#main h2{
	border-top: solid 5px #d7d0b9;
	border-bottom: solid 5px #d7d0b9;
    background-color: #eeeadc;
	margin-bottom:25px;
	font-size:20px;
	font-weight:bold;
	color:#a99e93;
	padding: 8px 10px 3px 10px;
	
}

#main h3{
	background:url(../img/h3_bg.png) left top no-repeat;
	background-color:none;
	border-bottom:dotted 1px #d7d0b9;
	color:#78bce7;
	font-size:19px;
	font-weight:bold;
	padding:15px 0px 0px 50px;
	margin-bottom:20px;
}

#main h3 a{
	font-weight:bold;
}

#main h4{
	color:#a99e93;
	font-size:17px;
	font-weight:bold;
	line-height:25px;
	background:url(../img/h4_bg.png) left no-repeat;
	padding: 3px 0 0 30px;
	margin-bottom:10px;
}

#main h5{
	color:#f0908d;
	font-size:16px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
}

#main h6{
	font-size:15px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

#main p{
	margin-bottom:20px;
}

#main img{
	max-width:100%;
	height:auto;
}

#main .paragraph{
	margin-bottom:50px;
}

#main .paragraph img{
	margin-bottom:20px;
}

.paragraph ul{
	margin:0 0 20px 0;
	padding:0px;
}

.paragraph ol{
	margin:0 0 10px 40px;
}

.paragraph ul li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 0px 0px 5px 20px !important;	
	position:relative;
	padding-left:20px;
}
 
.paragraph ul li:before{
	content:''; 
	display:block; 
	position:absolute; 
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	top:3px; 
	left:2px; 
	height:0; 
	width:0; 
	border-top: 6px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 9px solid #aaa;
}

.paragraph ol li{
	list-style:decimal;
}

.para_two{
	width:365px;
	margin-bottom:50px;
	float:left;
}
	

/* ******************************************************************** */ 
/* 文字指定関連      */
/* ******************************************************************** */


.note{
	font-size:11px!important;
}

.tel{
	font-size:20px;
	font-weight:bold;
}

.text_blue{
	color:#78bce7;
	font-size:25px;
	font-weight:bold;
	line-height:50px;
}

/* ******************************************************************** */ 
/* clear      */
/* ******************************************************************** */


.clearfix:after {
	clear: both;
	content: "."; 
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*ﾂ･*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.clear{
	clear:both;
}


/* ******************************************************************** */ 
/* テーブル      */
/* ******************************************************************** */
table{
	border-collapse:separate;
	margin-bottom:10px;
	border-radius: 10px;
}

table th{
	background-color: #78bce7;
	border-top: 1px solid #78bce7;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	color: #ffffff;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

table th:first-child{
	border-top-left-radius: 10px;
	border-left: 1px solid #78bce7;
}

table th:last-child{
	border-top-right-radius: 10px;
	border-right: 1px solid #78bce7;
}


table td{
	background-color:#fff;
	border: 1px solid #78bce7;
	padding: 5px;
}

table.timetable td{
	color:#78bce7;
	text-align:center;
	font-size:20px;
	font-weight:bold;
}

table.timetable td.timetable_title{
	color:#78bce7;
	font-weight:bold;
	padding: 5px;
	font-size:12px;
	text-shadow: none

}

#contents table tr td.border-hidden{
    border-bottom-style: hidden;
}

table.timetable td.timetable_title.kadomaru_l{
	border-bottom-left-radius:10px;
}

table.timetable td.kadomaru_r{
	border-bottom-right-radius:10px;
}

.hidden_br{
border-bottom-style: hidden;
border-right-style: hidden;
}




/* ******************************************************************** */ 
/* カラム指定     */
/* ******************************************************************** */	


#contents{
	margin-bottom:20px;
	padding: 10px 0 5px 0;
	width:1000px;
}

#main{
	float:right;
	width:750px;
}

#sidebar{
	float:left;
	width:225px;
}


/* ******************************************************************** */ 
/* ヘッダー      */
/* ******************************************************************** */


#header{
	height:175px;
	width:100%;
	padding: 5px 0px;
}

#header_inner{
	margin:0px auto;
	text-align:center;
	width:1000px;
	padding-top:10px;
}

.header_title{
	font-size:11px;
	letter-spacing:2px;
	margin-bottom:10px;
	text-align:left;
	color:#a99e93;
}

.header_left{
	float:left;
	text-align:left;
}

.header_right{
	float:right;
	text-align:right;
	padding-top:15px;
}


/* ******************************************************************** */ 
/* グローバルナビ      */
/* ******************************************************************** */


#gnavi{
	background-color:#ffffff;
	height:65px;
	margin:-10px 0 15px 0;
	width:100%;
	border-top: 2px dashed #e9e4d4;
	border-bottom: 2px dashed #e9e4d4;
}

#gnavi ul{
	margin:0px auto 0px auto;
	padding:0px;
	width:1000px;
}

#gnavi ul li{
	float:left;
	list-style:none;
}


/* ******************************************************************** */ 
/* TOP画像      */
/* ******************************************************************** */


#top_img{
	margin: 0 atuo;
	height: 500px;
	margin-bottom:20px;
}

#top_img #main_visual_wrap{
	height:500px;
}

#top_img #main_visual_wrap .main_visual_wrap_in{
	width:950px;
	height:500px;
	margin:0 auto;
}

#sub_image{
	width:1000px;
	height:310px;
	margin:0 auto 10px auto;
	position: relative;
}


/* ******************************************************************** */
/* パンくず
/* ******************************************************************** */
.breadcrumb{
	margin: 3px 0 15px 5px;
}

.breadcrumb ul{
	padding-left: 22px;
    background: url(../img/pankuzu_bg.png) no-repeat left 3px;
	margin: 0;
}

.breadcrumb ul span{
	background:url(../img/arw.png) no-repeat left;
	padding-left:20px;
	margin-right:4px;
	font-size:12px;
}

.breadcrumb ul span a:hover{
text-decoration: underline;
}

.breadcrumb ul span:first-child{
	background:none;
	padding:0;
}



/* ******************************************************************** */ 
/* トップページ中央ロゴエリア      */
/* ******************************************************************** */

.main_middle_logo{
	text-align:center;
	margin-bottom:40px;
}

.main_middle_logo img{
	display: block;
	margin: 0 auto;
}

/* ******************************************************************** */ 
/* トップページ特徴      */
/* ******************************************************************** */


#top_feature{
	text-align:center;
	margin-bottom:50px;
}

#top_feature .top_future_box{
	width:320px;
	float:left;
}

#top_feature .top_future_box img{
    display: block;
    margin: 0 auto 10px auto;
}

#top_feature .top_future_box h2{
	border-bottom: dotted 2px #d7d0b9;
	color:#78bce7;
	font-size:18px;
	font-weight:bold;
	padding: 0px 10px;
	margin-bottom:5px;
}

#top_feature .top_future_box p{
	font-size:12px;
	text-align:center;
	padding: 0px 10px;
}


/* ******************************************************************** */ 
/* トップページごあいさつ      */
/* ******************************************************************** */


#top_greeting{
	margin-bottom:20px;
}

#top_greeting h2{
	background:url(../img/h1_bg.png) left top no-repeat;
	border-top:0px;
	border-bottom: 2px dashed #e9e4d4;
	background-color:none;
	color:#75bae6;
	font-size:32px;
	font-weight:normal;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	letter-spacing:5px;
	padding:10px 0px 5px 80px;
	margin-bottom:20px;
}

#top_greeting h2 span{
	color:#d7d0b9;
	font-size:11px;
	letter-spacing:5px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-left:10px;
}

#top_greeting img{
	float:left;
	margin-right:20px;
}

.top_greeting_btn{
	background:url(../img/top_greeting_btn.png) right no-repeat;
	text-align:right;
	padding-top:5px;
}


/* ******************************************************************** */ 
/* トップページ カレンダー      */
/* ******************************************************************** */


#top_schedule{
	width:750px;
	margin:0 auto 40px auto;
}

#top_schedule img {
    display: block;
}

#top_schedule .top_schedule_time{
	width:340px;
	height:220px;
	float:left;
	margin-right:15px;
	background-color:#fff;
	border-radius:10px;
	padding: 10px;
	border: 5px solid #c9c3af;
}

#top_schedule .top_schedule_time p{
	color:#5FAFE3;
 	line-height:10px;
	letter-spacing:0;
	font-size:105%;
}

#top_schedule .top_schedule_time p.time, .information p.time{
	text-align:center;
	line-height:20px;
	margin-top:10px;
	font-weight:bold;
	font-size:120%;
	text-decoration:underline;
}

#top_schedule .top_schedule_calendar {
    height: 330px;
	width:360px;
	float:left;
}

#top_schedule .information{
	width: 715px;
	margin-bottom: 20px;
	border-radius:10px;
	padding: 10px 10px 0;
	border: 5px solid #c9c3af;	
	clear: both;
}


/* ******************************************************************** */ 
/* トップページ診療内容      */
/* ******************************************************************** */


#main .top_service{
	margin-bottom:30px;
}


#main .top_service_box{
	width:170px;
	height:330px;
	border: solid 5px #e9e4d4;
	border-radius:10px;
	background-color:#ffffff;
	float:left;
	text-align:center;
	margin-bottom:10px;
}


#main .top_service_box img{
	display: block;
}

#main .top_service_box h3{
	border-left:none;
	background-image:none;
	font-size:15px;
	color:#78bce7;
	padding:0 0 5px 0;
	border-bottom: 1px solid #d7d0b9;
	margin:10px 0px;
	font-weight:bold;
}

#main .top_service_box p{
	color: #7e7e7e;
	font-size:12px;
	padding: 0px 15px 0px 15px;
	text-align:left;
}

#main .top_service_box a:link { 
	color: #7e7e7e;
 }
 
#main .top_service_box a:hover { 
	color: #7e7e7e;
	text-decoration:underline!important;
 }


/* ******************************************************************** */ 
/* お知らせ     */
/* ******************************************************************** */	


.news{
	margin-bottom:20px;
}

.date{
	color:#808080;
}

#main div.blog_box{
	border-left:0px;
	margin-bottom:5px;
}

#main div.blog_box p{
	font-size:12px;
	padding:0px;
}


/* ******************************************************************** */ 
/* 診療メニュー      */
/* ******************************************************************** */


.paragraph .service_box{
	float:left;
	margin: 0 6px 20px 6px;
	padding:10px 14px;
	width:325px;
	background-color:#FFFFFF;
	border: solid 5px #e9e4d4;
}

.service_box img{
	float:left;
	margin-right:15px;
	width:70px;
}

.service_box p{
	float:left;
	font-size:13px;
	margin-bottom:5px;
	width:240px;
}

.service_box p.p--contact{
	float:left;
	font-size:14px;
	margin-bottom:5px;
	width:100%;
}

.service_details{
	background: url(../img/service_details.png) right no-repeat;
	text-align:right;
	margin-bottom: 30px;
}

.first_contact{
	color:#FFBA61;
	font-size: 18px;
}

.slide_btn {
	display: inline-block;
	width: 320px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	outline: none;
	position: relative;
	z-index: 2;
	line-height: 30px;
	letter-spacing:3px;
	overflow: hidden;
	font-size:13px;
	margin: 0 0px 15px 0px;
	border: solid 1px #d7d0b9;
}

.slide_btn:hover {
	color:#ffffff;
	text-decoration:none;
}

.slide_btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	top: -100%;
	width: 100%;
	height: 100%;
}

.slide_btn,
.slide_btn::before,
.slide_btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.slide_btn:hover::after {
	top: 0;
	background-color: #e9e4d4;
}

/* ******************************************************************** */ 
/* 院内ツアー      */
/* ******************************************************************** */


.tour{
	float:left;
	margin-bottom:20px;
}


/* ******************************************************************** */ 
/* 2カラム      */
/* ******************************************************************** */


.two_column{
	float:left;
	width:365px;
}



/* ******************************************************************** */ 
/* ページトップ      */
/* ******************************************************************** */


.pagetop{
	margin-bottom:20px;
	text-align:right;
}


/* ******************************************************************** */ 
/* サイドバー     */
/* ******************************************************************** */	

#sidebar a img {
    display: block;
}

h2.side_title{
	font-size:17px;
	letter-spacing:3px;
	font-weight:bold;
	background-color:#78bce7;
	padding:15px 20px 10px 15px;
	color:#ffffff;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px; 
}

.sidebanner img{
	margin-bottom:10px;
}

.sidenavi{
	margin-bottom:10px;
}

.sidenavi ul{
	list-style-type:none;
	margin: 0; 
	padding: 0;
}

.sidenavi li{ 
	display: inline; 
	margin: 0; 
	padding: 0; 
}

.sidenavi li a{
	border-bottom: 1px solid #dedede;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	display: block;
	font-size: 13px;
	height:40px;
	line-height:45px;
	padding-left:30px;
	text-align: left;
	text-decoration: none;
	width: 193px;
	background: #ffffff url(../img/side_navi_bg.png) left no-repeat;
}

.sidenavi li a:hover{
	width: 193px;
	background: #f8f6f1 url(../img/side_navi_bg_on.png) left no-repeat;
	text-decoration:none;
}

.side_access{
	text-align:center;
}

.side_access h3{
	background-color:#BBB59E;
	border-radius:5px;
	color:#fff;
	padding:5px 0 3px;
	font-size:14px;
	margin-bottom:7px;
}

.side_access p{
	font-size:13px;
	letter-spacing:-1px;
	margin-bottom:10px;
}

.side_access img{
	display: block;
	margin: 0 auto;
}

.side_access p a:link,
.side_access p a:visited{
	text-decoration:underline;
}

.side_access p a:hover,
.side_access p a:active{
	text-decoration:none;
}

img.map{
	margin-bottom:0px;
}

/* ******************************************************************** */ 
/* フッター      */
/* ******************************************************************** */


#footer{
	background-color:#ffffff;
	border-top: 2px dashed #e9e4d4;
	margin:0px auto;
	padding:10px 0px 0px 0px;
	text-align:center;
	width:100%;
}

#footer .sitemap{
	font-size:13px;
	height:40px;
	line-height:40px;
	margin-top:10px;
	padding-bottom:10px;
	text-align:center;
	color:#ffffff;
}

#footer a:hover{
	text-decoration:none;
}

#footer .footer_inner{
	margin:0px auto;
	padding:15px 0px 10px 0px;
	width:1000px;
}

.footer_left{
	float:left;
	margin-right:25px;
	padding:0px;
	width:525px;
	text-align:left;
}

.footer_left img{
	float:left;
	margin-right:30px;
}

ul.sitemap{
	margin-bottom:10px;
	padding:0px;
}

ul.sitemap li{
	float:left;
	background:url(../img/footer_li_bg.png) left no-repeat;
	padding-top:4px;
	padding-left:15px;
	margin-right:15px;
	line-height:25px;
}

.clinic_title{
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
	padding-top:5px;
}

.footer_left p{
	font-size:13px;
}

.footer_right{
	float:left;
	text-align:right;
	width:445px;
	margin-bottom:10px;
}

.footer_right p{
	text-align:left;
	font-size:11px;
	margin-bottom:0px;
	letter-spacing:1px;
}

.footer_right table{
	margin-bottom:none !important;
}

.footer_small{
	font-size:11px;
	font-weight:bold;
	margin-bottom:0px;
}

#copyright{
	background-color:#60b0e3;
	color:#ffffff;
	font-size:11px;
	height:15px;
	line-height:15px;
	padding: 13px 10px 10px 10px;
	text-align:center;
}


/* ******************************************************************** */ 
/* アクセス　提携病院      */
/* ******************************************************************** */
.paragraph ul.teikei a{
color:#78BCE7;
font-size:110%;
}

table.teikei{
width:100%;
border:1px solid #78BCE7;
border-radius:0;
}

table.teikei tr{
border:0;
}

table.teikei th{
width:30%;
background-color:#78BCE7;
border:1px solid #78BCE7;
border-radius:0;
padding:15px;
}

table.teikei td{
border:0;
padding-left:20px;
}

table.teikei tr a{
color:#666;
}


/*--------------------------------------------------------------
## ページネーション
--------------------------------------------------------------*/
.pagination{
	margin-top:20px;
	font-weight: bold;
}
.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 5px 2px 0;
	padding:4px 10px 3px 10px;
	text-decoration:none;
	width:auto;
	color:#fff!important;
	background: #d7d0b9;
	border-radius: 3px;
}
 
.pagination a:link,
.pagination a:visited,
.pagination a:hover,
.pagination a:active{
color:#fff;
}

.pagination a:hover,
.pagination .current{
	background: #78bce7;
}

.pagination .current{
	padding:4px 10px 3px 10px;
}

.video-wrapper{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.video-inner{
	width:calc( (100% - ( 20px * 1 )) / 2 );
	margin-bottom: 20px;
}

.video-innerItem{
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}

img:hover{
	transition: 0.5s;
	opacity: 0.5;
}

/* ******************************************************************** */ 
/* 固定ボタン      */
/* ******************************************************************** */

.fixTelBtnArea{
	position:fixed;
	right: 20px;
	bottom: 10px;
	z-index: 111;

}

.fixTelBtnLink{
	color: white!important;
	font-weight: bold;
}

.fixTelBtnAreaInner:hover{
	background-color: #e09595;
}

.fixTelBtnAreaInner a{
	color: white!important;
	text-decoration: none;
}

.fixTelBtnAreaInner{
	border-radius: 10px;
	background-color: #e28585;
	padding: 20px 20px;
}

.fixTelBtnImg{
	background: url(../img/icon_contact.svg) no-repeat left center;
    background-size: 20px 20px;
    padding-left: 20px;
}

.fixTelBtnLogoImg{
	background: url(../img/icon_logo.png) no-repeat left center;
    background-size: 20px 20px;
    padding-left: 20px;
}



/* ******************************************************************** */ 
/* 余白設定      */
/* ******************************************************************** */


/*----------margin----------*/
.m0 { margin:0px!important;}

.mt00 { margin-top:0px!important; }
.mt04 { margin-top:4px!important; }
.mt05 { margin-top:5px!important; }
.mt07 { margin-top:7px!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; }
.mt80 { margin-top:80px!important; }
.mt100 { margin-top:100px!important; }

.mr00 { margin-right:0px!important; }
.mr02 { margin-right:2px!important; }
.mr03 { margin-right:3px!important; }
.mr05 { margin-right:5px!important; }
.mr06 { margin-right:6px!important; }
.mr07 { margin-right:7px!important; }
.mr10 { margin-right:10px!important; }
.mr12 { margin-right:12px!important; }
.mr13 { margin-right:13px!important; }
.mr14 { margin-right:14px!important; }
.mr15 { margin-right:15px!important; }
.mr16 { margin-right:16px!important; }
.mr20 { margin-right:20px!important; }
.mr23 { margin-right:23px!important; }
.mr25 { margin-right:25px!important; }
.mr30 { margin-right:30px!important; }
.mr35 { margin-right:35px!important; }
.mr37 { margin-right:37px!important; }
.mr46 { margin-right:46px!important; }

.mb0 { margin-bottom:0px!important; }
.mb02 { margin-bottom:2px!important; }
.mb04 { margin-bottom:4px!important; }
.mb05 { margin-bottom:5px!important; }
.mb10 { margin-bottom:10px!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; }
.mb60 { margin-bottom:60px!important; }

.ml01 { margin-left:1px!important; }
.ml05 { margin-left:5px!important; }
.ml07 { margin-left:7px!important; }
.ml10 { margin-left:10px!important; }
.ml13 { margin-left:13px!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; }
.ml45 { margin-left:45px!important; }
.ml55 { margin-left:55px!important; }
.ml60 { margin-left:60px!important; }
.ml120 { margin-left:120px!important; }
.ml210 { margin-left:210px!important; }
.ml415 { margin-left:415px!important; }
.ml525 { margin-left:525px!important; }

/*----------padding----------*/
.p0 { padding:0px!important; }
.p20{padding:20px!important;}

.pt00 { padding-top:0px!important; }
.pt05 { padding-top:5px!important; }
.pt10 { padding-top:10px!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; }

.pr05 { padding-right:5px!important; }
.pr10 { padding-right:10px!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; }

.pb05 { padding-bottom:5px!important; }
.pb10 { padding-bottom:10px!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; }
.pb42 { padding-bottom:42px!important; }

.pl05 { padding-left:5px!important; }
.pl10 { padding-left:10px!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; }
.pl45 { padding-left:45px!important; }
.pl75 { padding-left:75px!important; }
.pl100 { padding-left:100px!important; }