@charset "utf-8";
/*
//	家族★図鑑 KAZOKU ZUKAN
//	contents用CSS
//	2015.6.2 started by Tadashi YAMAOKA
*/


/* レイアウト
--------------------- */

#page-body {
	width:100%;
	margin:0 auto 0 auto;
	padding:0;

}

/* メイン（右）エリア パーツ */
#main-area {
	width:100%;
	margin:0;
	float: none;
	border-left: none;
	}

section {
	padding:0 10px 0 10px;
	}

#main-area h1.title {
	letter-spacing:0.2em;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 150%;
	}

h1.title span.smaller{
	font-size:70%;
	}
#main-area section h2 {
	letter-spacing:0.1em;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
	border-bottom:2px dotted #999999;
    font-size: 130%;
	}
#main-area section h2:before {
    content: url(../../images/common/list-h2.gif);
	margin-right:10px;
	position: relative;
    top: 5px;
}
#main-area section h3 {
	line-height:1.3;
}
#main-area section h3:before {
    content: url(../../images/common/list-h3.gif);
    margin:0 5px 0 5px;
    position: relative;
    top: 3px;
}

#main-area section p{
	margin-left:10px;
	}
ul.photo-2col{
	margin:0 0 0 0px;
	padding:0 0 0 0;
}

ul.photo-2col li{
		padding:15px 0px 10px 0px;
		margin:40px auto 20px auto;
		text-align:center;

}

p.catch01 {
	font-size:120%;
	letter-spacing:0.1em;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
	text-align:center;
	font-weight:bold;
	}

h3.catch02 {
	text-align:center;
	}

/* テキスト
--------------------- */

h1.title {
	text-align:center;
	}

/*　パンくずリスト　*/
#breadcrumbs {
	display:block;
	margin: 0;
	padding: 0px 0 20px 0px;
	border-bottom:#535353 1px solid;
}
ol.breadcrumbs {
	font-size: 12px;
	list-style: none;
}
ol.breadcrumbs li {
	float: left;
	margin: 0 7px 0 0px;
	padding:3px 0 3px 15px;
	background: url(../../images/common/bg-pankuzu.gif) left center no-repeat;
}
ol.breadcrumbs li a {
	text-decoration: none;
}
ol.breadcrumbs li.home {
	background: url(../../images/common/bg-pankuzu-home.gif) left center no-repeat;
}

/*　レイアウト・ベーシックパーツ　*/
hr.hr-basic{
	border-top: 1px solid #ddd;
	margin:20px;
	clear:both;
}

hr.hr-dash{
	border-top: 1px dashed #8c8b8b;
	margin:20px;
	clear:both;
}

section {
	margin:0 auto 25px auto;
}
/* カテゴリー・商品リスト
--------------------- */

ul.category01 {
	margin:0 20px 0 0px;
	padding:0 0 0 20px;
	}
	ul.category01 li{
		text-align:center;
		margin:0 0 15px 0;
	}
	ul.category01 li img{
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	}

ul.category02 {　/* フォトフレーム：カテゴリーの一覧　*/
	margin:0 20px 0 0px;
	padding:0 0 0 20px;
	}
	ul.category02 li{
		text-align:center;
		margin:0 20px 15px 0;
	}
	ul.category02 li img{
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	}


ul.category03 { /* フォトフレーム：シリーズの一覧　*/
	margin:0 5px 30px 5px;
	padding:0 0 0 0;
	}
	ul.category03 li{
		float:left;
		text-align:center;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
		font-weight:bold;
		font-size:14px;
		width:45%;
		padding:15px 5px 10px 5px;
		margin:40px 3px 20px 3px;
		box-shadow: 0 0 5px #ddd;
		-moz-box-shadow: 0 0 5px #ddd;
		-o-box-shadow: 0 0 5px #ddd;
		-ms-box-shadow: 0 0 5px #ddd;
		background-color:#FFF;
	}
	ul.category03 li img{
		width:200px;
		}
	span.name {
		font-size:17px;
		/*color:#C30;*/
		}

/* カテゴリー・商品リスト category04 */
div.item {
		padding:15px 0px 10px 0px;
		margin:20px 10px 20px 10px;
		box-shadow: 0 0 5px #ddd;
		-moz-box-shadow: 0 0 5px #ddd;
		-o-box-shadow: 0 0 5px #ddd;
		-ms-box-shadow: 0 0 5px #ddd;
		background-color:#FFF;
	}

