h1,h2,h3,h4,h5,p,ul,li,dl,dt,dd,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video{
	margin:0;
	padding:0;
	list-style-type:none;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	
}

body{
	margin:0;
	padding:0;
	font-family:'Lucida Grande',Meiryo,sans-serif;
	color:#333;
}

a:link,a:visited{
	color:#CC0000;
}

a:hover,a:active{
	color: #CC9900;
}

a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

img{border:none; vertical-align:top;}

br{letter-spacing:0;}

/*--- layout ---*/


.wrapper{
	width:980px;
	margin-left: auto;
	margin-right: auto;
}

.container{
	width:980px;
	height:100%;
	text-align:left;
	margin:0 auto;
}


/* header
--------------------------------*/

.header{
	width:980px;
	height:100px;
	margin:0 auto;
	position:relative;
}

.header .logo{
	position:absolute;
	top:20px;
	left: 10px;
}

.header .telno{
	position:absolute;
	top:20px;
	left:400px;
}

.header .btn{
	position:absolute;
	top:20px;
	left:705px;
}



.header .btn ul{
	overflow:hidden;
	zoom:1;

}

.header .btn ul li{
	float:left;
	margin-right:5px;
	margin-bottom:3px;
}

.header .btn ul li a{
	display:block;
	background:#FFF;
}

/*---- main ------*/



#main{
	width: 100%;
	padding: 0 auto;
	text-align: center;
	background: linear-gradient(#fff, #FFECF0);
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #FFECF0;
}

#main img{
	float: left;
	width: 135px;
	margin: 15px 0 10px;
}
#main h1{
	float: left;
	width: 845px;
	text-align:center;
	font-size: 34px;
	font-weight: normal;
	line-height: 1.2;
	margin: 30px 0 0;
}

.fs38{font-size: 38px;}
.fs48{font-size: 48px;}
.pink{color: #FF22A4;}

#main2{
	width: 100%;
	height: 230px;
	padding: 0 auto;
	text-align: center;
	background-image: url(../images/main_bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

#main_dr{
	background-image: url(../images/main_dr_bg.jpg);
	background-repeat: repeat-x;
	padding: 0 auto;
	text-align: center;
}

/* contents
------------------------------*/


.w910{
	width: 910px;
	margin-left: auto;
	margin-right: auto;
}

.w930{
	width: 930px;
	margin-left: auto;
	margin-right: auto;
}

.w940{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

.w980{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.clinic_tit{
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #664A2B;
	line-height: 1;
	margin: 50px 0 0;
}

.clinic_logo{
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	padding: 20px 0;
}


/* point_box
--------------------------------*/

.point_box {
	margin-top: 10px;
}

.point_box li{
	float: left;
	width: 242px;
}

.point_box li:first-child{
	padding-right: 4px;
}

.point_box li:nth-child(2){
	padding-right: 4px;
}

.point_box li:nth-child(3){
	padding-right: 4px;
}

/* point03
--------------------------------*/

.point03 h3{
	background-color: #aaeae7;
	padding: 5px 0 5px 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: normal;
}

/* debit-card
--------------------------------*/

.debit-card p{
	float: left;
	width: 710px;
}

/* credit-card
--------------------------------*/
.credit-card table{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	border-collapse: collapse;
}


.credit-card th{
	border: 2px #d2d2d2 solid;
	padding: 10px;
	background-color: #ffe4f0;
	font-weight: normal;
}

.credit-card td{
	border: 2px #d2d2d2 solid;
	padding: 10px;
}

.credit-card img{
	padding: 0 10px 0 15px;
}

.credit-small{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	font-size: 14px;
	
}


/* loan
--------------------------------*/
.loan ul{
	border: 4px #aaeae7 solid;
	margin-top: 20px;
	padding: 0 30px;
}

.loan li:first-child{
	text-align: center;
	font-size: 18px;
	margin: 20px;
	font-weight: 700;
}

.loan li:nth-child(2){
	float: left;
	width: 40px;
}

.loan li:nth-child(3){
	float: left;
	width: 800px;
	
}

.loan li:nth-child(4){
	float: left;
	width: 40px;
}

.loan li:nth-child(5){
	float: left;
	width: 800px;
}

.loan li:nth-child(6){
	float: left;
	width: 40px;
}

.loan li:nth-child(7){
	float: left;
	width: 800px;
	padding-bottom: 20px;
	
}


/* アコーディオン
--------------------------------*/

/*ボックス全体*/
.accbox {
    margin: 2em 0;
    padding: 0;
    max-width: 980px;/*最大幅*/
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 13px 12px;
    color: #FFFFFF;
    font-weight: bold;
	font-size: 1.6rem;
    background: #ff7bad;
    cursor :pointer;
    transition: all 0.5s;
}

/*アイコンを表示*/
.accbox label:before {
    content: '\f107';
    font-family: 'FontAwesome';
    padding-right: 20px;
	color: #FFED00;
	font-size: 1.6em;
}

/*ラベルホバー時*/
.accbox label:hover {
    background :#ff79ac;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px;
    background: #fff5eb;
    opacity: 1;
}

.accbox .accshow p {
    margin: 15px 10px}

/*アイコンを入れ替える*/
.cssacc:checked + label:before {
    content: '\f106';
}

/*メニューの中身*/
.skin-menu h3{
	font-size: 24px;
	margin: 20px;
}

.sub-tit{
	background-color: #ffe5f0;
	color: #ff3783;
	font-size: 20px;
	padding: 5px 10px;
	margin-right: 10px;
}

.skin-menu{
	width: 100%;
	border-bottom: 2px #D7D7D7 dashed;
	padding-bottom: 10px;
}

.skin-menu ul{
	margin: 20px;
}

.skin-menu li:first-child{
	font-size: 14px;
}

.skin-menu li:nth-child(2){
	color: #ff3783;
	font-size: 50px;
	line-height: 1;
	text-align: right;
}

.skin-menu li:last-child{
	float: left;
	width: 720px;
	margin-top: 20px;
}

.price-small{
	font-size: 20px;
}
.price-mid{
	font-size: 30px;
}

.menu-small{
	font-size: 14px;
	margin-right: -10px;
}



/* promise_box
--------------------------------*/

#promise_box {
	width: 980px;
	margin: 30px auto;
}

#promise_box li{
	float: left;
	width: 288px;
	background-color: #FFFFFF;
	height: 620px;
	margin: 20px 6px 20px 8px;
	padding: 10px;
	border: #DFF0FF 2px solid;
	border-radius: 10px;
	font-size: 18px;
	text-align: left;
}

#promise_box img{
	margin: 15px 0;
}



