@charset "utf-8";

@media screen and (max-width: 768px) {
	body {
		width:1100px;
	}
	.wideslider{
		width:1100px !important;
	}
	.wideslider_base{
		left:50px !important;
	}
}


/************header*****************/

#herderbody{
	width:100%;
	background-image:url(../img/common/bg_top.gif);
	background-repeat: repeat-x;
	margin-bottom: 5px;
}

	
#header_wrap{
	width:1000px;
	margin:0 auto 30px;
	position:relative;
}


#h_top_nav{
	float:right;
	margin:3px 3px 0 0;
}


#h_top_nav li{
	display: inline-block;
	font-size:70%;
	border-right:#666666 1px solid;
	padding:0 6px 0 2px;
	letter-spacing:0.1em;
}

#h_top_nav li:last-child {
	border:none;
}


#h_what{
	position:absolute;
	top:50px;
	left:50px;
}

#logo {
	width:179px;
	margin:0 auto;
	padding:50px 0 0 0;
}


#h_r_info{
	text-align:right;
	position:absolute;
	top:50px;
	right:20px;
	font-size:80%;
}

#h_r_info ul li{
	list-style:none;
}

#h_r_info ul li a{
	text-decoration:underline;
}


/************g_nav*****************/

#menu-wrap {
  width: 100%;
  height: 40px;
  background: #000000;
}

#menu {
  list-style-type: none;
  width: 1000px;
  margin: 0px auto;
}

#menu > li {
  float: left;
  text-align: center;
  padding:0 0px 0 3px;
}

#menu .border {
	margin:13px auto;
	height:13px;
 	border-right:#ffffff 1px solid;
}

#menu .cart {
	float:right;
	text-align:right;
	margin:12px auto;
 	width:1rem;
	height:15px;
}

#menu a {
  color: #ffffff;
  font-size: 80%;
  font-weight: bold;
  line-height: 1;
  display:block;
  position:static;
  padding-bottom: 14px;
}


#menu a:hover{
	background:#000000;
}

/*ルビhover*/
a.g_nav_btn span.en{ display:inline; }
a.g_nav_btn:hover span.en{ display:none; }
a.g_nav_btn span.ja{ display:none; }
a.g_nav_btn:hover span.ja{ display:inline; }

.fixed{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
}

#g_nav_cart{
	float:right !important;
}

/*親メニュー*/
.dropmenu {
}
.dropmenu li {
  position: relative;
}
.dropmenu li a {
  margin: 0;
}

/*子以下メニュー　子メニュー、孫メニュー、ひ孫メニュー*/
.dropmenu li ul {
  list-style: none;
  position: absolute;
  z-index: 500;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
/*隠す*/
.dropmenu li ul li {
	display:none;
  width: 170%;
  color: #fff;
  transition: .2s;
  background: #666666;
  padding:0 !important;
}


.dropmenu li ul li a {
  padding: 5px 15px !important;
  text-align: left;
  font-weight: normal !important;
  /*height:27px;*/
  display:block;

}

.dropmenu li a:hover{
	background:#333333;
}

.dropmenu > li > ul > li > a:hover { background: #333333 }
.dropmenu > li:hover > a {  background: #333333 }
.dropmenu > li:hover li:hover > a {  background: #333333 }

.dropmenu li:hover > ul > li {
	display:block;
  /*height: 27px;*/
}


.dropmenu li ul li ul {
  top: 0;
  left: 100%;
}


.dropmenu li:last-child ul li ul {
  left: -100%;
  width: 100%;
}
.dropmenu > li > ul > li > ul > li > a {
	background:#666666;
	height:auto;
	 }
.dropmenu li:hover ul li ul li:hover > a {  background: #333333 }
.dropmenu li ul li ul:before {
  position: absolute;
  content: "";
  top: 8px;
  left: -20px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #ffffff;
}
.dropmenu li:last-child ul li ul:before {
  position: absolute;
  content: "";
  top: 8px;
  left: 200%;
  margin-left: -20px;
  border: 5px solid transparent;
  border-right-color: #ffffff;
}

/*2行化*/
#menu-wrap li.o-menu  ul.c-menu1 {
    position: absolute;
    top: 27px;
    left: 0;
    box-sizing: border-box;
    width: 150px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

#menu-wrap li.o-menu ul.c-menu1 > li,
#menu-wrap li.o-menu ul.c-menu2{
    float: left;
    width: 100%;
    border: none;
}

#menu-wrap li.o-menu ul.c-menu2 > li{
    float: left;
    width: 50%;
    border: none;
}

#menu-wrap li.o-menu ul.w120 > li {
	width: 120% !important;
	height: 25px;
}

#menu-wrap li.o-menu ul.w120 > li a {
	height: 15px !important;
}

#menu-wrap li.o-menu ul.c-menu1 > li > ul.w_460 {
	width: 460px !important;
}