div.item-photo {
	float: none;
	width:85%;
	margin:0 auto 0 auto;
	}
div.item-sum {
	margin-top:5px;
	}
div.item-select {
	float: none;
	width:85%;
	margin:0 auto 0 auto;
	}

h2.item-name {
	font-size:15px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
	margin:0;
	padding:10px 5px 10px 10px ;
	line-height:1.0;
	background:#ebe6dd;
	}
div.item-exp div{
	font-size:14px;
	margin:5px 0 5px 0;
	padding:0;
	line-height:1.6;
}
table.item-exp {
	font-size:13px;
	text-align:left;
	float:right;
	margin:0 0 0px 0;
	}
table.item-exp td, table.item-exp th{
	padding:8px 20px 8px 8px ;
	}
	table.item-exp th{
		text-align:left;
		}
	p.price-exp {
		float:right;
		font-size:12px;
		font-weight:bold;
		color:#C00;
		padding:0;
		margin:0 0 15px 0;
		}
tr.item-exp {
	border-bottom:#666 dotted 1px;
	}
div.item-btn {
	clear:both;
	text-align:right;
	}
	div.item-btn img{
		margin-top:10px;
		}
/* order-enter
--------------------- */
input.order-enter {
	height:40px;
	padding:0 2.5em 0 2.5em;
	font-size:15px;
	}


section #select-option {
	width:840px;
	background:#fff ;
	margin:0 auto 30px auto;
	padding:10px 40px 10px 40px ;
	border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	} 


/* 管理画面
--------------------- */
div.btn {
	padding:20px 0 30px 0;
}

div.btn input {
	height: 40px;
	padding: 0 2.5em 0 2.5em;
	font-size: 15px;
}
table.basiclist {
	min-width: 700px;
	border-collapse: collapse;
	border: #bbb 1px solid;
	margin: 10px auto 10px auto;
}
table.basiclist td, table.basiclist th {
	padding: 5px;
	border: #bbb 1px solid;
	font-size: 14px;
	line-height: 1.0;
	text-align: center;
	vertical-align: middle;
}
table.basiclist th {
	background: #f2f5f9;
	padding: 6px 0 6px 0;
}
table.basiclist td.number {
	text-align: right;
}

/*　お問い合わせテーブル　*/
table.inquiry-tbl_sp {
	width: 96%;
	display: block;
	margin: 10px auto 10px auto;
	border: double 1px #CCC;
}
table.inquiry-tbl_sp td.pink {
	margin: 0 0 0 0;
	border-collapse: collapse;
	border-bottom: double 1px #CCC;
	font-size: 13px;
	background-color: #ffe6e5;
	padding: 10px 5px 15px 10px;
}
table.inquiry-tbl_sp td {
	margin: 0 0 0 0;
	border-collapse: collapse;
	border-bottom: double 1px #CCC;
	font-size: 13px;
	padding: 10px 5px 15px 10px;
}
table.inquiry-tbl_sp h4 {
	font-size: 110%;
	color: #666;
	padding: 10px 0px 5px 40px;
	border-bottom: dotted #666 1px;
	margin: 10px 5px 10px 0px;
	background: url(../../images/contents/bg_h3.gif) left center no-repeat;
	font-weight: bold;
}
table.inquiry-tbl_sp table {
	width: 100%;
}
table.inquiry-tbl_sp table td {
	margin: 0;
	padding: 0;
}
table.inquiry-tbl {
	display: none;
}

/* インデックスページ用
-------------------------------------------- */
div.index-boxes {
	width: 185px;
	margin: 10px auto 20px auto;
	padding: 0 0 0px 0;
}
div.index_box {
	width: 185px;
	height:auto;
	float: left;
	margin: 15px 15px 0 auto;
	padding: 0px;
	text-align: center;
	font-size: 14px;
/*	background:#ffc862;*/
	background:#ffe6e5;
}
div.index_box:hover {
	background:#ededed;
	}
div.index_box a {
	text-decoration: none;
	display:block;
	width:100%;
	height:100%;
	padding:20px 0 20px 0 ;
	text-align: center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	letter-spacing: 0.2em;
	font-weight: bold;
}

dl.faq {
	margin:0 30px 5px 0;}