/* contact_box
------------------------------*/
.contact_box{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.cv_btn_bg{
	background-image: url(../images/cv_bg.jpg);
	background-repeat: repeat-y;
	height: 146px;	
}

/* title--activities
--------------------------------*/
.title--activities{
	text-align: center;
}


/* activities_box
--------------------------------*/

#activities_box{
	width: 100%;
	margin: 0;
	padding: 0 auto;
}

#activities_box h3{
	width: 980px;
	margin: 20px 0 15px 40px;
	color: #ff3c6a;
	font-size: 24px;
	text-align: left;
}

#activities_box div{
	width: 980px;
	margin: 0 auto 0 auto;
}

#activities_box p{
	width: 520px;
	font-size: 18px;
	line-height: 180%;
	float: left;
	margin: 0 0 0 20px;
	text-align: left;
}

#activities_box img{
	float: left;
	margin: 0 0 50px 30px;
}

/*---- footer ------*/

.footer{
	width:100%;
	background:url(../images/bg_footer.jpg) repeat-x right bottom;
	text-align:center;
}
.footer p{
	font-size:13px;
	color:#FFF;
	line-height:1.6;
	padding-top:30px;
	text-align:center;
}

.footer address{
	font-size:13px;
	margin-top:15px;
	padding-bottom:15px;
	color:#FFFFFF;
	font-style:normal;
}




/* clinic_box
--------------------------------*/
h2#clinic_tit{
	width: 100%;
	text-align: center;
	color: #fff;
	background-color: #ec6397;
	font-size: 42px;
	line-height: 80px;
	font-weight: normal;
	margin: 40px 0 0 0;
}

#clinic_box{
	width: 980px;
	margin: 40px auto 80px auto;
}

.border_t{
	border-top: 2px solid #ec6397;
}

/*--- clinic_desc_block ---*/

.clinic_desc_block{
	background:#F0F0F0;
	padding:20px 0px 20px 25px;
	border:solid 1px #E4CDEB;
	overflow:hidden;
}

