/* CSS Document */



/*************************************************/
/* topページ */

	/* 弁理士は知的財産の専門家です！ */
	h2.toptitle01 {
		width: 100%; height: 0;
		margin: 0px auto 15px auto;
		padding: 7.14% 0px 0px 0px;
		box-sizing: border-box;
		
		background-image: url("images/top/top_catch01.svg");
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 96%;
		
		text-align: left;
		text-indent: -999px;
		overflow: hidden;
		display: block;
		
	}


	/* 枠 */
	#top-pane-catch ,
	#top-pane-item {
		width: 100%; height: auto;
		max-width: 1000px;
		margin: 0px auto 0px auto;
		padding: 0px 0px 0px 0px;
		
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		
		-webkit-flex-direction: column;
		flex-direction: column;
		
		-webkit-justify-content: space-between; /* 横方向揃え */
		justify-content: space-between;
		
		-webkit-align-items: flex-start; /* 水平方向揃え */
		align-items: flex-start;
		
		-webkit-align-content: center; /* 行揃え */
		align-content: center;
	}
	
	#top-pane-item {
		-webkit-align-content: flex-start; /* 水平方向揃え */
		align-content:  flex-start;
	}


	/* イメージ */
	#top-img {
		width: 100%; height: auto; /* 185 */
		max-width: 550px;
		margin: 0px auto 0px auto;
		padding: 0px 0px 50px 0px;
		position: relative;
		
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		
		-webkit-flex-direction: row;
		flex-direction: row;
		
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	
		-webkit-justify-content: space-between; /* 横方向揃え */
		justify-content: space-between;
		
		-webkit-align-items: stretch; /* 水平方向揃え */
		align-items: stretch;
		
		-webkit-order: 1;
		order: 1;
	}
	
	
	/* キャラクター */
	#top-img .top_char {
		width: 21%; height: auto;
		display: block;
		position: relative;
	}
	
	#top-img .top_char img {
		width: 100%; height: auto;
		
		position: relative;
		top: 0%;
		left: 10%;
		
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	
	#top-img .top_char:after {
		content: "";
		width: 70%; height: 3%;
		position: absolute;
		z-index: -1;
		bottom: 5%;
		left: 20%;
	
		border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
		box-shadow: 0 20px 10px rgba(0, 0, 0, 0.3);
	}
	
	h3.toptitle02 {
		width: 100%; height: auto;
		margin: 0px auto 20px auto;
		padding: 10px 10px 10px 10px;
		box-sizing: border-box;
		
		border-top: 1px #3f91eb solid;
		border-bottom: 1px #3f91eb solid;
		
		color: #E60000;
		text-align: center;
		display: block;
		
		position: relative;
		
		-webkit-order: 2;
		order: 2;
	}
	
	h3.toptitle02 br {
		display: inline;	
	}
	
	/* 吹き出し */
	.balloon_pane {
		width: 78%; height: auto;
		position: relative;
	}
	
	/* キャラクター名 */
	#char_name {
		font-size: 0.6em;
		display: block;
		position: absolute;
		top: 105%;
	}
	
	[class^="top_balloon0"] {
		margin: 0px 0px 20px 0px;
		display: block;
		position: absolute;
	
		-webkit-transition: all .2s;
		transition: all .2s;
	}
	
	[class^="top_balloon0"] img {
		width: 100%; height: 100%;
		
		-webkit-backface-visibility:hidden;
		backface-visibility:hidden;
		overflow:hidden;
	
	}
	
	/* 吹き出し位置 */
	.top_balloon01 {
		width: 45%; height: 48%;
		top: 4%;
		left: 3%;
	}
	
	.top_balloon02 {
		width: 48%; height: 48%;
		top: 4%;
		left: 60%;
	}
	
	.top_balloon03 {
		width: 48%; height: 45%;
		top: 30%;
		left: 30%;
	}
	
	.top_balloon04 {
		width: 45%; height: 45%;
		top: 60%;
		left: 3%;
	}
	
	.top_balloon05 {
		width: 48%; height: 46%;
		top: 60%;
		left: 58%;
	}
	
	
	/* バナー */
	#catch-bnr {
		width: 100%; height: auto;
		max-width: 220px; 
		margin: 0px auto 0px auto;
		-webkit-order: 3;
		order: 3;
	}
	
	/* バナー画像 */
	[class^="top_catch_bnr00"] {
		width: 100%; height: 0;
		padding: 47.72% 0px 0px 0px;
			
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		
		text-align: left;
		text-indent: -9999px;
		overflow: hidden;
		display: block;
		
		-webkit-transition: all .2s;
		transition: all .2s;
	}
	
	/* 無料！ 毎週木曜日 相談会開催 弁理士による知的財産に関する相談会です */
	.top_catch_bnr001 {
		margin: 0px auto 10px auto;
		background-image: url("images/top/h_r_bnr001.png");	
	}

	/* あなたのお近くの弁理士を探す */
	.top_catch_bnr002 {
		margin: 0px auto 10px auto;
		background-image: url("images/top/h_r_bnr002.png");
		display: none;
	}
	
	/* あなたのお近くの弁理士を探す */
	.top_catch_bnr003 {
		padding-top: 27%;
		margin: 0px auto 10px auto;
		background-image: url("images/top/shinsaihukko.jpg");
	}
	
	a[class^="top_catch_bnr00"]:hover {
		filter: alpha(opacity=80);
		opacity: 0.8;
	}
	
	
	/* ウィジットバナーエリア */
	#bnr-pane {
		width: 100%; height: auto;
		max-width: 370px;
		margin: 0px auto 30px auto;
		padding: 0px 10px 0px 10px;
		box-sizing: border-box;
	}
	
	#bnr-pane .widget {
		margin: 0px auto 20px auto;
	}
	
	#bnr-pane .widget:last-child {
		margin: 0px auto 0px auto;
	}
	
	#bnr-pane .widget img {
		width: 100%; height: auto;
		border: 1px #717071 solid;
		display: block;
	}

	/* 弁理士探す 紹介パネル */
 	#profile-pane {
		width: 100%; height: auto;
		margin: 0px 0px 0px 0px;
		position: relative;
	}


	#profile-block {
		width: 100%; height: auto;
		max-width: 1000px;
		margin: 0px auto 0px auto;
		
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		
		-webkit-flex-direction: column;
		flex-direction: column;
		
		-webkit-justify-content: space-between; /* 横方向揃え */
		justify-content: space-between;
		
		-webkit-align-content: center; /* 水平方向揃え */
		align-content: center;
	}

	#profile-left {
		width: 100%;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px; 
		box-sizing: border-box;
		background-color: #3f91eb;
		
	}
	
	#profile-left h3 {
		font-family: mplus-1c-medium;
		color: #ffffff;
		display: inline;
	}
	
	#profile-left strong {
		color: #ffffff;
		display: inline;
	}
	
	#profile-left a {
		width: 153px; height: 50px;
		
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		background-image: url("images/top/search.svg");	
		
		text-align: left;
		text-indent: -9999px;
		display: none;
	}
	
	#profile-right {
		width: 100%;
		max-width: 760px;
		box-sizing: border-box;
		background-color: #3e64d9;
	}
	
	#profile-loop-pane {
		width: 100%;  height: auto;
		margin: 0px auto 0px auto;
		padding: 0px 20px 0px 20px;
		box-sizing: border-box;
		overflow: hidden;
		position: relative;
	}
	
	
	#profile-loop {
		width: 100%;  height: auto;
		margin: 0px auto 0px auto;
		padding: 0px 20px 0px 20px;
		box-sizing: border-box;
		overflow: hidden;
	}
	
	
	
	
	#profile-loop ul {
		width: 100%; height: auto;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		list-style-type: none;
		overflow: hidden;
		
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		
		-webkit-flex-direction: row;
		flex-direction: row;
		
		-webkit-justify-content: flex-start; /* 横方向揃え */
		justify-content: flex-start;
		
		-webkit-align-content: flex-start; /* 水平方向揃え */
		align-content: flex-start;
		
	}
	
	#profile-loop ul li {
		width: 145px; height: auto;
		margin: 0px 10px 0px 10px;
		padding: 10px 10px 10px 10px;
		box-sizing: border-box;
		color: #ffffff;
		font-size: 0.8em;
		display: block;
	}
	
	
	#profile-loop ul li span.thumbnail {
		width: 125px; height: 95px;
		text-align: center;
		overflow: hidden;
		display: block;
	}
	
	#profile-loop ul li img {
		width: auto; height: 100%;
		margin: 0px auto 0px auto;
		display: block;
	}
	
	#profile-loop ul li span {
		display: block;
	}

	/* 次 ・前 */
	#profile-right #leftScroll,
	#profile-right #rightScroll {
		
		width: 20px; height: 20px;
		margin: 10px 0px 0px 0px;
		
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		background-image: url("images/top/icon_profile_left.svg");	
		
		text-align: left;
		text-indent: -9999px;
		display: block;
		
		position: absolute;
		top: 50%;
	}
	
	#profile-right #leftScroll {
		background-image: url("images/top/icon_profile_left.svg");	
		left: 5px;
	}
	
	#profile-right #rightScroll {
		background-image: url("images/top/icon_profile_right.svg");
		right: 5px;	
	}






