@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	}

html {
	height: 100%;
	overflow-y: scroll;
	}

body {
	color: #666;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	}

a {
	outline: none;
	color: #333;
	text-decoration: none;
	}
	a:visited {
	text-decoration: underline;
		}
	a:hover {
	color: #3579bf;
	text-decoration: none;
		}

br.clear {
	font-size: 0;
	line-height: 0;
	clear: both;
	}

.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

hr {
	margin: 10px 0;
	border: 0;
	clear: left;
	}

img {
	border: none;
	vertical-align: middle;
	}
	img.new_mark_img1 {
		margin-right: 5px !important;
		}
	img.new_mark_img2 {
		margin-left: 5px !important;
		}


/* @group Layout */

#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align:left;
	}

#header {
	clear:left;
	padding: 10px 0;
	margin-bottom: 20px;
	}

#main {
	padding-bottom: 60px;
	}
#navi {
	list-style-type: none;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-bottom: 40px;
	position: relative;
	z-index: 10;
}

#navi h3 {
	font-size: 14px;
}

#navi li {
}

#navi .navi_link {
	padding: 0 5px 0 10px;
	display: block;
	float: left;
}
#navi .navi_icon {
	background: url(http://img.jugemcart.com/templates/31/img/deseo_global.png) no-repeat transparent;
	background-position: 0px 2px;
	display: block;
	vertical-align: top;
	float: left;
	width: 1em;
	height: 1em;
	padding: 0;
	margin-left: 5px;
	font-size: 14px;
}

#navi .navi_sub {
	position: absolute;
	top: 39px;
	left: 0;
	list-style-type: none;
	display: none;
	font-size: 12px;
	font-weight: normal;
}
#navi .navi_sub li {
	width: 170px;
	float: left;
	background: #eee;
	padding: 10px;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
}

#navi .navi_sub li:first-child {
	border-top: 1px solid #bbb;
}
#navi .navi_title {
	font-size: 14px;
	float: left;
	position: relative;
	padding: 10px 0;
	margin: 0 20px;
	font-weight: bold;
}
	#navi .navi_title a {
		text-decoration: none;
		display: inline-block;
	}


#slider {
	height: 400px;
	margin-bottom: 40px;
}
#slider .jquery-slider-element {
	background-repeat: no-repeat;
	width: 900px !important;
	margin-left: 30px;
}
#slider .jquery-slider-pages {
	width: 900px;
	position: absolute;
	margin-top: 380px;
	margin-right: 35px;
	margin-left: 24px;
}
#slider .jquery-slider-page-current {
	background: #666;
}
#slider .jquery-slider-control {
	width:18px;
	height:26px;
}
#slider .jquery-slider-control-prev {
	top: 165px;
	background: url(http://img.jugemcart.com/templates/31/slider-1.1.0/img/deseo_slider.png) no-repeat 0px -24px;
}
#slider .jquery-slider-control-prev:hover{
	background: url(http://img.jugemcart.com/templates/31/slider-1.1.0/img/deseo_slider.png) no-repeat -16px -24px;
}

#slider .jquery-slider-control-next {
	top: 165px;
	background: url(http://img.jugemcart.com/templates/31/slider-1.1.0/img/deseo_slider.png) no-repeat 0px 0px;
}
#slider .jquery-slider-control-next:hover{
	background: url(http://img.jugemcart.com/templates/31/slider-1.1.0/img/deseo_slider.png) no-repeat -16px 0px;
}

#footer {
	clear: both;
	color: #fff;
	padding: 30px 0;
	border-top: 1px solid #666;
	background: #999;
	}

