
@-ms-viewport	{width: device-width;}

body	{font-family: '���C���I', 'Hiragino Kaku Gothic Pro', sans-serif;}

h1, h2, h3, h4, h5, h6
	{font-family: '���C���I', 'Hiragino Kaku Gothic Pro', sans-serif;}

.row,
.contain-to-grid .top-bar	{max-width: 1024px;}

img {
  transition: 0.5s;
}
a img:hover {
  opacity: 0.6;
  transition: 0.5s;
}


.youtu{
	max-width: 560px !important;
	margin: 0 auto;
}
.youtu iframe{
	max-width: 560px !important;
	margin: 0 auto;
}



 /* �R�s�[�֎~*/
 /*
#artsell{
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	} */

/* body {
 -webkit-touch-callout:none;
 -webkit-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 user-select:none
} */

/* �J���[�R�[�h
�Z���F #0080c0
h�Q�̔w�i�F#8ecff7
�ēx���j���[�����F#d5eaff
���F�n�F#fff0e1
*/

/* �`: �g�b�v�o�[ */
.contain-to-grid,
.menu,
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar.expanded .title-area
	{background-color: #0080c0;}

.top-bar-section li:not(.has-form) a:not(.button):hover
	{background-color: #0080c0;}

h4{
	border-left: 8px solid  #0080c0;
	border-bottom:dotted 1px #0080c0;
	padding: 4px;
	font-size: 18px
}

/* �w�b�_�[ */
.header	{padding: 10px 0 10px 0;
	text-align: center;}

.header h1	{margin: 0 auto;
	border-bottom:solid 1px #f00;
	font-size: 12px;}

.header h1 a	{color: #000;
	text-decoration: none;}

.header p	{margin: 8px 0 0 0;
	font-size: 12px;
	line-height: 1;}

.header .logo	{margin: 0 0 10px 0;
	border: none;
	vertical-align: bottom;}

/* ���C���w�b�_�[ */
#top1{
	text-align: center;
	padding-top:15px;
	height: 210px;

}
#top1m{
	text-align: right;
	vertical-align: middle;
	padding-top: 15px;
	height: 110px;

}

#top1s{
	text-align: center;
	vertical-align: middle;
	margin-top:15px;
	height: 180px;

}
#top1 h2{
	color: #f00;
	font-size: 26px;
}
#top1m h2{
	color: #f00;
	font-size: 20px;
}
#top1s h2{
	color: #f00;
	font-size: 23px;
	margin: 0;
	padding: 0;
}
#top2{
	text-align: center;
	background-color: #0080c0;
	padding: 5px 5px 0 5px;
	margin-bottom: 10px;
	height: 255px;
}
#top2 p{
	color: #fff;
	font-size: 12px;
}
#top2 h2{
	font-size: 14px;
	color: #fff;
	margin: 0;
	padding:0;
}
#top2 h3{
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	margin: 0;
	padding:0;
}
#top3{
	text-align: center;
	padding-top: 15px;
	height: 210px;
}
#top3s{
	text-align: center;
	padding-top: 5px;
	height: 200px;
}
#top3 h2{
	font-size: 22px;
	color: #f00;
}
#top3m h2{
	font-size: 16px;
	color: #f00;
}
#top3s h2{
	font-size: 24px;
	color: #f00;
}

/* �c�R: �V����� */
/*�X���C�h�V���[*/
#stage {
    position: relative;
    width: 240px;
    height:240px;
    float: left;
    margin: 0 0 10px 50px;
}
#photo1,#photo2,#photo3,#photo4,#photo5 {
    position: absolute;
    width: 240px;
    height: 240px;
}
#photo1 img,#photo2 img,#photo3 img,#photo4 img,#photo5 img {
    opacity:0;
    -moz-animation: imgTrans 30s infinite;
    -webkit-animation: imgTrans 30s infinite;
    animation: imgTrans 30s infinite;
}
#photo1 img {
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
#photo2 img {
    -moz-animation-delay: 6s;
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}
#photo3 img {
    -moz-animation-delay: 12s;
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
}
#photo4 img{
    -moz-animation-delay: 18s;
    -webkit-animation-delay: 18s;
    animation-delay: 18s;
}
#photo5 img {
    -moz-animation-delay: 24s;
    -webkit-animation-delay: 24s;
    animation-delay: 24s;
}
#frame {
    width: 240px;
    height: 240px;
    position: relative;
    overflow: hidden;
}
@-webkit-keyframes imgTrans {
 0% { opacity:0; }
 5% { opacity:1; }
 20% { opacity:1; }
 25% { opacity:0; }
 100% { opacity:0; }
}
@-moz-keyframes imgTrans {
 0% { opacity:0; }
 5% { opacity:1; }
 20% { opacity:1; }
 25% { opacity:0; }
 100% { opacity:0; }
}
@keyframes imgTrans {
 0% { opacity:0; }
 5% { opacity:1; }
 20% { opacity:1; }
 25% { opacity:0; }
 100% { opacity:0; }
}
#whatsnew{
	width: 100%;
	height:auto;
	border:solid 1px #ccc;
	border-radius: 5px;
	padding: 5px;

}
#whatsnew-p{
	float: right;
	margin: 10px 0 10px 0;
}
#whatsnew-p li{
	list-style: none;
}
#whatsnew-p h3{
	font-size: 16px;
	font-weight: 500;
	color: #2b95ff;
}


