@charset "utf-8";

body,div,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,iframe,input,textarea,select,label,article,aside,footer,header,menu,nav,section,time,audio,video {
	margin: 0;
	padding: 0
}

article,aside,footer,header,hgroup,nav,section,audio,canvas,video {
	display: block
}

body {
	font-size: 12px;
	font-family: Arial, sans-serif;
	background: #fff;
}

html {
	font-size: 12px;
}

@media screen and (min-width: 320px) {
 
	html {
		font-size: 12px;
	}
}

@media screen and (min-width: 375px) {
 
	html {
		font-size: 14px;
	}
}

@media screen and (min-width: 414px) {
 
	html {
		font-size: 16px;
	}
}

textarea {
	resize: none
}

iframe,img {
	border: 0
}

p{-webkit-text-size-adjust: none;}

ul,ol {
	margin:0px;
	padding:0px;
	list-style: none
}

i {
	font-style: normal
}

.cutline0 {
	height: 1px;
	border: none;
	border-top: 1px solid #ddd;
}

.cutline1 {
	height: 1px;
	border: none;
	border-top: 1px solid #555555;
}

.cutline2 {
	height: 3px;
	border: none;
	border-top: 3px double red;
}

.cutline3 {
	height: 5px;
	border: none;
	border-top: 5px ridge green;
}

.cutline4 {
	height: 10px;
	border: none;
	border-top: 10px groove skyblue;
}

.clear {
	clear: both;
}