.footer_wrap {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

/* @end */

/* @group #Header */

#header div.header_link {
	float: right;
	margin-bottom: 40px;
	}
	#header div.header_link ul {
		/*width: 430px;*/
		}
		#header div.header_link ul li {
			list-style-type: none;
			float: left;
			margin-left: 20px;
			line-height: 16px;
			}
			#header div.header_link ul li i {
				width: 16px;
				height: 16px;
				display: block;
				float: left;
				margin-right: 5px;
				}
			#header div.header_link ul li a {
				text-decoration: none;
				}

		#header div.header_link ul li.contact_us{
			}
			#header div.header_link ul li.contact_us i.contact {
				background: url(../img/common/icon/glyphicons.png) -128px -84px;
				}

		#header div.header_link ul li.about_shop{
			}
			#header div.header_link ul li.about_shop i.about {
				background: url(../img/common/icon/glyphicons.png) -176px -180px;
				}

		#header div.header_link ul li.my_account {
			}
			#header div.header_link ul li.my_account i.account {
				background: url(../img/common/icon/glyphicons.png) -343px -108px;
				}

		#header div.header_link ul li.view_cart {
			}
			#header div.header_link ul li.view_cart i.cart {
				background: url(../img/common/icon/glyphicons.png) -415px -204px;
				}
			#header div.header_link ul li.view_cart span.count {
				background: #ff3355;
				color: #fff;
				font-weight: bolder;
				padding: 5px 10px;
				margin-left: 5px;
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				border-radius: 3px;
				}

#header div.search {
	float: left;
	margin-bottom: 40px;
	}

#header h1.logo {
	clear: both;
	text-align: center;
	font-size: 50px;
	margin-bottom: 20px;
	}
	#header h1.logo a {
		text-decoration: none;
		}

/* @end */

/* @group #Footer */

	#footer a,
	#copyright a {
		color: #fff;
		}

	#footer ul.footer_menu {
		}
		#footer ul.footer_menu li {
			display: inline;
			margin: 0 10px;
			}
	#footer .box {
		margin-bottom: 50px;
		padding: 0 0 0 10px;
		}
		#footer .box p {
			margin-bottom: 20px;
			}
		#footer .box ul {
			margin-bottom: 20px;
			padding-left: 10px;
			}
		#footer .box li {
			padding-bottom: 5px;
			color: #666;
			}
		#footer .box span {
			color: #fff;
			}

	#footer h2 {
		padding: 0 0 8px 0;
		margin-bottom: 10px;
		border-bottom: 1px solid #fff;
		}

	#footer h3 {
		margin-bottom: 10px;
		}

	#footer .left,
	#footer .right,
	#copyright .left,
	#copyright .right {
		float: left;
		width: 450px;
		}
	#footer .left {
		margin-right: 60px;
		}
	#footer .right {
		}

#footer #box_owner {	
	}
	#footer img.owner_photo {
		width: 100px;
		margin-bottom: 10px;
		padding: 3px;
		border: 1px solid #666;
		background: #fff;
		}
	#footer p.name {
		font-size: 20px;
		margin-bottom: 10px;
		}
	#footer p.memo {
		font-size: 11px;
		line-height: 18px;
		margin-bottom: 10px;
		}

	#copyright {
		color: #fff;
		padding: 10px 0;
		background: #626262;
		}
	#copyright .left {
		margin-right: 40px;
		}
	#copyright .right {
		text-align: right;
		}
	#copyright  .right p {
		display: inline;
		padding: 0 0 0 20px;
		}

/* @end */


/* @group #Main */

#main div.box {
	clear: both;
	margin-bottom: 40px;
	}
	#main div.box h3 {
		margin-bottom: 20px;
		font-size: 20px;
		}

/* @end */

/* @group item box */

.item_box {
	float: left;
	text-align: center;
	width: 210px;
	margin:0 30px 30px 0;
	}
#box_together .item_box {
	width: 130px;
	margin: 0 30px 20px 0;
	}

	.item_box .item_photo {
		margin: 0px;
		}
		.item_box .item_photo img.item {
			max-width: 100%;
			}

	.item_box .item_detail {
		margin: 10px 0;
		text-align: left;
		}
		.item_box .item_detail p.item_name {
			font-size: 15px;
			margin-bottom: 10px;
			}
		.item_box .item_detail p.item_regular_price {
			margin-bottom: 10px;
			}
		.item_box .item_detail p.item_price {
			margin-bottom: 10px;
			}
		#box_together .item_box .item_detail p.item_price {
			color: #999;
			}
		.item_box .item_detail p.item_discount {
			margin-bottom: 10px;
			}

/* @end */

/* @group Top Page */

#main #box_news {

}

#main #box_news p {
	line-height:2px;
}

