/*-----------------------
	TOPページ
-------------------------*/
#topWrap {
    position: relative;
	background:url(../img/back.jpg) repeat-y;
	background-position:center top;
	background-color:#000;
    width: 100%;
    overflow: hidden;
    top:0px;
}
#topCoverWrap {
    position: absolute;
    height: 3000px;
    width: 100%;
    background-color:#FFF;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: -1;
}
.coverBG {
    position: relative;
    min-width: 1000px;
    background-position: 50% 70%;
    overflow: hidden;
}
.coverWrap {
    position: relative;
}
.phrase{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 700px;
    margin: -250px 0 0 -650px;
}
.phrase img{
    width: 100%;
}
.pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 100%;
    background: url(/img/pattern.png) repeat;
    top: 0;
    left: 0;
    opacity: 0.5;
}
.topLogo {
    display: block;
    text-align: center;
    width: 320px;
    margin: 0 auto;
}
.topLogo img {
    width: 100%;
}

#top_canpainimg{
	width:960px;
	height:1090px;
	margin:5px auto;
}
#top_girlssearch_banner{
	width:960px;
	height:auto;
	margin:0 auto 5px;
}
#top_x_banner{
	width:960px;
	height:auto;
	margin:0 auto 5px;
}
#top_coupon_banner{
	width:960px;
	height:auto;
	margin:0 auto 5px;
}
#top_magazine_banner{
	width:960px;
	height:auto;
	margin:0 auto 5px;
}
.main_contents{
	width:750px;
	height:auto;
	margin-left:5px;
	margin-bottom:5px;
	overflow:hidden;
}
.pickup_box{
	background:url(../top/img/pickup_bg.jpg) no-repeat;
	background-position:center bottom;
	width:340px;
	height:475px;
	float:left;
}
.portfolio{
	width:300px;
	height:433px;
	float:left;
	margin:0;
	padding:16px 20px;
	position:relative;
}
.portfolio img{
	width:300px;
	height:415px;
	overflow:hidden;
}
.pickup_girlsname{
	font-size:16px;
	color:#e6dda6;
	font-weight:bold;
	z-index:2;
	top:395px;
	left:5px;
	text-shadow: 1px 1px 1px #000;
	position:absolute;
}
.newgirl_box{
	width:400px;
	height:475px;
	float:right;
}
.newgirl_contents{
	width:400px;
	height:440px;
	overflow-x:hidden;
	border-bottom:1px #666 dotted;
}
.ngirl_waku{
	width:400px;
	height:auto;
	padding:3px 0px;
	margin-bottom:5px;
	overflow:hidden;
	border-bottom:1px #777 dotted;
}
.ngirl_photo{
	width:155px;
	height:214px;
	float:left;
}
.ngirl_text{
	text-align:left;
	width:240px;
	height:auto;
	float:right;
}
.gname{
	font-size:14px;
	color:#000;
	line-height:1.2em;
}
.gsize{
	font-size:12px;
	color:#666;
	line-height:1.2em;
}
.gtext{
	font-size:12px;
	color:#000;
	line-height:1.2em;
}

.top_movie_box{
	width:750px;
	height:auto;
	overflow:hidden;
	margin:5px auto;
}
.top_movie_girl{
	background-color:#dfd9bf;
	width:370px;
	height:auto;
	overflow:hidden;
	float:left;
	padding-top:2px;
	margin:5px 2px;
	text-align:center;
}
.top_movie_girlname{
	width:370px;
	font-size:14px;
	color:#000;
	text-align:center;
	line-height:2em;
}

