@charset "utf-8";
/* //////////////////////////////////////////////////
[PC/SP兼用クラス]
////////////////////////////////////////////////// */
.overFH{
	overflow:hidden;
}
/* sns upper*/
.share-wrap.share-upper {
	margin: 0 auto;
	width: 100%;
	background: #efefef;
	padding: 8px 0;
}
.share-upper .p-article_head_sns{
display: flex;
justify-content: center;
  margin: 0 auto;
}
.p-sns-1_name a{
	display: block;
	margin-right: 10px;
}
.p-sns-1_name a.p-sns-1_name_fb{
  background: url(/ui/utility/common/sns/share_fb_roundedSquare_Color.svg) center top / 30px no-repeat;
  width: 30px;
  height: 30px;
}
.p-sns-1_name a.p-sns-1_name_twi{
  background: url(/ui/utility/common/sns/share_twitter_roundedSquare_Color.svg) center top / 30px no-repeat;
  width: 30px;
  height: 30px;
}
.p-sns-1_name a.p-sns-1_name_htb{
  background: url(/ui/utility/common/sns/share_htb_roundedSquare_Color.svg) center top / 30px no-repeat;
  width: 30px;
  height: 30px;
}
.p-sns-1_name a.p-sns-1_name_line{
  display: none;
  background: url(/ui/utility/common/sns/share_line_roundedSquare_Color.svg) center top / 30px no-repeat;
  width: 30px;
  height: 30px;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////
[PC用]
//////////////////////////////////////////////////////////////////////////////////////////////////// */
@media print, screen and (min-width:601px){
/* ////////////////////////////////////////////////
[PC時非表示]
//////////////////////////////////////////////// */
footer{
	display:none;
}
.pcNone{
	display:none !important;
}
/* For responsive article */
#article.howtomansion #globalHeader #logo,
#article.modelroom #globalHeader #logo,
#article.townreport #globalHeader #logo,
#article.redevelopment #globalHeader #logo,
#article.research #globalHeader #logo,
#article.abenomics #globalHeader #logo,
#article.summary #globalHeader #logo,
#article.reasons #globalHeader #logo,
#article.roomManual #globalHeader #logo,
#article.plan_201401 #globalHeader #logo,
#article.room-selection_201401 #globalHeader #logo,
#article.room-selection_201401 #globalHeader #logo,
#article.storage_201401 #globalHeader #logo,
#article.insensible_201401 #globalHeader #logo,
#article.couple_201307 #globalHeader #logo,
#article.alone_201307 #globalHeader #logo,
#article.cost_201307 #globalHeader #logo,
#article.find_201307 #globalHeader #logo,
#article.price_201307 #globalHeader #logo{
	display:none;
}
/* //////////////////////////////////////////////////
[PCレイアウト]
////////////////////////////////////////////////// */
#globalHeader.hLong{
	display:block;
	position:absolute;
}
#globalHeader + #container{
  padding-top: 0;
}
#header #logoPanel #responsivePCLogo {
	margin:11px 0 0 13px;
}
/*カラム幅調整*/
#content{
	width:960px;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
}
#mainContents{
	float:left;
	width:700px;
}
/* //////////////////////////////////////////////////
[記事の共通書式]
////////////////////////////////////////////////// */
#article .articleTxtAccent {
    font-weight: bold;
}
/* //////////////////////////////////////////////////
[パンくずのIE8ポリフィル]
////////////////////////////////////////////////// */
/*IE8用 パンくず打消し(2015/2月になったら削除IE edgeには不要)*/
.breadCrumbsWrap{
	background:none\9;
	border-top:none\9;
	border-bottom:none\9;
	margin-bottom:0px\9;
}
.breadCrumbsWrap a.breadCrumbsHome{
	display:none\9;
	margin-bottom:0px\9;
}
.breadCrumbsInner{
	background:none\9;
	padding:0\9;
	border-top:none\9;
	border-bottom:none\9;
	height:20px\9;
	margin-bottom:0px\9;
}
.breadCrumbsInner ol li a{
	color:#1f7aee\9;
	text-decoration:underline\9;
	margin-bottom:0px\9;
}
.breadCrumbsInner ol li a.breadCrumbs{
	background:none\9;
	line-height:14px\9;
	padding:0\9;
	color:#1f7aee\9;
	text-decoration:underline\9;
}
.breadCrumbsInner ol li:first-child{
	padding-left:0\9;
}
.breadCrumbsInner ol li a.breadCrumbs::before, .breadCrumbsInner ol li a.breadCrumbs::after, r{
	border-right:none\9;
}
/*IE8用 パンくず打消し(2015/2月になったら削除IE edgeには不要)*/
/* //////////////////////////////////////////////////
[見出し]
////////////////////////////////////////////////// */
/*見出しレベル2*/
.headings-lv2-2{
	text-align: left;
	padding: 12px 10px 8px;
	background-color: #f8f8f8;
	border-bottom: 3px solid #666;
	line-height: 24px;
	font-size: 20px;
}
.headings-lv2-2 span{
	border:none;
	text-shadow:none;
}
.colorChangeRed .headings-lv2-2{
	background-color:#DC0000;
	color:#fff;
	border-bottom: 3px solid #920000;
}
.colorChangeOrange .headings-lv2-2{
	background-color:#FFEECA;
	color:#833812;
	border-bottom: 3px solid #FF9600;
}
.colorChangeGreen .headings-lv2-2{
	background-color: #E4FFDF;
	color: #090;
	border-bottom: 3px solid #090;
}
.colorChangeBlue .headings-lv2-2{
	background-color: #DFEAFF;
	color: #002E8A;
	border-bottom: 3px solid #002E8A;
}
.colorChangePink .headings-lv2-2{
	background-color:#FFE2E2;
	color:#f81f5c;
	border-bottom: 3px solid #f81f5c;
}
.colorChangeYellow .headings-lv2-2{
	background-color: #FFF9DD;
	color: #dc0000;
	border-bottom: 3px solid #dc0000;
}
/*見出しレベル3*/
.headings-lv3{
	position: relative;
	margin-bottom:10px;
	background:#f2f2f2;
	padding: 10px 0 10px 10px;
	border-radius: 5px;
	text-align: left;
	font-size: 17px;
	line-height:20px;
}
.headings-lv3 span{
	border-left: 4px solid #ff6a30;
	padding-left: 5px;
	display: inline-block;
}
.colorChangeRed .headings-lv3{
	background:#FFEADD;
}
.colorChangeRed .headings-lv3 span{
	color:#DC0000;
	border-left: 4px solid #DC0000;
}
.colorChangeOrange .headings-lv3{
	background:#FFEECA;
}
.colorChangeOrange .headings-lv3 span{
	color:#833812;
	border-left: 4px solid #FF9600;
}
.colorChangeGreen .headings-lv3{
	background:#E4FFDF;
}
.colorChangeGreen .headings-lv3 span{
	color:#090;
	border-left: 4px solid #090;
}
.colorChangeBlue .headings-lv3{
	background:#DFEAFF;
}
.colorChangeBlue .headings-lv3 span{
	color:#002E8A;
	border-left: 4px solid #002E8A;
}
.colorChangePink .headings-lv3{
	background:#F4F2DD;
}
.colorChangePink .headings-lv3 span{
	color:#f81f5c;
	border-left: 4px solid #f81f5c;
}
.colorChangeYellow .headings-lv3{
	background: #FFF9DD;
}
.colorChangeYellow .headings-lv3 span{
	color: #DC0000;
	border-left: 4px solid #DC0000;
}
/*見出しレベル4*/
.headings-lv4{
	text-align: left;
	padding: 10px 0 10px 10px;
	position: relative;
	font-size: 15px;
	line-height:17px;
	margin-bottom:10px;
	background:#f2f2f2;
}
.colorChangeRed .headings-lv4{
	background:#F4F2DD;
}
.colorChangeOrange .headings-lv4{
	background:#FFEECA;
}
.colorChangeGreen .headings-lv4{
	background:#E4FFDF;
}
.colorChangeBlue .headings-lv4{
	background:#DFEAFF;
}
.colorChangePink .headings-lv4{
	background:#F4F2DD;
}
.colorChangeYellow .headings-lv4{
	background:#FFF9DD;
}
.headings-lv4 span{
	display:inline-block;
	color:#333;
	padding-left:4px;
}
/*見出しレベル5*/
.headings-lv5{
	background:#f2f2f2;
	color:#333;
	padding: 10px 0 10px 10px;
	font-size:14px;
	line-height:16px;
}
.headings-lv5 span{
	display: inline-block;
	padding-left:4px;
	line-height: 1rem;
}
/* //////////////////////////////////////////////////
[汎用レイアウト用class]
////////////////////////////////////////////////// */

