@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato');
* {
    margin: 0;
    padding: 0;
    color: #2c3e50;
    font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS PGothic",sans-serif;
}
html {
    width:100%;
    min-height: 100%;
	position: relative;
}
body {
	overflow-y: scroll;
    width:100%;
    min-width: 960px;
	margin-bottom: 5em;
}
htmy, body {
    background-color: #fdfdfd;
    font-size: 0.95rem;
}
a {
    transition: color 0.3s;
    text-decoration: none;
}
h1 {
	font-size: 1.3rem;
    font-weight: normal;
}
h2 {
	font-size: 1.2rem;
    font-weight: normal;
}
h3 {
	font-size: 1.1rem;
    font-weight: normal;
}
h4 {
	font-size: 1rem;
    font-weight: normal;
}
th {
	font-weight: normal;
}
option[disabled="disabled"] {
	background-color: #ccc;
}
input[type="checkbox"],
label {
    cursor: pointer;
}
input[type="text"], input[type="password"], input[type="button"], input[type="submit"] {
	outline: 0;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type="text"], input[type="password"] {
    background: #fdfdfd;
    border: none;
    border-bottom: 1px solid #bdbdbd;
    font-size: 1rem;
    height: 2rem;
    transition: border-color 0.3s;
    margin: 20px auto;
    width: 100%;
}
input[type="date"] {
	box-sizing: content-box;
    border: 1px solid #bdbdbd;
    outline: none;
}
input[type="date"]:focus {
    border: 1px solid #7e7e7e;
}
input[type="text"]:focus, input[type="password"]:focus {
    border-bottom: 1px solid #666;
    outline: 0;
}
input[type="submit"], a.link, a.back, input[type="button"] {
	text-decoration: none;
	display: inline-block;
    background: #ffffff;
	border-radius: 3px;
	transition: .4s;
    cursor: pointer;
    font-size: 1rem;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 20px auto;
    max-width: 360px;
    padding: 8px 12px;
    border: 1px solid;
}
input[type="submit"] {
    border-color: #ec407a;
    color: #ec407a;
}
input[type="submit"]:hover {
	color: #ffffff;
    background: #ec407a;
}
a.link {
	border-color: #0e83cd;
	color: #0e83cd;
}
a.link:hover {
	color: #ffffff;
	background-color: #0e83cd;
}
a.back {
	border-color: #999;
	color: #999;
}
a.back:hover {
	color: #ffffff;
	background-color: #999;
}
input[type="button"] {
	border-color: #0e83cd;
	color: #0e83cd;
	font-size: 1rem;
    padding: 6px 10px;
}
input[type="button"]:hover {
	color: #ffffff;
	background-color: #0e83cd;
}
.error {
	color: #ff3d3d;
}
.warning {
	color: #7e7e7e;
}
.message {
	color: #507090;
}
.display-none {
	display: none;
}
#overlay {
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	font-weight: bold;
	color: #FFF;
	font-size: 1.2rem;
	box-shadow: 0 0 8px gray;
	bottom: 0;
	z-index: 9;
	line-height: 80px;
	width: 100%;
	text-align: center;
}
#overlay_error {
	background: rgba(255, 0, 0, 0.8);
	position: fixed;
	font-weight: bold;
	color: #FFF;
	font-size: 1.2rem;
	box-shadow: 0 0 8px gray;
	bottom: 0;
	z-index: 9;
	line-height: 80px;
	width: 100%;
	text-align: center;
}
.font-min {
	font-size:0.8rem;
}
.font-deco-en {
    font-family: 'Lato', sans-serif;
}
.nf_container {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 14px;
}
.nf_container.marginoff {
    margin: 0 auto;
}
header {
    position: relative;
    width: 100%;
}
.nf_container.center {
    text-align: center;
}
.nf_container.height-max {
    height: 100%;
}
header .nf_container {
    position: relative;
    text-align: right;
}
header .logo {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 1rem;
}
header .logo a {
    display: block;
    font-weight: bold;
    font-size: 1.8rem;
    text-decoration: none;
    margin-top: 20px;
}
header .logo a:hover {
    color: #728292;
}
header .logo a:active {
    color: #1e262e;
}
header .search-nav-menu .search {
    display: inline-block;
    margin-right: 1rem;
    height: 80px;
}
header .search-nav-menu .search form {
    text-align: right;
}
select {
    min-width: 120px;
    vertical-align: middle;
	padding: 0 0.5rem;
    -webkit-appearance: none;
	-moz-appearance: none;
    appearance: none;
    height: 32px;
    box-sizing: content-box;
    border: 1px solid #bdbdbd;
    outline: none;
}
select:focus {
    border: 1px solid #7e7e7e;
}
select::-ms-expand {
	display: none;
}
header .search-nav-menu .head-ico-notice {
	position:relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: 28px;
    margin-right: 16px;
    vertical-align: top;
    background-image: url('/img/ico-notice_off.png');
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}
header .search-nav-menu .head-ico-notice:hover {
    background-image: url('/img/ico-notice_on.png');
}
header .search-nav-menu .head-ico-notice:active {
    background-image: url('/img/ico-notice_off.png');
}
header .search-nav-menu .head-ico-bubble {
   position: absolute;
   background-color: #fff;
   width: 300px;
   top: 30px;
   left: -3px;
   padding: 10px;
   border: solid 1px #999;
   background-color: #fff;
   text-align: left;
   font-size: 12px;
   border-radius: 4px;
   z-index: 9;
}
header .search-nav-menu .head-ico-bubble:before {
   content: "";
   width: 0;
   height: 0;
   border: solid 12px transparent;
   border-bottom: solid 12px #999;
   position: absolute;
   top: -24px;
   left: 6px;
}
header .search-nav-menu .head-ico-bubble:after {
   content: "";
   width: 0;
   height: 0;
   border: solid 12px transparent;
   border-bottom: solid 12px #FFF;
   position: absolute;
   top: -23px;
   left: 6px;
}
header .search-nav-menu .head-ico-bubble .item {
   position: relative;
   margin-bottom: 5px;
   padding-left:1em;
   text-indent:-1em;
}
header .search-nav-menu .head-ico-bubble .item a:hover {
   border-bottom: solid 1px #666;
}
header .search-nav-menu .head-ico-bubble .item.new:after {
   content: "New!";
   display: block;
   position: absolute;
   left: 88px;
   top: -1px;
   color: #F00;
   font-weight: bold;
}
header .search-nav-menu .head-ico-cart {
	position:relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: 28px;
    margin-right: 16px;
    vertical-align: top;
    background-image: url('/img/ico-cart_off.png');
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}
header .search-nav-menu .head-ico-cart:hover {
    background-image: url('/img/ico-cart_on.png');
}
header .search-nav-menu .head-ico-cart:active {
    background-image: url('/img/ico-cart_off.png');
}
header .search-nav-menu .count {
	position:absolute;
	display: inline-block;
	width: 20px;
	height: 20px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 10px;
	background-color: #FFF;
	color: #F00;
	border: #F00 solid 1px;
	right: -12px;
	top: -6px;
	text-align: center;
}
header .search-nav-menu  .search select {
    margin-top: 24px;
    margin-left: 5px;
}
header .search-nav-menu  .search .keywordbox {
    margin-top: 24px;
    margin-left: 5px;
    position: relative;
}
header .search-nav-menu  .search .keywordbox input[type="text"] {
    border: 1px solid #bdbdbd;
    border-right: 34px solid #bdbdbd;
    text-indent: 0.5rem;
    font-size: 0.9rem;
    margin: 0;
    height: 32px;
    width: 200px;
}
header .search-nav-menu  .search .keywordbox input[type="text"]:focus {
    border: 1px solid #7e7e7e;
    border-right: 34px solid #7e7e7e;
}
header .search-nav-menu  .search .keywordbox {
    vertical-align: top;
    position: relative;
    display: inline-block;
}
header .search-nav-menu  .search .keywordbox input[type="submit"] {
    position: absolute;
    display: block;
    content: "";
    width: 34px;
    height: 34px;
    margin: 0;
    padding: 0;
    border: none;
    top: 0;
    right: 0;
    background: none;
    background: url('/img/ico-search.png') center /cover no-repeat;
    outline: 0;
}
header .search-nav-menu  .search .keywordbox input[type="submit"]:hover {
    background-color: rgba(0, 0, 0, 0.2);
    outline: none;
}
header .search-nav-menu  .search .keywordbox input[type="submit"]:active {
    background-color: none;
    outline: none;
}
header .search-nav-menu .dropmenu_parent {
	text-align: center;
	box-shadow: 0px 4px 3px -3px #ccc;
    margin-bottom: 10px;
}
header .search-nav-menu .dropmenu {
	*zoom: 1;
	list-style-type: none;
	display: inline-block;
	margin: 5px auto 0;
	padding: 0;
}
header .search-nav-menu .dropmenu:before, .dropmenu::after {
	content: "";
	display: table;
}
header .search-nav-menu .dropmenu li {
	display:inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
}
header .search-nav-menu .dropmenu li a {
	display: block;
	margin: 0;
	padding: 15px 20px;
	line-height: 1;
	text-decoration: none;
	transition: 0.2s
}
header .search-nav-menu .dropmenu li ul {
	display:none;
	list-style: none;
	position: absolute;
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	box-sizing:border-box;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 1;
	font-size: 0.85rem;
}
header .search-nav-menu .dropmenu li ul li {
	width: 100%;
}
header .search-nav-menu .dropmenu li ul li a {
	padding: 10px 15px;
	line-height: 1.3;
	display:block;
	text-align: left;
}
header .search-nav-menu .dropmenu li:hover > a {
	background: #fdfdfd;
}
header .search-nav-menu .dropmenu li a:hover {
	background: #999;
	color: #FFF;
}
header .search-nav-menu #dropmenu li ul li {
	overflow: hidden;
}
header .search-nav-menu #dropmenu li:hover ul {
	width: 100%;
	display: block;
	background: #F5F5F5;
	boder: 1px solid #000;
}
header .search-nav-menu #dropmenu li:hover ul li{
	overflow: visible;
}