#box_news dl dt {
	float: left;
	padding-right: 10px;
	padding-left: 20px;
}
#box_news dl {
	font-size: 13px;
	line-height: 2em;
}

#main #box_recommend {
	}

#main #box_sellers {
	}

#main #box_free {
	background: #f5f5f5;
	padding: 20px;
	}
	#main #box_free p {
		line-height: 20px;
		}

/* @end */

/* @group Product Detail Page */

h2.product_name {
	font-size: 20px;
	margin-bottom: 15px;
	}


div.product_detail_area {
	position: relative;
	width: 100%;
	}

	div.product_images {
		width: 550px;
		float: left;
		}
		div.product_images div {
			}
			div.product_images div img {
				max-width: 100%;
				}
			div.product_images div p.caption {
				margin-top: 10px;
				line-height: 20px;
				}

	div.add_cart {
		width: 380px;
		float: right;
		}


		table.add_cart_table {
			width: 100%;
			margin-bottom: 10px;
			}
			table.add_cart_table th {
				padding: 5px;
				font-size: 11px;
				width: 9em;
				}
			table.add_cart_table td {
				padding: 5px;
				}
				table.add_cart_table td input {
					width: 30px;
					font-size: 14px;
					}
				table.add_cart_table td.price {
					font-weight: bold;
					font-size: 20px;
					}
				table.add_cart_table td.market_price {
					font-weight: bold;
					font-size: 14px;
					text-decoration: line-through;
					color: #999;
					}
				/* when option1 or option2 is not selected */
				table.add_cart_table .invalid {
					border: 1px solid #b94a48;
					}
				/* when selected options are out of stock */
				table.add_cart_table #out_of_stock_error {
					color: #ff0000;
					padding-left: 10px;
					}


	.other_link {
		clear: both;
		margin-bottom: 30px;
		padding-left: 20px;
		color: #999;
		}
		.other_link li {
			margin-bottom: 10px;
			}
		.other_link li a {
			color: #999;
			}


		.option_price {
			margin: 0 0 20px 0px;
			font-size: 12px;
			font-weight: normal;
			color: #999;
			padding: 0 0 0 10px;
			}
		.option_price a {
			color: #999;
			}

		div.button_area {
			width: 50%;
			margin-bottom: 10px;
			}
			div.button_area input {
				width: 100%;
				}

		#tab_wrap {
			}

		#tab_inner_wrap {
			margin: 0;
			padding: 0;
			border-bottom: 1px solid #ddd;
			}

		#tab_wrap .tab {
			float: left;
			margin: 0 5px 0 0;
			position: relative;
			bottom: -2px;
			list-style-type: none;
			border: 1px solid #ddd;
			background-color: #f5f5f5;
			background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#f5f5f5),color-stop(100%,#dddddd));
			background-image: -webkit-linear-gradient(#f5f5f5,#dddddd);
			background-image: -moz-linear-gradient(#f5f5f5,#dddddd);
			background-image: linear-gradient(#f5f5f5,#dddddd);
			}

		#tab_wrap .tab_select{
			border-bottom: 2px solid #fff;
			background: #fff;
			}

		#tab_wrap .tab_hide {
			display: none;
			}

		#tab_wrap .tab a {
			display: block;
			padding: 3px 10px 5px;
			text-decoration: none;
			}

		#tab_wrap .tab,
		#tab_wrap .tab a {
			border-radius: 4px 4px 0 0;
			-webkit-border-radius: 4px 4px 0 0;
			-moz-border-radius: 4px 4px 0 0;
			}

		#tab_wrap .tab_content {
			font-size: 13px;
			line-height: 24px;
			word-wrap: break-word;
			padding: 30px 10px;
			border: 1px solid #ddd;
			border-top: none;
			}

div.product_description {
	}
div.shipping_method {
	}
	div.shipping_method .table {
		table-layout: fixed;
		width: 100%;
		}
		div.shipping_method .table th {
			padding: 10px;
			width: 100px;
			}
		div.shipping_method .table td {
			padding: 10px;
			}
		div.shipping_method .table img {
			max-width: 100%;
			}

	div.shipping_method h4{
		font-size: 16px;
		margin-bottom: 5px;
		}
	div.shipping_method p {
		padding-left: 10px;
		}

