@charset "utf-8";
/* データエリアは非表示 */
#area-list,
#showroom-list,
#showroom-corabo-list{
	visibility: hidden!important;
	display: none!important;
}
/* タッチデバイス等用パッチ */
#sr-contents.touch * .exhibit-list label span.caption {
	display: none!important;
}
/*
	展示品から探す
*/
/* mod TPI 2016.8.31 start */
/* Loading */
/*
#sr-contents.area.exhibit:after{
	content: "しばらくおまち下さい...";
	position: absolute;
	width: 200px;
	height: 1em;
	text-align: center;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
#sr-contents.area.exhibit.loadOk:after{
	content: "";
	display: none;
	position: absolute;
	z-index: 0;
}
*/
#loading{
	position: absolute;
	width: 90%;
	height: 1em;
	text-align: center;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
    font-size: 260%;
}
/*<-- Loading */
/* mod TPI 2016.8.31 end */
#sr-contents * .colorRed {
    color: #f00 !important;
	font-size: 114.28571428571%;
	margin-bottom: 12px;
}
#sr-contents * #exhibit {
	width: 100%;
	margin: auto auto 40px auto;
	padding: 25px;
    background: #f0f0f0;
    border-radius: 6px;
}
#sr-contents * [class^="exhibit-search"]{
    display: -webkit-flex;
	display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#sr-contents * #area-showroom [class^="exhibit-search"]{
	padding: 10px;
    background: #f0f0f0;
    border-radius: 6px;
}
#sr-contents #exhibit-contents{
	margin-top: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
    max-height: 0;
    height: auto;
    transition: all ease .2s;
}
#sr-contents #exhibit-contents.open{
	margin-top: 40px;
	visibility: visible;
	max-height: 100em;
    height: auto;
    transition: all ease .2s;
}
#sr-contents * [class^="exhibit-search"] .title{
	width: 80px;
	font-weight: bold;
	font-size: 128.57142857143%;
	line-height: 1.2;
	text-align: center;
    margin-right: 8px;
}
#sr-contents * [class^="exhibit-search"] .exhibit-sel{
	width: 820px;
    display: -webkit-flex;
	display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}