/*左右余白10px*/
#article .mb0{
	margin-bottom:0;
}
#article .mlr10{
	margin: 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#article .ma10{ margin: 10px;}/*上下左右余白10PX*/
#article .mt10{ margin-top: 10px;}/*上余白10px*/
#article .mb10{	margin-bottom: 10px;}/*下余白10px*/
#article .mtb10{ margin: 10px 0;}/*上下余白10px*/

/*左右余白上下左右PADDING　10px*/
#article .plr10{
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#article .pa10{ padding: 10px;}/*上下左右PADDING　10PX*/
#article .pt10{ padding-top: 10px;}/*上PADDING　10px*/
#article .pb10{ padding-bottom: 10px;}/*下PADDING　10px*/
#article .ptb10{ padding: 10px 0;}/*上下PADDING　10px*/

/*左右余白20px*/
#article .mlr20{
	margin: 0 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#article .ma20{ margin: 20px;}/*上下左右余白20PX*/
#article .mt20{ margin-top: 20px;}/*上余白20px*/
#article .mb20{	margin-bottom: 20px;}/*下余白20px*/
#article .mtb20{ margin: 20px 0;}/*上下余白20px*/

/*左右余白上下左右PADDING　20px*/
#article .plr20{
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#article .pa20{ padding: 20px;}/*上下左右PADDING　20PX*/
#article .pt20{ padding-top: 20px;}/*上PADDING　20px*/
#article .pb20{ padding-bottom: 20px;}/*下PADDING　20px*/
#article .ptb20{ padding: 20px 0;}/*上下PADDING　20px*/