li.o-menu ul.c-menu1 > li ul.c-menu2 > li a {
    height: 15px;
	padding: 7px 5px 3px 15px !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/*下段*//*下段*/
#menu-wrap2 {
  width: 100%;
  height: 35px;
  background: #d9d9d9;
}

#menu_content{
	width:1000px;
	margin: 0px auto 0px;
}

#menu2 {
  list-style-type: none;
  margin:0 10px 0 0;
}

#menu2 li {
  float: right;
  color:#ffffff;
  font-size:12px;
  margin:10px 10px 0 0;
  line-height:1.4;
  font-weight:bold;
}

#menu2 li a{
  color:#ffffff;
}

.gnav_form{
	margin:4px -30px 0 0;
	color:#999999;
	float:right;
}

/*#g_nav_btn{
	 font-family: FontAwesome;
	 line-height:1.4;
}
*/

input[type="submit"]{
font-family: FontAwesome;
font-size:16px;
color:#ffffff;
	height:25px;
	width:25px;
	background-color:#9fa0a0;
	border:none;
	-webkit-appearance: none;
	-webkit-border-radius : 0;
	cursor: pointer;
}

  
#g_nav_btn{
	padding:-1px -1px 0px 1px !important;
}

input, textarea{
	width:175px;
	height:25px;
	background-color:#ffffff;
	border:#bebebe 1px solid;
	padding:0px 0 0px 3px;
}

input[type=text]	{
    font-size : 16px;
    border : 1px solid #ccc;
    -webkit-border-radius : 0;
    -webkit-appearance : none;
    -webkit-tap-highlight-color : rgba(0,0,0,0);
}

#logoutButton, #loginButton {
	display: none;
}


/************Slider*****************/