.clinic_desc_block dl{
	width:430px;
	padding:10px;
	background:#FFF;
	border:solid 1px #DDD;
	-moz-box-shadow: 1px 1px 3px #ccc;
	-webkit-box-shadow: 1px 1px 3px #ccc;
	box-shadow: 1px 1px 3px #ccc;
	float:left;
	margin-right:20px;
	height:180px;
}

.clinic_desc_block dl dt img{
	vertical-align:middle;
}

.clinic_desc_block dl dt span{
	padding:2px 5px;
	background:#FF4F94;
	color:#FFFFFF;
	text-align:center;
	display:inline-block;
	margin-left:10px;
	vertical-align:middle;
	font-size:13px;
}

.clinic_desc_block dl dd{
	padding:10px 10px 0;
	font-size:12px;
	line-height:1.8;

}


/*--- clinic_map_block ---*/

.clinic_map_block{
	border:solid 1px #E4CDEB;
	border-top:none;
	background:#FFF;
	overflow:hidden;
}

.clinic_map_block .clinic_map{
	float:left;
	width:649px;
	height:838px;
	background:url(../images/bg_map.jpg) no-repeat left top;
	position:relative;
}

.clinic_map_block .clinic_right{
	float:right;
	width:270px;
	min-height:790px;
	border:solid 14px #FDF0F4;
	background:#FFF;
	padding:15px;
}


.clinic_map_block .clinic_map .area{
	background:#F0F0F0;
	width:200px;
	letter-spacing:-.4em;
}

.clinic_map_block .clinic_map .area h3{
	background:#FF8BB2;
	color:#FFFFFF;
	font-size:14px;
	padding:2px 5px 2px 10px;
	font-weight:normal;
	letter-spacing:normal;
}

.clinic_map_block .clinic_map .area dl{
	background:#FFF;
	padding:5px;
	border-radius: 5px;
	width:80px;
	font-size:12px;
	margin:6px;
	display:inline-block;
	letter-spacing:normal;
	vertical-align:top;
}

.clinic_map_block .clinic_map .area dl + dl{
	margin-left:0px;

}


.clinic_map_block .clinic_map .area dl dt{
	text-align:center;
	font-weight:bold;
	color:#666666;
	line-height:1.2;
	height:35px;
}

.clinic_map_block .clinic_map .area dl.beauty dt{
	line-height:35px;
}

.clinic_map_block .clinic_map .area ul li{
	margin-top:4px;
}