.hr10 {
	clear: both;
	height: .5rem;
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

.hr20 {
	clear: both;
	height: 1rem;
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

.hr30 {
	clear: both;
	height: 2rem;
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

.hr40 {
	clear: both;
	height: 3rem;
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

.hr60 {
	clear: both;
	height: 5rem;
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

.hr80 {
	clear: both;
	height: 7remn;
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right
}

.awardCon:after,.sliderwrap:after,.whiteBg:after,.whiteBg:after,.userNav:after {
	content: "";
	display: block;
	clear: both
}

input,select,textarea {
	outline: 0;
	-webkit-user-modify: read-write-plaintext-only
}

input {
	-webkit-appearance: none
}

a {
	text-decoration: none;
	color: #333;
	transition: all .3s;
}

a:hover {
	color: #ad0002;
}

.acea-row {
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    flex-wrap: wrap
}

.acea-row.row-middle {
    -o-box-align: center;
    align-items: center
}

.acea-row.row-top {
    -o-box-align: start;
    align-items: flex-start
}

.acea-row.row-bottom {
    -o-box-align: end;
    align-items: flex-end
}

.acea-row.row-center {
    -o-box-pack: center;
    justify-content: center
}

.acea-row.row-right {
    -o-box-pack: end;
    justify-content: flex-end
}

.acea-row.row-left {
    -o-box-pack: start;
    justify-content: flex-start
}

.acea-row.row-between {
    -o-box-pack: justify;
    justify-content: space-between
}

.acea-row.row-around {
    justify-content: space-around;
    -webkit-justify-content: space-around
}

.acea-row.row-column-around {
    flex-direction: column;
    justify-content: space-around;
    -webkit-justify-content: space-around
}

.acea-row.row-column {
    -o-box-orient: vertical;
    flex-direction: column
}

.acea-row.row-column-between {
    -o-box-orient: vertical;
    flex-direction: column;
    -o-box-pack: justify;
    justify-content: space-between
}

.acea-row.row-center-wrapper {
    -o-box-align: center;
    align-items: center;
    -o-box-pack: center;
    justify-content: center
}

.acea-row.row-between-wrapper {
    -o-box-align: center;
    align-items: center;
    -o-box-pack: justify;
    justify-content: space-between
}

.row-one {
    flex: 1;
}

.flexcenter{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.logo{
	height: 4rem;
    background: #fff;
    border-bottom:#eee 1px solid;
	position:fixed;
	left:0px;
	right:0px;
	top:0px;
	z-index:1200;
	
}

.logo a{
	display:block;
}

.logo a img{
    display: block;
    height: 2.6rem;
}

.blank{
	height: 4rem;
}

.sns{
    overflow: hidden;
}

.sns a{
    display: block;
    height: 6rem;
    overflow: hidden;
}

.sns a .sns_icon{
    width: 4rem;
    margin: 0px auto;
    overflow: hidden;
}

.sns a .sns_icon img{
	display:block;
    width: 4rem;
}

.sns a .sns_text{
    line-height: 2rem;
    text-align: center;
    font-size: 1.1rem;
    color: #666;
}

footer{
    background: #f1f1f1;
    padding: 1rem 1rem 1rem 1rem;
	border-top: #ddd 1px solid;
	overflow:hidden;
}

.othermenu {
	margin-bottom: 2rem;
	overflow:hidden;
}

.othermenu a {
	display: block;
	line-height: 1.8;
	font-size: 1.1rem;
	font-weight: bold;
}

.othermenu a:hover {
	color: #ad0002;
}

.address {
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: #ddd 1px solid;
	overflow:hidden;
}

.address h6 {
	line-height: 1.8;
	font-size: 1.1rem;
	color: #333;
}

.address p {
	line-height: 1.4;
	font-size: .9rem;
	color: #555;
}

.copyright {
	overflow: hidden;
}

.copyright p{
	line-height: 1.4;
	font-size: .9rem;
	color: #777;
}

.copyright a {
	color: #777;
	transition: all .3s;
}

.copyright a:hover {
	color: #444;
}

.Sort {
    width: 100%;
	height: 3.4rem;
	background: #f3f3f3;
	position: fixed;
	z-index: 1119;
	left: 0px;
	top: 4rem;
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.15);
	-ms-box-shadow: 0 3px 3px rgba(0,0,0,0.15);
	-o-box-shadow: 0 3px 3px rgba(0,0,0,0.15);
	box-shadow: 0 3px 3px rgba(0,0,0,0.15);
}

.Sort ul {
	height: 3.4rem;
}

.Sort ul li {
	display: block;
	height: 3.4rem;
}

.Sort ul li span {
	display: block;
	width: 90%;
	height: 3.4rem;
	margin: 0px auto;
	border-radius: 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	line-height: 3.4rem;
	font-weight: bold;
	font-size: 1.1rem;
	color: #333;
}

.Sort ul li span i {
	background: url(../images/down.svg) right center no-repeat;
	background-size: auto 1rem;
	padding-right: 1.3rem;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.Sort ul li span i.up {
	background: url(../images/up.png) right center no-repeat;
	background-size: auto 1rem;
	padding-right: 1.2rem;
}

.Sort-eject {
	pointer-events: none;
	position: fixed;
	top: 8rem;
	width: 100vw;
	height: 100vh;
	z-index: 1118;
	-webkit-transition-duration: 0.25s;
}

.grade-w-roll {
	top: 7.4rem;
	pointer-events: auto;
}

.Sort-eject .Sort-Sort {
	background: #fff;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	transition: all 0.3s;
	z-index: 4;
}

.Sort-eject.grade-w-roll .Sort-Sort {
	opacity: 1;
}

.Sort-eject .Sort-area {
	width: 100vw;
	height: 100vh;
	opacity: 0;
	position: relative;
	background: rgba(0,0,0,0.5);
}

.Sort-eject.grade-w-roll .Sort-area {
	opacity: 1;
}

.Area {
	overflow: hidden;
}

.Area .block {
	height: 35rem;
	float: left;
	transition: all 0.3s;
	background: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	overflow-y: auto;
}

.AreaLeft {
	width: 30vw;
	border-right: 1px solid #ebebeb;
}

.AreaCenter {
	width: 35vw;
	border-right: 1px solid #e7e7e7;
}

.AreaRight {
	width: 35vw;
	background: #f8f8f8;
}

.Area ul li {
    height: 3.6rem;
	line-height: 3.6rem;
    border-bottom: #eee 1px solid;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	font-size: 1.1rem;
	color: #333;
	font-weight: bold;
}

.Area ul li:last-child{
    border: none;
}

.Area .active,.Area ul li.active a {
	color: #c32820;
}

.pages{
    overflow: hidden;
}

.pages .a{
    
}

.pages a.total{
    display: none;
}

.pages b {
    display: block;
    width: 30px;
    height: 30px;
    background: #eb170c;
    border-radius: 15px;
    border: #eb170c 1px solid;
    margin-right: 5px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    float: left;
    color: #fff;
}

.pages a.start,
.pages a.prev,
.pages a.pagelink{
    display: block;
    height: 30px;
    background: #fff;
    border-radius: 15px;
    border: #eee 1px solid;
    margin-right: 5px;
    padding: 0px 10px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    float: left;
    color: #333;
}