.wideslider {
	width: 100%;
	height: 550px;
	text-align: left;
	position: relative;
	overflow: hidden;
	margin-bottom:50px;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: #fff url(../img/common/prev.jpg) no-repeat right center;}
.slider_next {background: #fff url(../img/common/next.jpg) no-repeat left center;}

.pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	background: #ccc;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

.wideslider ul{
	margin:0;
	padding:0;
}
/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}



/*****************title**********************/

.column1{
	width:1000px;
	margin:0 auto;
	padding: 0px 30px;
}

.cate_title{
	width:1000px;
	text-align:center;
	margin: 0 auto;
	padding: 10px 0;
}


.column1 .cate_title h1{
	font-family: 'Libre Baskerville', serif;
	font-size:50px;
    overflow: hidden;
	line-height:1.3em;
	margin:0;
	font-weight:normal;
}

.column1 .cate_title h1 span{
	font-family: 'Libre Baskerville', serif;
	display: inline-block;
    padding: 0 0.5em;
    position: relative;
	color:#222222;
	margin:0 0 20px 0;
	font-weight:normal;
}


.column1 .cate_title h1 span:before,
.column1 .cate_title h1 span:after {
    border-top: 1px solid;
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
}

.column1 .cate_title h1 span:before {
    right: 100%;
}

.column1 .cate_title h1 span:after {
    left: 100%;
}


.cate_title_cap{
	font-size:12px;
	margin-bottom:8px;
	line-height:1.5em;
	letter-spacing:0.2em;
}



/*****************title2**********************/

.column2{
	margin:0 auto;
}

.cate_title2{
	width:750px;
	text-align:center;
	margin:0 auto 20px ;
}


.column2 .cate_title2 h1{
	font-family: 'Libre Baskerville';
	font-size:50px;
    overflow: hidden;
	line-height:1em;
	margin:0;
	font-weight:normal;
}

.column2 .cate_title2 h1 span{
	/*font-family: 'Libre Baskerville', serif;*/
	font-family: 'Libre Baskerville';
	display: inline-block;
    padding: 0 0.5em;
    position: relative;
	color:#222222;
	margin:0 0 20px 0;
	font-weight:normal;
}


.column2 .cate_title2 h1 span:before,
.column2 .cate_title2 h1 span:after {
    border-top: 1px solid;
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
}

.column2 .cate_title2 h1 span:before {
    right: 100%;
}

.column2 .cate_title2 h1 span:after {
    left: 100%;
}

/*****************title3 cate**********************/


.cate_title3{
	width:750px;
	text-align:center;
}


.cate_title3 h1{
	font-family: 'Libre Baskerville';
	font-size:50px;
    overflow: hidden;
	line-height:1em;
	margin:0;
}

.cate_title3 h1 span{
	font-family: 'Libre Baskerville', serif;
	display: inline-block;
    padding: 0 0.5em;
    position: relative;
	color:#222222;
	margin:0 0 20px 0;
	font-weight:normal;
}


.cate_title3 h1 span:before,
.cate_title3 h1 span:after {
    border-top: 1px solid;
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
}

.cate_title3 h1 span:before {
    right: 100%;
}

.cate_title3 h1 span:after {
    left: 100%;
}



/*****************SPECIAL**********************/

#index_sp_wrap{
	padding:0 0 20px 25px;
	overflow:hidden;
}

.indedx_sp{
	float:left;
	width:290px;
	margin-right:40px;
}

div#index_sp_wrap div:last-child{
	margin-right:0;
}

.indedx_sp figure {
	margin:0;
}

.indedx_sp figure img{
	border:#CCC 1px solid;
}

.indedx_sp h2{
	text-align:left;
	margin:0 0 5px 3px;
	font-size:1.2em;
}

.indedx_sp p{
	margin:0 0 0 3px;
	text-align:left;
	font-size:1em;
}

/*****************NEWS**********************/


.ifrm-container {
      width:720px;
      height:400px;
      overflow:auto;
      -webkit-overflow-scrolling:touch;
	  display: inline-block;
      margin: 0px 0px 30px 0px;	 
    }
	
/* iosスクロールバー やめ　-webkit-overflow-scrolling:touch;と同時使用不可　160121
.ifrm-container::-webkit-scrollbar {
    width: 12px;
	background: #9aadfc;
}
.ifrm-container::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
} 
.ifrm-container::-webkit-scrollbar-thumb{
	background: #435295;
	border-radius: 2px;
} 
.ifrm-container::-webkit-scrollbar-track-piece:start{ 
	background: #9aadfc;
}
.ifrm-container::-webkit-scrollbar-track-piece:end{ 
	background: #a3d2a0;
}
 */	
 
 

/*****************list**********************/


.list{
	clear:both;
	text-align:right;
}

.list p{
	border:#CCC 1px solid;
	display:inline;
	padding:5px 7px 5px 13px;
	letter-spacing:1.5px;
	margin-right:1px;
}


/*************************************#main_content******************************************/



#main_content{
	width:1000px;
	margin:0px auto;
	overflow:hidden;
	padding:25px 30px !important;
}

#right_area{
	float:right;
	width:750px;
}


/************contents*****************/