div.payment_method {
	}
	div.payment_method .table {
		table-layout: fixed;
		width: 100%;
		}
		div.payment_method .table th {
			padding: 10px;
			width: 100px;
			}
		div.payment_method .table td {
			padding: 10px;
			}
		div.payment_method .table img {
			max-width: 100%;
			}
	div.payment_method h4 {
		font-size: 16px;
		margin-bottom: 5px;
		}
	div.payment_method p {
		padding-left: 10px;
		}


div.product_image_extra {
	text-align: center;
	margin-bottom: 20px;
	}
	div.product_image_extra img.item {
		margin-bottom: 20px;
		}


div.product_link_area {
	float: left;
	margin-left: 0px;
	padding: 20px 0 0 0;
	width: 100%;
	border-top: 1px solid #eee;
	margin-bottom: 60px;
	}
	div.product_link_area div.twitter {
		float: left;
		margin-bottom: 0;
		}
	div.product_link_area div.pinterest {
		float: left;
		margin-right: 30px;
		margin-bottom: 0;
		}
	div.product_link_area div.fb-like {
		float: left;
		margin-bottom: 0;
		}



/* @group Cloud Zoom */

/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border: 4px solid #888;
	margin:-4px;	/* Set this to minus the border thickness. */
	background-color:#fff;	
	cursor:move;		
}

/* This is for the title text. */
.cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;	
	font-weight:bold;
	font-size:10px;
	top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
	border: 4px solid #000;
	overflow:hidden;
	}

/* This is the loading message. */
.cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #000;
}


/* Feature section in ZoomEngine page */
.zoom-section {	
	clear:both;	
	}

* html .zoom-section { 
	display:inline;
	clear:both;
}

.zoom-section .carousel {
	position: relative;
	overflow: hidden;
	height: 370px;
	}
.zoom-section .carousel_wrap {
	float: left;
	margin-left: 20px;
	}
	.zoom-section .carousel_wrap .prev {
		visibility: hidden;
		}
	.zoom-section .carousel_wrap .next {
		clear: left;
		display: none;
		}
	.zoom-section .carousel ul {
		position: absolute;
		padding: 0;
		margin: 0;
		}
		.zoom-section .carousel ul li {
			height: 63px;
			width: 58px; /* For IE 8 */
			}
	.zoom-section .carousel_btn {
		width: 60px;
		margin-top: 2px;
		}
	.zoom-section .carousel_btn a {
		display: block;
		width: 60px;
		height: 20px;
		background: url(http://img.jugemcart.com/templates/31/img/deseo_carousel.png) no-repeat 0 0;
		}
	.zoom-section .prev a {
		background-position: -2px 0px;
		}
		.zoom-section .prev a:hover {
			background-position: -2px -42px;
			}
	.zoom-section .next a {
		background-position: -2px -22px;
		clear: both;
		}
		.zoom-section .next a:hover {
			background-position: -2px -64px;
			}

.zoom-small-image {
	width: 470px;
	float: left;
	margin-top: 4px;
	}
	.zoom-small-image #wrap {
		top: 0px;
		z-index: 9999;
		position: relative;
		}
	.cloud-zoom {
		margin-bottom: 20px;
		}
	.zoom-small-image .mousetrap {
		z-index:999;
		position: absolute;
		width: 100%;
		left:0px;
		top:0px;
		}




/* Feature descriptions in ZoomEngine page */
.zoom-desc {
	width: 60px;
	float: left;
	margin: 4px 0 2px;
	}

a.cloud-zoom-gallery {
	display: block;
	margin: 0 0 5px 0;
	cursor: pointer;
	}
.zoom-tiny-image {
	width: 50px;
	height: 50px;
	border: 1px solid #ccc;
	padding: 3px;
	}
	.zoom-tiny-image.selected {
		background: #333;
		border: 1px solid #000;
		}
.zoom-tiny-image:hover {
	border: 1px solid #000;
	}




/* @end */



/* @group Product Option Window */