.news	{
	margin-bottom: 10px;
}

.news h1	{margin: 0 0 10px 0;
	font-size: 18px;
	line-height: 1.2;}

.news ul,
.news ol	{margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.4;
	list-style: none;}

.news li a	{display: block;
	padding: 10px 5px 10px 5px;
	color: #000;
	text-decoration: none;}

.news li a:hover	{background-color: #ffe;}

.news time	{float: left;
	border: none;}

.news p	{margin: 0 0 0 110px;}

.news .desc	{color: #666;
	font-size: 12px;}

.news li a:after	{content: "";
	display: block;
	clear: both;}
.news li a	{*zoom: 1;}


/* �g�̐ݒ� */
.news	{padding: 18px;
	border: solid 1px #ccc;
	background-color: #fff;}

.news > h2	{padding: 10px;
	font-size: 16px;
	background-color: #8ecff7;
	color: #fff;
	font-weight: 600;
	text-align: center;
}

/* ���C���i�r�Q�[�V���� */
.navimg {
	display: block;
	width: 196px;
	height: 40px;
	background: url(img/nav/nav-top.jpg) no-repeat 0 0;
}
.navimg-sitemap {
	display: block;
	width: 196px;
	height: 40px;
	background: url(img/nav/nav-sitemap.jpg) no-repeat 0 0;
}
.navimg-otoiawase {
	display: block;
	width: 196px;
	height: 40px;
	background: url(img/nav/nav-otoiawase.jpg) no-repeat 0 0;
}
.navimg-voice {
	display: block;
	width: 196px;
	height: 40px;
	background: url(img/nav/nav-voice.jpg) no-repeat 0 0;
}
.navimg-access {
	display: block;
	width: 196px;
	height: 40px;
	background: url(img/nav/nav-access.jpg) no-repeat 0 0;
}
.navimg-konyu {
	display: block;
	width: 196px;
	height: 40px;
	background: url(img/nav/nav-konyu.jpg) no-repeat 0 0;
}
.navimg-henpin {
	display: block;
	width: 196px;
	height: 40px;
	background: url(img/nav/nav-henpin.jpg) no-repeat 0 0;
}
.navimg-kago {
	display: block;
	width: 196px;
	height: 40px;
	background: url(img/nav/nav-kago.jpg) no-repeat 0 0;
}
.navimg-point {
	display: block;
	width: 196px;
	height: 40px;
	background: url(img/nav/nav-point.jpg) no-repeat 0 0;
}
.navimg-kaiin {
	display: block;
	width: 196px;
	height: 40px;
	background: url(img/nav/nav-kaiin.jpg) no-repeat 0 0;
}
.navimg:hover {
	background-position: 0 bottom;
}
.navimg-sitemap:hover {
	background-position: 0 bottom;
}
.navimg-otoiawase:hover {
	background-position: 0 bottom;
}
.navimg-voice:hover {
	background-position: 0 bottom;
}
.navimg-access:hover {
	background-position: 0 bottom;
}
.navimg-konyu:hover {
	background-position: 0 bottom;
}
.navimg-henpin:hover {
	background-position: 0 bottom;
}
.navimg-kago:hover {
	background-position: 0 bottom;
}
.navimg-point:hover {
	background-position: 0 bottom;
}
.navimg-kaiin:hover {
	background-position: 0 bottom;
}
#mainnav{
	margin: 5px auto 0 auto;

}
#mainnav li{
	width: 195px;
	height: 50px;
	padding: 0;
	margin-right: 5px;
	text-align: center;
	list-style: none;
	float: left;
	background-color: #fff;
/*	border-radius: 50%;*/
}
#mainnav li a{
	color: #fff !important;
}
#mainnav li a:hover{
	color: #0080c0 !important;
}
/* �O���[�v */
.group	{
	margin-bottom: 30px;
	padding: 0;
}

