@charset "utf-8";

/*ブラウザスタイルの初期化
-----------------------------------------------------------------------------------------------------*/
*{
	margin:0;
	padding:0;
	color:#333333;
	font-size: small;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ,sans-serif;
}
table{
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: none;
}
td{
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-size: small;
}


/*文書本体（body）
-----------------------------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
	clear: both;
	background-color: #fff;
}


/*リンクテキスト（a）
-----------------------------------------------------------------------------------------------------*/
a:link {
	color:#fc7513;
	text-decoration:underline;
}
a:visited {
	color:#50abeb;
	text-decoration:underline;
}
a:hover {
	color:#800040;
	text-decoration:underline;
}


/*画像（img）
-----------------------------------------------------------------------------------------------------*/
img {
	border: 0;
}	
img.hover{
     -webkit-transition: opacity 0.2s ease-out;
     -o-transition: opacity 0.2s ease-out;
     -moz-transition: opacity 0.2s ease-out;
}
img.hover:hover{
     opacity: 0.70;
     -moz-opacity: 0.7;
     filter: alpha(opacity=70);
}
img.alignright{
	float: right;
	margin: 20px 0 10px 20px;
	padding: 0;
	display: block;
}
img.alignleft{
	float: left;
	margin: 20px 20px 10px 0;
	padding: 0;
	display: block;
}
img.aligncenter{
	clear: both;
	text-align: center;
	margin: 20px auto 10px auto;
	padding: 0;
	display: block;
}


/* =ヘッダー
-----------------------------------------------------------------------------------------------------*/
#header{
	width: 100%;
	min-width: 1000px;
	height: 195px;
	margin: 0 auto;
	padding: 0;
	clear: both;
	background: url(../../images/bg_header.png) repeat-x center top;
}
#header_inner{
	width: 960px;
	height: 195px;
	margin: 0 auto 0;
	padding: 0 20px;
	background: url(../../images/bg_header_inner.png) no-repeat center top;
	z-index: 1;
}
#header_inner img.sitelogo{
	width: 170px;
	height:188px;
	margin: 0 0 0 15px;
	padding: 0;
	float: left;
}
#header_inner.toppage img.sitelogo{
	width: 170px;
	height:188px;
	margin: 0 0 0 35px;
	padding: 0;
	float: left;
}
#header_fb{
	width: 120px;
	height: 20px;
	float: right;
	padding: 0;
	margin: 25px 0 0 0;
}
#header_inner img.bn_header_mail{
	width: 140px;
	height:29px;
	margin: 20px 20px 0 0 ;
	padding: 0;
	float: right;
}
#header_inner img.bn_header_tel{
	width: 336px;
	height:31px;
	margin: 20px 20px 0 0 ;
	padding: 0;
	float: right;
}
#header_inner #header_submenu{
	width: 724px;
	height: 120px;
	float: right;
	margin: 20px 0 0 0;
	padding: 0;
}
#header_inner.toppage #header_submenu{
	width: 724px;
	height: 120px;
	float: right;
	margin: 20px 20px 0 0;
	padding: 0;
}
#header_submenu ul{
	float: left;
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
}
#header_submenu li{
	float: left;
	width: 106px;
	height: 106px;
	margin: 0 15px 0 0;
	padding: 0;
	display: block;
	list-style: none;
	text-indent: -9999px;
}
#header_submenu li a{
	width: 106px;
	height: 106px;
	display: block;
}
#header_submenu li.contact{
	margin: 0;
}
#header_submenu li.service{
	background: url(../../images/gmenu2_service_on.png) no-repeat center top;
}
#header_submenu li.service a{
	background: url(../../images/gmenu2_service_off.png) no-repeat center top;
}
#header_submenu li.price{
	background: url(../../images/gmenu2_price_on.png) no-repeat center top;
}
#header_submenu li.price a{
	background: url(../../images/gmenu2_price_off.png) no-repeat center top;
}
#header_submenu li.counseling{
	background: url(../../images/gmenu2_counseling_on.png) no-repeat center top;
}
#header_submenu li.counseling a{
	background: url(../../images/gmenu2_counseling_off.png) no-repeat center top;
}
#header_submenu li.cancer{
	background: url(../../images/gmenu_sodan_on.png) no-repeat center top;
}
#header_submenu li.cancer a{
	background: url(../../images/gmenu_sodan_off.png) no-repeat center top;
}
#header_submenu li.faq{
	background: url(../../images/gmenu2_faq_on.png) no-repeat center top;
}
#header_submenu li.faq a{
	background: url(../../images/gmenu2_faq_off.png) no-repeat center top;
}
#header_submenu li.second{
	background: url(../../images/gmenu2_second_on.png) no-repeat center top;
}
#header_submenu li.second a{
	background: url(../../images/gmenu2_second_off.png) no-repeat center top;
}
#header_submenu li.contact{
	background: url(../../images/gmenu_contact_on.png) no-repeat center top;
}
#header_submenu li.contact a{
	background: url(../../images/gmenu_contact_off.png) no-repeat center top;
}
#header_submenu li.current a{
	background: none;
}
#header_submenu li.service a:hover{
	background: none;
}
#header_submenu li.price a:hover{
	background: none;
}
#header_submenu li.counseling a:hover{
	background: none;
}
#header_submenu li.cancer a:hover{
	background: none;
}
#header_submenu li.faq a:hover{
	background: none;
}
#header_submenu li.second a:hover{
	background: none;
}
#header_submenu li.contact a:hover{
	background: none;
}