div#product_option {
	margin: 20px;
	padding: 20px;
	background: #fff;
	}

	div#product_option h2 {
		margin-bottom: 20px;
		}

	table.table_option {
		background: #fff;
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
		margin-bottom: 20px;
		}
		table.table_option th {
			border-bottom: 1px solid #ccc;
			border-left: 1px solid #ccc;
			padding: 10px;
			background: #f5f5f5;
			}
		table.table_option td {
			border-bottom: 1px solid #ccc;
			border-left: 1px solid #ccc;
			padding: 10px;
			}

	div#product_option div.button_area {
		}


/* @end */




/* @end */

/* @group Product List Page */

div.sub_category_area {
	background: #FFE6FF;
	margin-bottom: 20px;
	padding: 10px 10px 0 10px;
	position: relative;
	background: #FFE6FF;
	border: 2px solid #FFE6FF;
	}
	div.sub_category_area:after,
	div.sub_category_area:before {
		bottom: 100%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		}

	div.sub_category_area:after {
		border-color: rgba(102, 102, 102, 0);
		border-bottom-color: #FFE6FF;
		border-width: 8px;
		left: 60px;
		margin-left: -8px;
		}
	div.sub_category_area:before {
		border-color: rgba(194, 225, 245, 0);
		border-bottom-color: #FFE6FF;
		border-width: 11px;
		left: 60px;
		margin-left: -11px;
		}

	div.sub_category_area .sub_category {
		float: left;
		margin: 0 20px 20px 0;
		}
		div.sub_category_area .sub_category_img {
			margin-bottom: 10px;
			}
		div.sub_category_area .sub_category_name {
			display: inline;
			}


/* @end */



/* @group Search Page */

div.search_result {
	background: #f5f5f5;
	margin: 20px 0;
	padding: 10px;
	text-align: left;
	}

	div.none {
		text-align: center;
		margin: 50px 0;
		}

/* @end */

/* @group Policy */

div#policy {
	}
	div#policy div.box {
		border-bottom: 1px solid #ccc;
		margin-bottom: 20px;
		padding-bottom: 20px;
		}
		div#policy h2 {
			margin-bottom: 20px;
			}
		div#policy div.box h3 {
			margin-bottom: 10px;
			}
		div#policy div.box h4 {
			font-size: 16px;
			margin-bottom: 5px;
			}
		div#policy div.box p {
			}


div#payment_method {
	}
	div#payment_method table.table {
		width: 100%;
		}
		div#payment_method table.table th {
			width: 200px;
			text-align: center;
			padding: 10px;
			}
			div#shipping_method table.table th img {
				}
		div#payment_method table.table td {
			padding: 10px;
			}

div#shipping_method {
	}
	div#shipping_method table.table {
		width: 100%;
		}
		div#shipping_method table.table th {
			width: 200px;
			text-align: center;
			padding: 10px;
			}
			div#shipping_method table.table th img {
				}

		div#shipping_method table.table td {
			padding: 10px;
			}

/* @end */




/* @group Common Elements */

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

	table.table {
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
		margin-bottom: 20px;
		}
		table.table th {
			border-bottom: 1px solid #ccc;
			border-left: 1px solid #ccc;
			padding: 5px;
			background: #f5f5f5;
			}
		table.table td {
			border-bottom: 1px solid #ccc;
			border-left: 1px solid #ccc;
			padding: 5px;
			}


div.footstamp {
	margin-bottom: 10px;
	}
	div.footstamp span {
		margin: 0 5px;
		color: #999;
		}

div.sort {
	text-align: right;
	}
	div.sort strong {
		margin-right: 5px;
		}
	div.sort a {
		margin-right: 5px;
		text-decoration: underline;
		}
	div.sort span {
		margin-right: 5px;
		font-weight: bolder;
		text-decoration: none;
		background: #ccc;
		}

div.pager_wrap {
	padding: 10px;
	margin-bottom: 30px;
	background: #eee;
	}
	div.pager_wrap .pager {
		clear: both;
		}
		div.pager_wrap  .pager_number{
			display: inline;
			}
	div.pager_wrap .top {
		float: left;
		margin-bottom: 0;
		}
	div.pager_wrap .bottom {
		float: left;
		margin-bottom: 0;
		}
		div.pager_wrap .pager_link {
			display: inline;
			}
		div.pager_wrap .prev {
			color: #cccccc;
			padding-right: 10px;
			}
		div.pager_wrap .next {
			color: #cccccc;
			padding-left: 10px;
			}
		div.pager_wrap .active{
			color: #333333;
			}


