@charset "utf-8";
/*
Theme Name: ホスピタテンプレート(黒)
Theme URI: http://hospita.jp/
Description: <a href="http://hospita.jp/" target="_blank">ホスピタ</a> によるテンプレート
Version: 1.0
Author: ホスピタ
Author URI: http://hospita.jp/
Tags: black
Text Domain: hospita
*/


/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
/*
[YUI Font Size Adjustment]
10px - 77%		11px - 85%		12px - 93%		13px - 100%
14px - 108%		15px - 116%		16px - 123.1%	17px - 131%
18px - 138.5%	19px - 146.5%	20px - 153.9%	21px - 161.6%
22px - 167%		23px - 174%		24px - 182%		25px - 189%
26px - 197%
*/



/*---------------------------------------------------
共通設定
---------------------------------------------------*/

body{
margin:0;
padding:0;
font-family:Meiryo,MS PGothic, Osaka;
text-align:center;
background:#fff;
line-height:1.5em;
color:#666;
}

.c:after{
content:".";
display:block;
clear:both;
height:0;
visibility:hidden;
}
.c{display:inline-block;}
* html .c{height:1%;}
.c{display:block;}

#header{
background:#fff;
width:840px;
}

#page{
width:840px;
margin:0 auto;
padding:2px 10px 0 10px;
text-align:left;
background:url(images/gra_contbg-trans.png) repeat-y;
}

.pagetop{
margin:20px 0 0 0;
padding:0 30px 0 0;
}

.pagetop a{
width:70px;
height:15px;
float:right;
text-indent:-9999px;
background:url(images/pagetop.gif) no-repeat;
}

img{
border:0;
}

a:link,a:visited{
color:#0c4b9a;
}

a:hover{
color:#b3d1ed;
}

a:focus{
outline:none;
}

ul,p{
list-style:none;
margin:0;
padding:0;
}

/*---------------------------------------------------
ヘッダ
---------------------------------------------------*/

#header .description{
margin:0;
padding:3px 10px;
font-size:77%;
font-weight:normal;
line-height:100%;
color:#666;
border-bottom:0px solid #ccc;
text-align:right;
}

#header .left{
width:500px;
float:left;
}

#header .right{
width:330px;
float:right;
}

/* ロゴ */
#header .logo img{
border:0;
margin:31px 0 0 14px;
}

/* 検索フォーム */
#header .right form{
margin:0 5px 0 0;
padding:3px 5px 9px 0;
text-align:right;
}

#header .right form input{
font-size:93%;
}

/* フリーエリア */
#header #head_free{
margin:0 0 3px 0;
font-size:93%;
text-align:right;
padding-right:10px;
}

#header #head_free p{
margin:0;
padding:0;
}

#header  .header-contents {

}


/*---------------------------------------------------
グローバルナビゲーション
---------------------------------------------------*/

#global-navi{
margin:0;
padding:0;
position: relative;
z-index: 10;
}


#global-navi .pagenav{

}
#global-navi .page_item{
}
#global-navi .current_page_item{
}
#global-navi .current_page_parent{
}
#global-navi .current_page_ancestor{
}

/* Superfish設定 */

/*** ESSENTIAL STYLES ***/
#global-navi .sf-menu,
#global-navi .sf-menu li,
#global-navi .sf-menu a{
margin:0;
padding:0;
list-style:none;
}
#global-navi .sf-menu{
line-height:1.0;
}
#global-navi .sf-menu ul{
position:absolute;
top:-999em;
width:10em;/* left offset of submenus need to match (see below) */
}
#global-navi .sf-menu ul li{
width:100%;
}
#global-navi .sf-menu li:hover{
visibility:inherit;/* fixes IE7 'sticky bug' */
}
#global-navi .sf-menu li{
float:left;
position:relative;
}
#global-navi .sf-menu a{
display:block;
position:relative;
}
#global-navi .sf-menu li:hover ul,
#global-navi .sf-menu li.sfHover ul{
left:0;
top:25px;/* 最上メニューの縦幅に合わせる */
z-index:99;
}
#global-navi ul.sf-menu li:hover li ul,
#global-navi ul.sf-menu li.sfHover li ul{
top:-999em;
}
#global-navi ul.sf-menu li li:hover ul,
#global-navi ul.sf-menu li li.sfHover ul{
left:10em;/* match ul width */ /* サブメニュー*/
top:0;
}
#global-navi ul.sf-menu li li:hover li ul,
#global-navi ul.sf-menu li li.sfHover li ul{
top:-999em;
}
#global-navi ul.sf-menu li li li:hover ul,
#global-navi ul.sf-menu li li li.sfHover ul{
left:10em;/* match ul width *//* サブサブメニュー*/
top:0;
}