footer {
	position: absolute;
	bottom: 0;
	height: 5em;
    width: 100%;
    text-align: center;
    background-color: #f7f7f7;
    min-width: 988px;
}
footer .nf_container {
    margin: 0 auto;
}
footer .nf_container p {
    color: #7e7e7e;
    line-height: 5em;
}
section {
    padding: 20px 0;
}

.bread_list {
    list-style: none;
    text-align: left;
}
.bread_list li {
    display: inline-block;
    font-size: 0.8rem;
}
.bread_list li:before {
    display: inline-block;
    content: ">";
    margin: 0 10px;
}
.bread_list li:first-child:before {
    display: none;
}
.edit_form {
    list-style: none;
	margin: 2em auto;
	text-align: left;
}
.edit_form li {
    margin: 20px 0;
}
.edit_form li span,
.edit_form li div {
	display: inline-block;
	vertical-align: middle;
}
.edit_form li .display_name {
	vertical-align: middle;
	min-width: 120px;
	margin-right: 20px;
	text-align: middle;
}
.edit_form li .first-intent {
	margin-left: 120px;
}
.edit_form li .add_table {
	vertical-align: top;
	display: inline-block;
}
.edit_form li .add_table td {
    padding: 8px 8px 8px 0;
}
/*
.edit_form input[type='checkbox'] {
	outline: 0;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	position: absolute;
	z-index: -1;
	opacity: 0;
}*/