div#contents	{
	width:750px;
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	float: right;
}


#contents h2 {
	background: url(https://guji-online.com/shop/item/guji/design/img01/h_bg_02.gif) no-repeat;
	color: #000000;
	font-size: 18px;
	font-weight: boder;
	margin-bottom: 6px;
	padding: 8px 0 10px 2px;
}

/************news*****************/

#main_news{
	width:700px;
}

#main_news dl dt{
	font-size:0.9em;
	font-weight:bold;
	margin-bottom:2px;
	padding:10px 0 0 25px;
}

#main_news dl dd{
	margin:0 0 10px 0;
	border-bottom:#CCC 1px dotted;
	padding:0 0 15px 25px;
}

.info_new{
	background:#28a3c5;
	padding:1px 5px;
	font-weight:normal;
	color:#FFF;
	margin:0 0 0 8px;
	font-size:12px;
	letter-spacing:0.9px;
	vertical-align:middle;
}


.info_info{
	background:#a52528;
	padding:1px 5px;
	font-weight:normal;
	color:#FFF;
	margin:0 0 0 8px;
	font-size:12px;
	letter-spacing:0.9px;
	vertical-align:middle;
}

.info_content{
	background:#82c076;
	padding:1px 5px;
	font-weight:normal;
	color:#FFF;
	margin:0 0 0 8px;
	font-size:12px;
	letter-spacing:0.9px;
	vertical-align:middle;
}



/************recommend*****************/

#main_rec_wrap{
	background:#f7f7f7;
}

/*press*/
.rec_stage{
	overflow:hidden;
	padding:20px 0;
}

.rec_stage ul li{
	list-style:none;
	width:210px;
	float:left;
}

.rec_content figure,ul,li{
	margin:0;
	padding:0;
}

ul.rec_content{
	width:720px;
	text-align:left;
	padding:0 30px;
}

.rec_content figure img{
	width:210px;
}

.rec_content li{
	float:left;
	width:210px;
	margin:0 15px 20px 0;
}

.rec_content h2{
	border-bottom: 1px solid #ccc;
    font-family: "Libre Baskerville",serif;
    font-size: 0.8em;
    font-weight: normal;
    margin-bottom: 7px;
}

.rec_content .news_date{	
    font-family: "Libre Baskerville",serif;
    font-size: 0.8em;
    font-weight: normal;
    margin-bottom: 7px;
}

.rec_content h1{
    font-size: 1em !important;
    margin-bottom: 7px;
	font-family:Avenir , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "Meiryo UI" , "メイリオ" , Meiryo ,  "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif !important;
	font-weight:bold !important;
}

.rec_content p{
	font-size:14px;
}

/*press_end*/


#main_rec_wrap h3{
	border-bottom: 1px solid #000;
    font-family: "Libre Baskerville",serif;
    font-size: 1.2em;
    font-weight: normal;
    margin:50px 20px 10px !important;
	color:#000;
	padding-bottom:5px;
}

/*item*/
.rec_item{
	overflow:hidden;
	padding:20px 0 0;
}

.rec_item ul li{
	list-style:none;
	width:150px;
	float:left;
}

.rec_content2 figure,ul,li{
	margin:0;
	padding:0;
}

ul.rec_content2{
	width:720px;
	text-align:left;
	padding:0 35px;
}

.rec_content2 figure {
	width:150px;
	background:#ffffff;
	height:150px;
}

.rec_content2 figure img{
	padding:15px;
	width:120px;
}

.rec_content2 li{
	float:left;
	width:210px;
	margin:0 15px 20px 0;
}

.rec_content2 p.rec_cap{
	font-size:12px;
	text-align:center;
	padding:5px 0 0 0;
}

.rec_cap_s{
	font-size:10px;
	text-align:center;
	padding:2px 0 0 0;
}

/**/
.rec_item2{
	overflow:hidden;
	padding:0 0 20px;
}