/*** DEMO SKIN ***/

#global-navi .sf-menu a {
height:25px;
line-height:25px;
border-left:1px solid #fff;
border-top:0px solid #666;
padding:0 2px;
font-size:93%;
text-decoration:none;
background-image:url(images/menu_bar.jpg);
background-repeat:repeat-x;
background-position:0 0;
text-align:center;
}

#global-navi .sf-menu .first{
border-left:0;
}
#global-navi .sf-menu a,
#global-navi .sf-menu a:visited{/* visited pseudo selector so IE6 applies text colour*/
color:#666;

}
#global-navi .sf-menu li li{
background-color:#555;
}
#global-navi .sf-menu li li li {
background-color:#666;
}
#global-navi .sf-menu a:hover{
outline:0;
background-position:0 -25px;

}

#global-navi .sf-menu ul a{
height:25px;
line-height:30px;
font-size:93%;
background-image:none;
background-color:#C6E8FF;
text-align:left;
}
#global-navi .sf-menu ul a:hover{
background-color:#F9E566;
}

/*** arrows **/
#global-navi .sf-menu a.sf-with-ul {
padding-right:2.25em;
min-width:1px;/* trigger IE7 hasLayout so spans position accurately */
}
#global-navi .sf-sub-indicator {
position:absolute;
display:block;
right:.75em;
top:1.05em; /* IE6 only */
width:10px;
height:10px;
text-indent:-999em;
overflow:hidden;
background:url('images/arrows-ffffff.png') no-repeat -10px -100px;/* 8-bit indexed alpha png. IE6 gets solid image only */
}
#global-navi a > .sf-sub-indicator{/* give all except IE6 the correct values */
top:.8em;
background-position:0 -100px;/* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
#global-navi a:focus > .sf-sub-indicator,
#global-navi a:hover > .sf-sub-indicator,
#global-navi a:active > .sf-sub-indicator,
#global-navi li:hover > a > .sf-sub-indicator,
#global-navi li.sfHover > a > .sf-sub-indicator{
background-position:-10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
#global-navi .sf-menu ul .sf-sub-indicator{
background-position:-10px 0;
}
#global-navi .sf-menu ul a > .sf-sub-indicator{
background-position:0 0;
}
/* apply hovers to modern browsers */
#global-navi .sf-menu ul a:focus > .sf-sub-indicator,
#global-navi .sf-menu ul a:hover > .sf-sub-indicator,
#global-navi .sf-menu ul a:active > .sf-sub-indicator,
#global-navi .sf-menu ul li:hover > a > .sf-sub-indicator,
#global-navi .sf-menu ul li.sfHover > a > .sf-sub-indicator{
background-position:-10px 0;/* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
#global-navi .sf-shadow ul{
background:url('images/shadow.png') no-repeat bottom right;
padding:0 8px 9px 0;
-moz-border-radius-bottomleft:17px;
-moz-border-radius-topright:17px;
-webkit-border-top-right-radius:17px;
-webkit-border-bottom-left-radius:17px;
}
#global-navi .sf-shadow ul.sf-shadow-off{
background: transparent;
}

#global-navi .page_home a{
border:0;
}


/*---------------------------------------------------
フッタ
---------------------------------------------------*/

#footer{
margin:30px 0 0 0;
padding:10px 0 20px 0;
border-top:1px solid #ccc;
}

/* フッタナビゲーション */

#footer .footer-menu{
margin:0 0 20px 0;
padding:0 0 10px 0;
border-bottom:1px solid #ddd;
}

#footer .footer-menu ul{
margin:0;
padding:0;
list-style:none;
text-align:center;
}

#footer .footer-menu ul li{
float:left;
width:80px;
}

