@charset "utf-8";
/* -------------------------------------
Browser：IE11 over
-------------------------------------*/
:root{
	--w_base: 1100px;
	--color:#323232;
	--c-main:#323232;
    --blue:#121757;
    --red:#78002e;
    --brown:#4e2700;
	--gray:#777;
	--bg-gray:#ccc;
	--blue-multiply:#6a6b82;
	--brown-multiply:#7c6851;
	--font:Arial, "Helvetica Neue", "BIZ UDPGothic", Meiryo, "Hiragino Kaku Gothic Pro", sans-serif;
	--webf:"Noto Serif JP", serif;
	--fw-b:bold;
	--border:1px solid var(--color);
	--transition: .3s;
	--opacity:.8;
}

@media (max-width: 1100px) {
	:root{
		--w_base: 94%;
	}
}
@media (max-width: 520px) {
	:root{
		--w_base: 88%;
	}
}
html{
	overflow: auto;
}
body{
	min-width: var(--w_base);
	margin: 0 auto;
	background: url(/common/images/bg-base.png) repeat left top / auto;
	font-family: var(--font);
	font-size:16px;
	color:var(--color);
	line-height: 1.6;
    overflow-x: hidden;
    position: relative;
}
* {
	box-sizing: border-box;
}

@media (max-width: 520px) {
	body{
		min-width: 100%;
        font-size: 15px;
	}
}


/* -------------------------------------
セクション
-------------------------------------*/
main{
}
section,
aside{
    padding: 1px calc( ( 100% - var(--w_base) ) / 2 );
    position: relative;
/*  z-index: 1;*/
}
section.plr0{
	padding-left: 0;
	padding-right: 0;
}

@media (max-width: 520px) {
    main{
    }
	section,
	aside{
		padding:1px 6%;
	}
}


/* -------------------------------------
ベース
-------------------------------------*/
a{
	color:inherit;
	text-decoration:none;
	cursor: pointer;
	transition: .3s;
}
a:hover img{
	opacity: var(--opacity);
}
p a{
	text-decoration:underline;
}p a:hover{
	text-decoration:none;
}
/**PC電話ボタン無効**/
a[href^="tel"]{
	pointer-events: none;
    text-decoration: none;
}
@media (max-width: 520px) {
	a[href^="tel"]{
		pointer-events: auto;
	}
}

hr{
	display:block;
	margin:1em 0;
	padding:0;
	height:1px;
	border:0;
	border-top:1px solid #666666;
}

.note{
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}

figure img{
	max-width: 100%;
}
img{
	vertical-align: top;
}

@media (max-width: 520px) {
	/**post制御**/
	p{
		word-break: break-all;
	}
	table{
		width: 100%;
		word-break: break-all;
	}
	img{
		max-width: 100%;
		height: auto;
	}
	/**post制御**/
}


/* -------------------------------------
ベーススタイル設定
1.clearfix,clear
2.font
3.float
4.text-align
5.margin
6.padding
-------------------------------------*/
/*1. clearfix,clear */

/* For modern browsers */
.cf:before,
.cf:after {
	display:block;
	overflow:hidden;
	content:"";
}
.cf:after {
	clear:both;
}
.clear{
	clear: both;
}

/*2. font 必要なら追加　優先順位：高*/
body .fw-b {
	font-weight: bold;
}
body .fs14{
	font-size: 0.87rem;/*13*/
}
body .fs15{
	font-size: 0.94rem;/*14*/
}
body .fs18{
	font-size: 18px;/*16*/
}
body .fs20{
	font-size: 20px;/*16*/
}
body .fs22{
	font-size: 22px;/*16*/
}
body .fs24{
	font-size: 24px;/*18*/
}
body .fs26{
	font-size: 26px;/*20*/
}
body .fs30{
	font-size: 30px;/*28*/
}
body .fs32{
	font-size: 32px;/*28*/
}
body .fs44{
	font-size: 44px;/*36*/
}
body .fs46{
	font-size: 46px;/*40*/
}
body .fs54{
	font-size: 54px;/*42*/
}

