@charset "utf-8";
/* CSS Document */

.footer {
	/*background:#99FF99;*/
	background:#F0F0F0;
	width:100%;
	padding:0px;
	margin:0px;
	border-top:solid 1px #999999;
}
.fixed {
	position: fixed;
	top: 0px;
	width: 100%;
}
address {
	font-size:0.825em;
	font-style:normal;
	color:#555555;
	text-align:left;
	padding:5px 10px 5px 10px;;
	padding-bottom:10px;
}
address a.name {
	color:#555555;
	text-decoration:none;
	border-bottom:dotted 2px orange;
}
address a:hover {
	color:#ff8800;
}
.head-title {
	/* Sサイズ固有 */
	margin:auto;
	width:100%;
	/* l2 126px*/
	height:90px;
	z-index:1;
}
.head-title-frame {
	/* Sサイズ固有 */
	margin:auto;
	width:300px;
	text-align:center;
	z-index:99997;
}
.head-menu {
	margin:auto;
	width:100%;
	height:80px;
	background:#F00;
	z-index:99998;
}
.head-menu-frame {
	margin:auto;
	width:100%;
	position:absolute;
	z-index:99998;
}
.top-menu-frame {
	margin:0px auto;
	padding:0px;
	/* Sサイズ固有 */
	width:300px;
	text-align:left;
	z-index:99998;
}
.top2-menu-frame {
	width: 300px;
	border-radius:10px;
	height:50px;
	float:right;
	background:#FFF;
	z-index:99998;
	border-bottom:solid 1px #F99;
	/* Sサイズ固有 */
	display:none;
}

.bread-crumb-frame {
	background:#FFF;
	margin:auto;
	width:300px;
	height:30px;
}
.body-frame {
	margin:auto;
	padding:0px;
	width:300px;
	background:#FFF;
}
.footer-frame {
	margin:auto;
	padding:0px;
	width:300px;
}
.copyright {
	width:300px;
	margin:auto;
	text-align:left;
	padding:5px 0px;
}
.wrap20 {
	padding:20px;
}
.circle {
	/* Sサイズ固有 */
	background:#FFF;
	z-index:99999;
	margin-top:0px;
	float:left;
}
img.logo {
	padding:0px;
	width:100px;
}
.title {
	/* Sサイズ固有 */
	width:180px;
	float:left;
	margin-left:10px;
}

p.title-space {
	/* Sサイズ固有 */
	width:180px;
	height:0px;
}
div.title-name {
	/* Sサイズ固有 */
	font-size:26px;
	letter-spacing:4px;
	text-align:left;
	color:#000;
	font-weight:bold;
}
span.title-co{
	/* Sサイズ固有 */
	font-size:11px;
	letter-spacing:0px;
	margin-right:15px;
	font-weight:bold;
}
div.title-roma {
	/* Sサイズ固有 */
	display:none;
}
div.title-contact {
	/* Sサイズ固有 */
	width:180px;
}
p.title-comment {
	/* Sサイズ固有 */
	background:#F00;
	color:#FFF;
	border-radius:10px;
	padding:6px 2px 6px 2px;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}
p.title-tel {
	/* Sサイズ固有 */
	font-size:12px;
	text-align:right;
	padding:3px 6px 0px 2px;
	letter-spacing:1px;
	font-weight:bold;
}
p.title-tel span {
	/* Sサイズ固有 */
	font-size:14px;
	font-family:FontAwesome;
	padding:0px 3px 0px 3px;
}
p.title-fax {
	/* Sサイズ固有 */
	font-size:12px;
	text-align:right;
	padding:0px 6px 3px 2px;
	letter-spacing:1px;
	font-weight:bold;
}
p.title-fax span {
	/* Sサイズ固有 */
	font-size:14px;
	font-family:FontAwesome;
	padding:0px 3px 0px 3px;
}
p.toTop {
	/* Sサイズ固有 */
	position: fixed;
	bottom: 3px;
	right: 3px;
	z-index:99999;
	color: #FFF;
}
p.toTop a {
	/* Sサイズ固有 */
	background: #F00;
	font-weight:bold;
	font-size:6px;
	text-shadow:1px 1px #B71C1C;
	padding: 8px;
	text-decoration:none;
	text-align: center;
	display: block;
	width:24px;
	height:24px;
	color: #FFF;
	border-radius: 100%;
}
p.toTop a:hover {
	background: #B71C1C;
	color: #FFF;
	text-shadow:1px 1px #651010;
}
p.toTop i.fa {
	color: #FFF;
}

body {
	z-index:1;	
}
.body {
	z-index:1;	
}

.slide-menu {
	width: 50px;
	border-radius:10px;
	height:50px;
	float:right;
	cursor:pointer;
	display:none;
	z-index:99999;
}

/****************************************************************************************/
.breadcrumb-blue { 
	list-style: none; 
	overflow: hidden; 
}
.breadcrumb-blue li { 
	float: left; 
}
.breadcrumb-blue li a {
	color: white;
	text-decoration: none; 
	padding: 10px 5px 10px 20px;
	background: #7986cb;
	position: relative; 
	display: block;
	float: left;
	font-size:12px;
	line-height:1.8em;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-weight:bold;
	letter-spacing:3px;
}
.breadcrumb-blue li a:before { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	margin-left: 8px;
	left: 100%;
	z-index: 1; 
}

.breadcrumb-blue li a:after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid #7986cb;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	left: 100%;
	z-index: 2; 
}

.breadcrumb-blue li:first-child a {
	padding-left: 20px;
}

.breadcrumb-blue li#current a {
	background: #0d47a1;
}

.breadcrumb-blue li#current a:after {
	border-left-color: #0d47a1;
}

/****************************************************************************************/

/****************************************************************************************/
.breadcrumb-green { 
	list-style: none; 
	overflow: hidden; 
}
.breadcrumb-green li { 
	float: left; 
}
.breadcrumb-green li a {
	color: white;
	text-decoration: none; 
	padding: 10px 5px 10px 55px;
	background: #9ABD51;
	position: relative; 
	display: block;
	float: left;
	font-size:18px;
	line-height:1.8em;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-weight:bold;
	letter-spacing:3px;
}
.breadcrumb-green li a:before { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	margin-left: 8px;
	left: 100%;
	z-index: 1; 
}

.breadcrumb-green li a:after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid #9ABD51;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	left: 100%;
	z-index: 2; 
}

.breadcrumb-green li:first-child a {
	padding-left: 20px;
}

.breadcrumb-green li#current a {
	background-color: #436B07;
}

.breadcrumb-green li#current a:after {
	border-left-color: #436B07;
}

/****************************************************************************************/
/****************************************************************************************/
.breadcrumb-red { 
	list-style: none; 
	overflow: hidden; 
}
.breadcrumb-red li {
	float: left;
}
.breadcrumb-red li a {
	color: white;
	text-decoration: none; 
	padding: 10px 5px 10px 55px;
	background: #CC7777;
	position: relative; 
	display: block;
	float: left;
	font-size:16px;
	line-height:1.8em;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-weight:bold;
	letter-spacing:3px;
}
.breadcrumb-red li a:before { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	margin-left: 8px;
	left: 100%;
	z-index: 1; 
}

.breadcrumb-red li a:after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid #CC7777;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	left: 100%;
	z-index: 2; 
}

.breadcrumb-red li:first-child a {
	padding-left: 20px;
}

.breadcrumb-red li#current a {
	background: #A30C0C;
}

.breadcrumb-red li#current a:after {
	border-left-color: #A30C0C;
}