/*************************************************/
/* 通常ページ */
#catch-pane {
	width: 100%;
	margin: 0px auto 30px auto; 
	pading: 0px 0px 0px 0px;
	box-sizing: border-box;
	background-color: #26bbd1;
}

#catch-block {
	width: 100%; height: auto;
	max-width: 1000px;
	margin: 0px auto 0px auto; 
	padding: 25px 0px 25px 0px;
	box-sizing: border-box;
	
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	
	-webkit-flex-direction: row;
	flex-direction: row;
	
	-webkit-justify-content: space-between; /* 横方向揃え */
	justify-content: space-between;
	
	-webkit-align-content: center; /* 水平方向揃え */
	align-content: center;
	
	position: relative;
}


#catch-block h2 {
	margin: 0px auto 0px 10px; 
	font-size: 1.0em;
	font-weight: bold;
	color: #ffffff;
	
	display: block;
}

#catch-block img {
	width: auto; height: 90px;
	margin: 0px 20px 0px 0px;
	display: block;
	
	-webkit-transform: rotate(10deg);
	transform: rotate(10deg);
	
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

#catch-block .catchImg {
	width: 10%; height: 4px;
	position: absolute;

	bottom: 30px;
	right: 10px;

	border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
	box-shadow: 0 20px 10px rgba(0, 0, 0, 0.3);
}


