/*＊**********************************************/
/* 土浦店リニューアル                            */
/*＊**********************************************/

/* 全体的に文字を大きく **************************/
#CtsLeft{
	font-size: 1.1em !important;
	line-height: 170% !important;
}

/* メイン画像 ************************************/
#RnwMainImage,
#RnwMainImage2{
	margin: 0 0 16px 0;
}

#RnwMainImage img{
	width: 704px;
	height: 328px;
}

#RnwMainImage2 img{
	width: 704px;
	height: 272px;
}

.sub_menu{
	border: 1px solid #ccc;
	border-radius: 2px;
	padding: 2px 16px;
	margin: 0 0 24px 0;
	font-size: 0.9em;
}

/* タイトル・リード ******************************/
h2 img{
	width: 704px;
	height: 40px;
}

#RnwTitle{
	margin: 0 0 8px 0;
}

#RnwTitle img{
	width: 704px;
	height: 48px;
}

#RnwLead{
	margin: 0 0 24px 0;
}

h3{
	clear: both;
	font-weight: bold;
	font-size: 1em;
}

/* 完成イメージ **********************************/
ul#ImgPers{
	margin: 0 0 48px 0;
	padding: 0;
	font-size: 0.9em;
}

ul#ImgPers li{
  display:table-cell;
  *display:inline;
  *zoom:1;
	margin: 0;
	padding: 0 16px 0 0;
	width: 224px;
}

ul#ImgPers li.last{
	padding-right: 0 !important;
}


ul#ImgPers li img{
	width: 224px;
	height: 128px;
	margin: 0;
	border-radius: 2px;
}



/* ステップ **************************************/
ul#Flow{
	margin: 0 0 24px 0 !important;
	padding: 0 !important;
}
ul#Flow li.Step{
  display:table-cell;
  *display:inline;
  *zoom:1;
	margin:0px;
	padding:0px;
}
ul#Flow li img{
	width: 176px;
	height: 176px;
}

ul#Flow li ul{
	line-height: 170%;
	font-size: 0.85em;
	margin: 0;
	padding: 0 24px 0 20px;
}

ul#Step li ul li{
	list-style:decimal;
	margin: 0;
	padding: 0;
}

.StepNumber{
	font-weight: bold;
	color: #1b2f59;
}

/* 概要 */
#RwlOverview{
	margin: 0 0 48px 0;
}

#RwlOverview ul{
	margin: 0 0 16px 0;
	padding: 0 0 0 32px;
}

#RwlOverview ol{
	margin: 0;
	padding: 0 0 0 24px;
}



/* イメージ写真 **********************************/
.ImgWide img{
	width: 704px;
	height: 384px;
	margin-bottom: 4px;
	border-radius: 2px;
}

.ImgL{
	float: left;
	width: 350px;
	margin-right: 4px;
}

.ImgR{
	float: right;
	width: 350px;
}

.ImgL img,
.ImgR img{
	width: 350px;
	height: 192px;
	border-radius: 2px;
}

.ImgEnd{
	margin-bottom: 32px;
}