#sr-contents * [class^="exhibit-search"] .exhibit-sel li{
	width: 160px;
	height: 60px;
	box-sizing: border-box;
	border-radius: 6px;
	border: 2px solid #9bcfe0;
	overflow: visible;
	position: relative;
	margin-right: 8px;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
	cursor: pointer;
    transition: all .2s ease;
}
/*
	このショールームで展示しているお探しの商品
*/
#sr-contents * [class^="show-"] [class^="exhibit-search"] .exhibit-sel li.active::after{
	border: none;
}
#sr-contents * [class^="show-"] .exhibit-search-showroom .title .close {
	display: none;
}
#sr-contents * [class^="show-"] .exhibit-search-showroom .title .close span{
    display: block;
    color: #4cbde2;
    font-size: 180%;
}
#sr-contents * [class^="show-"] .exhibit-search-showroom .title.active {
	cursor: pointer;
}
#sr-contents * [class^="show-"] .exhibit-search-showroom .title.active .close {
	display: inline-flex;
	-webkit-align-items: center;
	align-items:  center;
	font-size: 80%;
}
#sr-contents * [class^="show-"] .exhibit-search-showroom .title.active .open {
	display: none;
}
#sr-contents * [class^="show-"] .sclists{
	margin-top: 30px;
	margin-bottom: 30px;
    height: auto;
}
#sr-contents * [class^="show-"] .sclists ul{
    display: block;
}
#sr-contents * [class^="show-"] .prlists{
    visibility: hidden;
	margin-top: 0;
	margin-bottom: 0;
    overflow: hidden;
    max-height: 0;
    height: auto;
    transition: all ease .2s;
}
#sr-contents * [class^="show-"] .prlists.active{
    visibility: visible;
	margin-top: 30px;
	margin-bottom: 30px;
    max-height: 100em;
    height: auto;
    transition: all ease .2s;
}
#sr-contents * [class^="show-"] .sclists h4,
#sr-contents * [class^="show-"] .prlists h4{
	font-size: 157.14285714286%;
	border-left: 4px solid #4cbde2;
	padding-left: 10px;
	line-height: 1;
	margin-bottom: 30px;
}
#sr-contents * [class^="show-"] .prlists ul{
	display: none;
	width: 100%;
}
#sr-contents * [class^="show-"] .prlists ul.active{
    display: block;
}
#sr-contents * [class^="show-"] .sclists ul li,
#sr-contents * [class^="show-"] .prlists ul li {
    display: inline-flex;
    position: relative;
    width: 186px;
    margin: 0;
    padding: 10px 10px 10px 10px;
    overflow: hidden;
	/*
    background: #fff;
	*/
	vertical-align: top;
    cursor: pointer;
}
#sr-contents * [class^="show-"] .sclists ul li a,
#sr-contents * [class^="show-"] .prlists ul li a{
	color: #414141;
	display: block;
	position: relative;
	width: 100%;
    height: 72%;
}
#sr-contents * [class^="show-"] .sclists ul li:hover,
#sr-contents * [class^="show-"] .prlists ul li:hover{
	background: #d6eded;
}
#sr-contents * [class^="show-"] .sclists ul li:first-child,
#sr-contents * [class^="show-"] .prlists ul li:first-child{
	margin-left: 0;
}
#sr-contents * [class^="show-"] .sclists ul li span.imgOuter,
#sr-contents * [class^="show-"] .prlists ul li span.imgOuter{
    position: relative;
	display: block;
	width: 166px;
	overflow: hidden;
	background: #f0f0f0;
    margin: 0;
    padding: 0;
}
#sr-contents * [class^="show-"] .sclists ul li span.imgOuter:before,
#sr-contents * [class^="show-"] .prlists ul li span.imgOuter:before{
    content:"";
    display: block;
    padding-top: 72%; /* 高さを幅の72%に固定 */
}
#sr-contents * [class^="show-"] .sclists ul li span.imgOuter img,
#sr-contents * [class^="show-"] .prlists ul li span.imgOuter img{
	width: 100%;
    position: absolute;
    top: 0;
}
#sr-contents * [class^="show-"] .sclists ul li span.caption,
#sr-contents * [class^="show-"] .prlists ul li span.caption{
	padding: 0;
}
/* 展示品 */
#sr-contents * [class^="exhibit-search"] .exhibit-sel li span{
	width: 90px;
	margin-left: 60px;
}
#sr-contents * [class^="exhibit-search"] .exhibit-sel li.toilet{
	background: #fff url(/showroom/images/exhibit/exh-icon-toilet.png) no-repeat 10px center;
}
#sr-contents * [class^="exhibit-search"] .exhibit-sel li.bassroom{
	background: #fff url(/showroom/images/exhibit/exh-icon-bassroom.png) no-repeat 10px center;
}
#sr-contents * [class^="exhibit-search"] .exhibit-sel li.kitchen{
	background: #fff url(/showroom/images/exhibit/exh-icon-kitchen.png) no-repeat 10px center;
}
#sr-contents * [class^="exhibit-search"] .exhibit-sel li.washroom{
	background: #fff url(/showroom/images/exhibit/exh-icon-washroom.png) no-repeat 10px center;
}
#sr-contents * [class^="exhibit-search"] .exhibit-sel li.barrierfree{
	background: #fff url(/showroom/images/exhibit/exh-icon-barrierfree.png) no-repeat 10px center;
}
#sr-contents * [class^="exhibit-search"] .exhibit-sel li.active,
#sr-contents * [class^="exhibit-search"] .exhibit-sel li:hover{
	color: #fff;
	border: 2px solid #4cbde2;
    transition: all .2s ease;
}
#sr-contents * [class^="exhibit-search"] .exhibit-sel li.active{
	position: relative;
	overflow: visible;
}
#sr-contents * [class^="exhibit-search"] .exhibit-sel li.active::after{
    position: absolute;
	content: "";
    top: 100%;
	left: 58%;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 10px solid #4cbde2;
    margin-left: -28px;
    cursor: pointer;
}
#sr-contents * [class^="exhibit-search"] .exhibit-sel li.toilet.active,
#sr-contents * [class^="exhibit-search"] .exhibit-sel li.toilet:hover{
	background: #4cbde2 url(/showroom/images/exhibit/exh-icon-toilet_on.png) no-repeat 10px center;
}
#sr-contents * [class^="exhibit-search"] .exhibit-sel li.bassroom.active,
#sr-contents * [class^="exhibit-search"] .exhibit-sel li.bassroom:hover{
	background: #4cbde2 url(/showroom/images/exhibit/exh-icon-bassroom_on.png) no-repeat 10px center;
}
#sr-contents * [class^="exhibit-search"] .exhibit-sel li.kitchen.active,
#sr-contents * [class^="exhibit-search"] .exhibit-sel li.kitchen:hover{
	background: #4cbde2 url(/showroom/images/exhibit/exh-icon-kitchen_on.png) no-repeat 10px center;
}
#sr-contents * [class^="exhibit-search"] .exhibit-sel li.washroom.active,
#sr-contents * [class^="exhibit-search"] .exhibit-sel li.washroom:hover{
	background: #4cbde2 url(/showroom/images/exhibit/exh-icon-washroom_on.png) no-repeat 10px center;
}
#sr-contents * [class^="exhibit-search"] .exhibit-sel li.barrierfree.active,
#sr-contents * [class^="exhibit-search"] .exhibit-sel li.barrierfree:hover{
	background: #4cbde2 url(/showroom/images/exhibit/exh-icon-barrierfree_on.png) no-repeat 10px center;
}
#sr-contents * [class^="exhibit-search"] .exhibit-sel li span.chekedCount{
	position: absolute;
	right: 15px;
    top: -15px;
	width: 28px;
	height: 28px;
	background: #ff7495;
	border-radius: 14px;
	color: #fff;
}
#sr-contents * .exhibit-list{
	display: none;
	-webkit-align-content: flex-start;
	align-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#sr-contents * .exhibit-list.active{
    display: -webkit-flex;
	display: flex;
}
#sr-contents * .exhibit-list label{
	width: 166px;
	margin: 0 20px 20px 0;
	display: block;
	cursor: pointer;
	position: relative;
}
#sr-contents * .exhibit-list label a{
	color: #414141;
	display: block;
}
#sr-contents * .exhibit-list label:nth-child(0),
#sr-contents * .exhibit-list label:nth-child(5n){
	margin-right: 0;
}
#sr-contents * .exhibit-list label img{
	width: 166px;
	margin-bottom: 10px;
	display: block;
}
#sr-contents * .exhibit-list label input{
	display: inline-block;
	vertical-align: top;
	margin-top: 3%;
    width: 16px;
    height: 16px;
	cursor: pointer;
}
#sr-contents * .exhibit-list label span{
	width: 89%;
	margin-left: 1%;
	display: inline-block;
	vertical-align: top;
}
#sr-contents * .exhibit-list label span.thumb{
	position: relative;
	width: 166px;
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	background: #fff;
}
#sr-contents * .exhibit-list label span.thumb:before{
    content:"";
    display: block;
    padding-top: 72%; /* 高さを幅の72%に固定 */
}
#sr-contents * .exhibit-list label span.thumb img{
	width: 100%;
    position: absolute;
    top: 0;
}
#sr-contents * .exhibit-list label span.caption{
	position: absolute;
	opacity: 0;
	display: block;
	width: 100%;
	height: 120px;
	overflow: hidden;
	left: 0;
	top: 0;
	color: #fff;
	margin: 0;
	padding: 8px;
	background: rgba(0,0,0,0.5);
	font-size: 78.571428571429%;
	font-weight: bold;
    line-height: 1.4;
	transition: all 0.2s ease;
}
#sr-contents * .exhibit-list label:hover span.caption{
	opacity: 1;
	transition: all 0.2s ease;
}
#sr-contents * .exhibit-submit{
	width: 60%;
	margin: auto 0 auto auto;
    display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#sr-contents * .exhibit-submit button{
	min-width: 166px;
	min-height: 40px;
	padding: 0 18px 0 18px;
	box-sizing: border-box;
	border-radius: 6px;
	border: 2px solid #9bcfe0;
	background: #fff;
	color: #4cbde2;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
    transition: all .2s ease;
}
#sr-contents * .exhibit-submit button:hover{
	background: #4cbde2;
	border: 2px solid #4cbde2;
	color: #fff;
    transition: all .2s ease;
}
/* ショールーム詳細 */
#sr-contents.showroom_detail * .exhibit-search .title {
	width: 84px;
    display: -webkit-flex;
	display: flex;
 	-webkit-align-items: center;
  	align-items: center;
    margin-right: 4px;
	text-align: left;
}
#sr-contents.showroom_detail * .exhibit-search .title span.open{
	display: inherit;
}
#sr-contents.showroom_detail * .exhibit-search .title span.close{
	display: none;
	cursor: pointer;
	font-size: 80%;
}
#sr-contents.showroom_detail * .exhibit-search .title span.close span{
	display: block;
	color: #4cbde2;
	font-size: 180%;
}
#sr-contents.showroom_detail * .exhibit-search.open .title span.open{
	display: none;
}
#sr-contents.showroom_detail * .exhibit-search.open .title span.close{
	display: inherit;
}
#sr-contents.showroom_detail * .exhibit-list label input {
	display: none;
}
/*
	近くのショールーム
	他の地区
*/
#sr-contents * .other-area-list{
    margin: auto auto 20px auto;
    width: 920px;
}
#sr-contents #near-showroom {
	width: 100%;
	background: #f7f7f7;
	padding: 36px 0 36px 0;
	color: #444444;
}
#sr-contents * .other-list{
	width: 100%;
	display: block;
	margin-bottom: 40px;
}
#sr-contents #near-showroom .section-inner{
	width: 920px;
}
#sr-contents #near-showroom .near-title{
	font-size: 157.14285714286%;
	color: #444444;
	margin-bottom: 40px;
}
#sr-contents * .other-list,
#sr-contents * .near-list{
	width: 100%;
    display: -webkit-flex;
	display: flex;
 	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