/*グローバルメニュー
-----------------------------------------------------------------------------------------------------*/
#global_menu{
	width: 100%;
	min-width: 1000px;
	height: 60px;
	margin: 0 auto;
	padding: 0;
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #000;
	background-color: #111;
}
#global_menu_inner {
	width: 950px;
	height: 60px;
	clear:both;
	margin:0 auto 0;
	padding:0px 25px;
	overflow: hidden;
	background-color: #333;
}
#global_menu ul {
	width: 950px;
	list-style: none;
	height: 60px;
	margin: 0;
	padding: 0;
	background-color: #666;
}
#global_menu li {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	display: block;
	text-indent: -9999px;
     -webkit-transition: opacity 0.2s ease-out;
     -o-transition: opacity 0.2s ease-out;
     -moz-transition: opacity 0.2s ease-out;
}
#global_menu li.know{
	width: 159px;
	height: 60px;
	background: url(../../images/gmenu_know2.png) no-repeat center top;
	background-color: red;
}
#global_menu li.people{
	width: 158px;
	height: 60px;
	background: url(../../images/gmenu_people2.png) no-repeat center top;
	background-color: blue;
}
#global_menu li.event{
	width: 158px;
	height: 60px;
	background: url(../../images/gmenu_event2.png) no-repeat center top;
	background-color: red;
}
#global_menu li.career{
	width: 158px;
	height: 60px;
	background: url(../../images/gmenu_career2.png) no-repeat center top;
	background-color: blue;
}
#global_menu li.doctor{
	width: 158px;
	height: 60px;
	background: url(../../images/gmenu_doctor2.png) no-repeat center top;
	background-color: red;
}
#global_menu li.learn{
	width: 159px;
	height: 60px;
	background: url(../../images/gmenu_laern2.png) no-repeat center top;
	background-color: blue;
	margin: 0 0 0 0;
}
#global_menu li:hover{
     opacity: 0.70;
     -moz-opacity: 0.7;
     filter: alpha(opacity=70);
}
#global_menu li a{
	display: block;
	height: 159px;
}


/*ページトップへ戻る
-----------------------------------------------------------------------------------------------------*/
#pagetop {
	width: 960px;
	margin: 10px auto;
	padding: 0 20px;
	text-align: right;
}	