.rec_item2 ul li{
	list-style:none;
	width:115px;
	float:left;
}

.rec_content3 figure,ul,li{
	margin:0;
	padding:0;
}

ul.rec_content3{
	width:720px;
	text-align:left;
	padding:0 35px;
}

.rec_content3 figure{
	width:115px;
	height:115px;
	background:#FFF;
}


.rec_content3 figure img{
	padding:15px;
	width:85px;
}

.rec_content3 li{
	float:left;
	width:115px;
	margin:0 17px 20px 0;
}


/*item*/


/************blog*****************/

#main_blog_wrap{
	text-align:left;
}

#main_blog_wrap h2{
    font-family: "Libre Baskerville",serif;
    font-size: 1.5em;
	font-weight:normal;
	color:#000;
    margin:0px 0 5px 0 !important;
}

.blog_dete{
	font-size:14px;
	letter-spacing:2px;
}


.blog_stage{
	overflow:hidden;
	padding:20px 0 0;
}

.blog_stage ul li{
	list-style:none;
	width:235px;
	float:left;
}

.blog_content figure,ul,li{
	margin:0;
	padding:0;
}

ul.blog_content{
	width:750px;
	text-align:left;
	padding:0;
}

.blog_content figure {
	height: 230px;
	overflow: hidden;
	margin-bottom: 9px;
}

.blog_content figure img{
	width:230px;
	margin-bottom:3px;
}

.blog_content li{
	float:left;
	width:225px;
	margin:0 15px 20px 0;
}



.blog_content h1{
    font-size: 1em !important;
    margin-bottom: 5px !important;
	font-family:Avenir , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "Meiryo UI" , "メイリオ" , Meiryo ,  "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif !important;
	line-height:1.1em !important;
	font-weight:bold !important;
}

.blog_content p{
	font-size:14px;
	letter-spacing:1px;
}

/************SNS*****************/


#main_sns_wrap{
	overflow:hidden;
}

#sns_insta{
	float:left;
	width:320px;
	background:#f7f7f7;
	padding:35px 15px 15px;
}

#sns_insta a:hover{
	position:static !important;
}


#sns_facebook{
	float:right;
	width:320px;
	background:#f7f7f7;
	padding:35px 15px 15px;
}

.hashtag{
	margin:-15px 0 25px;
}

/************color*****************/

.m_item {margin:0 15px 10px 15px !important; text-align:left;}

.m_item02 {margin:0 15px 10px 180px !important; text-align:left;}

.m_item03 {margin:0px 15px 10px 90px !important; text-align:left;}

.m_item04 {margin:0px 7.5px 10px 7.5px !important; text-align:left;}