.clinic_map_block .clinic_map a{
	display: block;
	width: 80px;
	border-radius: 5px;
	font-size: 13px;
	padding:3px 0;
	text-decoration:none;
	color: #FFF;
	line-height: 1.1;
	text-align: center;
	cursor: pointer;
	background: rgb(255,170,202); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,170,202,1) 0%, rgba(255,140,179,1) 50%, rgba(255,170,202,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,170,202,1)), color-stop(50%,rgba(255,140,179,1)), color-stop(100%,rgba(255,170,202,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,170,202,1) 0%,rgba(255,140,179,1) 50%,rgba(255,170,202,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,170,202,1) 0%,rgba(255,140,179,1) 50%,rgba(255,170,202,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,170,202,1) 0%,rgba(255,140,179,1) 50%,rgba(255,170,202,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,170,202,1) 0%,rgba(255,140,179,1) 50%,rgba(255,170,202,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaaca', endColorstr='#ffaaca',GradientType=0 ); /* IE6-9 */
	border:solid 1px #FF8DB3;
}


.clinic_map_block .clinic_map .skin a{
	background: rgb(222,191,230); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(222,191,230,1) 0%, rgba(208,165,219,1) 50%, rgba(222,191,230,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222,191,230,1)), color-stop(50%,rgba(208,165,219,1)), color-stop(100%,rgba(222,191,230,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(222,191,230,1) 0%,rgba(208,165,219,1) 50%,rgba(222,191,230,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(222,191,230,1) 0%,rgba(208,165,219,1) 50%,rgba(222,191,230,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(222,191,230,1) 0%,rgba(208,165,219,1) 50%,rgba(222,191,230,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(222,191,230,1) 0%,rgba(208,165,219,1) 50%,rgba(222,191,230,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#debfe6', endColorstr='#debfe6',GradientType=0 ); /* IE6-9 */
	border:solid 1px #CD9CD7;
}

.clinic_map_block .clinic_map a:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}


.clinic_map_block .clinic_map .hokkaido{
	position:absolute;
	left:440px;
	top:17px;
}

.clinic_map_block .clinic_map .tokyo{
	position:absolute;
	left:441px;
	top:211px;
}

.clinic_map_block .clinic_map .kantou{
	position:absolute;
	left:441px;
	top:570px;
}

.clinic_map_block .clinic_map .tyuubu{
	position:absolute;
	left:124px;
	top:37px;
}

.clinic_map_block .clinic_map .kansai{
	position:absolute;
	left:225px;
	top:483px;
}

.clinic_map_block .clinic_map .chugoku{
	position:absolute;
	left:12px;
	top:196px;
}


.clinic_map_block .clinic_map .kyusyu{
	position:absolute;
	left:10px;
	top:522px;
}



.clinic_map_block .clinic_map .tokyo h3{background:#3399CC;}
.clinic_map_block .clinic_map .kantou h3{background:#3399CC;}
.clinic_map_block .clinic_map .tyuubu h3{background:#38B25D;}
.clinic_map_block .clinic_map .kansai h3{background:#99CC00;}
.clinic_map_block .clinic_map .chugoku h3{background:#F5B85A;}
.clinic_map_block .clinic_map .kyusyu h3{background:#EF857D;}


.clinic_map_block .clinic_info h2{
	border-left:solid 4px #FF4D94;
	padding-left:10px;
	color:#FF4D94;
	font-size:15px;
	line-height:1.3;
	margin-bottom:10px;
}


.clinic_map_block .clinic_info .contact_btn{
	margin-bottom:10px;
}

.clinic_map_block .clinic_info .telno{
	font-size:20px;
	color:#FF4D94;
	line-height:1.3;
}
.clinic_map_block .clinic_info .openclose{
	font-size:13px;
	line-height:1.3;
	margin-top:5px;
	margin-bottom:20px;
}

.clinic_map_block .clinic_info .infomation{
	font-size:13px;
	line-height:1.3;
	margin-top:5px;
	margin-bottom:20px;
}

.clinic_map_block .clinic_info .map{
	width:270px;
	height:190px;
	background:#FFF;
}

.clinic_map_block .clinic_info h3{
	font-size:18px;
	padding:5px 0px;
	border-bottom:dashed 1px #AAA;
	margin-bottom:10px;
	font-weight:normal;
}

.clinic_map_block .clinic_info dl.doctor{
	margin:10px 0;
	color:#333333;
	font-size:12px;
	line-height:1.4;
}

.clinic_map_block .clinic_info dl.doctor dt{
	clear:both;
	float:left;
	width:60px;
	font-weight:bold;
}

.clinic_map_block .clinic_info dl.doctor dd{
	padding-left:65px;
	padding-bottom:10px;
}



/*-------doctor_block-------*/
#docter_box{
	width: 100%;
	padding: auto;
	border-top: 2px solid #ec6397;
}

.doctor_block{
	width:600px;
	margin:40px auto;
	overflow:hidden;
}

.doctor_block .photo{
	width:180px;
	float:left;
	text-align:center;
}

.doctor_block .photo p{
	font-size:13px;
	line-height:1.4;
}

.doctor_block .photo img{
	margin-bottom:15px;

}


.doctor_block .right{
	font-size:13px;
	line-height:2;
}

.doctor_block .right table{
	border-left:solid 1px #D4D4D4;
	border-top:solid 1px #D4D4D4;
}


.doctor_block .right table tr th,
.doctor_block .right table tr td{
	border-right:solid 1px #D4D4D4;
	border-bottom:solid 1px #D4D4D4;
	padding:5px;
}
.doctor_block .right table tr th{
	background:#F0F0F0;
	text-indent:10px;
	font-weight:normal;
	text-align:center;
}
.doctor_block .right table tr td{
	padding-left:10px;
}

/*----clearfix----*/
.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
.clearfix{display: inline-block;} 
.clear{clear:both;}

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:block;
    overflow:hidden;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

/*-------general-------*/


.alignC{text-align:center;}
.alignR{text-align:right;}
.alignL{text-align:left;}

.mb0{margin-bottom:0px !important;}
.mb10{margin-bottom:10px !important;}
.mb20{margin-bottom:20px !important;}
.mb30{margin-bottom:30px !important;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}
.mb60{margin-bottom:60px !important;}
.mb70{margin-bottom:70px !important;}
.mb80{margin-bottom:80px !important;}
.mb90{margin-bottom:90px !important;}
.mb100{margin-bottom:100px !important;}

.mt10{margin-top:10px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}

.small{font-size:12px;}
.em{color:#FF2281}
.purple{color:#9966CC;}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
	margin-top:0;
}


#sidenavi {
	position: fixed;
	bottom: 120px;
	right: 0;
	z-index: 30;
}

#sidenavi ul li{
	margin-top:5px;

}




.floatclear{
clear:both;
}

#sec06 
{
background:url(../images/main06.jpg) no-repeat no-repeat;
padding-top:40px;
padding-bottom:40px;
}
#sec06 .left
{
width:200px;
float:left;
text-align:center;
}
#sec06 .right
{
width:400px;
float:left;

}
#sec06 .block
{
width:600px;
margin:0px auto;
}
#sec06 .text1
{
font-size:12px;
line-height:1.2;
margin-top:10px;
}
#sec06 .right
{
font-size:13px;
line-height:2;
}
#sec06 .right table
{
border-left:solid 1px #D4D4D4;
border-top:solid 1px #D4D4D4;

}
#sec06 .right table tr th,
#sec06 .right table tr td
{
border-right:solid 1px #D4D4D4;
border-bottom:solid 1px #D4D4D4;
}
#sec06 .right table tr th
{
background:#F0F0F0;
text-indent:10px;
font-weight:normal;
}
#sec06 .right table tr td
{
padding-left:10px;
}


/*
----------------------------*/

dl.accordion2 {
	margin:0;
}

dl.accordion2 > dt {
	cursor:pointer;
	font-size: 32px;
	color: #fff;
	background-color: #ff79ac;
	background-position: 5px 10px;
	background-repeat: no-repeat;
	background-size: 29px;
	padding: 10px 0 15px 10px;
	line-height: 100%;
	border-bottom: 1px solid #fff;
	text-align: left;
}

dl.accordion2 > dt span{
	display:block;
	background-size: 20px;
	padding: 4px 24px 0 0;
	margin: 0 5px 0 0;
	font-weight: normal;
}
dl.accordion2 > dt span:before {
    content: '\f107';
    font-family: 'FontAwesome';
    padding-right: 10px;
	color: #FFED00;
	font-size: 1.6em;
}

dl.accordion2 > dt.open span:before{
	content: '\f106';
}

dl.accordion2 > dd {
	display: none;
	border-bottom: 1px solid #fff;
	padding: 0 0 40px;
}

.area_box{
	border-top: 1px solid #ccc;
	margin: 20px 0 0;
}

.area_box h2{
	text-align: center;
	border: 1px solid #fff;
	padding: 15px 0;
	line-height: 1;
}

.clinc_left{
	width: 460px;
	float: left;
	margin: 30px 20px 40px 20px;
}
.clinc_right{
	width: 460px;
	float: left;
	margin: 30px 0 40px 0;
}

.gmap{
	width: 460px;
	float: left;
}
.gmap iframe{
	width: 460px;
	height: 410px;
}
.info{
	width: 460px;
}

.clinic_img{
	margin: 10px 0 0 0;
}
.clinic_img li{
	width: 460px;
}

.clinic_img li{
	width: 225px;
	float: left;
}
.clinic_img li img{
	width: 225px;
}
.clinic_img li:first-child{margin-right: 10px;}

.clinc_right .info{
	width: 100%;
	border-top: 1px solid #664A2B;
	border-left: 1px solid #664A2B;	
	margin: 0 0 30px;
}

.clinc_right .info dt{
	border-right: 1px solid #664A2B;
	border-bottom: 1px solid #664A2B;
	text-align: center;
	background-color: #FFFEE4;
	padding: 8px 0;	
}
.clinc_right .info dd{
	border-right: 1px solid #664A2B;
	border-bottom: 1px solid #664A2B;
	padding: 8px;	
}

.doctor_img{
	width: 114px;
	float: left;
	line-height: 1.2;
}
.doctor_img img{
	margin: 10px;
}

.doctor_box .doctor{
	width: 326px;
	float: left;
	margin: 0 0 0 20px;
	line-height: 1.2;
	font-size: 14px;
}

.doctor_box .doctor dt{
	font-weight: bold;
	margin: 0 0 3px 0;
}
.doctor_box .doctor dd{
	margin: 0 0 8px 0;
}

.cv_text{
	clear: both;
	margin: 0 0 20px;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.2;
}