@charset "UTF-8";

/* .sliderArea */
.slider {
	position: relative;
	margin: 20px 0 58px;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
	opacity: 0.6;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
	margin: 0 10px;
}

.slick-slide img {
	width: 100%;
	display: block;
	opacity: 1;
}

.slick-slide.slick-center img {
	opacity: 1;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-loading .slick-list {
	background: url(../common/images/ajax-loader.gif) center center no-repeat #fff;
}

/* Arrows */
.slick-prev,
.slick-next,
.slick-prev2,
.slick-next2 {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 65px;
	height: 65px;
	padding: 0;
	cursor: pointer;
	border: none;
	outline: none;
	margin-top: -32px;
	z-index: 90;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus,
.slick-prev2:hover,
.slick-prev2:focus,
.slick-next2:hover,
.slick-next2:focus {
	outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before,
.slick-prev2:hover:before,
.slick-prev2:focus:before,
.slick-next2:hover:before,
.slick-next2:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before,
.slick-prev2.slick-disabled:before,
.slick-next2.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before,
.slick-prev2:before,
.slick-next2:before {
	opacity: 0.75;
}

.slick-prev {
	left: 50%;
	background: url(../common/images/btn_prev.png) no-repeat center center;
	background-size: cover;
	margin-left: -370px;
}

.slick-next {
	right: 50%;
	background: url(../common/images/btn_next.png) no-repeat center center;
	background-size: cover;
	margin-right: -370px;
}

.slick-prev2,
.slick-next2 {
	width: 10px;
	height: 20px;
	top: auto;
	bottom: -29px;
}

.slick-prev2 {
	left: 50%;
	background: url(../common/images/arrow_left.png) no-repeat center center;
	background-size: cover;
	margin-left: -100px;
}

.slick-next2 {
	right: 50%;
	background: url(../common/images/arrow_right.png) no-repeat center center;
	background-size: cover;
	margin-right: -100px;
}

/* Dots */
.slick-dots {
	position: absolute;
	bottom: -24px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 11px;
	height: 11px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 11px;
	height: 11px;
	padding: 0;
	cursor: pointer;
	border: 0;
	outline: none;
	background: #9c9c9c;
	border-radius: 11px;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
	background: #000;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 11px;
	content: '•';
	text-align: center;
	opacity: 0;
	color: black;
	background: #000;
	border-radius: 11px;
}

.slick-dots li.slick-active button:before {
	opacity: 1;
	color: black;
	border-radius: 11px;
}



/* .mediaMixArea */

.mediaMixArea {
	padding-top: 50px;
}

.mediaMixArea h2 {
	background: url(../common/images/icon05.png) no-repeat 0.5% center;
	background-size: 3.4% auto;
	padding: 7px 0 4px 4.5%;
	line-height: 1.2;
}

.mimg_pc {
	display: flex !important;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 13px;
}
.mimg_pc div {
	width: 33.3%;
}
.mimg_pc div.spa_b{
	margin-bottom:1em;
}
.mimg_pc div.non{
	width: 33.3%;
	background-color: #fff;
	border:none;
}
.mimg_pc img {
	width: 100%;
}

.mimg_pc_inbox {
	flex-basis: 33%;
}

.mimg_sp {
	display: none !important;
}

@media screen and (max-width: 640px) {


	.mediaMixArea {
		padding-top: 20px;
	}

	.mediaMixArea h2 {
		background: url(../common/images/icon05.png) no-repeat 0.5% center;
		background-size: 3.4% auto;
		padding: 7px 0 4px 4.5%;
		line-height: 1.2;
	}

	.mediaMixArea .ttl01 {
		font-size: 5vw;
		background-size: 7% auto;
		padding-left: 10%;
		margin-bottom: 2%;
	}

	.mimg_pc {
		display: none !important;
	}

	.mimg_sp {
		display: flex !important;
		justify-content: space-between;
		flex-direction: row;
		flex-wrap: wrap;
		/* left: 0; */
		text-align: left;
		/* float: left; */
	}
	.mimg_sp div{
		margin-bottom:1em;
	}
	.mimg_sp div:last-child{
		margin-bottom:0;
	}

	.mimg_sp_inbox {
		flex-basis: 100%;
		margin-bottom: 4px;
		/* text-align: left; */
		/* float: left; */
		/* margin-left: 0; */
	}
}



/* .journalArea */
.journalArea {
	padding: 30px 0 33px;
	background: url(../images/top/bg01.jpg) repeat left top;
	margin-top: 40px;
}

.journalArea .ttl01 {
	background: url(../common/images/icon02.png) no-repeat 0.5% center;
	background-size: 3.4% auto;
	padding: 3px 0 0 4.8%;
	line-height: 1.2;
}

.journalArea .listJour {
	padding: 11px 0 0;
	margin: 0 -0.8%;
	clear: both;
}

.journalArea .listJour li {
	width: 16.66%;
	float: left;
	box-sizing: border-box;
	padding: 0 0.8%;
}

.journalArea .listJour li img {
	border: #c3c3c3 1px solid;
	box-sizing: border-box;
	box-shadow: 3px 3px 0 #cad3dc;
}

.journalArea .listJour li a {
	display: block;
	text-decoration: none;
	color: #222;
}

.journalArea .listJour li a p {
	font-weight: bold;
	padding: 10px 0 0;
	line-height: 1.4;
}

.journalArea .listJour li a p .numCol {
	padding-right: 6px;
}

/* .eventArea */
.eventArea {
	padding: 66px 0 30px;
}

.eventArea .ttl01 {
	background: url(../common/images/icon04.png) no-repeat 0.5% center;
	background-size: 3.5% auto;
	padding: 5px 0 2px 4.5%;
	line-height: 1.2;
}

.eventArea .listEvent {
	margin: 0 -1.5%;
	clear: both;
	padding: 22px 0 0;
}

.eventArea .listEvent li {
	width: 33.33%;
	float: left;
	padding: 0 1.5%;
	box-sizing: border-box;
}

.eventArea .listEvent li .img01 {
	width: 40.5%;
	float: left;
}

.eventArea .listEvent li .img01 img {
	border: #c5c6c6 1px solid;
	box-shadow: 3px 3px 0 #eaeff6;
	box-sizing: border-box;
}

.eventArea .listEvent li .cont {
	width: 53.5%;
	float: right;
}

.eventArea .listEvent li .cont .icoTxt {
	display: inline-block;
	background: #0097ed;
	color: #fff;
	padding: 2px 8px 1px;
	font-weight: bold;
}

.eventArea .listEvent li.event .cont .icoTxt {
	background: #f5890b;
}

.eventArea .listEvent li.digital .cont .icoTxt {
	background: #4AD330;
}

.eventArea .listEvent li .cont .dates {
	padding: 6px 0;
}

.eventArea .listEvent li .cont .txt {
	font-weight: bold;
	padding: 0 1% 6% 0;
	line-height: 1.4;
	word-wrap: break-word;
}

.eventArea .listEvent li .cont .btn a {
	display: block;
	border: #222 1px solid;
	text-align: center;
	font-weight: bold;
	padding: 6px 0 5px;
	color: #222;
	background: url(../common/images/arrow_right.png) no-repeat 95% center;
	background-size: 3.5% auto;
}

/* .magazineArea */
.magazineArea {
	padding: 32px 0 100px;
}

.magazineArea .ttl01 {
	background: url(../common/images/icon06.png) no-repeat 0.5% center;
	background-size: 3.4% auto;
	padding: 7px 0 4px 4.5%;
	line-height: 1.2;
}

.magazineArea .listMag {
	background: url(../images/top/bg_magazine.jpg) no-repeat center bottom;
	background-size: 100% auto;
	margin: 0 -0.8% -45px;
	clear: both;
	padding-top: 12px;
}

.magazineArea .listMag li {
	width: 16.66%;
	float: left;
	padding: 0 0.8% 45px;
	box-sizing: border-box;
}

.magazineArea .listMag li .img01 img {
	border: #c5c6c6 1px solid;
	box-shadow: 3px 3px 0 #eaeff6;
	box-sizing: border-box;
}

.magazineArea .listMag li .tit {
	font-weight: bold;
	padding: 10px 0;
}

.magazineArea .listMag li .tit .dates {
	display: block;
	font-weight: normal;
}

.magazineArea .listMag li .btn a {
	display: block;
	background: url(../common/images/arrow_right_w.png) no-repeat 95% center #d61d3b;
	background-size: 4% auto;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 7px 0;
}

.magazineArea .btnList {
	min-width: 29.3%;
}

.magazineArea .btnList a span {
	background-size: 2.5% auto;
	background-position: 96.5% center;
}

/* .infoArea */
.infoArea {
	padding-bottom: 80px;
}

.infoArea .cont {
	width: 50%;
	float: left;
}

.infoArea .cont .set01 {
	width: 98.5%;
	border: #222 1px solid;
	box-sizing: border-box;
}

.infoArea .cont .news {
	float: right;
}

.infoArea .cont .titSet {
	background: url(../images/top/bg01.jpg) repeat left top;
	padding: 12px 3.5% 10px;
}

.infoArea .cont .titSet .ttl01 {
	background: url(../common/images/icon03.png) no-repeat left center;
	background-size: 8% auto;
	padding: 2px 0 0 9%;
}

.infoArea .cont .news .titSet .ttl01 {
	background-image: url(../common/images/icon07.png);
}

.infoArea .btnList {
	min-width: 29%;
	margin: 0 0 4px 0;
}

.infoArea .cont .listSet {
	width: 93%;
	margin: 0 auto;
	clear: both;
	padding-bottom: 1px;
}

.infoArea .cont .listSet li {
	width: 100%;
	overflow: hidden;
	clear: both;
	border-bottom: #cdcdcd 1px solid;
	padding: 15px 0;
}

.infoArea .cont .listSet li:last-child {
	border-bottom: none;
}

.infoArea .cont .listSet li .dates {
	width: 22%;
	font-weight: bold;
	float: left;
}

.infoArea .cont .listSet li .sec {
	width: 78%;
	float: right;
}

.infoArea .cont .listSet li .tit {
	line-height: 1.2;
	padding-bottom: 5px;
	color: #009ced;
	font-weight: bold;
	width: 96%;
}

.infoArea .cont .listSet li .txt,
.infoArea .cont .listSet li .prices {
	line-height: 1.6;
	word-break: break-all;
}

.infoArea .cont .news .listSet li {
	background: url(../images/top/arrow.gif) no-repeat 99% center;
	background-size: 2.6% auto;
}

.infoArea .cont .news .listSet li a {
	color: #d61d3b;
	padding-right: 9%;
}

/* .infoArea2 */
.infoArea {
	padding-bottom: 80px;
}

.infoArea .cont2 {
	width: 50%;
	float: left;
}

.infoArea .cont2 .set01 {
	width: 98.5%;
	border: #222 1px solid;
	box-sizing: border-box;
}

.infoArea .cont2 .news {
	float: right;
}

.infoArea .cont2 .titSet {
	background: url(../images/top/bg01.jpg) repeat left top;
	padding: 12px 3.5% 10px;
}

.infoArea .cont2 .titSet .ttl01 {
	background: url(../common/images/icon03.png) no-repeat left center;
	background-size: 8% auto;
	padding: 2px 0 0 9%;
}

.infoArea .cont2 .news .titSet .ttl01 {
	background-image: url(../common/images/icon07.png);
}

.infoArea .btnList {
	min-width: 29%;
	margin: 0 0 4px 0;
}

.infoArea .cont2 .listSet {
	width: 93%;
	margin: 0 auto;
	clear: both;
	padding-bottom: 1px;
}

.infoArea .cont2 .listSet li {
	width: 100%;
	overflow: hidden;
	clear: both;
	border-bottom: #cdcdcd 1px solid;
	padding: 15px 0;
}

.infoArea .cont2 .listSet li:last-child {
	border-bottom: none;
}

.infoArea .cont2 .listSet li .dates {
	width: 22%;
	font-weight: bold;
}

.infoArea .cont2 .listSet li .sec {
	width: 92%;
}

.infoArea .cont2 .listSet li .tit {
	line-height: 1.2;
	padding-bottom: 5px;
	color: #009ced;
	font-weight: bold;
	width: 96%;
	margin-top: 10px;
}

.infoArea .cont2 .listSet li .txt,
.infoArea .cont2 .listSet li .prices {
	line-height: 1.6;
	word-break: break-all;
}

.infoArea .cont2 .news .listSet li {
	background: url(../images/top/arrow.gif) no-repeat 99% center;
	background-size: 2.6% auto;
}

.infoArea .cont2 .news .listSet li a {
	color: #d61d3b;
	padding-right: 9%;
}

/* .otherArea */
.otherArea {
	padding-bottom: 30px;
}

.otherArea .ttl01 {
	background: url(../images/top/ico_tit.png) no-repeat left center;
	background-size: 3.4% auto;
	padding: 4px 0 0 4%;
}

.otherArea ul {
	background: url(../images/top/bg01.jpg) repeat left top;
	padding: 30px 1.7% 25px;
	margin-top: 16px;
}

.otherArea ul li {
	width: 20%;
	float: left;
	padding: 0 1.7%;
	box-sizing: border-box;
}

@media only screen and (min-width:641px) {

	/* .gnavi */
	.gnavi {
		border-bottom: none;
	}

	.gnavi ul li a {
		width: 88%;
		margin: 0 auto;
		border-bottom-width: 3px;
	}

	.gnavi ul li a span {
		padding: 42% 0 1% !important;
		background-size: 36% auto !important;
		background-position: top center !important;
		font-size: 14px;
	}

	/* .sliderArea */
	.sliderArea {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	/* .eventArea */
	.eventArea .listEvent li .cont .btn a:hover {
		text-decoration: none;
		background: url(../common/images/arrow_right_w.png) no-repeat 95% center #0097ed;
		background-size: 3.5% auto;
		color: #fff;
	}

	.eventArea .listEvent li.event .cont .btn a:hover {
		background-color: #f5890b;
	}

	/* .magazineArea */
	.magazineArea .listMag li .btn a:hover {
		background-color: #89061c;
		text-decoration: none;
	}

}

@media only screen and (min-width:641px) and (max-width:1024px) {

	/* .gnavi */
	.gnavi ul li a span {
		font-size: 1.4vw;
	}

	/* .sliderArea */
	.slick-prev,
	.slick-next {
		width: 45px;
		height: 45px;
	}

	/* .journalArea */
	.journalArea .listJour li a p {
		font-size: 1.35vw;
		letter-spacing: -0.03em;
	}

	/* .eventArea */
	.eventArea .listEvent li .cont .txt {
		font-size: 1.2vw;
	}

	/* .magazineArea */
	.magazineArea .listMag li .tit {
		font-size: 1.2vw;
		letter-spacing: -0.02em;
	}

	.magazineArea .btnList {
		min-width: 35%;
	}
}

@media only screen and (min-width:641px) and (max-width:960px) {

	/* .sliderArea */
	.slider img {
		max-width: 560px;
	}

	.slick-prev {
		margin-left: -320px;
	}

	.slick-next {
		margin-right: -320px;
	}
}

@media only screen and (min-width:1px) and (max-width:640px) {

	/* .sliderArea */
	.slider {
		margin: 0 0 10%;
	}

	.slider img {
		max-width: 640px;
	}

	.slick-slide {
		margin: 0;
	}

	.slick-dots {
		bottom: 3px;
	}

	.slick-dots li,
	.slick-dots li button,
	.slick-dots li button:before,
	.slick-dots li.slick-active button:before {
		width: 8px;
		height: 8px;
		border-radius: 8px;
		margin: 0 3px;
	}

	.slick-dots {
		bottom: -10%;
	}

	.slick-prev,
	.slick-next {
		display: none !important;
	}

	.slick-prev2,
	.slick-next2 {
		width: 8px;
		height: 16px;
		bottom: -10%;
		margin-top: -8px;
	}

	.slick-prev2 {
		margin-left: -70px;
	}

	.slick-next2 {
		margin-right: -75px;
	}

	/* .mimg */
	.mimg {
		padding: 9.5% 0 4.5%;
	}

	/* .journalArea */
	.journalArea {
		padding: 18px 0;
	}

	.journalArea .ttl01 {
		font-size: 5vw;
		background-size: 7% auto;
		padding-left: 10%;
		margin-bottom: 2%;
	}

	.journalArea .listJour {
		padding: 6px 0 0;
		margin: 0 auto;
	}

	.journalArea .listJour li {
		width: 33.33%;
		padding: 0 1.5% 15px;
	}

	.journalArea .listJour li a p {
		line-height: 1.2;
		padding-top: 6px;
		font-size: 2.6vw;
		letter-spacing: -0.02em;
	}

	.journalArea .listJour li img {
		box-shadow: 1px 1px 0 #cad3dc;
	}

	/* .eventArea */
	.eventArea {
		padding: 30px 0 0;
	}

	.eventArea .ttl01 {
		font-size: 5vw;
		background-size: 7% auto;
		padding-left: 10%;
		margin-bottom: 2%;
	}

	.eventArea .listEvent {
		width: 98%;
		margin: 0 auto;
		padding: 0;
	}

	.eventArea .listEvent li {
		width: 100%;
		padding: 5px 0 16px;
		float: none;
		position: relative;
	}

	.eventArea .listEvent li .cont .icoTxt {
		font-size: 2.8vw;
	}

	.eventArea .listEvent li .cont .dates {
		font-size: 4vw;
		padding: 5px 0 3px;
	}

	.eventArea .listEvent li .img01 img {
		box-shadow: 1px 1px 0 #eaeff6;
	}

	.eventArea .listEvent li .cont .txt {
		font-size: 2.8vw;
		word-break: break-all;
	}

	.eventArea .listEvent li .cont .btn {
		width: 53.5%;
		position: absolute;
		bottom: 16px;
		right: 0;
	}

	.eventArea .listEvent li .cont .btn a {
		width: 100%;
	}

	/* .magazineArea */
	.magazineArea {
		padding: 30px 0 35px;
	}

	.magazineArea .ttl01 {
		font-size: 5vw;
		background-size: 7% auto;
		padding-left: 10%;
		margin-bottom: 2%;
	}

	.magazineArea .listMag {
		width: 99%;
		margin: 0 auto;
		padding-top: 4px;
	}

	.magazineArea .listMag li {
		width: 33.33%;
		padding: 0 1% 20px;
	}

	.magazineArea .listMag li .img01 img {
		box-shadow: 1px 1px 0 #eaeff6;
	}

	.magazineArea .listMag li .tit {
		padding: 5px 0;
		line-height: 1.2;
		font-size: 2.6vw;
		letter-spacing: -0.05em;
	}

	.magazineArea .listMag li .btn a {
		padding: 4px 0;
		font-size: 2.8vw;
	}

	/* .infoArea */
	.infoArea {
		padding-bottom: 0;
	}

	.infoArea .cont {
		width: 98%;
		margin: 0 auto;
		float: none;
		padding-bottom: 35px;
	}

	.infoArea .cont .news {
		float: none;
	}

	.infoArea .cont .titSet {
		padding: 8px 3.5%;
	}

	.infoArea .cont .titSet .ttl01 {
		font-size: 5.6vw;
		background-size: 9% auto;
		padding-left: 10%;
	}

	.infoArea .cont .listSet li {
		height: auto !important;
		height: 10px;
		min-height: 10px;
		padding: 10px 0;
	}

	.infoArea .cont .listSet li .dates {
		width: 100%;
		float: none;
	}

	.infoArea .cont .listSet li .sec {
		width: 100%;
		float: none;
	}

	.infoArea .cont .listSet li .tit {
		padding: 0;
		margin: 2% 0;
	}

	.infoArea .cont .listSet li .txt {
		font-size: 2.8vw;
		line-height: 1.4;
		letter-spacing: -0.02em;
	}

	/* .infoArea2 */
	.infoArea {
		padding-bottom: 0;
	}

	.infoArea .cont2 {
		width: 98%;
		margin: 0 auto;
		float: none;
		padding-bottom: 35px;
	}

	.infoArea .cont2 .news {
		float: none;
	}

	.infoArea .cont2 .titSet {
		padding: 8px 3.5%;
	}

	.infoArea .cont2 .titSet .ttl01 {
		font-size: 5.6vw;
		background-size: 9% auto;
		padding-left: 10%;
	}

	.infoArea .cont2 .listSet li {
		height: auto !important;
		height: 10px;
		min-height: 10px;
		padding: 10px 0;
	}

	.infoArea .cont2 .listSet li .dates {
		width: 100%;
		float: none;
	}

	.infoArea .cont2 .listSet li .sec {
		width: 100%;
		float: none;
	}

	.infoArea .cont2 .listSet li .tit {
		padding: 0;
		margin: 2% 0;
	}

	.infoArea .cont2 .listSet li .txt {
		font-size: 2.8vw;
		line-height: 1.4;
		letter-spacing: -0.02em;
	}

	/* .otherArea */
	.otherArea {
		padding-bottom: 0;
	}

	.otherArea .ttl01 {
		font-size: 5vw;
		background-size: 9% auto;
		padding-left: 10%;
	}

	.otherArea ul {
		margin: 8px -3.5% 0;
		padding: 20px 2% 2px;
	}

	.otherArea ul li {
		width: 33.33%;
		padding: 0 3% 18px;
	}

	.infoArea .btnList {
		min-width: 19%;
		margin: 6px 0;
	}
}

@media only screen and (min-width:1px) and (max-width:480px) {
	.slider img {
		max-width: 480px;
	}

	.slick-prev2,
	.slick-next2 {
		bottom: -11.5%;
	}
}

@media only screen and (min-width:1px) and (max-width:414px) {
	.slider img {
		max-width: 414px;
	}
}

@media only screen and (min-width:1px) and (max-width:375px) {
	.slider img {
		max-width: 375px;
	}
}

@media only screen and (min-width:1px) and (max-width:320px) {
	.slider img {
		max-width: 320px;
	}
}