/*************************************************/
/* 弁理士を探すページフレーム */
#serchFrame {
  overflow:hidden;
  
  position:relative;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  
  border: none;
}


/* 弁理士探す */
#searchBrnPane {
	width: 100%;
	margin: 0px auto 0px auto;	
	padding: 10px 0px 10px 0px; 
	box-sizing: border-box;
	
	background-color: #3f91eb;
}


#searchBrnBlock {
	width: 100%;
	margin: 0px auto 0px auto;	
	padding: 10px 0px 10px 0px; 
	box-sizing: border-box;

	background-color: #3f91eb;
	
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	
	-webkit-flex-direction: row;
	flex-direction: row;
	
	-webkit-justify-content: center; /* 横方向揃え */
	justify-content: center;
	
	-webkit-align-items: center; /* 水平方向揃え */
	align-items: center;
	
}

#searchBrnBlockClose {
	display: none;
}

#searchBrnBlock h3 {
	font-size: 1.4em;
	font-family: mplus-1c-medium;
	margin: 0px auto 5px auto;
	padding: 0px 0px 0px 0px;
	color: #ffffff;
	display: block;
}

#searchBrnBlock  strong {
	color: #ffffff;
	display: block;
}

#searchBrnBlock a.serachBtn {
	width: 153px; height: 50px;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-image: url("images/top/search.svg");	
	
	text-align: left;
	text-indent: -9999px;
}


#facebookPane {
	width: 100%; height: auto;
	margin: 20px auto 0px auto;
	padding:  0px 10px 0px 10px;
	box-sizing: border-box;
	
	position: relative; 
}



/*************************************************/
/* 知的財産とは */
#right-block {
	width: 100%; height: auto;
	max-width: 660px;
	margin: 0px auto 0px auto; 
	padding: 25px 0px 25px 0px;
	box-sizing: border-box;
	
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	
	-webkit-flex-direction: row;
	flex-direction: row;
	
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	
	-webkit-justify-content: flex-start; /* 横方向揃え */
	justify-content: flex-start;
	
	-webkit-align-content: center; /* 水平方向揃え */
	align-content: center;
	
	position: relative;
}


#right-block dt {
	width: 20%; height: auto;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
}

#right-block dd {
	width: 75%; height: auto;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 12px;
	box-sizing: border-box;
}



/*************************************************/
/* 会員専用ページ */
#members-title {
	margin: 0px auto 30px auto; 
	padding: 10px 20px 10px 20px;
	box-sizing: border-box;
	font-size: 1.2em;
	font-weight: normal;
	color: #ffffff;
	
	background-color: #26bbd1;
}




/*************************************************/
/* お問い合わせ */
.mw_wp_form table th, .mw_wp_form table td {
	font-weight: normal;
	padding: 10px;
	display: block;
	
}


.mw_wp_form table th {
	width: 100%;
	font-weight: normal;
	background-color: #ebebeb;
}
	