/* パンくず */
.breadCrumbsWrap{
	position:relative;
	width:960px;
	height:21px;
	margin:0 auto;
	text-align:left;
	padding-top:96px;
}
.breadCrumbsWrap li{
	display: inline;
	font-size:12px;
	background: url(/images/utility/contents/breadcrumbs_arrow.png) 3px 4px no-repeat;
   padding-left: 16px;
}
.breadCrumbsWrap li:first-child{
	background:none;
	padding-left:0;
}
.breadCrumbsWrap li a span{
	font-weight:normal;
}
.breadCrumbsWrap li span{
	font-weight:bold;
}

.articleLeadTxt{
	line-height: 170%;
   margin-bottom: 20px;
   padding: 10px 20px;
}
/*日付表示*/
.entryDate{
	font-size:13px;
	margin-top:20px;
	margin-bottom:4px;
	padding:0 10px;
	text-align:right;
}
.entryDate.bottomLayout{
	margin-bottom:20px;
	text-align:left;
	padding-left:20px;
}
/* //////////////////////////////////////////////////
[コンテンツレイアウト]
////////////////////////////////////////////////// */
.doubleContentLayout{
	margin-bottom:20px;
	overflow:hidden;
}
.doubleContentLayout .contentLeft{
	margin-right:40px;
}
.doubleContentLayout .contentBlock{
	width:330px;
	float:left;
	overflow:hidden;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dotted #d5d5d5;
}
.doubleContentLayout .contentBlock .contentImage{
	float:left;
	width:72px;
	height:72px;
	margin-right:10px;
}
.doubleContentLayout .contentBlock .contentTitle{
	font-weight:bold;
	margin-bottom:5px;
	font-size:14px;
	line-height:1.1rem;
}
.doubleContentLayout .contentBlock .contentText{
	width:248px;
	margin-left:82px;
	font-size:13px;
	line-height:1rem;
	margin-bottom:0;
}

.articleLeadTxt .imgFix img {
	width:100%;
	max-width: 660px;
}
.ui-listView-common{
	margin: 40px auto 0;
	text-align: center;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////
[記事ページ専用レイアウト]
//////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////
[ライトカラム]
////////////////////////////////////////////////// */
#article #rightSideColumn {
	float:right;
	width:240px;
}
#article #rightSideColumn h2 {
	padding:10px 10px 8px;
	background:#333;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	border-radius:8px 8px 0 0;
}
#article #rightSideColumn #leftInner {
	background:#eee;
	padding:10px;
	margin-bottom:25px;
	border-bottom:1px solid #666666;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
}
#article #rightSideColumn #leftInner #leftBox {
	background:#fff;
	padding:10px;
}
#article #rightSideColumn #leftInner #leftBox ul li {
	background: url("/mansion_shinchiku/article/summary_201309/images/right_icon01.gif") no-repeat left 2px;
	border-bottom:1px dotted #686868;
	margin:0 0 10px 0;
	padding: 0 0 10px 16px;
	line-height:130%;
	font-size:100%;
}
#article #rightSideColumn #leftInner #leftBox ul li:last-child {
	margin-bottom:0
}
#article #rightBnr dt,
#article #rightBnr dd{
	margin-bottom:5px;
}
/* paging*/
.ui-listView-common .paging li a span.paging-title,
.ui-listView-common .paging li.current span.paging-title{
	display: none;
}
/* モデルルームレポート用 */
#article.modelroom .share-wrap,
#article.townreport .share-wrap{
  width: 912px;
  margin: 10px auto 0;
}
#article.modelroom.index .share-wrap,
#article.townreport.index .share-wrap{
  margin: 10px auto;
}
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////
[SP用]
//////////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width:600px){
/* //////////////////////////////////////////////////
[SP時非表示]
////////////////////////////////////////////////// */
#globalHeader.hLong{
	display:none;
}
.breadCrumbsWrap .pcHome{
	display:none;
}
.spNone{
	display:none !important;
}
#scrollTop{
	display:none;
}
#globalFooter.fMedium{
	display:none;
}