#footer .footer-menu ul li.page-item-5 a:hover{
text-decoration:none;
}


#footer .footer-menu ul li ul{
padding:5px;
text-align:left;
}

#footer .footer-menu ul li ul li{
padding:0 0 0 10px;
margin:0 0 0 10px;
line-height:1.3em;
background:URL('images/footer_arrow.jpg') no-repeat 0 3px;
}


#footer .footer-menu li ul li{
color:#f00;
}

#footer .footer-menu li{
font-size:98%;
line-height:100%;
}



/* コピーライト */

#footer .copyright{
padding:0 20px;
font-size:77%;
font-family:Verdana,MS PGothic,Osaka;
color:#777;
line-height:100%;
}

#footer .copyright .left{
width:400px;
float:left;
}

#footer .copyright .right{
width:400px;
float:right;
text-align:right;
}



/*---------------------------------------------------
コンテンツ
---------------------------------------------------*/

#wrapper{
margin:0;
padding:30px 14px;
}

/* ヘッダイメージ */

#header_image{
width:100%;
overflow:hidden;
position:relative;
z-index: 1;
}

#header_image h1{
margin:0;
padding:0;
font-size:108%;
}

#header_image img{
position:absolute;
top:0px;
left:0px;
background-color:#fff;
}


/* ヘッダタイトル */

#header_title{
margin:0;
padding:20px 30px;
clear:both;
border-bottom:1px solid #999;
}

#header_img h1{
margin:0;
padding:0;
}

#header_title img{
position:absolute;
top:0px;
left:0px;
background-color:#fff;
}



/*---------------------------------------------------
単一ページ
---------------------------------------------------*/

/* コンテンツ */

body.page #content{

}

body.page #content .entry p{
font-size:100%;
line-height:140%;
color:#666;
margin:15px 0px 15px 5px;
}

body.page #content .entry h2{
margin:10px 0 15px 6px;
padding:5px 0 0 25px;
font-size:120%;
font-weight:normal;
color:#666;
line-height:100%;
width:800px;
height:25px;
font-weight:bold;
background:url(images/title_h2.jpg) no-repeat;
}

body.page #content .entry h3{
width:780px;
height:20px;
margin-bottom:15px;
margin-left:26px;
padding:2px 10px 0;
font-size:108%;
font-weight:normal;
color:#666;
line-height:100%;
background:url(images/title_h3.jpg) no-repeat;
font-weight:bold;
}

body.page #content .entry h4{
margin:10px 26px;
font-size:108%;
font-weight:normal;
color:#05666c;
line-height:100%;
border-bottom:1px solid #05666c;
}

/*====================
院内紹介
====================*/
body.page #content .entry #page_hospital{
padding:0 26px;
}

body.page #content .entry #page_hospital dl{
margin:0 0 0 20px;
}

body.page #content .entry #page_hospital dt,
body.page #content .entry #page_hospital dd{
margin:0;
padding:0;
}

body.page #content .entry #page_hospital dt{
width:330px;
}

body.page #content .entry #page_hospital .clinic_innnai_l{
float:left;
width:370px;
margin:0 0 20px 0;
}

body.page #content .entry #page_hospital .clinic_innnai_r{
float:right;
width:370px;
margin:0 0 20px 0;
}
body.page #content .entry #page_hospital h2{
background:url(images/h2_small.jpg) no-repeat;
margin-left:0;
}

/*===================
院長紹介
===================*/
body.page #content .entry #page_doc dl{
padding:0 20px 0 20px;
}

body.page #content .entry #page_doc dt{
float:left;
margin:0;
padding:0 10px 0 0;
}

body.page #content .entry #page_doc dd{
margin:0;
padding:0;
}

body.page #content .entry #page_doc table .odd th{
border-left:12px solid #C6E8FF;
border-bottom:2px solid #C6E8FF;
vertical-align:bottom;
padding:0 0 0 20px;
} 

body.page #content .entry #page_doc table .odd td{
border-left:5px solid #C6E8FF;
border-bottom:2px solid #C6E8FF;
padding:0 0 0 20px;
} 

body.page #content .entry #page_doc table .even th{
border-left:12px solid #F9E566;
border-bottom:2px solid #F9E566;
vertical-align:bottom;
padding:0 0 0 20px;
}