.mw_wp_form table td {
	width: 100%;
	border-bottom: 1px dotted #baa6a6; 
}


/*************************************************/
/* 組織図 */
.organization {
	width: 100%;
	max-width: 400px;
	margin: 0px auto;
	text-align: center;
}

.organization svg#pc {
	width: 100%; height: auto;
	min-width: 300px; min-height: 342px;
}

/*
.organization svg#smartphone {
	width: 100%; height: auto;
	min-width: 300px; min-height: 904px;
}
*/



/*************************************************************************************************************/
/* タブレット・PCサイズ  */
@media screen and (min-width: 781px){
	
	
	/*************************************************/
	/* topページ */
	
	/* 弁理士は知的財産の専門家です！ */
	h2.toptitle01 {
		width: 100%; height: 45px;
		max-width: 630px;
		margin: 0px auto 15px auto;
		padding: 0px 0px 0px 0px;
		background-size: contain;	
	}

	
	/* 枠 */
	#top-pane-catch ,
	#top-pane-item {
		-webkit-flex-direction: row;
		flex-direction: row;
	}
	
	
	#top-pane-catch {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	
	/* イメージ */
	#top-img {
		width: 80%; height: auto; /* 245 */
		max-width: 760px;
		margin: 0px auto 0px 0px;
		padding: 0px 0px 0px 0px;
		box-sizing: border-box;
		
		-webkit-order: 1;
		order: 1;
	}
	
	
	/* キャラクター */
	#top-img .top_char {
		width: 18%;
	}
	
	#top-img .top_char:after {
		width: 70%; height: 3%;
		top: 93%;
		left: 30%;
	}
	
	
	#top-img .top_char  img {
		top: 0%;
		left: 20%;
	}
	

	/* タイトル */
	h3.toptitle02 {
		width: 100%; height: auto;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		
		border: none;
		
		text-align: left;
		display: block;
		
		position: relative;
	}
	
	h3.toptitle02 br {
		display: none;	
	}
	
	/* 吹き出し */
	.balloon_pane {
		width: 80%; height: auto;
		position: relative;
	}
	
	/* キャラクター名 */
	#char_name {
		top: 90%;
	}
	
	
	/* 吹き出し位置 */
	.top_balloon01 {
		width: 30%; height: 50%;
		top: 3%;
		left: 10%;
	}
	
	.top_balloon02 {
		width: 30%; height: 50%;
		top: 3%;
		left: 40%;
	}
	
	.top_balloon03 {
		width: 30%; height: 50%;
		top: 3%;
		left: 70%;
	}
	
	.top_balloon04 {
		width: 30%; height: 50%;
		top: 45%;
		left: 23%;
	}
	
	.top_balloon05 {
		width: 30%; height: 47%;
		top: 45%;
		left: 55%;
	}
	
	
	/* バナー */
	#catch-bnr {
		width: 20%; height: auto;
		max-width: 220px; 
		margin: 0px 0px 0px auto;
		-webkit-order: 2;
		order: 2;
	}
	
	/* バナー画像 */
	/* あなたのお近くの弁理士を探す */
	.top_catch_bnr002 {
		display: block;
	}
	
	/* ウィジットバナーエリア */
	#bnr-pane {
		width: 100%; height: auto;
		max-width: 350px;
		margin: 0px 50px 0px 0px;
		padding: 0px 0px 0px 0px;
		box-sizing: border-box;
	}
	
	
	/* 弁理士探す 紹介パネル */
 	#profile-pane {
		position: fixed;
		z-index: 800;
		bottom: 0px; 
		
		background: rgb(63,145,235);
		background: -moz-linear-gradient(left,  rgba(63,145,235,1) 49%, rgba(62,100,217,1) 52%);
		background: -webkit-linear-gradient(left,  rgba(63,145,235,1) 49%,rgba(62,100,217,1) 52%);
		background: linear-gradient(to right,  rgba(63,145,235,1) 49%,rgba(62,100,217,1) 52%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f91eb', endColorstr='#3e64d9',GradientType=1 );	
	}


	#profile-block {
		-webkit-flex-direction: row;
		flex-direction: row;
	}

	#profile-left {
		width: 240px; height: auto;
		margin: 0px 0px 0px 0px;
		padding: 20px 20px 20px 20px;
		
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		
		-webkit-flex-direction: column;
		flex-direction: column;
		
		-webkit-justify-content: space-between; /* 横方向揃え */
		justify-content: space-between;
		
		-webkit-align-content: center; /* 水平方向揃え */
		align-content: center;
	}
	
	#profile-left h3 {
		margin: auto auto 0px auto;
		text-align: center;
		display: block;
	}
	
	#profile-left strong {
		text-align: center;
		margin: auto auto 20px auto;
		display: block;
	}
	
	#profile-left a {
		width: 153px; height: 50px;
		margin: auto auto 0px auto;
		
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		background-image: url("images/top/search.svg");	
		
		text-align: left;
		text-indent: -9999px;
		display: block;
		
	}
	
	#profile-right {
		position: relative;
	}
	
	
	/* 次 ・前 */
	#profile-right #leftScroll,
	#profile-right #rightScroll {
		width: 30px; height: 30px;
		margin: -15px 0px 0px 0px;
	}
	
	#profile-right #leftScroll {
		left: -15px;
		z-index: 300;
	}
	
	#profile-right #rightScroll {
		right: -15px;
		z-index: 300;
	}
	
	
	/*************************************************/
	
	/* 弁理士探す */
	#searchBrnPane {
		width: 100%; height: 0;
		margin: 0px auto 0px auto;	
		padding: 0px 0px 0px 0px; 
		box-sizing: border-box;
		
		background-color: transparent;
	}
	
	
	#searchBrnBlock {
		width: 240px;
		-webkit-flex-direction: column;
		flex-direction: column;
		
		border-radius: 0px 10px 0px 0px;
				
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 400;
	}
	
	#searchBrnBlockClose {
		width: 20px; height: 20px;
		margin: auto auto 0px auto;
		
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		background-image: url("images/common/menu_close.svg");	
		
		text-align: left;
		text-indent: -9999px;
		display: block;
		
		position: absolute;
		top: -20px;
		left: 0px;
		
		cursor: pointer;
	}

	
	#searchBrnBlock a.serachBtn {
		margin: 20px auto 0px auto;	
	}
	
	
	#facebookPane {
		width: 100%; height: auto;
		max-width: 1020px;
		line-height: 180%;
	}
	

	/*************************************************/
	/* 知的財産とは */
	#right-block {
		width: 660px; height: auto;
		margin: 0px auto 0px auto; 
		padding: 0px 0px 0px 0px;
		box-sizing: border-box;
		
		-webkit-flex-direction: row;
		flex-direction: row;
		
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		
		-webkit-justify-content: flex-start; /* 横方向揃え */
		justify-content: flex-start;
		
		-webkit-align-content: center; /* 水平方向揃え */
		align-content: center;

	}
	
	
	#right-block dt {
		width: 128px; height: auto;
		margin: 0px 0px 30px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#right-block dd {
		width: 512px; height: auto;
		margin: 0px 0px 30px 0px;
		padding: 0px 0px 0px 12px;
		box-sizing: border-box;
	}


	
	/*************************************************/
	/* 通常ページ */
	#catch-pane {
		margin: 0px auto 0px auto; 
	}
	
	#catch-block {
		height: 100px;
		
		background-repeat: no-repeat;
		background-position: right center;
		background-size: contain;
		background-image: url("images/common/page_cacth_img.png");	
	}
	
	
	#catch-block h2 {
		width: 100%;  height: auto;
		max-width: 1000px;
		margin: 0px auto 0px auto; 
		padding: 0px 200px 0px 90px;
		box-sizing: border-box;
		
		font-size: 1.0em;
		font-weight: bold;
		color: #ffffff;
		
		display: block;
		
		position: relative;
	}
	
	#catch-block  img {
		width: auto; height: 120px;
		position: absolute;
		top: 0px;
		left: 0px;
		
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	

	#catch-block  .catchImg {
		width: 70px; height: 8px;
		position: absolute;
		z-index: -1;
		bottom: -16%;
		left: 0%;
	}

	/*************************************************/
	/* お問い合わせ */
	.mw_wp_form table th {
		width: 200px;
		padding: 10px;
		font-weight: normal;
		background-color: #ebebeb;
		border-bottom: 1px dotted #baa6a6;
		display: table-cell;
	}
	
	.mw_wp_form table td {
		width: 500px;
		border-bottom: 1px dotted #baa6a6; 
		display: table-cell;
	}

	/*************************************************/
	/* 組織図 */
	.organization {
		width: 100%; height: auto;
		max-width: 630px;
		margin: 0px auto;
		position: relative;
	}
	
/*
	.organization svg#smartphone {
		width: 0px; height: 0px;
		min-width: 0px; min-height: 0px;
	}
*/

	.organization svg#pc {
		width: 100%; height: auto;
		min-width: 510px; min-height: 582px;
		display: block;
	
	}

	
}