div.none {
	clear: both;
	text-align: center;
	margin: 50px 0;
	}

/* radius */
.r3 {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
	}

.r5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	}

.r7 {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px; 
	}

/* @group button */

.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  text-decoration: none;
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc 9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
      -ms-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.btn-large [class^="icon-"] {
  margin-top: 1px;
}

.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}

.btn-small [class^="icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}

.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-primary {
  background-color: #0074cc;
  *background-color: #0055cc;
  background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
  background-image: -o-linear-gradient(top, #0088cc, #0055cc);
  background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
  background-image: linear-gradient(top, #0088cc, #0055cc);
  background-repeat: repeat-x;
  border-color: #0055cc #0055cc #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #0055cc;
  *background-color: #004ab3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #004099 9;
}


/* @end */


/* @end */


/* customize */
.item_img,
.item {
  margin: 0 auto;
}

.item:hover {
	opacity: 0.8;
}

/* 国旗　*/
.cur_img {
    max-width: 20px;
    margin-right: 5px;
}

.cur_img_bg {
    max-width: 30px;
    margin-right: 5px;
}

.cur_img_lg {
    max-width: 50px;
    margin-right: 10px;
}

/* topcomment
------------------------------------------------------*/

.topcmnt {
	font-size: 14px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
	line-height: 1.8em;
}

.topcmnt p {
	padding-bottom: 10px;
}

.topcmnt img {
	padding:10px 10px;
}

.topcmnt .sine {
	text-align: right;
	padding-top:30px;
}

.topcmnt dt {
	padding:10px 0;
	font-weight: bold;
}

.topcmnt dt span,
.topcmnt dd span {
	font-weight: normal;
	font-size: 0.9em;
	padding-left: 10px;
}

.topcmnt dd {
	padding-left: 10px;
}

.topcmnt li {
	padding-left: 20px;
	list-style: none;
}
.topcmnt .jp {
	padding: 5px 0 20px 10px;
	font-size: 0.9em;
}

.logocolortitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #E15EB6;
	font-weight: bolder;
}

.logocolor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #E15EB6;
	font-weight: bolder;
}

.topcmntbld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #747474;
	font-weight: bolder;
}

.pinkwaku {
	border: 2px solid #E15EB6;
	margin-top: 15px;
	margin-right: 70px;
	margin-bottom: 40px;
	margin-left: 70px;
	padding: 15px;
	text-align: left;
	font-size: 14px;
}
.note {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #C09;
	border-bottom-color: #C09;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 60px;
	margin-left: 50px;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 50px;
	border-bottom-style: solid;
	text-align: left;
}