.group > h2	{padding: 10px;
	margin: 0 0 10px 0;
	font-size: 18px;
	background-color: #8ecff7;
	color: #fff;
	font-weight: 500;
	text-align: center;
}

/* �����{�b�N�X */
#serch{
	padding: 5px;
	background-color: #0080c0;
	margin-bottom: 15px;
}

.imgcenter{
 display: block;
 margin: 0 auto 15px auto;
}

.tdtxttop{
	vertical-align: top;
}
.smalltext01{
	font-size: 10px;
}

/*===================�J�[�g�y�[�W�֘A===============*/
#artsell{

}
#artsell h2{
	font-size: 24px;
	text-align: center;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #8ecff7;
	border-top: 1px solid #8ecff7;
	margin-bottom: 20px;
	margin-top: 15px;
}
.arttxt{
	margin: 0 auto;
	width: 360px;
}
.artsell p{
	font-size: 18px;
	line-height: 2;
}
.artprice{
	color: #f00;
	font-size: 20px;
	font-weight: 600;
}
.cartarea{
	text-align: right;
}

/*�@�T�C�h���j���[ */
.sidemenu	{padding: 20px;
	background-color: #fff;}

.sidemenu ul,
.sidemenu ol	{margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.4;
	list-style: none;}

.sidemenu li a	{display: block;
	padding: 3px;
	text-decoration: none;}

.sidemenu li a:hover	{color: #000;}


/* �g�{���o���̐ݒ� */
.sidemenu	{

	padding: 0 0 1px 0;
	background-color: #fff;

}
.sidemenu li{
	margin-bottom: 5px;
	border-radius: 8px;
	background-color: #d5eaff;
	font-size: 18px;
	font-weight: 500;
	color: #fff;

}

.sidemenu h3	{margin: 0;
	padding: 15px;
	color: #fff;
	background-color: #0080c0;
	font-size: 16px !important;}

.sidemenu > p	{margin: 10px;}

.sidemenu li a	{padding-left: 10px;}

/*�@�T�C�h���j���[�Q */
.sidemenu2	{padding: 20px;
	background-color: #fff;}

.sidemenu2 h3	{margin: 0 0 10px 0;
	font-size: 18px;
	line-height: 1.2;}

.sidemenu2 ul,
.sidemenu2 ol	{margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.4;
	list-style: none;}

.sidemenu2 li a	{display: block;
	text-decoration: none;}

.sidemenu2 li a:hover	{color: #000;}


/* �g�{���o���̐ݒ� */
.sidemenu2	{

	padding: 0 0 1px 0;
	background-color: #fff;

}
.sidemenu2 li{
	margin-bottom: 7px;
	border-radius: 8px;
	padding: 3px;
	background-color: #fff0e1;
	font-size: 18px;
	font-weight: 500;
	color: #fff;

}

.sidemenu2 > h3	{margin: 0;
	padding: 10px;
	color: #fff;
	background-color: #0080c0;
	font-size: 16px;}

.sidemenu2 > p	{margin: 10px;}

.sidemenu2 li a	{padding-left: 10px;}

#sidecontact{
	text-align: center;
}
#sidecontact h3{
	font-size: 24px;
	margin-top: 20px;
}
#sidecontact p{
	line-height: 1.6;
}
/* �d: �t�b�^�[ */
.footer	{padding: 10px;
	background-color: #fff;
	color: #666;
	text-align: center;
}

.footer p	{margin: 0 0 3px 0;
	font-size: 12px;
	line-height: 1.4;}

.footer a	{color: #666;
	text-decoration: none;}





/* �e: �I�t�L�����o�X���j���[ */
.cmenu	{padding: 20px;
	background-color: #d5eaff;
}

.cmenu h3	{margin: 0 0 10px 0;
	font-size: 18px;
	line-height: 1.2;}

.cmenu ul,
.cmenu ol	{margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.4;
	list-style: none;}

.cmenu li a	{display: block;
	padding: 8px 5px 8px 5px;
	color: #fff;
	text-decoration: none;}

.cmenu li a:hover	{background-color: #eee;}


/* �g�{���o���̐ݒ� */
.cmenu	{margin-bottom: 0;
	padding: 0 0 1px 0;
	background-color: #333;}

.cmenu > h3	{margin: 0;
	padding: 10px;
	background-color: #0080c0;
	color: #fff;
	font-size: 14px;}

.cmenu > p	{margin: 10px;}

.cmenu li a	{padding-left: 10px;}

.cmenu li a:hover	{background-color: #444;}

/*==========================================
 �y�[�W�g�b�v�փ{�^���̃X�^�C��
===========================================*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 60px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
    opacity: 0.8;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

/*==========================================
 �����̃X�^�C��
===========================================*/
.tri{
	color: #f00;
}

.email{
	color:#00f;
}
.price02{
	color: #f00;
        font-size:14px;
}

/* �G����� */
.submenu{
	padding: 20px;
	background-color: #dfe3e8;
}
.submenu h3{
	margin: 0 0 10px 0;
	font-size: 18px;
	line-height: 1.2;
}
.submenu ul,
.submenu ol{
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.4;
	list-style: none;
}
.submenu li a{
	position: relative;
	display: block;
	padding: 10px 5px 10px 30px;
	color: #000 !important;
	text-transform: none;
}
.submenu li a:hover{
	background-color: #fec;
}

.group h3{
	font-size: 14px;
}
.kaigatxt01{
	font-size: 12px;
}
.imgleft{
	float: left;
	padding: 0 15px 10px 5px
}
.imgright{
	float: right;
	padding: 0 10px 10px 20px;
}

.artimgtitle{
	border-left: 8px solid #0080c0;
	border-bottom: dotted 1px #0080c0;
	padding: 5px;
}

.gohome{
	width: 300px;
	color: #fff;
	margin: 10px auto 10px auto;
	padding: 5px;
	text-align: center;
	border:1px solid #0080c0;
	border-radius: 5px;
	background-color: #8ecff7;
	display: block;
}

#modal-content{
	width:50%;
	margin:0;
	padding:10px 20px;
	border:2px solid #aaa;
	background:#fff;
	position:fixed;
	display:none;
	z-index:2;
}

#modal-overlay{
	z-index:1;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.75);
}

.gallery li{
	text-align: center;
}
.cmenu h2{
	color: #fff;
	text-align: center;
	font-size: 14px;
}

.f-dropdown{
	max-width: 360px;!imprortant
}
.kakudai{
	font-size: 12px;
	display: block;
 	margin: 0 auto 15px auto;
}
#storeimgarea01{
	width: 200px;
	height: 300px;
	padding: 20px;
	text-align: center;
	float: left;
}

