@charset "utf-8";
@font-face { 
	font-family: 'sonfon'; 
	src: url('../media/fonts/sonfon.ttf');
}

.sonfon {
	font-family: 'sonfon';
}
.ninanavabg {
	background-color: var(--mainbgcolor1);
}

.stit {
	font-size: 72px;
	margin-bottom: 16px;
}

.fleft {
	float:left;
}

.htlnk {
	font-size: 24px;
	margin: 12px;
	float:left;
}

.iconbgcase {
	background-image: url("media/dummy.gif");
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center center;
	width: 48px;
	height: 48px;
}

#specgal {
  -moz-column-count:    4;
  -webkit-column-count: 4;
  column-count:         4;
}

.listbox {
	background-color: var(--mainbgcolor1);	
	border: 0px dotted var(--maincolor);
	display:inline-block;
	border-radius: 8px;
	padding: 8px;
}

.atrns:hover, #atrns:hover {
	opacity: 0.7;
}

@media only screen and (min-width: 1200px) {
.iconbgcase {
	width: 48px;
	height: 48px;
}

.stit {
	font-size: 72px;
	margin-bottom: 16px;
}

.htit {
	font-size: 29px;
	margin-bottom: 16px;
}

#specgal {
  -moz-column-count:    4;
  -webkit-column-count: 4;
  column-count:         4;
}
}

/*		Wide Mobile Layout: 720px.   */

@media only screen and (min-width: 768px) and (max-width: 1199px) {
.iconbgcase {
	width: 64px;
	height: 64px;
}

.stit {
	font-size: 6.4vw;
	margin-bottom: 2.0vw;
}

.htit {
	font-size: 2.5vw;
	margin-bottom: 2.0vw;
}

#specgal {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
}
}


/*		Small Mobile Layout: 480px.   */

@media only screen and (max-width: 767px) {
.iconbgcase {
	width: 32px;
	height: 32px;
}

.stit {
	font-size: 14.5vw;
	margin-bottom: 2.0vw;
}

.htit {
	font-size: 2.5vw;
	margin-bottom: 1.4vw;
}

#specgal {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
}
}