body.page #content .entry #page_doc table .even td{
border-left:5px solid #F9E566;
border-bottom:2px solid #F9E566;
padding:0 0 0 20px;
} 


/*===================
スタッフ紹介
===================*/
body.page #content .entry #page_staff table .odd th{
border-left:12px solid #C6E8FF;
border-bottom:2px solid #C6E8FF;
vertical-align:bottom;
padding:0 0 0 20px;
} 

body.page #content .entry #page_staff img{
padding:0 0 0 26px;
float:left;
}

body.page #content .entry #page_staff table{
width:550px;
}

body.page #content .entry #page_staff table .odd td{
border-left:5px solid #C6E8FF;
border-bottom:2px solid #C6E8FF;
padding:0 0 0 20px;
} 

body.page #content .entry #page_staff table .even th{
border-left:12px solid #F9E566;
border-bottom:2px solid #F9E566;
vertical-align:bottom;
padding:0 0 0 20px;
}

body.page #content .entry #page_staff table .even td{
border-left:5px solid #F9E566;
border-bottom:2px solid #F9E566;
padding:0 0 0 20px;
} 

/*===================
治療方針
===================*/
body.page #content .entry #houshin dl,
body.page #content .entry #houshin dt,
body.page #content .entry #houshin dd{
margin:0;
padding:0;
}

body.page #content .entry #houshin dt{
float:right;
}




/*===================
診療時間
===================*/
body.page #content .entry #page_time table{
border-top:1px solid #ccc;
border-left:1px solid #ccc;
margin:0 0 0 26px;
}

body.page #content .entry #page_time th,
body.page #content .entry #page_time td{
border-bottom:1px solid #ccc;
border-right:1px solid #ccc;
padding:10px;
text-align:center;
}

/*===================
アクセス
===================*/
body.page #content .entry #page_access ul,
body.page #content .entry #page_access p{
margin:0 0 0 26px;
}

/*===================
矯正歯科
===================*/
body.page #content .entry #page_kyousei ul{
margin:0 0 0 26px;
}

body.page #content .entry #page_kyousei ul dl{
margin:0 0 0 30px;
}

body.page #content .entry #page_kyousei p,
body.page #content .entry #page_kyousei  dl{
margin:0 0 0 26px;
}

body.page #content .entry #page_kyousei dl#inoue dd,
body.page #content .entry #page_kyousei dl#inoue dd ul{
margin:0;
}

body.page #content .entry #page_kyousei #qa01 dl dd,
body.page #content .entry #page_kyousei #qa02 dl dd{
margin:0;
}


/*===================
義歯
===================*/
body.page #content .entry #page_ireba ul,
body.page #content .entry #page_ireba p{
margin:0 0 0 26px;
}

/*===================
審美歯科
===================*/
body.page #content .entry #page_shinbi p{
margin-left:24px;
}

body.page #content .entry #page_shinbi ul,
body.page #content .entry #page_shinbi dl{
margin:0 0 0 24px;
}

body.page #content .entry #page_shinbi dt{
float:left;
}

body.page #content .entry #page_shinbi dd{
padding:20px 0 0 10px;
margin:0;
float:left;
width:400px;
}

/*===================
小児歯科
===================*/
body.page #content .entry #page_syouni p,
body.page #content .entry #page_syouni ul{
margin:0 0 0 24px;
}

body.page #content .entry #page_syouni dl{
margin:20px 0 0 24px;
}

body.page #content .entry #page_syouni dl dt{
float:left;
}

body.page #content .entry #page_syouni dl dd{
width:250px;
margin:0 0 0 10px;
float:left;
}

/*---------------------------------------------------
ブログページ
---------------------------------------------------*/

body.blog-page #content{
padding:0 0 0 25px;
width:570px;
float:left;
}

body.blog-page #sidebar{
width:180px;
float:right;
}


/* アーカイブページ */

body.archive #content h2{
width:570px;
padding:0 0 0 20px;
height:25px;
xxxfont-size:153.9%;
font-size:120%;
font-weight:bold;
color:#666;
line-height:150%;
background:url(images/title_h2_archive.jpg) no-repeat;
}