.infosche_box{
	width:560px;
	height:auto;
	margin-left:5px;
	overflow:hidden;
	float:left;
}
.info_box{
	width:560px;
	height:auto;
	overflow:hidden;
}
.info_contents{
	width:550px;
	height:305px;
	overflow-x:hidden;
	padding:3px;
}
.info_textbox{
	width:539px;
	height:auto;
	padding:3px;
	overflow:hidden;
	margin:3px auto;
	border-bottom:1px #666 dotted;
}
.info_photo{
	width:86px;
	height:119px;
	float:left;
}
.info_text{
	text-align:left;
	width:430px;
	height:auto;
	margin-left:10px;
	float:right;
}
.idate{
	font-size:14px;
	color:#000;
	line-height:1.2em;
	font-weight:bold;
}
.ititle{
	font-size:14px;
	color:#666;
	line-height:1.2em;
}
.itext{
	font-size:14px;
	color:#000;
	line-height:1.2em;
}
.todaysche_box{
	width:560px;
	height:auto;
	overflow:hidden;
}
.todaysche_contents{
	width:550px;
	height:auto;
	overflow:hidden;
	padding:3px;
}
.tdys_girl{
	text-align:center;
	background:url(../top/img/castbg.jpg) no-repeat;
	width:132px;
	height:273px;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}
.tdys_newmark{
	width:130px;
	height:24px;
	margin:1px auto;
}
.tdys_girlsphoto{
	display:block;
	width:120px;
	height:166px;
	margin:7px auto;
	overflow:hidden;
	position:relative;
}
.tdys_girlsphoto:hover .text-holder,
.tdys_girlsphoto img:hover .text-holder {
    opacity: 1;
}
.tdys_girlsphoto:hover .text-holder .text-middle,
.tdys_girlsphoto img:hover  .text-holder .text-middle {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.tdys_girlsphoto a:hover,
.tdys_girlsphoto img:hover {
  background-color: transparent;
}
.tdys_girlsphoto img a:hover {
	width:140px;
}
.text-holder {
    line-height: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(51, 51, 51, 0.5);
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    overflow: hidden;
}
.text-holder-Inner {
    display: table;
    width: 100%;
    height: 70%;
    padding-top: 5%;
}
.text-middle {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}
.text-middle h3{
	font-size:.7em;
	line-height:1.2em;
	margin:1% 0;
}
ul.girlsIcon {
    width: 90%;
    margin: 3% auto 0;
    text-align: center;
}
.girlsIcon li {
    display: inline-block;
    vertical-align: top;
    width: 28%;
    margin:0 1px 3px;
    background: rgba(255, 180, 0, 0.7);
    padding: 5px 1%;
    font-size: 1rem;
    text-align: center;
}
ul.girlsIcon_en {
    width: 90%;
    margin: 3% auto 0;
	padding:0;
    text-align: center;
}
.girlsIcon_en li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin:1px auto;
    background: rgba(255, 180, 0, 0.7);
    padding: 1% 5px;
    font-size: 1rem;
    text-align: center;
}
.text-middle .comment {
    margin-top: 10px;
    font-size: 1.3rem;
    padding: 0 1%;
}
.castlist_girlname_xicon{
	width:100%;
	display: flex;
	justify-content: space-between;
}
.tdys_girl_name{
	width:75%;
	margin:1% auto;
	font-size:14px;
	color:#532823;
	font-weight:bold;
	line-height:1.5em;
	text-align:center;
}
.tdys_girl_size{
	font-size:12px;
	color:#532823;
	line-height:1.3em;
}
.castlist_xicon{
	width:25px;
	margin:1%;
	text-align:center;
}
.tdys_girl_time{
	text-align:left;
	width:120px;
	font-size:12px;
	color:#532823;
	line-height:1.5em;
	margin:0px auto;
}
.right_bannerbox{
	width:180px;
	height:auto;
	overflow:hidden;
	float:right;
}
.twitter_area{
	width:180px;
	height:auto;
	overflow:hidden;
	margin-bottom:10px;
}
.right_banner{
	width:180px;
	height:auto;
	font-size:14px;
	color:#fff;
	line-height:3em;
	margin-bottom:5px;
	overflow:hidden;
}
.topbanner_contents{
	width:180px;
	height:auto;
	margin-bottom:10px;
	overflow:hidden;
}