/****************************************************************************************/
/****************************************************************************************/
.breadcrumb-red2 { 
	list-style: none; 
	overflow: hidden; 
}
.breadcrumb-red2 li {
	float: left;
}
.breadcrumb-red2 li a {
	color: white;
	text-decoration: none; 
	padding: 10px 5px 10px 55px;
	background: #FFA64D;
	position: relative; 
	display: block;
	float: left;
	font-size:16px;
	line-height:1.8em;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-weight:bold;
	letter-spacing:3px;
}
.breadcrumb-red2 li a:before { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	margin-left: 8px;
	left: 100%;
	z-index: 1; 
}

.breadcrumb-red2 li a:after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid #FFA64D;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	left: 100%;
	z-index: 2; 
}

.breadcrumb-red2 li:first-child a {
	padding-left: 20px;
}

.breadcrumb-red2 li#current a {
	background: #A30C0C;
}

.breadcrumb-red2 li#current a:after {
	border-left-color: #A30C0C;
}

/****************************************************************************************/
/****************************************************************************************/
.breadcrumb-orange { 
	list-style: none; 
	overflow: hidden; 
}
.breadcrumb-orange li {
	float: left;
}
.breadcrumb-orange li a {
	color: white;
	text-decoration: none; 
	padding: 10px 5px 10px 55px;
	background: #FFA64D;
	position: relative; 
	display: block;
	float: left;
	font-size:16px;
	line-height:1.8em;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-weight:bold;
	letter-spacing:3px;
}
.breadcrumb-orange li a:before { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	margin-left: 8px;
	left: 100%;
	z-index: 1; 
}

.breadcrumb-orange li a:after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid #FFA64D;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	left: 100%;
	z-index: 2; 
}

.breadcrumb-orange li:first-child a {
	padding-left: 20px;
}

.breadcrumb-orange li#current a {
	background: #A94D01;
}

.breadcrumb-orange li#current a:after {
	border-left-color: #A94D01;
}

/****************************************************************************************/
/****************************************************************************************/
.breadcrumb-brown {
	display:none;
	list-style: none; 
	overflow: hidden; 
}
.breadcrumb-brown li {
	float: left;
}
.breadcrumb-brown li a {
	color: white;
	text-decoration: none; 
	padding: 10px 5px 10px 10px;
	background: #BF9982;
	position: relative; 
	display: block;
	float: left;
	font-size:8px;
	line-height:1.8em;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-weight:bold;
	letter-spacing:3px;
}
.breadcrumb-brown li a:before { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 20px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 20px solid transparent;
	border-left: 10px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	margin-left: 8px;
	left: 100%;
	z-index: 1; 
}

.breadcrumb-brown li a:after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid #BF9982;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	left: 100%;
	z-index: 2; 
}

.breadcrumb-brown li:first-child a {
	padding-left: 10px;
}

.breadcrumb-brown li#current a {
	background: #815F45;
}

.breadcrumb-brown li#current a:after {
	border-left-color: #815F45;
}

/****************************************************************************************/



/**
 * menu
 */
#nav {
	/* Sサイズ固有 */
	width: 300px;
	float:right;
	background:#F00;
}
#nav ul {
	margin: auto;
	padding:0px;
}
#nav li {
	display: inline-block;
	text-align: center;
	/* Sサイズ固有 */
	width: 31%;
	padding:0px;
	margin:0px;
	font-size:12px;
}
#nav a {
	display: block;
	color: #FFF;
	text-decoration: none;
	margin:0px;
	/* Sサイズ固有 */
	padding: 6px 0px;
	
}
#nav a:after {
	display: block;
	content: "";
	width: 6px;
	height: 2px;
	border-radius:3px;
	background-color: #FFF;
	margin: 10px auto 0;
	transition: .25s ease-out;
	-webkit-transition: .25s ease-out;
	-moz-transition: .25s ease-out;
	-o-transition: .25s ease-out;
	-ms-transition: .25s ease-out;
}
#nav a:hover:after {
	width: 100%;
}

/**
 * menu
 */
#nav2 {
	/* Sサイズ固有 */
	width: 300px;
	float:right;
	text-align:right;
	
}
#nav2 ul {
	margin: auto;
	padding:0px;
}
#nav2 li {
	display: inline-block;
	/* Sサイズ固有 */
	width: 31%;
	padding:0px;
	margin:0px;
	font-size:12px;
}
#nav2 a {
	display: block;
	color: #FFF;
	text-decoration: none;
	margin:0px;
	/* Sサイズ固有 */
	padding: 6px 0px;
	
}
#nav2 a:after {
	display: block;
	content: "";
	width: 6px;
	height: 2px;
	border-radius:3px;
	background-color: #F00;
	margin: 10px auto 0;
	transition: .25s ease-out;
	-webkit-transition: .25s ease-out;
	-moz-transition: .25s ease-out;
	-o-transition: .25s ease-out;
	-ms-transition: .25s ease-out;
}
#nav2 a:hover:after {
	width: 100%;
}


.menu {
	position: relative;
	width: 100%;
	height: 40px;
	max-width: 300px;
	margin: 0 auto;
}