body.archive #content .posts{

}

body.archive #content .post{
margin:0 0 40px 0;
padding:10px 0 0 0;
border-top:1px solid #333;
}

body.archive #content .post .date{
width:55px;
float:left;
font-family:Arial,MS PGothic,Osaka;
text-align:center;
color:#444;
}

body.archive #content .post .date .year{
font-size:93%;
font-weight:bold;
line-height:110%;
}
body.archive #content .post .date .day{
font-size:46px;
font-weight:bold;
line-height:90%;
letter-spacing:-2px;
}
body.archive #content .post .date .time{
font-size:77%;
line-height:100%;
}

body.archive #content .post .inner{
margin:0 0 0 80px;
}

body.archive #content .post h3{
margin:0 0 5px 0;
padding:0;
font-size:123.1%;
line-height:120%;
}

body.archive #content .post .entry{
margin:0 0 0 0;
padding:0;
font-size:108%;
line-height:130%;
color:#444;
}



body.archive #content .navi{
margin:30px 0 0 0;
}

body.archive #content .navi div{
width:100px;
}

body.archive #content .navi .new{
float:left;
}
body.archive #content .navi .old{
float:right;
text-align:right;
}

body.archive #content .navi a{
padding:3px;
text-decoration:none;
color:#666;
border:1px solid #999;
}

body.archive #content .navi a:hover{
color:#000;
border:1px solid #444;
background-color:#ddd;
}


/* 記事ページ */


body.single #content h1{
margin:0 0 15px 0;
padding:0;
line-height:153.9%;
color:#333;
}

body.single #content .date{
margin:0 0 20px 0;
padding:0 0 15px 0;
font-size:93%;
line-height:100%;
color:#555;
border-bottom:1px solid #ddd;
}

body.single #content .entry{
margin:0 0 0 0;
padding:0 0 0 0;
font-size:108%;
line-height:140%;
color:#333;
}



/*---------------------------------------------------
サイドバー
---------------------------------------------------*/

body.blog-page #sidebar .widget{
margin:0 0 20px 0;
border:1px solid #ccc;
}

body.blog-page #sidebar .widget h2{
margin:0;
padding:3px 10px;
font-size:108%;
color:#333;
line-height:120%;
background-image:url(images/gradation1.png);
background-repeat:repeat-x;
background-position:0;
border:1px solid #fff;
}

body.blog-page #sidebar .widget .inner{
margin:0;
padding:10px;
border-top:1px solid #ccc;
}

body.blog-page #sidebar .widget ul{
margin:0;
padding:0 0 0 1.5em;
}

body.blog-page #sidebar .widget ul li{
margin:5px 0;
padding:0;
}

body.blog-page #sidebar .widget ul li a{
font-size:93%;
line-height:120%;
}

body.blog-page #sidebar .widget ul ul{
margin:0;
padding-bottom:1px;
}


/* サイドフリーエリア */

body.blog-page #sidebar .side_free{
margin:0 0 20px 0;
padding:0;
}


/*---------------------------------------------------
トップページ
---------------------------------------------------*/

body.home #visual{
margin:0;
padding:0;
}

/* 挨拶・お知らせ・新着 */
body.home .top_defo{
margin:0;
}

/* ウェルカムエリア */

body.home #welcome{
margin:0 0 20px 0;
padding:0;
border:0px solid #ccc;
width:812px;
}

body.home #welcome h2{
margin:0;
padding:0 0;
font-size:100%;
font-weight:bold;
color:#fff;
line-height:100%;
background-repeat:repeat-x;
background-position:0 0;
border-bottom:0px solid #555;
}

body.home #welcome .ippan,
body.home #welcome .shinbi{
margin:0 16px 0 0;
}

body.home #welcome .inner{
margin:0;
padding:2px 0 10px 0;
font-size:100%;
line-height:140%;
}

body.home #welcome .inner p{
margin:0;
padding:20px 0 0 0;
font-size:100%;
line-height:140%;
color:#666;
}

body.home #welcome ul{
padding:5px 0 0 25px;
color:#333;
}

/* トップ表示記事 */

body.home #top-entry{
padding:0;
border:0px solid #ccc;
width:395px;
float:left;
background:url(images/top_cont_bg.jpg) repeat-x 0 25px;
}