.top_moviebanner{
	width:750px;
	height:auto;
	overflow:hidden;
	margin:10px auto;
}
.top_recruitbanner{
	width:750px;
	height:auto;
	overflow:hidden;
	margin:10px auto;
}

.index_fujoho_banner{
	display:table;
	table-layout:fixed;
	width:750px;
	height:auto;
	overflow:hidden;
	padding-bottom:10px;
	margin:10px auto 0;
}
.index_fujoho_kuti{
	display:table-cell;
	vertical-align:top;
	width:430px;
	overflow:hidden;
	padding:0 1px;
	text-align:center;
	box-sizing:content-box;
}
.index_fujoho_hime{
	display:table-cell;
	vertical-align:top;
	width:auto;
	overflow:hidden;
	padding:0 1px;
	text-align:center;
	box-sizing:content-box;
}
.top_banner{
	width:750px;
	height:auto;
	overflow:hidden;
	margin:10px auto;
}
/*-----------------------*/
#contentsWrap {
	background:url(../img/back.jpg) repeat-y;
	background-position:center top 100px;
	background-color:#000;
    width: 100%;
    height:auto;
    overflow: hidden;
    padding-top:90px;
    border-bottom:5px #000 solid;
}

/*-----------------------
	在籍表ページ
-------------------------*/
.cast_box{
	width:560px;
	height:auto;
	overflow:hidden;
	float:left;
}
.cast_contents{
	width:550px;
	height:auto;
	overflow:hidden;
	padding:3px;
}
.girls_formBox{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:1% 0;
}
.gf{
	width:98%;
	font-size:1em;
	line-height:1.4em;
	padding:1%;
	margin:1% auto;
}
.girls_formBox table{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:1% 0;
}
.girls_formBox table td{
	font-size: .8em;
	line-height:1.4em;
	padding:1px;
}
input[type=checkbox] {
    display: none;
}
.checkbox02 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.checkbox02::before {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox02::after {
    border-right: 6px solid #cc8b00;
    border-bottom: 3px solid #cc8b00;
    content: '';
    display: block;
    height: 20px;
    left: 7px;
    margin-top: -16px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 9px;
}
input[type=checkbox]:checked + .checkbox02::before {
    border-color: #666;
}
input[type=checkbox]:checked + .checkbox02::after {
    opacity: 1;
}
.girls_search_submit{
	width:30%;
	font-size:1em;
	line-height:1.2em;
	text-align:center;
	margin:1% 33%;
}
/*-----------------------
	動画ページ
-------------------------*/
.castmovie_box{
	width:560px;
	height:auto;
	overflow:hidden;
	float:left;
}
.castmovie_contents{
	width:560px;
	height:auto;
	overflow:hidden;
	padding:3px;
}
.cast_movie{
	text-align:center;
	background-color:#000;
	width:260px;
	height:auto;
	float:left;
	padding:5px;
	margin-right:5px;
	margin-bottom:5px;
	box-sizing:content-box;
}
.castmovie_photo{
	display:block;
	width:260px;
	height:195px;
}
.castmovie_name{
	width:260px;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	line-height:1.5em;
}
/*-----------------------
	出勤表ページ
-------------------------*/
.schedule_box{
	width:560px;
	height:auto;
	overflow:hidden;
	float:left;
}
.schedule_days{
	width:560px;
	height:auto;
	overflow:hidden;
}
.schedule_day{
	background-color:#eae6d5;
	width:100px;
	height:25px;
	text-align:center;
	font-size:12px;
	color:#000;
	line-height:2em;
	float:left;
	border:1px #000 solid;
}
.schedule_subtitle{
	background:url(../top/img/schedule_subtitle.jpg) no-repeat;
	width:555px;
	height:30px;
	text-align:left;
	font-size:14px;
	color:#532823;
	font-weight:bold;
	line-height:2.5em;
	padding-left:5px;
}
.schedule_contents{
	width:550px;
	height:auto;
	overflow:hidden;
	padding:3px;
}
/*-----------------------
	マップページ
-------------------------*/
.map_box{
	width:560px;
	height:auto;
	overflow:hidden;
	float:left;
}
.map_contents{
	width:560px;
	height:auto;
	margin:5px auto;
}
.map_img{
	background:url(../top/map/img/map.jpg) no-repeat;
	width:560px;
	height:508px;
	margin:5px auto;
	position:relative;
}
p.pointer1{
	width:35px;
	height:50px;
	margin-left:165px;
	margin-top:234px;
	position:absolute;
}
p.pointer2{
	width:35px;
	height:50px;
	margin-left:245px;
	margin-top:210px;
	position:absolute;
}
p.pointer3{
	width:35px;
	height:50px;
	margin-left:335px;
	margin-top:230px;
	position:absolute;
}
p.pointer4{
	width:35px;
	height:50px;
	margin-left:370px;
	margin-top:227px;
	position:absolute;
}
#preview{
	position: absolute;
	border: 3px solid #333;
	background: #444;
	padding: 5px;
	display: none;
	color: #FFF;
	text-align: center;
}
.map_guide{
	width:560px;
	height:auto;
	overflow:hidden;
}
.guide_float{
	width:280px;
	height:280px;
	float:left;
}
/*-----------------------
	イベントページ
-------------------------*/
.event_box{
	width:560px;
	height:auto;
	overflow:hidden;
	float:left;
}
.event_img_contents{
	width:560px;
	height:auto;
	overflow:hidden;
	margin:5px auto;
}
.event_year_title{
	width:560px;
	height:auto;
	overflow:hidden;
}
.event_yearevent{
	width:560px;
	height:auto;
	overflow:hidden;
	margin:5px auto 0;
}
/***link***/