#sr-contents * .other-list li,
#sr-contents * .near-list li{
	width: 206px;
	min-height: 70px;
	font-size: 114.28571428571%;
	border: 1px solid #dadada;
	/*
    display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	*/
	background: #fff url(/showroom/images/icon_arrow03.png) no-repeat 180px center;
	cursor: pointer;
	transition: all ease 0.2s;
}
#sr-contents * .other-list li:hover,
#sr-contents * .near-list li:hover{
	color: #fff;
	background: #4cbde2 url(/showroom/images/icon_arrow02.png) no-repeat 180px center;
	border: 1px solid #4cbde2;
	transition: all ease 0.2s;
}
#sr-contents * .other-list li:hover a,
#sr-contents * .near-list li:hover a{
	color: #fff;
}
#sr-contents * .near-list li {
	width: 206px;
	background: #fff url(/showroom/images/icon_arrow03.png) no-repeat 180px center;
}
#sr-contents * .near-list li:hover{
	background: #4cbde2 url(/showroom/images/icon_arrow02.png) no-repeat 180px center;
}
#sr-contents * .other-list li a,
#sr-contents * .near-list li a{
    width: 100%;
    height: 100%;
	min-height: 70px;
    color: #444444;
	padding: 8px 13% 8px 10px;
	box-sizing: border-box;
    display: inline-flex;
    display: -webkit-inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