.menu__none:hover,
.menu__multi:hover,
.menu__mega:hover,
.menu__single:hover {
	border-radius:6px;
	background: #D50000;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}
.menu__mega#current {
	background: #D50000;
	height:40px;
}
.menu__single {
	border-radius:6px;
	background: #D50000;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

.menu__second-level li {
  border-top: 1px solid #333333;
}

.menu:before,
.menu:after {
  content: "";
  display: table;
}

.menu:after {
  clear: both;
}

.menu {
  *zoom: 1;
}

/**
 * mega menu
 */
.menu__mega .menu__second-level {
	position: absolute;
	top: 40px;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 20px 2%;
	border-radius:10px;
	background: #D50000;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	visibility: hidden;
	opacity: 0;
	z-index: 99999;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.menu__mega:hover .menu__second-level {
	/* [disabled]top: 50px; */
	visibility: visible;
	opacity: 1;
}

.menu__mega .menu__second-level > li {
	float: left;
	border: none;
}

.menu__mega .menu__second-level > li:nth-child(3n+2) {
	margin: 0 1%;
}

/**
 * mega menu2
 */
.menu__mega2 .menu__second-level {
	position: absolute;
	top: 40px;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 20px 2%;
	border-radius:10px;
	background: #FFF;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	visibility: hidden;
	opacity: 0;
	z-index: 99999;
	box-shadow: 5px 5px 20px 1px rgba(0, 0, 0, 0.5);
	
}

menu__mega2 .menu__second-level:after {
	border-bottom: 12px solid #fff;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	content: '';
	margin-left: -10px;
	position: absolute;
	top: -12px;
	left: 50%;
}
/*
.balloon {
	background-color: #fff;
	padding: 20px;
	position: relative;
}
.balloon:after {
	border-bottom: 12px solid #fff;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	content: '';
	margin-left: -10px;
	position: absolute;
	top: -12px;
	left: 50%;
}
*/
.menu__mega2:hover .menu__second-level {
	/* [disabled]top: 50px; */
	visibility: visible;
	opacity: 1;
}

.menu__mega2 .menu__second-level > li {
	float: left;
	border: none;
}

.menu__mega2 .menu__second-level > li:nth-child(3n+2) {
	margin: 0 1%;
}

span.menu-icon {
	font-family: FontAwesome;
	color:#FFF;
	font-size:1.6em;
	padding:0px 10px;
}
span.icon {
	font-family: FontAwesome;
	padding:0px;
}
span.item-price {
	font-size:18px;
	color:#F03;
	font-weight:bold;
	padding:0px 10px 0px 20px;
}
.size24 {
	/* Sサイズ固有 */
	font-size:14px;
}

.white {
	color:#FFF;	
}

span.title-icon {
	font-family: FontAwesome;
	font-weight:bold;
	padding:0px 10px;
}

li.check_Red:before {
	font-family: FontAwesome;
	font-size:19px;
	line-height:1.6em;
	color:#D50000;
	content:"\f00c";
	padding:3px 5px;
}
li.check_Blue:before {
	font-family: FontAwesome;
	font-size:19px;
	line-height:1.6em;
	color:#039;
	content:"\f00c";
	padding:3px 5px;
}
li.check_Green:before {
	font-family: FontAwesome;
	font-size:19px;
	line-height:1.6em;
	color:#390;
	content:"\f00c";
	padding:3px 5px;
}
li.check_Gray:before {
	font-family: FontAwesome;
	font-size:19px;
	line-height:1.6em;
	color:#555;
	content:"\f00c";
	padding:3px 5px;
}
li.circle_Red:before {
	font-family: FontAwesome;
	font-size:19px;
	line-height:1.6em;
	color:#D50000;
	content:"\f111";
	padding:3px 5px;
}
li.circle_Blue:before {
	font-family: FontAwesome;
	font-size:19px;
	line-height:1.6em;
	color:#039;
	content:"\f111";
	padding:3px 5px;
}
li.circle_Green:before {
	font-family: FontAwesome;
	font-size:19px;
	line-height:1.6em;
	color:#390;
	content:"\f111";
	padding:3px 5px;
}
li.circle_Gray:before {
	font-family: FontAwesome;
	font-size:19px;
	line-height:1.6em;
	color:#555;
	content:"\f111";
	padding:3px 5px;
}
li.circle_right_Red:before {
	font-family: FontAwesome;
	font-size:19px;
	line-height:1.6em;
	color:#D50000;
	content:"\f138";
	padding:3px 5px;
}
li.circle_right_Blue:before {
	font-family: FontAwesome;
	font-size:19px;
	line-height:1.6em;
	color:#039;
	content:"\f138";
	padding:3px 5px;
}
li.circle_right_Green:before {
	font-family: FontAwesome;
	font-size:19px;
	color:#390;
	content:"\f138";
	padding:3px 5px;
}
li.circle_right_Gray:before {
	font-family: FontAwesome;
	font-size:19px;
	line-height:1.6em;
	color:#555;
	content:"\f138";
	padding:3px 5px;
}
li.circle_tag_Red:before {
	font-family: FontAwesome;
	font-size:19px;
	line-height:1.6em;
	color:#D50000;
	content:"\f02c";
	padding:3px 5px;
}
li.circle_tag_Blue:before {
	font-family: FontAwesome;
	font-size:19px;
	line-height:1.6em;
	color:#039;
	content:"\f02c";
	padding:3px 5px;
}
li.circle_tag_Green:before {
	font-family: FontAwesome;
	font-size:19px;
	line-height:1.6em;
	color:#390;
	content:"\f02c";
	padding:3px 5px;
}
li.circle_tag_Gray:before {
	font-family: FontAwesome;
	font-size:19px;
	line-height:1.6em;
	color:#555;
	content:"\f138";
	padding:3px 5px;
}
li.circle_star_Red:before {
	font-family: FontAwesome;
	font-size:19px;
	line-height:1.6em;
	color:#D50000;
	content:"\f005";
	padding:3px 5px;
}
li.circle_star_Blue:before {
	font-family: FontAwesome;
	font-size:19px;
	line-height:1.6em;
	color:#039;
	content:"\f005";
	padding:3px 5px;
}
li.circle_star_Green:before {
	font-family: FontAwesome;
	font-size:19px;
	line-height:1.6em;
	color:#390;
	content:"\f005";
	padding:3px 5px;
}
li.circle_star_Gray:before {
	font-family: FontAwesome;
	font-size:19px;
	line-height:1.6em;
	color:#555;
	content:"\f005";
	padding:3px 5px;
}
li.circle_heart_Red:before {
	font-family: FontAwesome;
	font-size:19px;
	line-height:1.6em;
	color:#D50000;
	content:"\f004";
	padding:3px 5px;
}
li.circle_heart_Blue:before {
	font-family: FontAwesome;
	font-size:19px;
	line-height:1.6em;
	color:#039;
	content:"\f004";
	padding:3px 5px;
}
li.circle_heart_Green:before {
	font-family: FontAwesome;
	font-size:19px;
	line-height:1.6em;
	color:#390;
	content:"\f004";
	padding:3px 5px;
}
li.circle_heart_Gray:before {
	font-family: FontAwesome;
	font-size:19px;
	line-height:1.6em;
	color:#555;
	content:"\f004";
	padding:3px 5px;
}
li.circle_right_Red:before {
	font-family: FontAwesome;
	font-size:19px;
	line-height:1.6em;
	color:#D50000;
	content:"\f054";
	padding:3px 5px;
}
li.circle_right_Blue:before {
	font-family: FontAwesome;
	font-size:19px;
	line-height:1.6em;
	color:#039;
	content:"\f054";
	padding:3px 5px;
}
li.circle_right_Green:before {
	font-family: FontAwesome;
	font-size:19px;
	line-height:1.6em;
	color:#390;
	content:"\f054";
	padding:3px 5px;
}
li.circle_right_Gray:before {
	font-family: FontAwesome;
	font-size:19px;
	line-height:1.6em;
	color:#555;
	content:"\f054";
	padding:3px 5px;
}
li.circle_tag_Red:before {
	font-family: FontAwesome;
	font-size:19px;
	line-height:1.6em;
	color:#D50000;
	content:"\f02c";
	padding:3px 5px;
}
li.circle_tag_Blue:before {
	font-family: FontAwesome;
	font-size:19px;
	line-height:1.6em;
	color:#039;
	content:"\f02c";
	padding:3px 5px;
}
li.circle_tag_Green:before {
	font-family: FontAwesome;
	font-size:19px;
	line-height:1.6em;
	color:#390;
	content:"\f02c";
	padding:3px 5px;
}
li.circle_tag_Gray:before {
	font-family: FontAwesome;
	font-size:19px;
	line-height:1.6em;
	color:#555;
	content:"\f02c";
	padding:3px 5px;
}
li.circle_check_Red:before {
	font-family: FontAwesome;
	font-size:19px;
	line-height:1.6em;
	color:#D50000;
	content:"\f058";
	padding:3px 5px;
}
li.circle_check_Blue:before {
	font-family: FontAwesome;
	font-size:19px;
	line-height:1.6em;
	color:#039;
	content:"\f058";
	padding:3px 5px;
}
li.circle_check_Green:before {
	font-family: FontAwesome;
	font-size:19px;
	line-height:1.6em;
	color:#390;
	content:"\f058";
	padding:3px 5px;
}
li.circle_check_Gray:before {
	font-family: FontAwesome;
	font-size:19px;
	line-height:1.6em;
	color:#555;
	content:"\f058";
	padding:3px 5px;
}
li.circle_exclamation_Red:before {
	font-family: FontAwesome;
	font-size:19px;
	line-height:1.6em;
	color:#D50000;
	content:"\f06a";
	padding:3px 5px;
}
li.circle_exclamation_Blue:before {
	font-family: FontAwesome;
	font-size:19px;
	line-height:1.6em;
	color:#039;
	content:"\f06a";
	padding:3px 5px;
}
li.circle_exclamation_Green:before {
	font-family: FontAwesome;
	font-size:19px;
	line-height:1.6em;
	color:#390;
	content:"\f06a";
	padding:3px 5px;
}
li.circle_exclamation_Gray:before {
	font-family: FontAwesome;
	font-size:19px;
	line-height:1.6em;
	color:#555;
	content:"\f06a";
	padding:3px 5px;
}
li.circle_plus_Red:before {
	font-family: FontAwesome;
	font-size:19px;
	color:#D50000;
	content:"\f055";
	padding:3px 5px;
}
li.circle_plus_Blue:before {
	font-family: FontAwesome;
	font-size:19px;
	line-height:1.6em;
	color:#039;
	content:"\f055";
	padding:3px 5px;
}
li.circle_plus_Green:before {
	font-family: FontAwesome;
	font-size:19px;
	line-height:1.6em;
	color:#390;
	content:"\f055";
	padding:3px 5px;
}
li.circle_plus_Gray:before {
	font-family: FontAwesome;
	font-size:19px;
	line-height:1.6em;
	color:#555;
	content:"\f055";
	padding:3px 5px;
}
.box-shadow {
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}


/* 吹き出しサンプル */
.balloon {
	background-color: #fff;
	padding: 20px;
	position: relative;
}
.balloon:after {
	content: '';
	position: absolute;
	/* 上吹き出し
	border-bottom: 12px solid #fff;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	margin-left: -10px;
	top: -12px;
	left: 50%;
	*/
	
	/* 左吹き出し
	border-right: 12px solid #fff;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	margin-top: -10px;
	left: -12px;
	top: 50%;
	*/
	
	/* 右吹き出し
	border-left: 12px solid #fff;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	margin-top: -10px;
	right: -12px;
	top: 50%;
	*/
	
	/* 下吹き出し
	border-top: 12px solid #fff;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	margin-left: -10px;
	bottom: -12px;
	left: 50%;
	*/
}

/* トップ slick スライダー */
/* 1200px × 300px 時 */
div#top_slide {
	position: relative;
	margin-bottom: 0px;
	padding-bottom: 30px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding:0;
	marging:0;
}

div#top_slide:before,
div#top_slide:after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 75px;
	top: 0;
	background-color: #000;
	opacity: 0.45;
	z-index: 1000;
	padding:0;
	marging:0;
	
}
div#top_slide:before {	
	right: 50%;
	margin-right: 150px;
	padding:0;
	marging:0;
}