/* //////////////////////////////////////////////////
[SPレイアウト]
////////////////////////////////////////////////// */
.breadCrumbsWrap li:nth-child(2){
	padding-left:40px;
}
.articleHeaderImg{
	margin:10px;
}
.doubleContentLayout{
	margin-bottom:20px;
}
.doubleContentLayout .contentBlock{
	width:100%;
	overflow:hidden;
	margin-bottom:10px;
	border-bottom:1px dotted #d5d5d5;
	padding:0 20px 10px;
	-weblit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.doubleContentLayout .contentBlock .contentImage{
	width:72px;
	float: left;
	margin-right:10px;
}
.doubleContentLayout .contentBlock .contentTitle{
	height:72px;
	margin-bottom:5px;
	font-size:0.9rem;
	font-weight:bold;
	line-height:1.1rem;
}
.doubleContentLayout .contentBlock .contentText{
	line-height:1.1rem;
	margin-bottom:0;
	width:100%;
	font-size:0.8rem;
}
/*日付表示*/
.entryDate{
	font-size:13px;
	margin-top: 10px;
	margin-bottom:4px;
	margin-right: 10px;
	text-align:right;
}
.entryDate.bottomLayout{
	text-align:left;
	margin-bottom:20px;
	margin-right:0;
	padding:0 20px;
}
/*記事ヘッダー部SNSセクション*/
#article .articleSnsSection{
	margin: 10px 0 10px;
}
.ui-listView-common > ul{
	border-top: 1px solid #d5d5d5;
}
.current{
	background: #efefef;
	color: #333;
}
.ui-listView-common > ul > li.current{
	background: #efefef;
	color: #333;
}
.ui-listView-common > ul > li > span.paging-number,
.ui-listView-common > ul > li > a span.paging-number{
	display:none;
}
/* sns upper*/
.p-sns-1_name a.p-sns-1_name_line{
  display: block;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////
[記事ページ専用レイアウト]
//////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////
[ライトカラム]
////////////////////////////////////////////////// */
#article #rightSideColumn {
	clear:both;
	float:none;
	width:100%;
}
#article #rightSideColumn #leftInner {
	background:none;
	border:0;
	padding:0;
	margin-bottom:0;
}
#article #rightSideColumn #leftInner #leftBox {
	padding:0;
}
.categoryNavWrap ul li a {
	height:52px;
}
div#leftBox ul li {
	background:none;
	padding:0;
	margin-bottom:0;
}
div#leftBox ul li:last-child {
	border-bottom:0;
}
.categoryNavWrap ul li a span {
	display: table-cell;
	vertical-align: middle;
	background-image: url("https://s.sumaity.com/images/common/svg/arrow-right.png");
	background-image: url("https://s.sumaity.com/images/common/svg/arrow-right.svg");
	background-position: right center;
	background-repeat: no-repeat;
	-webkit-background-size: 11px;
	-o-background-size: 11px;
	background-size: 11px;
	padding: 0px 20px 0 10px;
	font-size:14px;
	font-weight:bold;
}
#rightBnr{

	display:none;
}
#scrollTop{
	display:none !important;
}
}

@media screen and (max-width:600px){
/* article.cssかcomponent.cssに入れたいやつ */
.headings-lv4{
	padding:6px 4px 4px 6px;
	background:#EBEBEB;
}
.headings-lv4 span{
	display: inline-block;
	padding-left:4px;
	line-height: 1rem;
}
.headings-lv5{
	border:1px solid #d5d5d5;
	padding:6px 4px 4px 6px;
}
.headings-lv5 span{
	display: inline-block;
	padding-left:4px;
	line-height: 1rem;
}
.linkAreaTitle{
	border-bottom:2px solid #
}
table {
	width:100%;
	margin-bottom:20px;
	border:1px #d6d3c8 solid;
}
th {
	font-weight:bold;
	padding:6px 10px;
	background:#f4f2e9;
	border-bottom:1px #b2ada4 dotted;
	vertical-align:baseline;
}
td {
	padding:6px 10px;
	border-bottom:1px #b2ada4 dotted;
	vertical-align:baseline;
}
#article.townreport.index .share-wrap{
    width: 90%;
    margin: 10px auto;
}
}