@media (max-width: 520px) {
	body .fs18{
		font-size: 16px;/*16*/
	}
	body .fs20{
		font-size: 16px;/*16*/
	}
	body .fs22{
		font-size: 16px;/*16*/
	}
	body .fs24{
		font-size: 18px;/*18*/
	}
	body .fs26{
		font-size: 20px;/*20*/
	}
	body .fs30{
		font-size: 28px;/*28*/
	}
	body .fs32{
		font-size: 28px;/*28*/
	}
	body .fs44{
		font-size: 36px;/*36*/
	}
	body .fs46{
		font-size: 40px;/*40*/
	}
	body .fs54{
		font-size: 42px;/*42*/
	}
}

/*3. float */
.f_L {
	display: inline;
	float: left;
}
.f_R {
	display: inline;
	float: right;
}

/*4. text-align 優先順位：高 */
body .t_R {
	text-align: right;
}
body .t_L {
	text-align: left;
}
body .t_C {
	text-align: center;
}

/*5. margin 必要なら追加　優先順位：高 */

/* -------------------------------------
margin
-------------------------------------*/
body .mb0{
	margin-bottom: 0;
}
body .mb5 {
	margin-bottom: 5px;
}
body .mb10 {
	margin-bottom: 10px;
}
body .mb15 {
	margin-bottom: 15px;
}
body .mb20 {
	margin-bottom: 20px;
}
body .mb30 {
	margin-bottom: 30px;
}
body .mb40 {
	margin-bottom: 40px;
}
body .mb50 {
	margin-bottom: 50px;
}
body .mb70 {
	margin-bottom: 70px;
}
body .mb80 {
	margin-bottom: 80px;
}
body .mb100 {
	margin-bottom: 100px;
}
body .mb150 {
	margin-bottom: 150px;
}
body .mt0{
	margin-top: 0px;
}
body .mt5 {
	margin-top:5px;
}
body .mt10 {
	margin-top:10px;
}
body .mt15 {
	margin-top:15px;
}
body .mt20 {
	margin-top:20px;
}
body .mt30 {
	margin-top:30px;
}
body .mt40 {
	margin-top:40px;
}
body .mt50 {
	margin-top:50px;
}
body .mt70 {
	margin-top:70px;
}
body .mt80 {
	margin-top:80px;
}
body .mt100 {
	margin-top:100px;
}
body .mt150 {
	margin-top:150px;
}

@media (max-width: 520px) {
    body .mb20 {
        margin-bottom: 15px;
    }
    body .mb30 {
        margin-bottom: 25px;
    }
	body .mb40 {
		margin-bottom: 30px;
	}
	body .mb50 {
		margin-bottom: 40px;
	}
	body .mb70 {
		margin-bottom: 50px;
	}
	body .mb80 {
		margin-bottom: 60px;
	}
	body .mb100 {
		margin-bottom: 80px;
	}
	body .mb150 {
		margin-bottom: 100px;
	}
    body .mt20 {
        margin-top:15px;
    }
    body .mt30 {
        margin-top:25px;
    }
	body .mt40 {
		margin-top:30px;
	}
	body .mt50 {
		margin-top:40px;
	}
	body .mt70 {
		margin-top:50px;
	}
	body .mt80 {
		margin-top:60px;
	}
	body .mt100 {
		margin-top:80px;
	}
	body .mt150 {
		margin-top:100px;
	}
}

/* -------------------------------------
padding
-------------------------------------*/
body .pb0{
	padding-bottom: 0;
}
body .pb5 {
	padding-bottom: 5px;
}
body .pb10 {
	padding-bottom: 10px;
}
body .pb15 {
	padding-bottom: 15px;
}
body .pb20 {
	padding-bottom: 20px;
}
body .pb30 {
	padding-bottom: 30px;
}
body .pb40 {
	padding-bottom: 40px;
}
body .pb50 {
	padding-bottom: 50px;
}
body .pb70 {
	padding-bottom: 70px;
}
body .pb80 {
	padding-bottom: 80px;
}
body .pb100 {
	padding-bottom: 100px;
}
body .pb150 {
	padding-bottom: 150px;
}
body .pt0{
	padding-top: 0px;
}
body .pt5 {
	padding-top:5px;
}
body .pt10 {
	padding-top:10px;
}
body .pt15 {
	padding-top:15px;
}
body .pt20 {
	padding-top:20px;
}
body .pt30 {
	padding-top:30px;
}
body .pt40 {
	padding-top:40px;
}
body .pt50 {
	padding-top:50px;
}
body .pt70 {
	padding-top:70px;
}
body .pt80 {
	padding-top:80px;
}
body .pt100 {
	padding-top:100px;
}
body .pt150 {
	padding-top:150px;
}