#eventc_box a:link,.text a:link{
	color:#333;
	text-decoration:none;
}

#eventc_box a:visited,.text a:visited{
	color:#333;
	text-decoration:none;
}

#eventc_box a:hover,.text a:hover{
	color:#333;
}

#eventc_box a:active,.text a:active{
	color:#FFF;
	text-decoration:none;
}

/***box***/
.btn_back,.btn_back a{
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

.btn_month,.btn_month a{
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

.btn_next,.btn_next a{
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

.image-file{
	text-align:center;
}

.title{
	font-size:10px;
	color:#F69;
}

.text{
	font-size:10px;
	color:#F69;
}

table#calender{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-collapse: separate;
	font-size: 12px;
	color: #000;
}

table#calender td {
	padding: 2px;
	border-bottom: 1px solid #CCC;
	width:80px;
}

.event_text{
	text-align:left;
	padding:3px 0;
	color:#333;
	font-weight:bold;
}

.event_text a{
	font-size:11px;
	color:#333;
}
.event_img{
	width:auto;
	height:auto;
	margin:0 auto;
	overflow:hidden;
}
.event_text2{
	color:#f50171;
	margin-top:5px;
}

.event_text2 a{
	font-size:11px;
	color:#f50171;
	font-weight:bold;
	line-height:1.2em;
}

.horiday-one{
	text-align:center;
	background:url(../event/img/horiday_calender_back.gif) no-repeat;
	font-size:12px;
	height:100px;
	border-right:1px #CCC solid;
	border-bottom:1px #CCC solid;
}
.saturday-one{
	text-align:center;
	background:url(../event/img/saturday_calender_back.gif) no-repeat;
	font-size:12px;
	height:100px;
	border-right:1px #CCC solid;
	border-bottom:1px #CCC solid;
}
.weekday-one{
	text-align:center;
	background:url(../event/img/calender_back.gif) no-repeat;
	font-size:12px;
	height:100px;
	border-right:1px #CCC solid;
	border-bottom:1px #CCC solid;
}
.day-one img{
	margin:7px;
}
/* syukujitsu */
.horiday{
	width:80px;
	height:20px;
	text-align:center;
	color:#F00;
	font-weight:bold;
	border-right:1px #CCC solid;
}
	.horiday-title{/* title */
		font-weight:bold;
	}
	.horiday-detail{/* naiyou */
		color:#CCC;
		font-size:11px;
	}
	.horiday-wday{/* youbi */
		color:#F00;
		height:20px;
		font-weight:bold;
	}
	.horiday-day{/* hiduke */
	}

/* saturday */
.saturday{
	width:80px;
	height:20px;
	text-align:center;
	color:#09F;
	font-weight:bold;
	border-right:1px #CCC solid;
}
	.saturday-title{/* title */
		font-weight:bold;
	}
	.saturday-detail{/* naiyou */
		color:#CCC;
		font-size:11px;
	}
	.saturday-wday{/* youbi */
		color:#09F;
		height:20px;
		font-weight:bold;
	}
	.saturday-day{/* hiduke */
	}

/* weekday */
.weekday{
	width:80px;
	height:20px;
	text-align:center;
	color:#999;
	font-weight:bold;
	border-right:1px #CCC solid;
}
	.weekday-title{/* title */
		font-weight:bold;
	}
	.weekday-detail{/* naiyou */
		color:#CCC;
		font-size:11px;
	}
	.weekday-wday{/* youbi */
		color:#000;
		height:20px;
		font-weight:bold;
	}
	.weekday-day{/* hiduke */
	}

/*-----------------------
	リンクページ
-------------------------*/
.link_box{
	width:560px;
	height:auto;
	overflow:hidden;
	float:left;
}
.link_contents{
	width:550px;
	height:auto;
	overflow:hidden;
	padding:3px;
}
.link_bar{
	width:550px;
	height:auto;
	text-align:left;
	font-size:14px;
	color:#000;
	line-height:1.5em;
}
/*-----------------------
	メルマガページ
-------------------------*/
.magazine_box{
	width:560px;
	height:auto;
	overflow:hidden;
	float:left;
}
.magazine_contents{
	width:550px;
	height:auto;
	overflow:hidden;
	padding:3px;
}
.magazine_img{
	background:url(../top/img/magazine.png);
	width:445px;
	height:226px;
	padding-top:112px;
	padding-left:155px;
	margin:0px auto;
}

.magazine_text{
	width:550px;
	font-size:14px;
	color:#333;
	line-height:1.4em;
	text-align:left;
	margin:10px auto;
}
#carrier_name{
	width:550px;
	height:auto;
	overflow:hidden;
	font-size:14px;
	color:#333;
	text-align:left;
	line-height:1.4em;
	margin:0 auto;
}
ul#magazine{
	width:550px;
	height:auto;
	overflow:hidden;
	margin:0;
	padding-left:10px;
}
li.magazine_carrier{
	margin:0;
	padding:0;
	text-align:left;
	font-size:14px;
	color:#333;
	line-height:1.4em;
}