div#top_slide:after {
	left: 50%;
	margin-left: 150px;
	padding:0;
	marging:0;
}

div#slide {
	position: relative;
	margin-bottom: 0px;
	padding-bottom: 30px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding:0;
	marging:0;
}

div#slide:before,
div#slide:after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 75px;
	top: 0;
	background-color: #000;
	opacity: 0.45;
	z-index: 1000;
	padding:0;
	marging:0;
	
}
div#slide:before {	
	right: 50%;
	margin-right: 150px;
	padding:0;
	marging:0;
}

div#slide:after {
	left: 50%;
	margin-left: 150px;
	padding:0;
	marging:0;
}
div#sub_slide {
	display:none;
}

img.top-slide-image {
	width:300px;
	height:75px;	
}
img.sub-slide-image {
	width:300px;
	height:25px;	
}
img.top-image {
	width:280px;
}
.image-box {
	border:solid 1px #999;
	border-radius:10px;
	padding:10px;
}
.item {
	margin:20px;	
}

span.icon i {
	color:#FFF;	
}

p.line32 {
	font-size: 14px;
	line-height:28px;
	margin: 0px;
	padding: 0px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	background-image: url(../img/common/bg_dot28.png);
	background-position: left top;
}
p.line48 {
	font-size: 16px;
	line-height:32px;
	margin: 0px;
	padding: 0px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	background-image: url(../img/common/bg_dot32.png);
	background-position: left top;
}

/* 320px×80px時
div#slide {
	position: relative;
	margin-bottom: 0px;
	padding-bottom: 30px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding:0;
	marging:auto;
}
.top_image img {
	width:320px;
}
div#slide:before,
div#slide:after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 80px;
	top: 0;
	background-color: #000;
	opacity: 0.45;
	z-index: 1000;
	padding:0;
	marging:0;
	
}
div#slide:before {	
	right: 50%;
	margin-right: 160px;
	padding:0;
	marging:0;
}

div#slide:after {
	left: 50%;
	margin-left: 160px;
	padding:0;
	marging:0;
}
*/

h2.field-name {
	border-radius:20px;
	background:#D50000;
	padding:10px;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:20px;
}
h3.sub-field-name {
	border-radius:30px;
	background:#D50000;
	padding:8px;
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:20px;
}
h4.sub-field-name {
	border-radius:30px;
	background:#390;
	padding:6px 10px;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:20px;
}
.width820 {
	width:300px;
}
.width800 {
	width:300px;
}
.main {
	width:300px;
	float:right;
	margin-top:0px;
}

.left-side-box {
	width:280px;
	height:280px;
	float:left;
	margin:20px 20px 0px 0px;
	background:#FCC
}
.left-side-box2 {
	width:280px;
	height:280px;
	float:left;
	margin:20px 20px 0px 0px;
	background:#FCC
}
.left-side-box3 {
	width:280px;
	height:280px;
	float:left;
	margin:20px 20px 0px 0px;
	background:#FCC
}

.right-side-box {
	width:280px;
	height:280px;
	float:right;
	margin:20px 0px 0px 20px;
	background:#FCC
}
.right-side-box2 {
	width:280px;
	height:280px;
	float:right;
	margin:20px 0px 0px 20px;
	background:#FCC
}
.right-side-box3 {
	width:280px;
	height:280px;
	float:right;
	margin:20px 0px 0px 20px;
	background:#FCC
}
.side-box4 {
	width:280px;
	height:280px;
	float:right;
	margin:20px 0px 0px 0px;
	background:#FCC
}
.my-cart-box {
	width:240px;
	margin-top:20px;
	float:left;
	padding:14px;
	border-radius:10px;
	border:solid 6px #F99;
	/*
	box-shadow:3px 3px 10px rgba(0, 0, 0, 0.5);
	*/
}
.banner {
	width:280px;	
}
span.attention {
	color:#FF0033;
	font-weight:bold;
	padding:0px 5px 10px 5px;
	vertical-align:baseline;
	
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

.news-topics ul {
	padding:0px 5px 5px 5px;
}
.news-topics li {
	padding:10px 0px 0px 0px;
}
.news-topics i#green {
	color:#336600;
	padding:5px 5px 5px 0px;
	font-size:16px;
	float:left;
}
.news-topics i#red {
	color:#FF2626;
	padding:5px 5px 5px 0px;
	font-size:16px;
}
.news-topics i#blue {
	color:#3366CC;
	padding:5px 5px 5px 0px;
	font-size:16px;
}
.news-topics p.news-title#green {
	color:#336600;
	font-size:16px;
	font-weight:bold;
	float:left;
}
.news-topics p.news-title#red {
	color:#FF2626;
	font-size:16px;
	font-weight:bold;
	float:left;
}
.news-topics p.news-title#blue {
	color:#3366CC;
	font-size:16px;
	font-weight:bold;
	float:left;
	vertical-align:baseline;
}
.news-topics p.time-stamp {
	font-size:12px;
	float:left;
	padding-left:20px;
	line-height:30px;
}
.news-topics p.news-icon {
	float:left;
	font-size:16px;
}
.news-topics p.news-message {
	font-size:14px;
	float:left;
}
.news-topics p.news-link {
	font-size:14px;
	clear:both;
	padding-left:20px;
}
.news-topics p.news-message#green {
	color:#336600;
	font-size:14px;
	clear:both;
	padding-left:20px;
}
.news-topics p.news-message#red {
	color:#FF2626;
	font-size:14px;
	clear:both;
	padding-left:20px;
}
.news-topics p.news-message#blue {
	color:#3366CC;
	font-size:14px;
	clear:both;
	padding-left:20px;
}
li.news-topics {
	clear:both;
}
li.news-topics div.space {
	float:left;
	width:10px;
	height:10px;
}
label {
	line-height:1.4em;
}
.page_num_off {
	margin-top:3px;
	float:left;
	width:24px;
	height:24px;
	border:solid 2px #D50000;
	color:#FFF;
	background:#D50000;
	border-radius:100%;
	line-height:24px;
}
.page_num_on {
	margin-top:3px;
	float:left;
	width:24px;
	height:24px;
	border:solid 2px #D50000;
	color:#D50000;
	background:#FFFFFF;
	border-radius:100%;	
	line-height:24px;
}
.min_button_off {
	border:solid 3px #D50000;
	background:#D50000;
	color:#FFF;
	border-radius:10px;
	text-align:center;
	font-size:14px;
	line-height:1.8em;
	letter-spacing:0px;
}