/*フッター
-----------------------------------------------------------------------------------------------------*/
#footer {
	width: 100%;
	min-width: 1000px;
	height: 180px;
	margin: 0 auto;
	padding: 0;
	clear: both;
	background: url(../../images/bg_footer.jpg) repeat-x center top;
}
#footer_inner{
	width: 960px;
	height: 180px;
	padding: 0 20px;
	margin: 0 auto;
	overflow: hidden;
}
#footer_inner ul{
	width: 600px;
	margin: 50px 0 0 0;
	padding: 0;
	list-style: none;
	float: left;
}
#footer_inner li{
	margin: 0 0 30px 0;
	padding: 0 20px 0 0;
	list-style: none;
	float: left;
}
#footer_inner li a{
	font-size: 110%;
	color: #fff;
	text-decoration: none;
}
#footer_inner li a:hover{
	color: #ccc;
	text-decoration: underline;
}
#footer_inner p {
	width: 600px;
	float: left;
	color: #71bcdb;
	font-size: 100%;
	margin: 0 auto 0;
	padding: 0;
}
#footer_inner img{
	width: 245px;
	height: 80px;
	float: right;
	margin: 50px 0 0 0;
	padding: 0;
}


/*サイドバー
-----------------------------------------------------------------------------------------------------*/
#sidebar {
	width: 280px;
	float: right;
	margin: 0 0 0 0;
	padding: 0;
	background-color: #eee;
}
#sidebar img.side_bn{
	padding: 0;
	margin: 0 0 10px 0;
}
#side-box{
	width: 280px;
	padding: 0;
	margin: 0 0 30px 0;
}
#side-box h3.widget-title{
	padding:0;
	margin: 0;
	display: none;
}


/*コンテンツ
-----------------------------------------------------------------------------------------------------*/
#content {
	width: 960px;
	min-height: 756px;
	margin: 0 auto;
	padding: 55px 20px 0 20px;
	overflow: hidden;
	background: url(../../images/bg_content.gif) no-repeat center top;
}
#content_inner{
	width: 880px;
	margin: 0 auto;
	padding: 55px 0;
}
#content_inner.post{
	padding: 30px 0 0 0;
}
.pagetitle{
	height: 70px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 240%;
	font-weight: normal;
}
.pagetitle img{
	margin: 0 0 0 0;
	padding: 0;
}
.subtitle{
	font-size: 210%;
	line-height: 1.5em;
	padding: 0 0 20px 0;
	margin: 0 0 70px 0px;
	letter-spacing: 2px;
	color: #1991ca;
	font-weight: normal;
	text-align: center;
	background: url(../../images/h2_line.gif) no-repeat center bottom;
}
.subtitlesub{
	font-size: 210%;
	line-height: 1.5em;
	padding: 0 0 20px 0;
	margin: 50px 0 70px 0px;
	letter-spacing: 2px;
	color: #1991ca;
	font-weight: normal;
	text-align: center;
	background: url(../../images/h2_line.gif) no-repeat center bottom;
}
.topictitle{
	font-size: 160%;
	font-weight: bold;
	line-height: 1.8em;
	padding: 0 0 0 0;
	margin: 50px 0 10px 0;
	letter-spacing: 0px;
	color: #000;
	font-weight: normal;
}
.smalltitle{
	width: intrinsic;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.5em;
	padding: 5px 10px;
	margin: 20px 0 10px 0;
	letter-spacing: 1px;
	color: #fff;
	background-color: #ff6d37;
	border-v: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	clear: both;
	overflow: hidden;
}
#content p{
	font-size: 110%;
	line-height: 1.8em;
	padding: 0 0 15px 0;
	margin: 0;
}
#content p a{
	font-size: 100%;
	padding: 0 2px;
}
#content ul{
	padding: 15px 0 30px 20px;
	margin: 0;
}
#content ul li{
	font-size: 110%;
	line-height: 1.5em;
	padding: 0 0 10px 0;
	margin: 0;
}
#content ul li a{
	font-size: 100%;
	line-height: 1.5em;
}
#content ol{
	padding: 0 0 15px 20px;
	margin: 0;
}
#content ol li{
	font-size: small;
	line-height: 1.5em;
	padding: 0 0 15px 0;
	margin: 0;
}
#content ol li a{
	font-size: small;
	line-height: 1.5em;
}
#content strong{
	font-size: medium;
	font-weight:bold;
	color:#e44918;
}
#content b {
	font-size: medium;
	font-weight:bold;
	color:#2685d5;
}
#content span.red {
	color:#FF0000;
}
#postdate{
	margin: 10px 0 30px 55px;
	color: #999;
}
hr.hrborder{
	width: 880px;
	height: 5px;
	background: url(../../images/hr_line.gif) no-repeat center top;
	margin: 50px 0;
	padding: 0;
	border: none;
}
p.center{
	text-align: center;
}