.edit_form input[type="text"],
.edit_form input[type="password"] {
	max-width: 600px;
	margin: 0;
}
.edit_form textarea {
	background:none;
	width: 600px;
	min-height: 120px;
	border: 1px solid #bdbdbd;
	vertical-align: middle;
}
.edit_form textarea:focus {
	border: 1px solid #666;
	outline: 0;
}
/*
.edit_form label {
    padding-top: 8px;
    padding-bottom: 4px;
	position: relative;
	display: inline-block;
	margin-right: 30px;
	padding-right: 15px;
	padding-left: 50px;
	cursor: pointer;
}
.edit_form label::before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	display: block;
	width: 32px;
	height: 32px;
	content: ' ';
	border: 1px solid #ec407a;
}
.edit_form input[type='checkbox'] + label::before {
	border-radius: 3px;
}
.edit_form input[type='checkbox']:checked + label {
	padding-left: 15px;
	color: #ffffff;
}
.edit_form input[type='checkbox']:checked + label::before {
	top: 0;
	width: 100%;
	height: 100%;
	background: #ec407a;
}*/

.order-history-search {
	margin-bottom: 10px;
}
.order-history-search form {
	width: 96%;
	margin:0 auto;
}
/*
.order-history-search label {
	font-size: 0.8rem;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
	position: relative;
	display: inline-block;
	margin-right: 0.4rem;
	padding-right: 0.2rem;
	padding-left: 1.8rem;
	cursor: pointer;
}
.order-history-search label::before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	content: ' ';
	border: 1px solid #ec407a;
}
.order-history-search input[type='checkbox'] {
	outline: 0;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.order-history-search input[type='checkbox'] + label::before {
	border-radius: 3px;
}
.order-history-search input[type='checkbox']:checked + label {
	padding-right: 1rem;
	padding-left: 1rem;
	color: #ffffff;
}
.order-history-search input[type='checkbox']:checked + label::before {
	top: 0;
	width: 100%;
	background: #ec407a;
}
.order-history-search label, .order-history-search label::before {
	-webkit-transition: 0.25s all ease;
	        transition: 0.25s all ease;
}

.edit_form label, .edit_form label::before {
	-webkit-transition: 0.25s all ease;
	        transition: 0.25s all ease;
}*/
.remove-button {
	display:inline-block;
	width: 32px;
	height: 32px;
	position: relative;
	cursor: pointer;
}
.remove-button::before,
.remove-button::after {
	display: inline-block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 84%;
	height: 4%;
	margin: -8% 0 0 -42%;
	background: rgb(153, 153, 153);
}
.remove-button::before {
	display: inline-block;
	transform: rotate(-45deg);
}
.remove-button::after {
	display: inline-block;
	transform: rotate(45deg);
}