.note img {
	float: left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 55px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.note ul {
	list-style-type: none;
	font-size: 13px;
}

.note ul li {
	padding-bottom: 10px;
}

h1, h2, h3, h4, h5 {
	margin-bottom: 20px;
    }

h1 {
    font-size:230%;
    line-height:120%;
    }

h1 a {
	color:#111;
	text-decoration:none;
}

h2 {
    font-size:180%;
    line-height:130%;
    margin-bottom:20px;
    }

h2 a {
	text-decoration:none;
}

h3 {
    font-size:130%;
    margin-bottom:10px;
    line-height:100%;
    }

h4 {
    font-size:125%;
    }

/* h1 image
---------------------------------------------------*/
h1.aboutus,
h1.attach,
h1.care,
h1.link,
h1.publicity,
h1.privacy,
h1.return,
h1.terms
{
	margin-bottom:20px;
}


.FL {
	float: left;
}

.FR {
	float:right;
}

.CL {
	clear:left;
}	

.CR {
	clear:right;
}	

.CR {
	clear:both;
}

/* attachで使ったbox */

.btombox {
	border: 1px solid #60C;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 15px;
	line-height: 1.8em;
	overflow:hidden;
}

.btombox img {
	padding: 20px;
	float: left;
}

.btombox p {
	padding-top: 10px;
}

.btombox .lead {
	padding-top: 20px;
}


.txt17bld {

	font-size: 17px;
	line-height: normal;
	font-weight: bold;
	color: #009;

}
/* link table */

table.table021 {

	margin-top: 0.2em;

	margin-bottom: 1em;

	width: auto;

	border-collapse: separate;

	border-spacing: 2px;

	font-size: 0.9em;

	padding-left: 50px;

}

table.table021 caption {

  margin-top: 1em;

  text-align: right;

}

table.table021 th,

table.table021 td {

  padding: 4px 6px;

}

table.table021 th {

  border-bottom: 1px solid #b2b2b2;

  border-right: 1px solid #b2b2b2;

  background: #ffd9f3;

  text-align: center;

  white-space: nowrap;

  font-size: 12px;

}

table.table021 td {

	border-bottom: 1px solid #b2b2b2;

	border-right: 1px solid #b2b2b2;

	background: #f3f3f3;

	text-align: left;

}
/* customize */

.text-center {
	text-align: center;
}

.text-red {
	color: #F00;
}
.text_bold {
	font-weight: bold;
}

/* youtube_area */
.youtube_area {
	margin: auto;
}

.ippin_area {
	padding: 30px 0;
	text-align: center;
}

.ippin_wrap {
	width: 960px;
	margin: 0 auto;
}

.ippin_wrap img {
	width: 150px;
	height: 59px;
}
.youtube_area ul,
.ippin_area ul {
	list-style: none;
}

.youtube_area li,
.ippin_area li {
	float: left;
	padding-right:10px;
	padding-bottom: 10px;
}

.pager_wrap h2 {
	margin: auto;
	text-align:center;
}

/*.country_area {
	margin:30px 0;
	padding-bottom:10px;
}


.country_area ul {
	list-style-type: none;
	position: relative;
	left: 50%;
	float: left;
}
.country_area ul li {
	position: relative;
	left: -50%;
	float: left;
	margin-right: 15px;
	padding-right: 15px;
	font-size:17px;
	font-weight:bold;
}*/


/*共通==============================================
フォント*/
.fs10{
	font-size: 10px;
}
.fs11{
	font-size: 11px;
}
.fs12{
	font-size: 12px;
}
.fs13{
	font-size: 13px;
}
.fs14{
	font-size: 14px;
}
.fs15{
	font-size: 15px;
}
.fs16{
	font-size: 16px;
}
.fs17{
	font-size: 17px;
}
.fs18{
	font-size: 18px;
}
.fs20{
	font-size: 20px;
}
.fs22{
	font-size: 22px;
}
.fs24{
	font-size: 24px;
}
.fs26{
	font-size: 26px;
}
.fs28{
	font-size: 28px;
}
.fs30{
	font-size: 30px;
}
.fs32{
	font-size: 32px;
}
.fs34{
	font-size: 34px;
}
.fs36{
	font-size: 36px;
}
/*余白関係汎用クラス*/
/*margin*/
.mt00 {
  margin-top: 0px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr00 {
  margin-right: 0px !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb00 {
  margin-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml00 {
  margin-left: 0px !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

/*padding*/
.pt00 {
  padding-top: 0px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr00 {
  padding-right: 0px !important;
}

.pr02 {
  padding-right: 2px !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb00 {
  padding-bottom: 0px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl00 {
  padding-left: 0px !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

/*margin (responsive)*/
.mt00r {
  margin-top: 0px !important;
}

.mt05r {
  margin-top: 5px !important;
}

.mt10r {
  margin-top: 10px !important;
}

.mt15r {
  margin-top: 15px !important;
}

.mt20r {
  margin-top: 20px !important;
}

.mt25r {
  margin-top: 25px !important;
}

.mt30r {
  margin-top: 30px !important;
}

.mt35r {
  margin-top: 35px !important;
}

.mt40r {
  margin-top: 40px !important;
}

.mt45r {
  margin-top: 45px !important;
}

.mt50r {
  margin-top: 50px !important;
}

.mr00r {
  margin-right: 0px !important;
}

.mr05r {
  margin-right: 5px !important;
}

.mr10r {
  margin-right: 10px !important;
}

.mr15r {
  margin-right: 15px !important;
}

.mr20r {
  margin-right: 20px !important;
}

.mr25r {
  margin-right: 25px !important;
}

.mr30r {
  margin-right: 30px !important;
}

.mr35r {
  margin-right: 35px !important;
}

.mr40r {
  margin-right: 40px !important;
}

.mr45r {
  margin-right: 45px !important;
}

.mr50r {
  margin-right: 50px !important;
}

.mb00r {
  margin-bottom: 0px !important;
}

.mb05r {
  margin-bottom: 5px !important;
}

.mb10r {
  margin-bottom: 10px !important;
}

.mb15r {
  margin-bottom: 15px !important;
}

.mb20r {
  margin-bottom: 20px !important;
}

.mb25r {
  margin-bottom: 25px !important;
}

.mb30r {
  margin-bottom: 30px !important;
}

.mb35r {
  margin-bottom: 35px !important;
}

.mb40r {
  margin-bottom: 40px !important;
}

.mb45r {
  margin-bottom: 45px !important;
}

.mb50r {
  margin-bottom: 50px !important;
}

.ml00r {
  margin-left: 0px !important;
}

.ml05r {
  margin-left: 5px !important;
}

.ml10r {
  margin-left: 10px !important;
}

.ml15r {
  margin-left: 15px !important;
}

.ml20r {
  margin-left: 20px !important;
}

.ml25r {
  margin-left: 25px !important;
}

.ml30r {
  margin-left: 30px !important;
}

.ml35r {
  margin-left: 35px !important;
}

.ml40r {
  margin-left: 40px !important;
}

.ml45r {
  margin-left: 45px !important;
}

.ml50r {
  margin-left: 50px !important;
}

/*padding (responsive)*/

.pt00r {
  padding-top: 0px !important;
}

.pt05r {
  padding-top: 5px !important;
}

.pt10r {
  padding-top: 10px !important;
}

.pt15r {
  padding-top: 15px !important;
}

.pt20r {
  padding-top: 20px !important;
}

.pt25r {
  padding-top: 25px !important;
}

.pt30r {
  padding-top: 30px !important;
}

.pt35r {
  padding-top: 35px !important;
}

.pt40r {
  padding-top: 40px !important;
}

.pt45r {
  padding-top: 45px !important;
}

.pt50r {
  padding-top: 50px !important;
}

.pr00r {
  padding-right: 0px !important;
}

.pr05r {
  padding-right: 5px !important;
}

.pr10r {
  padding-right: 10px !important;
}

.pr15r {
  padding-right: 15px !important;
}

.pr20r {
  padding-right: 20px !important;
}

.pr25r {
  padding-right: 25px !important;
}

.pr30r {
  padding-right: 30px !important;
}

.pr35r {
  padding-right: 35px !important;
}

.pr40r {
  padding-right: 40px !important;
}

.pr45r {
  padding-right: 45px !important;
}

.pr50r {
  padding-right: 50px !important;
}

.pb00r {
  padding-bottom: 0px !important;
}

.pb05r {
  padding-bottom: 5px !important;
}

.pb10r {
  padding-bottom: 10px !important;
}

.pb15r {
  padding-bottom: 15px !important;
}

.pb20r {
  padding-bottom: 20px !important;
}

.pb25r {
  padding-bottom: 25px !important;
}

.pb30r {
  padding-bottom: 30px !important;
}

.pb35r {
  padding-bottom: 35px !important;
}

.pb40r {
  padding-bottom: 40px !important;
}

.pb45r {
  padding-bottom: 45px !important;
}

.pb50r {
  padding-bottom: 50px !important;
}

.pl00r {
  padding-left: 0px !important;
}

.pl05r {
  padding-left: 5px !important;
}

.pl10r {
  padding-left: 10px !important;
}

.pl15r {
  padding-left: 15px !important;
}

.pl20r {
  padding-left: 20px !important;
}

.pl25r {
  padding-left: 25px !important;
}

.pl30r {
  padding-left: 30px !important;
}

.pl35r {
  padding-left: 35px !important;
}

.pl40r {
  padding-left: 40px !important;
}

.pl45r {
  padding-left: 45px !important;
}

.pl50r {
  padding-left: 50px !important;
}