body.home #top-entry h2{
margin:0 0 0 0;
padding:0;
border:0;
height:25px;
}

body.home #top-entry .inner{

padding:0 15px;
}

body.home #top-entry .inner{
height:179px;
overflow:auto;
}

body.home #top-entry .post{
padding:15px 0 0 0;
}

body.home #top-entry .post h3{
margin:0 0 5px 0;
padding:0 0 0 18px;
font-size:100%;
font-weight:normal;
line-height:120%;
background-image:url(images/arrow1.gif);
background-repeat:no-repeat;
background-position:0px 50%;
}

body.home #top-entry .post .entry p{
margin:0;
padding:0 0 0 15px;
font-size:100%;
line-height:140%;
color:#333;
}

body.home #top-entry .post .more{
margin:0;
padding:5px 0 0 28px;
font-size:93%;
line-height:100%;
}


/* メッセージ・更新情報 */

body.home #middle{
width:395px;
float:right;
}
/*
body.home #middle .left,
body.home #middle .right{
width:380px;
float:left;
}

body.home #middle .right{
float:right;
}
*/

body.home #middle h3{
margin:0 0 0 0;
font-size:123.1%;
font-weight:bold;
color:#fff;
line-height:100%;

}

body.home #middle .inner{
margin:0;
background:url(images/top_cont_bg.jpg) no-repeat 0 top;
}

body.home #middle .inner dl{
padding:8px 10px 0 10px;
overflow:auto;
height:171px;
}

/* 院長メッセージ */

body.home #middle .left .inner p{
margin:0;
padding:8px 10px 0 10px;
font-size:108%;
line-height:130%;
}


/* 更新情報 */

body.home #middle dl{
margin:0;
padding:0;
}

body.home #middle dl dt,
body.home #middle dl dd{
font-size:100%;
line-height:130%;
}

body.home #middle dl dt{
width:85px;
margin:0;
padding:0;
float:left;
clear:left;
color:#333;
}

body.home #middle dl dd{
margin:0 0 8px 0;
padding:0 0 8px 110px;
border-bottom:1px dotted #ccc;
}


/* フリーエリア */

/* 地図・時間 */
body.home #top_free{
margin:28px 0 0 0;
font-size:100%;
line-height:130%;
color:#333;
}

body.home #top_free .time{
float:left;
width:395px;
}

body.home #top_free .time table{
border-top:1px solid #ccc;
border-left:1px solid #ccc;
text-align:center;
margin:22px 0 0 18px;
}

body.home #top_free .time table th,
body.home #top_free .time table td{
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
padding:5px;
}

body.home #top_free .time dl{
margin:10px 0 0 18px;
color:#339;
}

body.home #top_free .time dl dt{
float:left;
background:#F9E566;
padding:3px;
}

body.home #top_free .time dl dd{
padding:3px 0 0 20px;
}

body.home #top_free .time ul{
margin:10px 0 0 18px;
width:355px;
}

body.home #top_free .access{
float:right;
width:395px;
}

body.home #top_free .access dl{
margin:14px 0 0 17px;
}

body.home #top_free .access dl dt{
float:left;
}

body.home #top_free .access dl dd{
margin:0;
float:left;
width:185px;
padding:0 0 0 17px;
}

body.home #top_free .access dl dd dl{
padding:0;
margin:5px 0 0 0;
}

body.home #top_free .access dl dd dl dd{
padding:0;
margin:0;
}

/*================
clearfix
================*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*=================
クラス
=================*/
.bgf2f2f2{
background:#f2f2f2;
}

.pl35_pr35{
padding:0 35px 10px 35px;
}

.pl40_pr20{
padding:0 20px 0 40px;
}

.clf3c{
color:#f3c!important;
}

.clf33{
color:#f33;
}

.breadcrumb{
padding:0 0 0 35px;
}

.mt20{
margin-top:20px;
}

.mt30{
margin-top:30px;
}

.co00f{
color:#00f;
}

.cof00{
color:#f00;
}

.cof33{
color:#f33;
}

.bgC6E8FF{
background:#C6E8FF;
}

.bgF9E566{
background:#F9E566;
}