/*パン屑
-----------------------------------------------------------------------------------------------------*/
#pankuzu{
	width: 950px;
	margin: 0 auto 0;
	padding: 20px 0;
	font-size: 12px;
}
#pankuzu a{
	font-size: 100%;
	padding: 0 0 0 0;
}


/*トップページ
-----------------------------------------------------------------------------------------------------*/
/*メイン画像
---------------------------------------------*/
.top-visual{
	width: 100%;
	min-width: 1000px;
	height: 400px;
	padding: 0;
	margin: 0 auto;
	background-color: #e2e2e0;
}
.top-visual-inner{
	width: 960px;
	height: 400px;
	padding: 0 20px;
	margin: 0 auto;
	background: url(../../images/visual.png) no-repeat center top;
	position: relative;
}
.top-visual-contact{
	position: absolute;
	left: 28px;
	bottom: 35px;
}
.top-visual-contact a{
	display: block;
	background-color: orange;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.top-visual-contact a:hover{
	background-color: #dd6225;
}

/*更新情報
---------------------------------------------*/
#top_topics{
	width: 100%;
	min-width: 1000px;
	height: 550px;
	margin: 0 auto;
	padding: 0;
	clear: both;
	overflow: hidden;
	background: url(../../images/bg_top_news.jpg) repeat-x center top;
}
#top_topics_inner {
	width: 920px;
	height: 450px;
	clear:both;
	margin:0 auto 0;
	padding:50px 40px;
	position: relative;
}
.bn_top_about{
	float: left;
	margin: 0;
	padding: 0;
}
#top_news{
	float: right;
	width: 400px;
	margin: 0;
	padding: 20px;
	background-color: #fff;
	border-v: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#top_news h2{
	margin: 0 0 20px 0;
	padding: 0;
}
#top_one_news{
	width: 100%;
	padding: 0 0 15px 0;
	margin: 0;
	overflow: hidden;
	clear: both;
}
#top_news_date{
	float: left;
	width: 110px;
	font-weight: bold;
	font-size: 120%;
	padding: 0;
	margin: 0;
}
#top_news_text{
	width: 280px;
	float: right;
	text-align: left;
	padding: 0;
	margin: 0;
}
#top_news_text a{
	font-size: 110%;
}
.bn_topic_all{
	margin: 15px 0px 0px 0px;
	padding: 0;
	float: right;
}

/*サービス案内
---------------------------------------------*/
#top_service {
	width: 960px;
	margin:0 auto 0;
	padding:50px 20px 85px 20px;
	overflow: hidden;
	text-align: center;
	clear:both;
	background-color: #fff;
}
#top_service h2{
	margin: 0 0 34px 0;
	padding: 0;
}


/*応援
---------------------------------------------*/
#top_cheer{
	width: 100%;
	min-width: 1000px;
	margin: 0;
	padding:50px 0 50px 0;
	border-top: 10px solid #6392c6;
}
#top_cheer_inner {
	width: 960px;
	margin:0 auto 0;
	padding: 0 20px;
	overflow: hidden;
	text-align: left;
	clear:both;
	background-color: #fff;
}
#top_cheer h2{
	margin: 0 0 35px 0;
	padding: 0;
	text-align: center;
}
#top_cheer p{
	margin: 0 0 35px 0;
	padding: 0;
	font-size: 120%;
}
#top_cheer table{	
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
}
#top_cheer table th{
	width: 450px;
	padding: 10px ; 
	border-bottom: 1px solid #ccc;
}
#top_cheer table td{
	width: auto;
	padding: 10px ; 
	border-bottom: 1px solid #ccc;
}