.bg-login {
    width: 100%;
    height: 480px;
    overflow: hidden;
    background: url('/img/visual-login.jpg') center /cover no-repeat;
    padding: 0;
}
.login-form {
    width: 360px;
    height: 260px;
    margin: 0 auto;
    padding: 40px;
    margin-top: 60px;
    background: #fdfdfd;
    text-align: center;
}
.login-form .title {
    font-weight: bold;
    font-size: 1.4rem;
}
.login-form input {
    display: block;
    margin: 18px auto;
}
.dtable {
	width: 100%;
	display: table;
}
.dtable .td,
.dtable .th {
	display: table-cell;
	padding: 10px 15px;
}
.dtable .th {
	font-weight: bold;
	background-color: #eef2f3;
}
.content {
	width: 96%;
	margin: 20px auto;
}
.content .item_list {
    padding: 0;
    list-style: none;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}
.content .item_list::before{
 content:"";
 display: block;
 width:24%;
 order:1;
}
.content .item_list::after{
  content:"";
  display: block;
  width:24%;
}
.content .item_list li {
    vertical-align: top;
    margin-bottom: 20px;
    width: 24%;
}
.content .item_list li form {
    display: inline-block;
	width: 100%;
    height: 100%;
}
.content .item_list li form:hover {
	cursor: pointer;
}
.content .item_list li .item {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border: 1px solid #eee;
    border-radius: 3px;
    transition: 0.1s;
}
.content .item_list li .item:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.content .item_list li .item .image {
    width: 92%;
    margin: 4% 5% 5% 5%;
    height: 130px;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.content .item_list li .item:active {
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.content .item_list li .item h4 {
	text-align: center;
    word-wrap: break-word;
}
.content .item_list li .item .text {
	margin: 4% 5% 5% 5%;
}
.content .item_list li .item .info {
	font-size: 0.9rem;
    overflow: auto;
    margin: 10px 10px 0 10px;
}
.content .item_list li .item.add {
	border-color: #0e83cd;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.content .item_list li .item.add:hover {
	background: #0e83cd;
}
.content .item_list li .item .info_wrapper {
	margin: 10px;
}
.product_image {
	vertical-align: top;
	display: inline-block;
	width: 40%;
	padding: 0 1.5%;
	height: 50%;
}
.product_image .main_image {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
.product_image .main_image img {
	max-width: 100%;
	max-height: 369px;
	vertical-align: bottom;
	margin: 0 auto;
}
.product_image .thumbnails .thumbnail {
	display: inline-block;
	overflow: hidden;
	width: 64px;
	height: 100px;
	margin: 4px;
	vertical-align: bottom;
}
.product_image .thumbnails .thumbnail img {
	display: block;
	width: 100%;
	height: 100%;
	background: center /contain no-repeat;
}
.product_info {
	display: inline-block;
	width: 54%;
	padding: 0 1.5%;
}
.product_info h3 {
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
}
.product_info .product_info_block p {
	margin: 5px 0;
}
.product_info .product_info_block {
	margin: 20px 10px;
}
.product_info .product_info_block table td {
	vertical-align: bottom;
}
.product_info .product_info_block .add_cart_form input[type="text"] {
	margin: 0;
}
.product_info .product_info_block .add_cart_form .col2 {
	padding-left: 30px;
}
.product_info .product_info_block .add_cart_form .num_of_order {
	position: relative;
}
.product_info .product_info_block .add_cart_form .num_of_order .unit {
	position: absolute;
	right: 0;
	bottom: 4px;
}
.product_info .product_info_block .add_cart_form .add_cart {
	margin: 20px 0 0 0;
	padding: 8px 12px;
}


.content .order .info input[type="button"] {
    font-size: 0.9rem;
    padding: 2px 0px;
    width: 100%;
    margin: 0px auto 6px auto;
}
.content .order {
    border: 1px #ddd solid;
    margin: 30px 0;
}
.content .order .info {
    width: 96%;
    padding: 2%;
    font-size: 0.85rem;
    background-color: #f6f6f6;
}
.content .order .info .memo {
	margin-top: 10px;
	padding-top:10px;
	border-top: 1px #ddd solid;
}
.content .order .detail {
    width: 96%;
    max-height: 300px;
    overflow-x: auto;
    padding: 2%;
}
.content .order .info .order_date {
    display: inline-block;
    vertical-align: top;
    width: 20%;
}
.content .order .info .recipient {
    display: inline-block;
    vertical-align: top;
    width: 56%;
}
.content .order .info .functions {
    display: inline-block;
    vertical-align: top;
    margin-left:2%;
    width: 10%;
}
.content .order .info .status {
    display: inline-block;
    vertical-align: top;
    margin-left:2%;
    width: 10%;
}

.content .order .info .status .status_bar {
    width: 100%;
    height: 26px;
    box-sizing: border-box;
    border: 1px #ddd solid;
    position: relative;
    border-radius: 3px;
}
.content .order .info .status .status_bar::after {
	position:absolute;
	top: 0;
	width:100%;
    display: block;
    line-height: 26px;
    text-align: center;
}
.content .order .info .status .status_bar::before {
    display: block;
    content: '';
    height: 100%;
}
.content .order .info .status.status1 .status_bar::after {
    content: '承認待ち';
}
.content .order .info .status.status1 .status_bar::before {
    width: 16.666%;
    background-color: #ffee00;
}
.content .order .info .status.status2 .status_bar::after {
    content: '注文済み';
}
.content .order .info .status.status2 .status_bar::before {
    width: 33.333%;
    background-color: #ffbb00;
}
.content .order .info .status.status3 .status_bar::after {
    content: '注文確定';
}
.content .order .info .status.status3 .status_bar::before {
    width: 50.000%;
    background-color: #ff9900;
}
.content .order .info .status.status4 .status_bar::after {
    content: '製造中';
}
.content .order .info .status.status4 .status_bar::before {
    width: 66.666%;
    background-color: #ff6600;
}
.content .order .info .status.status5 .status_bar::after {
    content: '発送準備中';
}
.content .order .info .status.status5 .status_bar::before {
    width: 83.333%;
    background-color: #ff3300;
}
.content .order .info .status.status6 .status_bar::after {
    content: '発送済み';
    color: white;
}
.content .order .info .status.status6 .status_bar::before {
    width: 100%;
    background-color: #00cc33;
}
.content .order .info .status.status64 .status_bar::after {
    content: '配達完了';
    color: white;
}
.content .order .info .status.status64 .status_bar::before {
    width: 100%;
    background-color: #0e83cd;
}
.content .order .info .status.status255::before {
    content: 'キャンセル';
}
.content .order .info .status .tracking_number {
	font-size: 0.7rem;
	text-align: center;
	margin-top: 7px;
    line-height: 0.9rem;
}
.content .order .detail .item {
    border-bottom: 1px #ddd solid;
    margin-bottom:10px;
}
.content .order .detail .item .product_name {
    display: inline-block;
    vertical-align: middle;
    width:70%;
}
.content .order .detail .item .num_of_order {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width:15%;
}
.content .order .detail .item .approve {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5%;
    width:10%;
}
.content .order .detail .item .approve input[type="button"] {
    border: 1px solid #999;
    color: #999;
    font-size: 0.9rem;
    padding: 2px 0px;
    width: 100%;
    margin: 6px auto;
}
.content .order .detail .item .approve input[type="button"]:hover {
    background: #999;
    color: #FFF;
}

.is-hide {
    display:none;
}
.loading {
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background:rgba(0,0,0,0.5);
    z-index: 9;
}
.loading::after {
    content:"";
    display:block;
    position:absolute;
    left:50%;
    top:50%;
    width:32px;
    height:32px;
    border-radius:20px;
    margin-top:-16px;
    margin-left:-16px;
    border:4px solid #ffffff;
    border-right:4px solid rgba(255,255,255,0.3);
    animation: rotate 1s infinite linear;
}
.loading .message {
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
    font-size: 0.8rem;
    color: white;
	text-align: center;
    padding-top: 110px;
}
@keyframes rotate {
    0%    { transform: rotate(0deg); }
    100%  { transform: rotate(360deg); }
}
.pagenavi {
    text-align: center;
}
.pagenavi ul {
    list-style-type: none;
}
.pagenavi ul li {
    display: inline-block;
    margin: 0 1px;
}
.pagenavi ul li a {
    display: inline-block;
    border-radius: 2px;
    text-align: center;
    color: #999;
    border: 1px solid #999;
    height: 1.5rem;
    line-height: 1.5rem;
    width: 1.3rem;
}
.pagenavi ul li a:hover,
.pagenavi ul li a.active {
    background-color: #999;
    color:#FFF;
}