@media (max-width: 520px) {
    body .pb20 {
        padding-bottom: 15px;
    }
    body .pb30 {
        padding-bottom: 25px;
    }
	body .pb40 {
		padding-bottom: 30px;
	}
	body .pb50 {
		padding-bottom: 40px;
	}
	body .pb70 {
		padding-bottom: 50px;
	}
	body .pb80 {
		padding-bottom: 60px;
	}
	body .pb100 {
		padding-bottom: 80px;
	}
	body .pb150 {
		padding-bottom: 100px;
	}
	body .pt20 {
		padding-top:15px;
	}
	body .pt30 {
		padding-top:25px;
	}
	body .pt40 {
		padding-top:30px;
	}
	body .pt50 {
		padding-top:40px;
	}
	body .pt70 {
		padding-top:50px;
	}
	body .pt80 {
		padding-top:60px;
	}
	body .pt100 {
		padding-top:80px;
	}
	body .pt150 {
		padding-top:100px;
	}
}

/* -------------------------------------
幅
-------------------------------------*/
body .w100p,
body .w_base,
body .w980,
body .w900,
body .w800,
body .w700,
body .w650,
body .w600{
	margin-right: auto;
	margin-left : auto;
	position: relative;
}
body .w100p{
	width: 100%;
}
body .w_base{
	width: var(--w_base);
}
body .w980{
	width: 980px;
}
body .w900{
	width: 900px;
}
body .w800{
	width: 800px;
}
body .w700{
	width: 700px;
}
body .w650{
	width: 650px;
}
body .w600{
	width: 600px;
}

@media (max-width: 520px) {
	body .w100p,
	body .w980,
	body .w900,
	body .w800,
	body .w700,
	body .w650,
	body .w600{
		margin-right: auto;
		margin-left : auto;
	}
	body .w100p{
		width: 100%;
	}
	body .w980{
		width: 100%;
	}
	body .w900{
		width: 100%;
	}
	body .w800{
		width: 100%;
	}
	body .w700{
		width: 90%;
	}
	body .w650{
		width: 90%;
	}
	body .w600{
		width: 90%;
	}
}