.bb {border-bottom:2px solid #000000; padding-top:10px;}

.color_text {
	font-size:14px;
	line-height:25px;
	text-align:center;
	margin-top: 40px !important;
	margin-bottom:20px !important;
}

.color_text span {
	font-size:18px;
	font-weight:bold;
}

/************buyers*****************/

.buyer_text{
    font-size: 18px;
    line-height: 30px;
    margin: 0px 30px;
	margin-bottom: 80px;
}


/************feature*****************/

.buyer_recoitem {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 100px;
}

.buyer_recoitem .recoitem_img {
	width: 550px;
	height: 550px;
	margin: 0 auto;
}

.buyer_recoitem img {
	width: 100%;
	height: 100%;
}

.item_content{
	overflow:hidden;
	margin:0 auto;
	width:85%;
	text-align:left;
}

.item_con_l{
	float:left;
	font-size:18px;
	font-weight:bold;
	width: 75%;
}

.item_con_l h3{
	font-size: 25px;
	font-weight: bold;
	margin: 5px;
}

.item_price{
	font-family: 'Lora', serif;
	font-weight:400;
	font-size:18px;
	padding: 5px;
	margin-right: 15px;
	float: right;
}

.item_price b{
	color: red;
}

.item_con_r{
	float:right;
}

.item_con_r h3{
	border:#CCC 1px solid;
	padding:5px 20px;
	text-decoration:none;
	font-weight: 400;
	margin: 0px;
}

.item_text {
	width:90%;
	margin:0 auto 50px;
	overflow:hidden;
	font-size:15px;
}

.item_text_l{
	float:left;
	width:85%;
	text-align:left;
	height: 160px;
}

.item_text_l p.comment{
	float:left;
	width:85%;
	padding: 20px;
	margin: 10px;
	line-height:1.8em;
	background: #F5F5F5;
	border: 2px #F5F5F5 solid;
	border-radius: 20px;
}

.item_text_l::after {
    content: "";
	position: relative;
	top: -55%;
	right: 1px;
	border-bottom: 30px solid #F5F5F5;
	border-right: 35px solid transparent;
	float: right;
}

.item_text_l2{
	float:right;
	width:85%;
	text-align:left;
	height: 160px;
}

.item_text_l2::after {
    content: "";
	position: relative;
	top: -55%;
	left: 1px;
	border-bottom: 30px solid #F5F5F5;
	border-left: 35px solid transparent;
	float:left;
}

.item_text_l2 p.comment{
	float:right;
	width:85%;
	padding: 20px;
	margin: 10px;
	line-height:1.8em;
	background: #F5F5F5;
	border: 2px #F5F5F5 solid;
	border-radius: 20px;
}

.item_text_r{
	float:right;
	width: 15%;
	margin-top: 10px;
	text-align: center;
	font-size: 12px;
}

.item_text_r2{
	float:left;
	width: 15%;
	margin-top: 10px;
	text-align: center;
	font-size: 12px;
}

.item_staff img{
	border-radius:100px;
}

.feature_text{
    width: 95%;
	color: #555555;
	font-size: 16px;
	line-height: 1.8;
	margin: 0em auto 2em;
}

.feature_text a {
    text-decoration: underline;
    color: #a52528;
}

figure.feature_img {
	margin: 0px;
	padding: 0px;
}

figure.feature_img p {
	font-size:12px;
	line-height:15px;
	text-align:right;
	padding: 0 1em 1.5em 0;
}

.narration {
    border-top: #555555 solid 1px;
    border-bottom: #555555 solid 1px;
    font-size: 14px;
    padding: 15px 0 15px 15px;
    color: #555555;
    margin: 1em 0;
    clear: both;
}

.list_more {
	border: 1px solid rgb(204, 204, 204);
	padding: 1rem 2rem;
	font-size: 100%;
	letter-spacing: 1px;
	width: 50%;
	margin: 2rem auto 3rem;
	text-align: center;
}

/************style*****************/

.style_title {
	 font-size: 18px;
	 margin:10px 0px 4px 50px;
}

.style_text {
    font-size: 15px;
    margin: 20px 50px;
}


@media screen and (min-width: 1101px) {
/* PC用のスタイル記述・非表示 */
/************top*****************/

#page-top a {
	display:none;
}

#cart-page {
	display:none;
}

}

@media screen and (max-width: 1100px) {
/* スマートフォン用のスタイル記述・表示 */
/************top*****************/

#page-top {
    position: fixed;
    bottom: 130px;
    right: 20px;
    font-size: 120%;
	display:none;
	
}

#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 120px;
    padding: 25.04px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

/************cart*****************/

#cart-page {
    position: fixed;
    bottom:20px;
    right: 20px;
    font-size: 40px;
}
#cart-page a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 120px;
    padding: 24px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#cart-page a:hover {
    text-decoration: none;
    background: #999;
}

}

/************information*****************/

.info_inner h2 {
	margin-top: -50px;
	padding-top: 50px;
}

.info_inner h3 {
	font-size: 20px !important;
	border-bottom: #CCC 1px solid;
	font-weight: bold;
	padding: 0 0 5px 15px;	
}

.info_inner p {
    margin: 10px 0 50px 15px;
}