#sr-contents * .other-list li a span,
#sr-contents * .near-list li a span{
	width: 36px;
    height: auto;
    margin-left: 4px;
	display: inline-block;
	vertical-align: middle;
}
#sr-contents * .other-list li:hover,
#sr-contents * .near-list li:hover{
	color: #fff;
	border: 1px solid #4cbde2;
	transition: all ease 0.2s;
}
#sr-contents * .other-list li:hover a,
#sr-contents * .near-list li:hover a{
	color: #fff;
	text-decoration: none;
}
#sr-contents * .other-list li{
	width: 170px;
	background: #fff url(/showroom/images/icon_arrow03.png) no-repeat 96% center;
	vertical-align: top;
	margin: 0 8px 8px 0;
}
#sr-contents * .other-list li a{
    width: 100%;
    height: 100%;
    color: #444444;
    display: -webkit-flex;
	display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
#sr-contents * .other-list li:hover{
	background: #4cbde2 url(/showroom/images/icon_arrow02.png) no-repeat 96% center;
}
#sr-contents * .corabo-list{
    display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
#sr-contents * .corabo-list li{
	width: 30%;
	margin: 0 40px 10px 0;
}
#sr-contents * .corabo-list li img{
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
}
#sr-contents * .corabo-list li span{
	display: inline-block;
	width: 80%;
}
#sr-contents * .corabo-list li:nth-child(0){
	margin: 0 8px 10px 0;
}
#sr-contents * .corabo-list li:nth-child(3n) {
	margin: 0 0 10px 0;
}
@media only screen and (max-width: 736px) {
/*
	展示品
*/
/* Loading */
#sr-contents.area.exhibit:after{
	font-size: 130%;
}
/* <-- Loading */
#sr-contents * #exhibit {
	padding: 12px;
}
#sr-contents * [class^="exhibit-search"]{
	display: block;
	margin-bottom: 10px;
	font-size: 82%;
}
#sr-contents * [class^="exhibit-search"] .title{
	display: none;
}
#sr-contents * [class^="show-"] [class^="exhibit-search"] .title{
	display: block;
	width: auto;
	margin-bottom: 8px;
	text-align: left;
}
#sr-contents * [class^="exhibit-search"] .exhibit-sel{
	width: 100%;
    display: block;
}
#sr-contents * [class^="exhibit-search"] .exhibit-sel li{
    vertical-align: top;
    width: 31%;
	margin: 0.7% 0 0.7% 1.2% ;
}
#sr-contents * .exhibit-search-showroom .exhibit-sel li{
	margin: 0.7% 0 0.7% 1.2% ;
}
#sr-contents * [class^="exhibit-search"] .exhibit-sel li span{
	width: auto;
	font-size: 110%;
	white-space: nowrap;
	margin: auto;
	text-align: center;
	text-shadow: 0 0 4px #fff;
}
#sr-contents * [class^="exhibit-search"] .exhibit-sel li.active span,
#sr-contents * [class^="exhibit-search"] .exhibit-sel li:hover span{
	text-shadow: 0px 0px 4px #4cbce2;
}
#sr-contents * [class^="exhibit-search"] .exhibit-sel li.active::after{
	display: none;
}
#sr-contents * [class^="exhibit-search"] .exhibit-sel li span.chekedCount{
	right: 10px;
    top: -10px;
	width: 20px;
	height: 20px;
	background: #ff7495;
	border-radius: 10px;
}
#sr-contents #exhibit-contents {
	margin-top: 0px;
}
#sr-contents * .exhibit-list label,
#sr-contents * .exhibit-list label:nth-child(5n){
    width: 33%;
    margin: 0;
    padding: 1.2%;
    box-sizing: border-box;
    font-size: 82%;
}
#sr-contents * .exhibit-list label span.caption{
	/*
	display: none;
	*/
	opacity: 0!important;
}
#sr-contents * .exhibit-list label input{
	width: 16%;
	height: auto;
}
#sr-contents * .exhibit-list label span.thumb{
	display: block;
	width: 100%;
	/*
	height: 80px;
	*/
}
#sr-contents * .exhibit-list label span {
    width: 80%;
	margin-left: 2%;
}
#sr-contents * .exhibit-submit {
	width: 100%;
    padding: 0 2% 0 2%;
    display: inherit;
	text-align: right;
}
#sr-contents * .exhibit-submit button {
	width: 48%;
	margin-left: 2%;
	margin-bottom: 8px;
	vertical-align: top;
	white-space: nowrap;
	text-align: center;
}
#sr-contents * .exhibit-submit button.submit{
	width: 100%;
	white-space: nowrap;
	font-size: 100%;
}
#sr-contents * .exhibit-submit button:hover{
	background: #fff;
	border: 2px solid #9bcfe0;
	color: #4cbde2;
}
#sr-contents * #exhibit,
#sr-contents * [class^="exhibit-search"] {
	margin-bottom: 0;
}
#sr-contents * #exhibit-contents.open {
	margin-top: 20px;
}
#sr-contents.showroom_detail * .exhibit-search .title {
    width: 100%;
	height: 30px;
	margin-bottom: 8px;
}
#sr-contents.showroom_detail * .exhibit-search.open .title span.close {
	font-size: 100%;
	display: inline-flex;
 	-webkit-align-items: center;
  	align-items:         center;
}
#sr-contents * [class^="show-"] .sclists h4 {
    font-size: 120%;
	margin: 8px 0 8px 0;
}
#sr-contents * [class^="show-"] .prlists.active {
    margin-top: 10px;
    margin-bottom: 10px;
}
#sr-contents * [class^="show-"] .sclists ul li,
#sr-contents * [class^="show-"] .prlists ul li {
    width: 33%;
    padding: 1.2%;
    font-size: 90%;
    margin-bottom: 0;
}
#sr-contents * [class^="show-"] .sclists ul li:hover,
#sr-contents * [class^="show-"] .prlists ul li:hover{
	background: none;
}
#sr-contents * [class^="show-"] .sclists ul li span.imgOuter,
#sr-contents * [class^="show-"] .prlists ul li span.imgOuter {
	width: 100%;
}
/*
	お近くのショールーム
*/
#sr-contents #near-showroom{
    padding: 18px 0 6px 0;
}
#sr-contents #near-showroom .section-inner{
	width: 90.625%;
}
#sr-contents #near-showroom .near-title {
    font-size: 120%;
    margin-bottom: 20px;
}
#sr-contents * .other-area-list {
    width: 100%;
}
#sr-contents * .near-title {
    font-size: 130%;
    margin-bottom: 20px;
}
#sr-contents * .near-list {
	display: block;
	width: 100%;
    margin-bottom: 20px;
}
#sr-contents * .near-list li{
	width: 48%;
	vertical-align: top;
    background: #fff url(/showroom/images/icon_arrow03.png) no-repeat 96% center;
}
#sr-contents * near-list li:hover{
    background: #4cbde2 url(/showroom/images/icon_arrow02.png) no-repeat 96% center;
}
#sr-contents * .other-list li a,
#sr-contents * .near-list li a {
	padding-right: 15%;
}
#sr-contents * #other-area-list .other-list,
#sr-contents * .other-list,
#sr-contents * .near-list {
	display: block;
	width: 100%;
    margin-bottom: 20px;
}
#sr-contents #other-area-list .other-list li,
#sr-contents * .other-list li,
#sr-contents * .near-list li{
    width: 48%;
    font-size: 100%;
    margin: 0 0 2% 2%;
    display: inline-flex;
    background: #fff url(/showroom/images/icon_arrow03.png) no-repeat 96% center;
}
#sr-contents #other-area-list .other-list li:hover,
#sr-contents * .other-list li:hover,
#sr-contents * .near-list li:hover{
	color: #000;
	border: 1px solid #dadada;
    background: #fff url(/showroom/images/icon_arrow03.png) no-repeat 96% center;
}
#sr-contents * .other-list li:hover a,
#sr-contents * .near-list li:hover a{
	color: #000;
}
#sr-contents * .corabo-list {
    width: 94%;
    margin: auto;
}
#sr-contents * .corabo-list li{
	width: 100%;
	margin: 0 2% 2% 0;
}
#sr-contents * .corabo-list li img {
    margin-right: 2%;
    display: inline-block;
    width: 10%;
	max-width: 36px;
	max-height: 36px;
}
#sr-contents * .corabo-list li span {
    width: 86%;
    display: inline-block;
}
}