.magazine_delete{
	width:550px;
	height:auto;
	overflow:hidden;
	text-align:left;
	font-size:14px;
	color:#333;
	line-height:2em;
	padding:3px;
	margin:10px auto;
}
.magazine_delete a{
	font-size:14px;
	color:#333;
	line-height:2em;
	text-decoration:underline;
}
.magazine_delete a:hover{
	color:#999966;
}

/*-----------------------
	プロフィールページ
-------------------------*/
.profile_box{
	width:560px;
	height:auto;
	overflow:hidden;
	float:left;
}
.profile_contents{
	width:550px;
	height:auto;
	overflow:hidden;
	padding:3px;
}
.profile_maincontents{
	display:table;
	table-layout:fixed;
	width:550px;
	height:auto;
	overflow:hidden;
	padding:3px;
}
.profile_mainimg{
	display:table-cell;
	vertical-align:top;
	width:310px;
	height:auto;
	overflow:hidden;
}
.main_photo{
	width:300px;
	height:auto;
	overflow:hidden;
	margin:5px auto;
}
.main_photo img{
	vertical-align:bottom;
}
.profile_movie{
	width:310px;
	height:auto;
	overflow:hidden;
	margin:5px 0;
}
.profile_detail{
	display:table-cell;
	vertical-align:top;
	width:240px;
	height:auto;
	overflow:hidden;
}
.prof_detail{
	width:238px;
	height:auto;
	margin:0px auto;
	overflow:hidden;
	border:1px #664421 solid;
}
.prof_d1{
	background-color:#664421;
	text-align:left;
	width:50px;
	height:30px;
	font-size:14px;
	color:#FFF;
	line-height:2em;
	padding-left:3px;
	float:left;
	border-bottom:1px #FFF solid;
}
.prof_d1-text{
	background-color:#FFF;
	text-align:left;
	width:180px;
	height:30px;
	font-size:14px;
	color:#664421;
	line-height:2em;
	padding-left:3px;
	float:left;
	border-bottom:1px #664421 solid;
}
.profile_thum_gallery{
	width:238px;
	height:auto;
	margin:5px auto;
	overflow:hidden;
}
.profile_thum_box{
	display:table;
	table-layout:fixed;
	width:100%;
	height:auto;
	overflow:hidden;
}
.prof_thum{
	display:table-cell;
	vertical-align:middle;
	width:55px;
	height:76px;
	margin:5px 1px;
	overflow:hidden;
	border:1px #c0a56a solid;
}
.prof_thum_blank{
	display:table-cell;
	vertical-align:middle;
	width:55px;
	height:76px;
	margin:5px 1px;
	overflow:hidden;
}
.profile_manager_com{
	width:240px;
	height:auto;
	overflow:hidden;
}
.profile_bloglink{
	width:150px;
	height:25px;
	float:right;
}
.profile_movie{
	width:560px;
	height:auto;
	margin:5px auto;
	overflow:hidden;
}
.profile_x_widget{
	width:560px;
	height:auto;
	margin:5px auto;
	overflow:hidden;
}
.profile_schedule{
	width:560px;
	height:auto;
	margin:5px auto;
	overflow:hidden;
}
.profile_schebox{
	width:560px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
#schedule{
	width:550px;
	height:95px;
}
#schedule td{	/* カレンダーtd の設定 */
	text-align:center;
	width:74px;
	height:auto;
	padding:5px auto;
	border:1px #000 solid;
}