dl.faq dt{
	font-weight:bold;
	border-bottom:#666 dotted 1px;
	padding:0 0 5px 0;
	margin:0 0 5px 0;
	}
dl.faq dd{
	padding:0 0 5px 0;
	margin:0 0 25px 50px;
	line-height:1.3;
	}
	dl.faq dd a{
		color:#C00;
		border-bottom:#C00 dotted 1px;
	}

img.order {
	border:#CCC 1px solid;
	max-width : 100%;
	display:block;
	margin:0 auto 0 auto;
	box-shadow: 0 0 5px #ddd;
		-moz-box-shadow: 0 0 5px #ddd;
		-o-box-shadow: 0 0 5px #ddd;
		-ms-box-shadow: 0 0 5px #ddd;
	}

/* 初めてのお客様へ　*/
div.function {
	display: -webkit-box;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
div.func-box {
	width:40%;
	height:auto;
	background:#FFF;
	margin:5px;
	padding:10px;
	border:#CCC 1px solid;
}
p.detail {
	text-align:center;
	font-size:13px;
	margin:0 0 0 0;
}
/* formのCSS
------------------------------------------------------------------ */
form input, form select, form textarea {
	padding: 5px;
	border-radius: 2px;
	 -webkit-border-radius: 2px;
	 -moz-border-radius: 2px;
	width: 90%;
}
form input[type=checkbox],form label[type=checkbox] form label[type=checkbox] {
margin: 5px 0 5px 0;
}
form label[type=checkbox] {
margin: 5px 0 5px 0;
}
form textarea {
	margin:0 auto 0 auto;
}
input.form-zip {
	width: 4em;
}
div.pfmaker {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
        justify-content: center;
	-webkit-justify-content: center;
        flex-wrap: wrap;
	-moz-flex-wrap: wrap;
    　-webkit-flex-wrap: wrap;
	width:100%;
	}
div.pfmaker > div{
    width: 40%;
    margin: 0 10px 10px 10px;
    padding: 5px;
    background: #fff;
    border-radius: 6px;
     -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
    border: 2.5px solid #eae5e3;
}

/* パネル貼り写真について　*/
table.framelist {
	border-collapse:collapse;
	text-align:left;
	font-size:90%;
	border:#666666 1px solid;
	margin:10px auto 10px auto;
}
	table.framelist td, table.framelist th{
		border:#666666 1px solid;
		padding:5px;
	}
	table.framelist th{
		background:#ededed;
	}


@media print, screen and (max-width : 767px) {
/* スマホテーブル用
------------------------------------------------------------------ */
/* テーブル基本設定 */
table.basic {
	margin:20px auto 0 auto;
	background:#fff;
	border:#333 1px solid;
	width: 90%;
	}
	table.basic td{
		border-bottom:#333 1px solid;
		padding:10px;
		vertical-align:top;
		display:block;
		}
	table.basic th{
		background:#ededed;
		vertical-align: middle;
		font-weight:600;
		display:block;
		padding:10px 0px 10px 0px;
		text-indent:0.7em;
		}
table.cart th {
	text-align: center;
}
table.cart tr th:nth-of-type(2),table.cart tr td:nth-of-type(2)  {
	text-align: center;
}
}


@media print, screen and (min-width : 768px) {
/* レイアウト
--------------------- */

#page-body {
	width:1000px;
	margin:0 auto 0 auto;
	padding:0;

}

/* メイン（右）エリア パーツ */
#main-area {
	width:700px;
	margin:0;
	float:right;
	border-left:#535353 1px solid;
	}

section {
	padding:0 15px 0 35px;
	}

#main-area h1.title {
	letter-spacing:0.2em;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 150%
	}

h1.title span.smaller{
	font-size:80%;
	}
#main-area section h2 {
	letter-spacing:0.1em;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
	border-bottom:2px dotted #999999;
	}
#main-area section h2:before {
    content: url(../../images/common/list-h2.gif);
	margin-right:10px;
	position: relative;
    top: 5px;
}
#main-area section h3 {
	line-height:1.3;
}
#main-area section h3:before {
    content: url(../../images/common/list-h3.gif);
    margin:0 10px 0 5px;
    position: relative;
    top: 3px;
}

#main-area section p, #main-area section ul{
	margin-left:10px;
	}

ul.photo-2col{
	margin:0 0 0 0px;
	text-align:center;
}