.min_button_on {
	border:solid 3px #D50000;
	background:#FFF;
	color:#D50000;
	border-radius:10px;
	text-align:center;
	font-size:14px;
	line-height:1.8em;
	letter-spacing:0px;
}
.num_button_on {
	margin-top:3px;
	float:left;
	width:24px;
	height:24px;
	border:solid 2px #D50000;
	color:#D50000;
	background:#FFF;
	border-radius:100%;
}
.num_button_off {
	margin-top:3px;
	float:left;
	width:24px;
	height:24px;
	border:solid 2px #D50000;
	color:#FFF;
	background:#D50000;
	border-radius:100%;
}
.backButton i.fa, .nextButton i.fa  {
	color:#FFFFFF;
}
div.backButton {
	position: fixed;
	top:350px;
	left:0px;
	z-index:99999;
	color: #ffffff;
}
div.nextButton {
	position: fixed;
	top:350px;
	right:0px;
	z-index:99999;
	color: #ffffff;
}
div.backButton a, div.nextButton a {
	background: #F00;
	font-weight:bold;
	text-shadow:1px 1px #B71C1C;
	padding: 30px;
	text-decoration:none;
	text-align: center;
	display: block;
	width:50px;
	height:50px;
	color: #ffffff;
	border-radius: 100%;
}
div.backButton a:hover, div.nextButton a:hover {
	background: #B71C1C;
	color: #ffffff;
	text-shadow:1px 1px #651010;
}

div.text-box {
	padding:10px;
	margin:10px 0px;
	border:solid 1px #999;
	border-radius:10px;
}
div.text-box.news-topics {
	padding:10px;
	margin:20px 5px;
	border:solid 1px #999;
	border-radius:10px;
	overflow: scroll;   /* スクロール表示 */ 
	max-height:300px;
}
.news-topics p.news-message {
	width:200px;
	margin-left:2em;
}
.news-topics p.news-message a {
	font-size:14px;
}
p.news-message {
	line-height:1.8em;
}
p.news-message a {
	line-height:1.8em;
}
p.news-icon {
	line-height:1.8em;
}

/* テーブルタグ */
th {
	padding:4px 3px;
	/*border:solid 1px #999;*/
	text-align:center;
}
td {
	padding:8px 3px;
}
table.data {
	border-width: 1px;
	border-style: none solid solid none;
	border-color: #DAD9C7;
}

table.data th {
	padding: 3px 3px;
	border-width: 1px;
	border-style: solid none none solid;
	border-color: #DAD9C7;
	vertical-align:middle;
}

table.data td {
	padding: 3px 10px;
	border-width: 1px;
	border-style: solid none none solid;
	border-color: #DAD9C7;
}

table.data th {
	font-weight: bold;
	text-align: center;
}

table.data th.h1, table.data td.h1 {
	background: #F5F4E8;
	padding: 10px 10px;
	letter-spacing:2px;
	
}
table.data th.h2, table.data td.h2 {
	background: #F5F4E8;
	padding: 10px 10px;
	letter-spacing:2px;
}
.table-box-frame1 {
	float:left;
	padding:2px;
}
.table-box-frame2 {
	float:left;
	padding:2px;
}
.table-box-frame3 {
	float:left;
	padding:2px;
}
.table-box-frame4 {
	float:left;
	padding:2px;
}

.omit1 {
	display:compact;	
}
.omit2 {
	display:none;	
}
.omit3 {
	display:none;	
}
.omit4 {
	display:none;	
}

.border {
	border:solid 1px #999;
}
.border-left {
	border-left:solid 1px #999;
}
.border-bottom {
	border-bottom:solid 1px #999;
}
.border-right {
	border-right:solid 1px #999;
}
.border-red {
	border:solid 2px #F36;
}
.border-left-red {
	border-left:solid 2px #F36;
}
.border-bottom-red {
	border-bottom:solid 2px #F36;
}
.border-right-red {
	border-right:solid 2px #F36;
}
.num {
	text-align:right;	
}
.center {
	text-align:center;	
}
.left {
	text-align:left;	
}
.right {
	text-align:right;	
}
.color-light-brown1 {
	background:#FBF5EE;
}
.color-light-brown2 {
	background:#F3E3CB;
}
.color-light-green1 {
	background:#F3FBEE;
}
.color-light-green2 {
	/*#E0F3CB*/
	/*#E0EDD1*/
	background:#EBF7DD;
}
.color-light-blue1 {
	background:#F0F2F9;
}
.color-light-blue2 {
	background:#D1D9ED;
}
.color-light-red1 {
	background:#F9F0F0;
}
.color-light-red2 {
	background:#EDD1D1;
}
.color-brown {
	
}
.color-dark-brown {
	
}

p.icon i {
	color:#FFF;	
}
/****************************************************************************************/
.pictBoxL a,
.pictBoxM a,
.pictBoxS a {
	border:0px;
	outline: none;
	text-decoration:none;
	padding:0px;
	margin:0px;
}

.pictBoxL a:link,
.pictBoxL a:visited,
.pictBoxL a:activ,
.pictBoxM a:link,
.pictBoxM a:visited,
.pictBoxM a:activ,
.pictBoxS a:link,
.pictBoxS a:visited,
.pictBoxS a:activ {
	color:#7b7b7b;
	text-decoration:none;
}
.pictBoxL a:hover,
.pictBoxM a:hover,
.pictBoxS a:hover{
	color:#7b7b7b;
}

.pictBoxL img,
.pictBoxM img,
.pictBoxS img {
	/*写真のアニメーションの設定*/
	border:0;
	vertical-align: top;
	display: block;
	position:absolute;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

.pictBoxL .pictMask img,
.pictBoxM .pictMask img,
.pictBoxS .pictMask img  {
	/*IE7・8用の写真のアニメーションの設定*/
	display: block;
	position:absolute;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	behavior: url(PIE.htc);
}


.pictBoxL .pictMask,
.pictBoxM .pictMask,
.pictBoxS .pictMask {
	/*ロールオーバー時のマスクのアニメーションの設定*/
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	background-color: rgba(117,36,36, 0.8);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	behavior: url(PIE.htc);
}

.pictBoxL .pictMask p.pictTitle,
.pictBoxM .pictMask p.pictTitle,
.pictBoxS .pictMask p.pictTitle {
	color: #fff;
	text-align: center;
	position: relative;
	padding: 7px;
	background: #333;
	top:20px;
	/*ロールオーバー前のマスク内のタイトルの設定*/
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	transform: translateY(-100px);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	behavior: url(PIE.htc);
}

.pictBoxL .pictMask p {
	/*ロールオーバー前のマスク内のテキストの設定*/
	padding-top:30px;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-o-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	color:#fff;
	*color:#4a4a4a; /*IE7*/
	color:#4a4a4a\9; /*IE8*/
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	behavior: url(PIE.htc);
	
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height:1.6;
	font-size:24px;
}

.pictBoxM .pictMask p {
	/*ロールオーバー前のマスク内のテキストの設定*/
	padding-top:10px;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-o-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	color:#fff;
	*color:#4a4a4a; /*IE7*/
	color:#4a4a4a\9; /*IE8*/
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	behavior: url(PIE.htc);
	
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height:1.6;
	font-size:14px;
}
.pictBoxS .pictMask p {
	/*ロールオーバー前のマスク内のテキストの設定*/
	padding-top:6px;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-o-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	color:#fff;
	*color:#4a4a4a; /*IE7*/
	color:#4a4a4a\9; /*IE8*/
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	behavior: url(PIE.htc);
	
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height:1.2;
	font-size:10px;
}

:root .pictBoxL .pictMask p,
:root .pictBoxM .pictMask p,
:root .pictBoxS .pictMask p {
	/*IE9用のロールオーバー前のマスク内のテキストの設定*/
	color:#fff \0/; /* IE9 */
}

.pictBoxL:hover img,
.pictBoxM:hover img,
.pictBoxS:hover img {
	/*ロールオーバー時の写真のアニメーションの設定*/
	-webkit-transform: scale(1.0,1.0);
	-moz-transform: scale(1.0,1.0);
	-o-transform: scale(1.0,1.0);
	-ms-transform: scale(1.0,1.0);
	transform: scale(1.0,1.0);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=10);
	opacity: 0.1;
	behavior: url(PIE.htc);

}