/*お問い合わせ
-----------------------------------------------------------------------------------------------------*/
#contact table{
	width: 800px;
	margin: 50px auto 30px auto;
	border-top: 1px solid #ccc;
}
#contact table td.title{
	width: 240px;
	padding: 10px 20px 10px 0;
	margin: 0;
	font-size: 110%;
	border-bottom: 1px solid #ccc;
}
#contact table td.text{
	width: auto;
	padding: 10px 0;
	margin: 0;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
}
#contact table td.text span.wpcf7-list-item{
	width: 500px;
	float: left;
	margin: 0 10px 10px 0;
}
#contact table td.text .wpcf7-list-item-label{
	font-size: 15px;
}
#contact table td.text p.caption{
	font-size: 13px;
	clear: both;
}
#contact table td.title span{
	margin: 0 0 0 5px;
	color: red;
}
#contact table td.text .wpcf7-not-valid-tip{
	clear: both;
	font-size: 15px;
	font-weight: bold;
}
#contact input{
	font-size: 16px;
	padding: 3px 5px;
	margin: 0 0 5px 0;
}
#contact input.wpcf7-acceptance{
     width: 20px;
}
#contact select{
	font-size: 16px;
	padding: 3px 5px;
	margin: 0 0 5px 0;
}
#contact textarea{
	width: 400px;
	font-size: 16px;
	padding: 5px;
}
#content #formbutton input{
	font-size: 120%;
	width: 300px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 10px 0;
	margin: 0 0 0 284px;
	display: block;
	background-color: #f4782c;
	color: #fff;
	letter-spacing: 2px;
	border-v: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}


/*料金について
-----------------------------------------------------------------------------------------------------*/
#price table{
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0;
}
#price table td{
	padding: 20px 20px 15px 20px;
	margin: 0;
	border: 1px solid #9f9f9f;
}
#price table td.title{
	width: 300px;
	font-size: 140%;
	font-weight: bold;
	line-height: 1.5em;
}
#price table td.text{
	font-size: 120%;
	line-height: 1.5em;
}


/*がん相談の内容
-----------------------------------------------------------------------------------------------------*/
#cancer_detail_title{
	width: 280px;
	height: auto;
	float: left;
}
#cancer_detail_title h3{
	font-size: 160%;
	color: #2093cb;
	font-weight: normal;
	line-height: 1em;
}
#cancer_detail_detail{
	width: 600px;
	height: auto;
	float: right;
	padding: 0 0 30px 0;
	margin: 0;
}
#cancer_detail_detail h4{
	margin: 0 0 0 0;
	padding: 0;
	font-weight: normal;
	font-size: 120%;
}
.cancer_step{
	margin: 0 0 20px 0;
}
.counseling_tel{
	float: left;
	margin: 0 20px 20px 0;
	padding: 0;
}
.counseling_mail{
	float: left;
	margin: 0 10px 20px 0;
	padding: 0;
}
.counseling_sankaku{
	margin: 10px 0 15px 20px;
	padding: 0;
}
.clear{
	clear: both;
}
#problem{
	float: left;
	width: 350px;
	padding: 15px 15px 0 15px;
	border: 3px solid #1991ca;
	margin: 0 20px 0 0;
}
#problem b{
	color: #1991ca;
}
p.counseling_sankaku_r{
	float: left;
	margin: 20px 0 0 0;
	padding: 40px 0 0 0;
	clear: none;
}
p.counseling_sankaku_r img{
	padding: 65px 0 0 15px;
}
#kaizen{
	float: right;
	width: 350px;
	padding: 15px 15px 0 15px;
	border: 3px solid #f68634;
}
#kaizen b{
	color: #f68634;
}