.sche-title{   /* 日付 */
	background:#666666;
}

.tr-color1{	/* スケジュール内容(奇数行) */
	background-color: #fff;
}


.tr-color2{	/* スケジュール内容(偶数行) */
	background:#FFF;
	color:#ff3300;
	font-size:11px;
	font-weight:bold;
}

.date-normal{/* 平日 */
	color:#FFF;
	font-size:11px;
	font-weight:bold;
}

.date-sat{	/* 土曜 */
	color:#007eff;
	font-size:11px;
	font-weight:bold;
}

.date-hori{	/* 日曜 */
	color:#F03;
	font-size:11px;
	font-weight:bold;
}
.profile_qa{
	width:560px;
	height:auto;
	margin:5px auto;
	overflow:hidden;
}
.prof_q_a{
	width:270px;
	height:40px;
	overflow:hidden;
	float:left;
	border-bottom:1px #c0a56a solid;
}
.prof_qa{
	width:270px;
	height:auto;
	font-size:12px;
	color:#664422;
	line-height:1.5em;
	text-align:left;
}
.prof_anser{
	width:270px;
	height:auto;
	font-size:12px;
	color:#666;
	line-height:1.8em;
	text-align:left;
}
.profile_blog{
	width:560px;
	height:auto;
	margin:5px auto;
	overflow:hidden;
}
.profile_blogbox{
	width:550px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}