ul.photo-2col li{
	display:inline-block;
	vertical-align:middle;
		padding:0px 0px 0px 0px;
		margin:40px 5px 20px 5px;
}

p.catch01 {
	font-size:170%;
	letter-spacing:0.1em;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
	text-align:center;
	}


/* テキスト
--------------------- */

h1.title {
	text-align:center;
	}

/*　パンくずリスト　*/
#breadcrumbs {
	display: block;
	margin: 0;
	padding: 10px 0 20px 18px;
	border-bottom:#535353 1px solid;
}
ol.breadcrumbs {
	font-size: 12px;
	list-style: none;
}
ol.breadcrumbs li {
	float: left;
	margin: 0 7px 0 0px;
	padding: 0 0 0 15px;
	background: url(../../images/common/bg-pankuzu.gif) left center no-repeat;
}
ol.breadcrumbs li a {
	text-decoration: none;
}
ol.breadcrumbs li.home {
	background: url(../../images/common/bg-pankuzu-home.gif) left center no-repeat;
}

/*　レイアウト・ベーシックパーツ　*/
hr.hr-basic{
	border-top: 1px solid #ddd;
	margin:20px;
	clear:both;
}

hr.hr-dash{
	border-top: 1px dashed #8c8b8b;
	margin:20px;
	clear:both;
}

section {
	margin:0 auto 25px auto;
}

/* カテゴリー・商品リスト
--------------------- */

ul.category01 {
	margin:0 0 0 0px;
	}
	ul.category01 li{
		text-align:center;
		margin:0 0 15px 0;
	}
	ul.category01 li img{
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	}

ul.category02 {　/* フォトフレーム：カテゴリーの一覧　*/
	margin:0 auto 0 auto;
	}
	ul.category02 li{
		width:350px;
		text-align:center;
		margin:0 0 15px 0;
		padding:35px 10px 35px 10px;
		margin:40px 30px 20px 150px;
		box-shadow: 0 0 5px #ddd;
		-moz-box-shadow: 0 0 5px #ddd;
		-o-box-shadow: 0 0 5px #ddd;
		-ms-box-shadow: 0 0 5px #ddd;
		background-color:#FFF;
	}
	ul.category02 li img{
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	}


ul.category03 { /* フォトフレーム：シリーズの一覧　*/
	margin:0 0 30px 45px;
	padding-bottom:30px;
	}
	ul.category03 li{
		float:left;
		text-align:center;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
		font-weight:bold;
		font-size:14px;
		width:230px;
		padding:15px 10px 10px 10px;
		margin:40px 30px 20px 30px;
		box-shadow: 0 0 5px #ddd;
		-moz-box-shadow: 0 0 5px #ddd;
		-o-box-shadow: 0 0 5px #ddd;
		-ms-box-shadow: 0 0 5px #ddd;
		background-color:#FFF;
	}
	ul.category03 li img{
		width:200px;
		}
	span.name {
		font-size:17px;
		/*color:#C30;*/
		}

/* カテゴリー・商品リスト category04 */
div.item {
		padding:15px 20px 10px 10px;
		margin:20px 15px 20px 35px;
		box-shadow: 0 0 5px #ddd;
		-moz-box-shadow: 0 0 5px #ddd;
		-o-box-shadow: 0 0 5px #ddd;
		-ms-box-shadow: 0 0 5px #ddd;
		background-color:#FFF;
	}

div.item-photo {
	float:left;
	width:250px;
	}

div.item-select {
	float:right;
	width:350px;
	padding-left:10px;
	}
h2.item-name {
	font-size:15px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
	margin:0;
	padding:10px 5px 10px 10px ;
	line-height:1.0;
	background:#ebe6dd;
	}
div.item-exp div{
	font-size:14px;
	margin:5px 0 5px 0;
	padding:0;
	line-height:1.6;
	color:#000;
}
table.item-exp {
	font-size:13px;
	text-align:left;
	float:right;
	margin:0 0 0px 0;
	}
table.item-exp td, table.item-exp th{
	padding:8px 20px 8px 8px ;
	}
	table.item-exp th{
		text-align:left;
		}
tr.item-exp {
	border-bottom:#666 dotted 1px;
	}
div.item-btn {
	clear:both;
	text-align:right;
	}
	div.item-btn img{
		margin-top:10px;
		}