/* -------------------------------------
文字装飾
-------------------------------------*/
/**黄色マーカー**/
b.liner{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(0%, #fff552));
	background: linear-gradient(transparent 40%, #fff552 0%);
}

/* -------------------------------------
改行
-------------------------------------*/
.pc{
}
.sp{
	display:none;
}
.nav-wrapper .sp-ib{
    display: none;
}

@media (max-width: 520px) {
	.pc{
		display: none;
	}
	.sp{
		display:block;
	}
    .nav-wrapper .sp-ib,
    .sp-ib{
        display: inline-block;
    }
}


/* -------------------------------------
カラム
-------------------------------------*/
/* boxN */
.box2C,
.box3C,
.box4C{
	--gap:30px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: var(--gap);
}
.box2C {--row:2;}
.box3C {--row:3;}
.box4C {--row:4;}
:is(.box2C, .box3C, .box4C)>*{
	width: calc((100% - var(--gap)*calc(var(--row) - 1)) / var(--row));
}

@media (max-width: 520px) {
	.box2C,
	.box3C,
	.box4C{
		--gap:4%;
		gap:20px var(--gap);
	}
	body .sp1c {--row:1;}
	body .sp2c {--row:2;}
	body .sp3c {--row:3;}
}

/* -------------------------------------
見出し+テキスト+画像
.h-text-img>
div>h+p
figure>img

.h-text-img　：　見出し+テキスト　画像右
.h-text-img.left　：　画像左　見出し+テキスト
.h-text-img.center　：　画像+見出し+テキスト　縦並び
-------------------------------------*/
.h-text-img{
	display: flex;
	margin: 30px auto;
	width: 100%;
	justify-content: space-between;
}
.h-text-img.left{
	flex-direction:row-reverse;
}
.h-text-img.center{
	flex-flow: column-reverse nowrap;
}
.h-text-img > div{
	margin: 0 0 0 30px;
	flex: 1;
}.h-text-img.left > div{
	margin: 0 30px 0 0;
}
.h-text-img.center > div{
	margin: 0 30px;
	flex: auto;
}
.h-text-img figure{
	width: 400px;
	height: auto;
}
.h-text-img.center figure{
	margin: 0 0 30px;
	width: 100%;
	height: auto;
}
.h-text-img.center figure{
	margin: 30px 0;
}
.h-text-img.big figure{
	width: 643px;
}
.h-text-img.big-s figure{
    width:540px;
}
.h-text-img.min figure{
	width: 280px;
}
.h-text-img.free figure{
	width: auto;
}
.h-text-img figure img{
	width: 100%;
	height: auto;
}

@media (max-width: 520px) {
	.h-text-img{
		margin: 20px auto;
		width: 100%;
		flex-flow: column;
	}
    .h-text-img.sp-rev{
        flex-direction: column-reverse;
    }
	.h-text-img.left{
/*
		-webkit-box-orient:vertical;
		-webkit-box-direction:reverse;
		-ms-flex-direction:column-reverse;
		flex-direction:column-reverse;
*/
        flex-direction: column;
	}
	.h-text-img.center{
		flex-flow: column-reverse nowrap;
	}
	.h-text-img > div,
	.h-text-img.left > div,
	.h-text-img.center > div{
		margin: 5px 0;
		flex: 1;
	}
	.h-text-img figure{
/*		margin: 5px auto;*/
		margin: 0px auto 10px;
		max-width: 400px;
		width: 100%;
		height: auto;
	}
/*
    .h-text-img.left figure{
        margin-bottom: 14px;
    }
*/
	.h-text-img.center figure{
		margin: 5px auto;
		max-width: 100%;
	}
	.h-text-img figure img{
		width: 100%;
	}
	.h-text-img.big figure{
		max-width: 643px;
		width: 100%;
	}
	.h-text-img.big-s figure{
		max-width: 540px;
		width: 100%;
	}
    .h-text-img.sp-rev figure{
        margin-bottom: 14px;
    }
	.h-text-img.min figure{
		max-width: 280px;
		width: 100%;
	}
}

/* -------------------------------------
写真+テキスト
-------------------------------------*/
.img-text{
}
.img-text figure{
	margin: 0 auto 20px;
	width: var(--w_base);
    text-align: center;
}
.img-text figure img{
    max-height: 600px;
}
.img-text .richtext{
	margin: 0 auto 40px;
	width: 900px;
	line-height: 1.8;
}

@media (max-width: 520px) {
	.img-text figure{
		width: 100%;
	}
	.img-text .richtext{
		width: 95%;
	}
}

/* -------------------------------------
テーブル
-------------------------------------*/
/* table */
.table table{
	margin: 30px auto;
	width: 100%;
}
.table th,
.table td{
	padding: 30px 25px;
	vertical-align: top;
	text-align: left;
}
.table th{
	width: 30%;
	vertical-align:middle;
	color: #fff;
	background: var(--blue);
}
.table td{
    background: #fff;
}

.table tr+tr th{
	border-top: 1px solid #fff;
}
.table tr+tr td{
	border-top: var(--border);
}



@media (max-width: 520px) {
	.table table,
	.table tbody,
	.table tr,
	.table th,
	.table td{
		display: block;
		border: none;
	}
	.table th,
	.table td{
		padding: 10px;
		border-bottom: none;
	}
	.table th{
		width: 100%;
        padding: 8px;
        font-size: 0.9rem;
	}
}

/* tbl-sp_row */
.tbl-sp_row table,
table.tbl-sp_row{
	width: 100%;
	border-top: var(--border);
}
.tbl-sp_row tr{
	border-bottom: var(--border);
}
.tbl-sp_row :is(th, td){
	padding:22px 14px;
	vertical-align: top;
	text-align: left;
}
.tbl-sp_row th{
	width: 25%;
	font-weight: normal;
	background: var(--c-main);
}

/* mini */
.tbl-sp_row.mini :is(th, td){
	padding:12px 14px;
	font-size: 15px;
}

@media (max-width: 520px) {
	.tbl-sp_row :is(th, td){
		padding: 14px 10px;
		font-size: 0.9em;
	}

	/* mini */
	.tbl-sp_row.mini :is(th, td){
		padding:12px 6px;
		font-size: 14px;
	}
	.tbl-sp_row.mini th{
		min-width: 7em;
		font-size: 13px;
	}
}

/* tbl-bicolor･･･bg:2色てれこ */
.tbl-bicolor table,
table.tbl-bicolor{
	width: 100%;
}
.tbl-bicolor tr:nth-of-type(odd){
	background: #fff;
}
.tbl-bicolor tr:nth-of-type(even){
	background: unset;
}
.tbl-bicolor :is(th, td){
	padding: 20px 16px;
	vertical-align: top;
	text-align: left;
	line-height: 1.5;
}
.tbl-bicolor th{
	width: 25%;
}

@media (max-width: 520px) {
	.tbl-bicolor :is(th, td){
		padding: 8px 10px;
		font-size: 14px;
	}
	.tbl-bicolor th{
		min-width: 6em;
		font-size: 13px;
	}
}


/* -------------------------------------
画像
-------------------------------------*/
/**角丸：画像に直接かけれる**/
.radius{
	border-radius: 15px;
}

/**hover時画像拡大**/
.scale {
	overflow: hidden;
}
.scale img {
	-webkit-transition: -webkit-transform 0.3s linear;
	transition: -webkit-transform 0.3s linear;
	transition: transform 0.3s linear;
	transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
a:hover .scale img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

/**-------------------------------------
tel
-------------------------------------**/
a[href^="tel"]{
	font-weight: var(--fw-b);
}

/* -------------------------------------
色
-------------------------------------*/
.white{
	color: #fff;
}

/* -------------------------------------
背景
-------------------------------------*/
.bg-white{
	background: #fff;
}
[class*="--multiply"],
[class*="--multiply"]>*{
	position: relative;
}
[class*="--multiply"]::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;
	position: absolute;
	left: 0;
	top: 0;
}
.bg-blue--multiply::before{
	background: var(--blue-multiply);
}
.bg-brown--multiply::before{
	background: var(--brown-multiply);
}

.bg-logo{
	background: url(/common/images/deco-logo.png) no-repeat right -3vw bottom -20px / 22vw auto;
}

@media (max-width: 520px) {
    .sec-inner.bg-white{
        padding: 1px 25px;
    }
}




/* -------------------------------------
タイトル
-------------------------------------*/
/*ページタイトル*/
.titZ{
    width:100%;
    height: 380px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.titZ::after{
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #8c8c8c;
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    top: 0;
}
.titZ h1{
	padding-top: 200px;
	font-family: var(--webf);
	color: #fff;
	font-size: 42px;
    line-height: 1.2;
	text-align: center;
	letter-spacing: 0.1em;
	position: relative;
	z-index: 3;
}

.titA{
    margin: 70px auto 40px;
	font-family: var(--webf);
    font-size: 42px;
    color: var(--blue);
	line-height: 1.6;
    text-align: center;
}
.titB{
	display: flex;
	align-items: center;
	gap:14px;
    margin: 50px 0 40px;
	padding-bottom: 8px;
    font-family: var(--webf);
    font-size:30px;
    color: var(--blue);
	border-bottom: 1px solid var(--blue);
}
.titB::before{
	content: "";
	display: block;
	width: 8px;
	height: 30px;
	margin-top: 6px;
	background:url(/common/images/bg-ptn_blue.png) repeat center / auto;
}

.titC{
    margin:20px auto;
    text-align: center;
}
.box2C .titC{
    text-align: left;
}

@media (max-width: 520px) {
    /*ページタイトル*/
    .titZ{
        height: 180px;
    }
	.titZ h1{
		padding-top: 80px;
		font-size: 20px;
		letter-spacing: 0;
	}

    .titA{
        margin: 50px auto 30px;
        font-size: 24px;
    }
    .titB{
        margin: 30px auto 20px;
        font-size:20px;
    }
    .titC{
        margin:20px auto;
    }
}

/* -------------------------------------
lead
-------------------------------------*/
.lead{
    margin:20px auto 50px;
	font-family: var(--webf);
	font-size: 18px;
    text-align: center;
}

@media (max-width: 520px) {
    .lead{
        margin: -5px auto 20px;
        font-size: 14px;
    }
}

/* -------------------------------------
strong
-------------------------------------*/
.strong{
    font-weight: var(--fw-b);
}
.strong18{
    font-size: 18px;
    font-weight: var(--fw-b);
}


/**-------------------------------------
btn
-------------------------------------**/
.btn,
[class^="btn_"]{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	width: min(100%, 420px);
	height: 60px;
	margin: 50px auto 0;
	font-size: 18px;
	color: #fff;
	font-weight: var(--fw-b);
	line-height: 1.3;
	background: url(/common/images/bg-ptn_blue.png) repeat center / auto;
	box-shadow: 6px 6px 0 rgba(0,0,0,.2);
	position: relative;
}:is(.btn,[class^="btn_"]):hover{
	opacity: var(--opacity);
}

/* 色 */
.btn_red{
	background-image:  url(/common/images/bg-ptn_red.png);
}
.btn_blue{
	background-image:  url(/common/images/bg-ptn_blue.png);
}
.btn_brown{
	background-image:  url(/common/images/bg-ptn_brown.png);
}
.btn_white{
	color: var(--color);
	background: #fff;
}
:is(.btn,[class^="btn_"]).noshadow{
	box-shadow: unset;
}
/* サイズ */
:is(.btn,[class^="btn_"]).mini{
	width: 220px;
	height: 40px;
	margin: 26px auto 0;
	font-size: 16px;
}


/* -------------------------------------
tableA
-------------------------------------*/
.tableA table{
    width: 100%;
    border-top: var(--border);
	position: relative;
}
.tableA table::after{
	content: "";
	display: block;
	width:200px;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	/* background: url(/common/images/bg-wa01.svg) no-repeat right bottom / 100% auto; */
	opacity: .2;
	mix-blend-mode: multiply;
}
.tableA tr{
    border-bottom: var(--border);
}
.tableA tr:nth-of-type(odd){
    /* background: #f7f5f1; */
/*    background: #ebd7b6;*/
}
.tableA tr:nth-of-type(even){
    /* background: #f7f5f1; */
}


.tableA th,
.tableA td{
	padding: 28px 10px;
	vertical-align: top;
	text-align: left;
}
.tableA th{
	width: 20%;
}
.tableA td a:hover{
    color: #ea5404;
    text-decoration: underline;
}
@media (max-width: 520px) {
    .tableA th,
    .tableA td{
        padding: 10px;
    }
    .tableA th{
        min-width: 6em;
        padding-top: 14px;
        font-size: 0.8rem;
    }
}

/* -------------------------------------
gmap
-------------------------------------*/
.gmap{
	position: relative;
	padding-bottom: 400px;
	height: 0;
	overflow: hidden;
}
.gmap iframe, .gmap object, .gmap embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 520px) {
	.gmap{
		padding-bottom: 35vh;
	}
}

/* -------------------------------------
youtube
-------------------------------------*/
.youtube{
	width:70%;
	margin: 0 auto 70px;
	position: relative;
	padding-bottom: 380px;
	height: 0;
	overflow: hidden;
}
.youtube iframe, .youtube object, .youtube embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 520px) {
	.youtube{
		width:100%;
		margin-bottom: 40px;
		padding-bottom: 50vw;
	}
}

/* -------------------------------------
no-photo
-------------------------------------*/
.no-photo{
	background-image: url(/common/images/no-photo.png);
	background-color: #eee;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30% auto;
}