.pictBoxL:hover .pictMask,
.pictBoxM:hover .pictMask,
.pictBoxS:hover .pictMask {
	/*ロールオーバー時のマスクのアニメーションの設定*/
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	behavior: url(PIE.htc);
}

/*ロールオーバー時のタイトルとテキストのアニメーションの設定*/
.pictBoxL:hover .pictMask p.pictTitle,
.pictBoxL:hover .pictMask p,
.pictBoxM:hover .pictMask p.pictTitle,
.pictBoxM:hover .pictMask p,
.pictBoxS:hover .pictMask p.pictTitle,
.pictBoxS:hover .pictMask p,
.pictBox:hover .pictMask p.pictTitle,
.pictBox:hover .pictMask p {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	transition-delay: 0.1s;
	behavior: url(PIE.htc);
}
.pictBoxL {
	width:384px;
	/*height:698px;*/
	/*height:550px;*/
	height:430px;
	display:inline-block;
	padding:15px;
	margin-right:10px;
	margin-bottom:30px;
	border-top:#e0e0e0 1px solid;
	border-left:#e0e0e0 1px solid;
	/*ボックスシャドウの設定*/
	-webkit-box-shadow: #aaa 1px 1px 2px;
	-moz-box-shadow: #aaa 1px 1px 2px;
	-o-box-shadow: #aaa 1px 1px 2px;
	-ms-box-shadow: #aaa 1px 1px 2px;
	box-shadow: #aaa 1px 1px 2px;
	behavior: url(PIE.htc);
}
.pictBoxL img {
	width:384px;	
}
.pictBoxM{
	/*width:668px;*/
	/*width:434px;*/
	width:250px;
	height:290px;
	display:inline-block;
	padding:10px;
	margin-right:10px;
	margin-bottom:30px;
	border-top:#e0e0e0 1px solid;
	border-left:#e0e0e0 1px solid;
	/*ボックスシャドウの設定*/
	-webkit-box-shadow: #aaa 1px 1px 2px;
	-moz-box-shadow: #aaa 1px 1px 2px;
	-o-box-shadow: #aaa 1px 1px 2px;
	-ms-box-shadow: #aaa 1px 1px 2px;
	box-shadow: #aaa 1px 1px 2px;
	behavior: url(PIE.htc);
}
.pictBoxM img {
	width:250px;
}
.pictBoxS{
	width:120px;
	height:210px;
	float:left;
	padding:6px;
	margin-right:10px;
	margin-bottom:30px;
	border-top:#e0e0e0 1px solid;
	border-left:#e0e0e0 1px solid;
	/*ボックスシャドウの設定*/
	-webkit-box-shadow: #aaa 1px 1px 2px;
	-moz-box-shadow: #aaa 1px 1px 2px;
	-o-box-shadow: #aaa 1px 1px 2px;
	-ms-box-shadow: #aaa 1px 1px 2px;
	box-shadow: #aaa 1px 1px 2px;
	behavior: url(PIE.htc);
}
.pictBoxS img {
	width:120px;
}
/****************************************************************************************/
.pictBoxL p.inTitle {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color:#555555;
	padding-bottom:15px;
	font-size:28px;
	line-height:1.4em;
	width:384px;
	overflow: hidden;
}
.pictBoxL p.inComment {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color:#555555;
	padding-bottom:3px;
	font-size:24px;
	/*1行以上になる場合は省略して三点リーダーをつける*/
	width:384px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pictBoxL p.inTitle span {
	text-align:right;
	font-weight:bold;
	font-size:24px;
	color:#CC0033;
	padding-left:40px;
}
/****************************************************************************************/
.pictBoxM p.inTitle {
	text-align:left;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color:#555555;
	padding-bottom:10px;
	font-size:20px;
	line-height:1.4em;
	width:250px;
	overflow: hidden;
}
.pictBoxM p.inComment {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color:#555555;
	padding-bottom:10px;
	font-size:16px;
	/*1行以上になる場合は省略して三点リーダーをつける*/
	width:250px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pictBoxM p.inTitle span {
	text-align:right;
	font-weight:bold;
	font-size:24px;
	color:#CC0033;
	padding-left:30px;
}
/****************************************************************************************/
.pictBoxS p.inTitle {
	text-align:left;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color:#555555;
	padding-bottom:6px;
	font-size:14px;
	line-height:1.6em;
	width:120px;
	overflow: hidden;
}
.pictBoxS p.inTitle span {
	text-align:right;
	font-size:16px;
	font-weight:bold;
	color:#CC0033;
	padding-left:20px;
}
.pictBoxS p.inTitleS {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color:#555555;
	padding-bottom:3px;
	font-size:12px;
	/*1行以上になる場合は省略して三点リーダーをつける*/
	width:120px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pictBoxS p.inTitleS span {
	text-align:right;
	font-size:16px;
	color:#CC0033;
	padding-left:20px;
}
/****************************************************************************************/
.pictBoxL p.boxTitle {
	padding:9px 0px;
	font-size:24px;
	width:384px;
	text-align:center;
	vertical-align:middle;
	color:#fff;
	/*グラデーションの設定*/
	background: #D5000;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #FF2828), color-stop(0.9, #960000));
	background: -moz-linear-gradient(top, #FF2828 10%,#960000 90%);
	background: -o-linear-gradient(top, #FF2828 10%,#960000 90%);
	background: -ms-linear-gradient(top, #FF2828 10%, #960000 90%);
	background: linear-gradient(top, #FF2828 10%, #960000 90%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FF2828 10%', endColorstr='#960000 90%');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FF2828 10%', endColorstr='#960000 90%)";
	-pie-background: linear-gradient(top, #FF2828 10%, #960000 90%);
	/*角丸の設定*/
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	behavior: url(PIE.htc);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pictBoxM p.boxTitle {
	padding:6px 0px;
	font-size:16px;
	width:250px;
	text-align:center;
	vertical-align:middle;
	color:#fff;
	/*グラデーションの設定*/
	background: #D5000;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #FF2828), color-stop(0.9, #960000));
	background: -moz-linear-gradient(top, #FF2828 10%,#960000 90%);
	background: -o-linear-gradient(top, #FF2828 10%,#960000 90%);
	background: -ms-linear-gradient(top, #FF2828 10%, #960000 90%);
	background: linear-gradient(top, #FF2828 10%, #960000 90%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FF2828 10%', endColorstr='#960000 90%');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FF2828 10%', endColorstr='#960000 90%)";
	-pie-background: linear-gradient(top, #FF2828 10%, #960000 90%);
	/*角丸の設定*/
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	behavior: url(PIE.htc);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pictBoxS p.boxTitle {
	padding:6px 0px;
	font-size:12px;
	width:120px;
	text-align:center;
	vertical-align:middle;
	color:#fff;
	/*グラデーションの設定*/
	background: #D5000;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #FF2828), color-stop(0.9, #960000));
	background: -moz-linear-gradient(top, #FF2828 10%,#960000 90%);
	background: -o-linear-gradient(top, #FF2828 10%,#960000 90%);
	background: -ms-linear-gradient(top, #FF2828 10%, #960000 90%);
	background: linear-gradient(top, #FF2828 10%, #960000 90%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FF2828 10%', endColorstr='#960000 90%');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FF2828 10%', endColorstr='#960000 90%)";
	-pie-background: linear-gradient(top, #FF2828 10%, #960000 90%);
	/*角丸の設定*/
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	behavior: url(PIE.htc);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.listBox p.boxTitle {
	padding:6px 3px 6px 10px;
	font-size:16px;
	width:280px;
	text-align:left;
	vertical-align:middle;
	color:#fff;
	/*グラデーションの設定*/
	background: #D5000;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #FF2828), color-stop(0.9, #960000));
	background: -moz-linear-gradient(top, #FF2828 10%,#960000 90%);
	background: -o-linear-gradient(top, #FF2828 10%,#960000 90%);
	background: -ms-linear-gradient(top, #FF2828 10%, #960000 90%);
	background: linear-gradient(top, #FF2828 10%, #960000 90%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FF2828 10%', endColorstr='#960000 90%');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FF2828 10%', endColorstr='#960000 90%)";
	-pie-background: linear-gradient(top, #FF2828 10%, #960000 90%);
	/*角丸の設定*/
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	behavior: url(PIE.htc);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float:left;
}
.listBox p.inPrice {
	text-align:right;
	font-size:20px;
	line-height:32px;
	font-weight:bold;
	color:#FF0066;
	padding-left:20px;
	float:left;
}
.listBox p.inComment {
	width:280px;
	text-align:left;
	font-size:16px;
	clear:both;
	padding-top:15px;
}

.pictBoxL .pictComment{
	height: 255px;
	padding:10px;
	text-align:left;
}
.pictBoxM .pictComment{
	height: 166px;
	padding:10px;
	text-align:left;
}
.pictBoxS .pictComment{
	height: 123px;
	padding:3px;
	font-size:8px;
	text-align:left;
}

/*写真部分のアニメーションロールオーバーの設定*/
.pictBoxL .pictView{
	width: 384px;
	height: 255px;
	margin-top:15px;
	margin-bottom:20px;
	overflow: hidden;
	position: relative;
}
.pictBoxM .pictView{
	width: 250px;
	height: 166px;
	margin-top:10px;
	margin-bottom:10px;
	overflow: hidden;
	position: relative;
}
.pictBoxS .pictView{
	width: 123px;
	height: 82px;
	margin-top:5px;
	margin-bottom:10px;
	overflow: hidden;
	position: relative;
}
p.pictTitle{
	font-size:16px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
p.upDate {
	text-align:left;
	font-size:12px;
	padding:3px 5px 3px 0px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
p.inLink {
	clear:both;
	text-align:left;
}
p.inLink a {
	text-decoration:underline;
	line-height:1.6em;
	padding:0px;
	margin:0px;	
}
.XPageSize {
	width:300px;
	height:900px;
	background:#FFF;
	border:solid 1px #CCC;
	padding:0px;
	margin:auto;
}
.LPageSize {
	width:300px;
	background:#FFF;
	padding:10px 0px;
	margin:auto;
}
.MPageSize {
	width:300px;
	height:1800px;
	background:#FFF;
	border:solid 1px #CCC;
	padding:0px;
	margin:auto;
}
.SPageSize {
	width:300px;
	height:900px;
	background:#FFF;
	border:solid 1px #CCC;
	padding:0px;
	margin:auto;
}
.xBoxFrame {
	width:920px;
	height:600px;
	padding:20px 30px;
	margin:0px;
	float:left;
}
.xBox {
	background:#FFF;
	padding:16px;
	border:solid 1px #CCC;
	border-radius:3px;
}
.xPictImage {
	width:884px;
	height:589px;
	background:#039;
}
.lBoxFrame {
	width:300px;
	padding:10px;
	margin:0px;
	float:left;
}
.lBox {
	background:#FFF;
	padding:10px;
	border:solid 1px #CCC;
	border-radius:3px;
}
.lPictImage {
	width:280px;
	height:185px;
	background:#FCC;
}
p.lPictTitle {
	padding:10px 0px 0px 0px;
	width:252px;
	font-size:16px;
	font-weight:bold;
	color:#D50000;
}
p.lPictText {
	margin:10px 0px 3px 0px;
	width:280px;
	font-size:0.8em;
}
.mBoxFrame {
	width:300px;
	padding:0px;
	margin:10px 0px;
	float:left;
}
.mBox {
	background:#FFF;
	padding:10px;
	border:solid 1px #CCC;
	border-radius:3px;
	z-index:9999;
}
.mPictImage {
	width:280px;
	background:#FCC;
}
p.mPictTitle {
	padding:10px 0px 0px 0px;
	width:280px;
	font-size:16px;
	font-weight:bold;
	color:#FCC;
}
p.mPictText {
	margin:6px 0px;
	width:280px;
}
.sBoxFrame {
	width:134px;
	padding:8px;
	margin:0px;
	float:left;
}
.sBox {
	background:#FFF;
	padding:6px;
	border:solid 1px #CCC;
	border-radius:3px;
}
.sPictImage {
	width:120px;
	height:80px;
	background:#FCC;
}
.form-button {
	width:480px;
	text-align:center;	
}

.summary-label {
	border:solid 5px #D50000;
	width:150px;
	padding:3px 3px 3px 10px;
	border-radius:10px 10px 0px 0px;m
	argin-left:20px;margin-top:0px;
	margin-bottom:-5px;
	letter-spacing:10px;
	font-weight:bold;
	color:#FFF;
	background:#D50000;
	font-size:20px;	
}
.summary-box {
	border:solid 5px #D50000;
	padding:20px;
	border-radius:10px;
}
.price-box {
	padding:30px 10px 10px 10px;
	width:280px;
	float:right;
	text-align:right;
	background:#F0F0F0;
	border-radius:10px;
	border:solid 1px #999;
}
.box860 {
	width:300px;	
}
ul.privacy {
	padding:10px 20px;
}
ul.privacy li {
	padding:10px 0px;
}
ol.decimal {
	list-style:decimal;
	line-height:1.8em;
	padding:0px;
}

ol.decimal li {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:16px;
	line-height:1.8em;
	padding:5px 0px 5px 10px;
	margin-left:40px;
}

ol.decimal3 {
	list-style:decimal;
	padding:0px;
}
ol.decimal3 li {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	line-height:1.8em;
	padding:3px 0px 3px 5px;
	margin-left:40px;
}
ol.decimal3-1 {
	list-style:lower-alpha;
	padding:0px;
}
ol.decimal3-1 li {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	line-height:1.8em;
	padding:3px 0px 3px 5px;
	margin-left:20px;
}

ol.decimal3-sq {
	list-style:square;
	padding:0px;
}
ol.decimal3-sq li {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	line-height:1.8em;
	padding:3px 0px 3px 5px;
	margin-left:20px;
}

ol.decimal3-up-roman {
	list-style:upper-roman;
	padding:0px;
}
ol.decimal3-up-roman li {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	line-height:1.8em;
	padding:3px 0px 3px 5px;
	margin-left:20px;
}

ol.decimal3-l-roman {
	list-style:lower-roman;
	padding:0px;
}
ol.decimal3-l-roman li {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	line-height:1.8em;
	padding:3px 0px 3px 5px;
	margin-left:20px;
}

th.form-title {
	width:60px;
	background: #F5F4E8;
	border-color: #DAD9C7;
}
th.form-title-red {
	width:60px;
	background: #F4E8E8;
	border-color: #DAD9C7;
}
th.form-title-blue {
	width:60px;
	background: #E8EDF4;
	border-color: #DAD9C7;
}
table.data p.data {
	padding:10px;	
}
p.form-title {
	font-weight:bold;
}
p.form-title span.attention {
	font-size:0.8em;
	margin-left:10px;
}
p.form-sub-title {
	padding:5px 0px;
	font-size:0.8em;
}
p.system {
	padding:5px 0px;
	line-height:1.6em;
}
p.system-err {
	padding:5px 0px;
	color:#F03;
	font-weight:bold;
	line-height:1.6em;
}
.id-pass-box p.login-account {
	clear:left;
	font-size:16px;
	text-align:left;
	width:260px;
	line-height:40px;
	height:40px;
	paddingt:0px;
	text-height:40px;
	background:#FFFFFF;
	border:1px solid #DAD9C7;
	border-radius:6px	
}
.panel {
	width:290px;
	padding:20px 5px;
	border:1px solid #DAD9C7;
	border-radius:10px;
	background:#F5F4E8;
	text-align:center;
}
.login-panel {
	width:280px;
	padding:20px 10px;
	border:1px solid #DAD9C7;
	border-radius:10px;
	background:#F5F4E8;	
}
.id-pass-box {
	width:260px;
}
.button-box-1 {
	text-align:center;
	width:240px;
}
.button-box-2 {
	text-align:center;
	width:300px;
}
.button-box-3 {
	text-align:center;
	width:300px;
}
.cart-box-title {
	font-size:18px;
	text-align:center;
	padding:6px;
	color:#F03;
	font-weight:bold;
	letter-spacing:5px;
}
.cart-box-title {
	font-size:18px;
	text-align:center;
	padding:6px;
	color:#F03;
	font-weight:bold;
	letter-spacing:5px;
}
.cart-box-account {
	text-align:center;
	border-bottom:solid 3px #F00;
	padding-bottom:10px;
	letter-spacing:1px;
	font-size:12px;
}
.cart-left-sub-box {
	float:left;
	width:100px;
	text-align:right;
}
.cart-right-sub-box {
	float:left;
	width:140px;
	text-align:left;
}
.cart-left-sub-box p.cart-box-item {
 	padding:6px 0px 6px 0px;
	line-height:1.4em;
 }
.cart-right-sub-box p.cart-box-item {
 	padding:6px 0px 6px 6px;
 }
.cart-left-sub-box p {
 	padding:6px 0px 6px 0px;
 }
.cart-right-sub-box p {
 	padding:6px 0px 6px 24px;
 }
.cart-nothing {
 	padding:30px 0px;
	text-align:center;
	color:#F03;
	font-size:28px;
	font-weight:bold;
 }
.text-right {
	font-size:10px;
	text-align:right; 
}
.over {
	display:none;	
}
#over {
	display:none;	
}
/* ショップガイド関連 */
.shop-guide-text {
	width:100%;
	text-align:center;
	font-size:10px;
	margin-top:10px;
	padding-bottom:20px;
}
.shop-guide-list-num {
	listmark:circle;
	font-size:12px;
	line-height:2em;
}
.shop-guide-list-plus {
	color:#F36;
	font-size:12px;
	font-weight:bold;
}

#shop-guide-cart-frame {
	padding:10px 12px;
	border:solid 4px #F60;
	border-radius:100%;
}
#shop-guide-cart {
	font-size:24px;
	color:#F60;
}
#shop-guide-money-frame {
	padding:10px 7px;
	border:solid 4px #FC3;
	border-radius:100%;
}
#shop-guide-money {
	font-size:24px;
	color:#FC3;
}

#shop-guide-truck-frame {
	padding:10px 10px;
	border:solid 4px #9C3;
	border-radius:100%;
}
#shop-guide-truck {
	font-size:24px;
	color:#9C3;
}
#shop-guide-cancel-frame {
	padding:10px 10px;
	border:solid 4px #F69;
	border-radius:100%;
}
#shop-guide-cancel {
	font-size:24px;
	color:#F69;
}
#shop-guide-user-frame {
	padding:10px 8px;
	border:solid 4px #69C;
	border-radius:100%;
}
#shop-guide-user {
	font-size:24px;
	color:#69C;
}

ol.decimal li {
	font-size:12px;
	padding:5px 0px;
	margin-left:20px;	
}
.item_price {
	width:34px;
	height:40px;
}
.item_price_p {
	width:11px;
	height:40px;
}
.item_price_e {
	width:20px;
	height:40px;
}
table.item-spec {
	width:300px;
}
.item-list-box {
	width:300px;
}
.item-list-inbox {
	float:left;
	width:280px;
	padding-left:20px;
}
.item-box {
	float:left;
	width:200px;
}
table.order-box {
	width:300px;
}
p.address1 {
	padding:5px 0px 5px 0px;
	width:5em;	
}
p.address2 {
	padding:5px 0px 5px 0px;
	width:100%;	
}
p.address3 {
	padding:5px 0px 5px 0px;
	width:100%;	
}

#panel-button {
	width:120px;
	font-size:12px;
	line-height:24px;
	font-weight: bold;
	padding:8px 5px;
	margin:6px;
	text-shadow: 0 2px 0 #770606;
	color: #ffffff /*{a-bar-color}*/;
	border:1px solid #9E3235;
	border-radius:3px;
	background: #003999;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #E14D4D), color-stop(90%, #780000));
	background: -moz-linear-gradient(top, #E14D4D 10%,#780000 90%);
	background: -o-linear-gradient(top, #E14D4D 10%,#780000 90%);
	background: -ms-linear-gradient(top, #E14D4D 10%, #780000 90%);
	background: linear-gradient(top, #E14D4D 10%, #780000 90%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E14D4D 10%', endColorstr='#780000 90%');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E14D4D 10%', endColorstr='#780000 90%)";
	-pie-background: linear-gradient(top, #E14D4D 10%, #780000 90%);

	-webkit-box-shadow:inset 1px 1px 0px 0px #E9ADAD;
	-moz-box-shadow:inset 1px 1px 0px 0px #E9ADAD;
	box-shadow:inset 1px 1px 0px 0px #E9ADAD;
}

#panel-button:hover {
	border: 1px solid #bbbbbb /*{a-bhover-border}*/;
	background: #dfdfdf /*{a-bhover-background-color}*/;
	font-weight: bold;
	color: #2f3e46 /*{a-bhover-color}*/;
	text-shadow: 0 /*{a-bhover-shadow-x}*/ 1px /*{a-bhover-shadow-y}*/ 0 /*{a-bhover-shadow-radius}*/ #ffffff /*{a-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f6f6f6 /*{a-bhover-background-start}*/), to( #e0e0e0 /*{a-bhover-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #f6f6f6 /*{a-bhover-background-start}*/, #e0e0e0 /*{a-bhover-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #f6f6f6 /*{a-bhover-background-start}*/, #e0e0e0 /*{a-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f6f6f6 /*{a-bhover-background-start}*/, #e0e0e0 /*{a-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f6f6f6 /*{a-bhover-background-start}*/, #e0e0e0 /*{a-bhover-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #f6f6f6 /*{a-bhover-background-start}*/, #e0e0e0 /*{a-bhover-background-end}*/);
}

#panel-button:focus {
	-moz-box-shadow: inset 0 0 3px #387bbe /*{global-active-background-color}*/, 0 0 9px #387bbe /*{global-active-background-color}*/;
	-webkit-box-shadow: inset 0 0 3px #387bbe /*{global-active-background-color}*/, 0 0 9px #387bbe /*{global-active-background-color}*/;
	box-shadow: inset 0 0 3px #387bbe /*{global-active-background-color}*/, 0 0 9px #387bbe /*{global-active-background-color}*/;
}
/*
a:link {
	color:#F00;
}
a:visited {
	color:#D5000;
}
a:hover {
	color:#D5000;
}
a:active {
	color:#D5000;
}
*/