/* order-enter
--------------------- */
input.order-enter {
	height:40px;
	padding:0 2.5em 0 2.5em;
	font-size:15px;
	}


section #select-option {
	width:840px;
	background:#fff ;
	margin:0 auto 30px auto;
	padding:10px 40px 10px 40px ;
	border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	} 

/* 管理画面
--------------------- */
div.btn {
	padding:20px 0 30px 0;
}

div.btn input {
	height: 40px;
	padding: 0 2.5em 0 2.5em;
	font-size: 15px;
}
table.basiclist {
	min-width: 700px;
	border-collapse: collapse;
	border: #bbb 1px solid;
	margin: 10px auto 10px auto;
}
table.basiclist td, table.basiclist th {
	padding: 5px;
	border: #bbb 1px solid;
	font-size: 14px;
	line-height: 1.0;
	text-align: center;
	vertical-align: middle;
}
table.basiclist th {
	background: #f2f5f9;
	padding: 6px 0 6px 0;
}
table.basiclist td.number {
	text-align: right;
}

/*　お問い合わせテーブル　*/
table.inquiry-tbl_sp {
	display: none;
}
table.inquiry-tbl {
	display: block;
	margin: 10px auto 10px auto;
}
table.inquiry-tbl th {
	margin: 0 0 0 0;
	border: double 1px #CCC;
	border-collapse: collapse;
	text-align: left;
	padding: 10px 5px 10px 10px;
	font-size: 14px;
	background-color: #ffe6e5;
	color: #333333;
}
table.inquiry-tbl table {
	width: 550px;
}
table.inquiry-tbl td {
	margin: 0 0 0 0;
	padding:10px;
	border-collapse: collapse;
	border: double 1px #CCC;
	font-size: 14px;
}
table.inquiry-tbl h4 {
	font-size: 110%;
	color: #666;
	padding: 10px 0px 5px 40px;
	border-bottom: dotted #666 1px;
	margin: 10px 25px 10px 25px;
	background: url(../../images/contents/bg_h3.gif) left center no-repeat;
	font-weight: bold;
}


/* インデックスページ用
-------------------------------------------- */
div.index-boxes {
	width: auto;
	margin: 10px auto 0 60px;
	padding: 0 0 0px 0;
}
div.index_box {
	width: 185px;
	height:185px;
	float: left;
	margin: 15px 15px 0 auto;
	padding: 0px 0 0px 0;
	text-align: center;
	font-size: 14px;
/*	background:#ffc862;*/
	background:#ffe6e5;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
div.index_box:hover {
	background:#ededed;
	}

div.index_box a {
	text-decoration: none;
	display:block;
	width:100%;
	height:100%;
	padding-top:60px;
	text-align: center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	letter-spacing: 0.2em;
	font-weight: bold;
}

/* パネル貼り写真について　*/
table.framelist {
	border-collapse:collapse;
	text-align:left;
	font-size:90%;
	border:#666666 1px solid;
	margin:10px auto 10px auto;
}
	table.framelist td, table.framelist th{
		border:#666666 1px solid;
		padding:5px;
	}
	table.framelist th{
		background:#ededed;
	}

/* 初めてのお客様へ　*/
div.function {
	display: -webkit-box;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
div.func-box {
	width:250px;
	height:auto;
	background:#FFF;
	margin:10px;
	padding:10px;
	border:#CCC 1px solid;
}
p.detail {
	text-align:center;
	font-size:13px;
	margin:0 0 0 0;
}
/*　テーブルCSS
----------------------------------------　*/
/* テーブル基本設定 */
table.basic {
	margin:20px auto 0 auto;
	background:#fff;
	width: 90%;
	}
	table.basic td, table.basic th{
		border:#333 1px solid;
		padding:10px;
		vertical-align:top;
		}
	table.basic th{
		background:#ededed;
		vertical-align: middle;
		font-weight:600;
		}
div.pfmaker {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
        justify-content: center;
	-webkit-justify-content: center;
        flex-wrap: wrap;
	-moz-flex-wrap: wrap;
    　-webkit-flex-wrap: wrap;
	width:100%;
	}
div.pfmaker > div{
width: 26%;
margin: 0 10px 0px 10px;
padding: 5px;
background: #fff;
border-radius: 6px;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
border: 2.5px solid #eae5e3;
}
}