#storeimgarea02{
	width: 200px;
	height: 500px;
	padding: 20px;
	text-align: center;
	float: left;
}
#storeimgarea02 img{
	margin-bottom: 15px;
}

#baikyatxt{
text-align:center;
color:#f00;
}
/* �������X�g�Q */
.list2 ul{
 margin: 10px;
 }
 .list2 ul li{
 overflow: hidden;
 margin: 0;
 width: 100%;
 text-align: left;
 padding: 0;
 border: 1px #ccc solid;
 border-bottom: 0;
 background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
 background: linear-gradient(#fff, #f0f0f0);
 display:block;
 -webkit-box-shadow:0px 3px 3px rgba(000,000,000,0.1);
 box-shadow:0px 3px 3px rgba(000,000,000,0.1);
 }
 .list2 ul li:first-child{
 border-radius: 8px 8px 0 0;
 }
 .list2 ul li:last-child{
 border-radius: 0 0 8px 8px;
 border-bottom:1px #ccc solid;
 }
 .list2 ul li a{
 color: #333;
 display: block;
 height: 44px;
 margin: 0;
 padding: 0 0 0 10px;
 overflow: hidden;
 white-space: nowrap;
 line-height: 44px;
 text-overflow: ellipsis;
 text-decoration: none;
 font-weight:bold;
 }
 .list2 ul li a::after{
 content: url(img/listmark.png);
 float: right;
margin-right: 10px
 }

.form-field {
   border: 1px solid #c9b7a2;
   background: #f4faff !important;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   color: #c9b7a2;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   padding:8px !important;
   margin-bottom:20px;
   font-size: 16px !important;
   }
.form-field:focus {
   background: #fff !important;
   border-color: #ff8000 !important;
   color: #5580aa;
   }
.form-container h2 {
   text-shadow: #fdf2e4 0 1px 0;
   font-size:18px;
   margin: 0 0 10px 0;
   font-weight:bold;
   text-align:center;
    }
.form-title {
   margin-bottom:10px;
   color: #725129;
   text-shadow: #fdf2e4 0 1px 0;
   }
.submit-button {
   border: 1px solid #447314;
   background: #6aa436;
   background: -webkit-gradient(linear, left top, left bottom, from(#8dc059), to(#6aa436));
   background: -webkit-linear-gradient(top, #8dc059, #6aa436);
   background: -moz-linear-gradient(top, #8dc059, #6aa436);
   background: -ms-linear-gradient(top, #8dc059, #6aa436);
   background: -o-linear-gradient(top, #8dc059, #6aa436);
   background-image: -ms-linear-gradient(top, #8dc059 0%, #6aa436 100%);
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   text-shadow: #addc7e 0 1px 0;
   color: #31540c;
   font-family: helvetica, serif;
   padding: 8.5px 18px;
   font-size: 14px;
   text-decoration: none;
   vertical-align: middle;
   }
.submit-button:hover {
   border: 1px solid #447314;
   text-shadow: #31540c 0 1px 0;
   background: #6aa436;
   background: -webkit-gradient(linear, left top, left bottom, from(#8dc059), to(#6aa436));
   background: -webkit-linear-gradient(top, #8dc059, #6aa436);
   background: -moz-linear-gradient(top, #8dc059, #6aa436);
   background: -ms-linear-gradient(top, #8dc059, #6aa436);
   background: -o-linear-gradient(top, #8dc059, #6aa436);
   background-image: -ms-linear-gradient(top, #8dc059 0%, #6aa436 100%);
   color: #fff;
   }
.submit-button:active {
   text-shadow: #31540c 0 1px 0;
   border: 1px solid #447314;
   background: #8dc059;
   background: -webkit-gradient(linear, left top, left bottom, from(#6aa436), to(#6aa436));
   background: -webkit-linear-gradient(top, #6aa436, #8dc059);
   background: -moz-linear-gradient(top, #6aa436, #8dc059);
   background: -ms-linear-gradient(top, #6aa436, #8dc059);
   background: -o-linear-gradient(top, #6aa436, #8dc059);
   background-image: -ms-linear-gradient(top, #6aa436 0%, #8dc059 100%);
   color: #fff;
   }

/* �N���A�t�B�b�N�X */
.cf{
  clear: both;
  display: block;
}
textarea{
	height: auto;
}
/* �J���[�R�[�h
�Z���F #0080c0
h�Q�̔w�i�F#8ecff7
�ēx���j���[�����F#d5eaff
*/


/*�A�R�[�f�B�I��*/
label {
    background: #8ecff7;
    color: #fff;
    padding: 10px;
    display: block;
    margin: 0;
    border: 1px solid #fff;
}

input[type="checkbox"].on-off{
    display: none;
}

.accomenu ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #f4f4f4;!important;
}

.accomenu li {
    padding: 5px;
}

input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + ul{
    height: auto;
}

/*==========================================
�y�[�W���O
===========================================*/

#pagebox {
	width: 600px;
     margin: 0 auto;
     padding: 20px;
}

.btn {
    display: inline-block;
    padding: 10px;
    border-radius: 5px; /*optional*/
    color: #aaa;
    font-size: .875em;
}

.paging {
    padding: 15px 0 15px 0;
    margin-bottom: 20px;
}

.page {
    display: inline-block;
    padding: 5px 9px;
    margin:0 8px 5px 0;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.page a{
	color: #717171;
}

.page.active a{
	color: #f0f0f0 !important;
}

.page:hover, .page.gradient:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}

.page.active {
	  pointer-events: none;
    border: none;
    background: #0080c0;
    box-shadow: inset 0px 0px 8px rgba(22,54,150, .5), 0px 1px 0px rgba(0,0,0, .1);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(22,54,127, .1);
}

.page.gradient {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
    background: -moz-linear-gradient(0% 0% 270deg,#f8f8f8, #e9e9e9);
}

.paging.dark {
    background: #414449;
    color: #feffff;
}

.page.dark {
    border: solid 1px #32373b;
    background: #3e4347;
    box-shadow: inset 0px 1px 1px rgba(255,255,255, .1), 0px 1px 3px rgba(0,0,0, .1);
    color: #feffff;
    text-shadow: 0px 1px 0px rgba(0,0,0, .5);
}

.page.dark:hover, .page.dark.gradient:hover {
    background: #3d4f5d;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#547085), to(#3d4f5d));
    background: -moz-linear-gradient(0% 0% 270deg,#547085, #3d4f5d);
}

.page.dark.active {
    border: none;
    background: #2f3237;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .1);
}

.page.dark.gradient {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#565b5f), to(#3e4347));
    background: -moz-linear-gradient(0% 0% 270deg,#565b5f, #3e4347);
}