/*サービスの特徴
-----------------------------------------------------------------------------------------------------*/
#service_feature{
	text-align: center;
}
#service_feature ul {
	display: inline-block;
	*display: inline; /* IE7 and below */
	*zoom:1; /* IE7 and below */
	margin: 0;
	padding: 0;
} 
#service_feature li {
	width: 260px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0; 
}
#service_feature li + li {
	margin: 0 0 0 30px;
}
#service_feature li img{
	margin: 0 0 30px 0;
	padding: 0; 
}
#service_feature li h4{
	color: #1991ca;
	font-size: 140%;
	font-weight: normal;
	margin: 0 0 30px 0;
}
#service_feature li p{
	font-size: 100%;
}
.feature_why{
	margin: 50px 0 50px 0;
	padding: 0;
}



/*よくあるご質問
-----------------------------------------------------------------------------------------------------*/
.faq_top{
	background: url(../../images/ic_faq.gif) no-repeat left top;
	padding: 8px 0 0 60px;
	margin: 10px 0 30px 0;
	color: #1991ca;
	font-size: 160%;
	font-weight: normal;
	line-height: 1.4em;
	min-height: 44px;
	vertical-align: middle;
}
.faq{
	background: url(../../images/ic_faq.gif) no-repeat left center;
	padding: 8px 0 0 60px;
	margin: 60px 0 30px 0;
	color: #1991ca;
	font-size: 160%;
	font-weight: normal;
	line-height: 1.4em;
	min-height: 44px;
}



/*キャンコネとは
-----------------------------------------------------------------------------------------------------*/
#about_feature{
	padding: 0;
	margin: 0;
}
#content #about_feature ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#content #about_feature li{
	margin: 0 0 10px 0;
	padding: 45px 0 0 180px;
	min-height: 111px;
}
#about_feature li.one{
	background: url(../../images/about1.jpg) no-repeat left top;
}
#about_feature li.two{
	background: url(../../images/about2.jpg) no-repeat left top;
}
#about_feature li.three{
	background: url(../../images/about3.jpg) no-repeat left top;
}
#content #about_feature img{
	margin: 0 0 20px 0;
}
#profile_pic{
	width: 270px;
	float: left;
	overflow: hidden;
	padding: 0 0 50px 0;
	margin: 0;
}
#profile_text{
	width: 600px;
	float: right;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.companytitle{
	float: left;
	margin: 0;
	padding: 0;
}
#company_prifile{
	width: 600px;
	float: right;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#company_prifile td{
	padding: 0 0 10px 0;
	line-height: 1.5em;
	font-size: 110%;
}
#company_prifile td.title{
	width: 120px;
	font-weight: bold;
}



/*更新情報
-----------------------------------------------------------------------------------------------------*/
#post_date{
	padding: 0;
	margin: 0 0 30px 0;
	color: #999;
}
#post_tw{
	margin: 30px 0 10px 0;
}
#post_fb{
	margin: 0 0 10px 0;
}

#topic_all{
	width: 880px;
	margin: 0;
	padding: 0;
}
#one_topic{
	width: 880px;
	margin: 0;
	padding: 0;
	clear: both;
}
#one_topic_date{
	width: 160px;
	padding: 0 0 5px 0;
	margin: 0;
	float: left;
	font-size: 120%;
}
#one_topic_text{
	white-space: 660px;
	padding: 0 0 5px 0;
	margin: 0;
	float: left;
}
#one_topic_text a{
	font-size: 120%;
	line-height: 1.5em;
}



/*取扱保険会社
-----------------------------------------------------------------------------------------------------*/
#insurance_box{
	border: 1px solid #ccc;
	height: 55px;
	line-height: 55px;
	padding: 10px 20px;
	margin: 0 0 10px 0;
	vertical-align: middle;
	overflow: hidden;
}
#insurance_box a{
	font-size: 120%;
}
#insurance_box img{
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}




