@charset "shift_jis";
/* --------------------------------------------------------
-----------------------------------------------------------
 other
-----------------------------------------------------------
----------------------------------------------------------- */
html {
	min-height: 100%;
}
body {
	font-family:Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0px;
	background: #ccc url(../img/body_bg.png) no-repeat center top;
	background-size: cover;
	min-width: 1060px;
	height: 100%;
}
a:link,
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover,
a:active {
	text-decoration: underline;
	opacity: 0.8;
}
ul {
    list-style: none;
    padding: 0;
}
#cboxLoadedContent > * {
	box-sizing: border-box;
}

/*
---------------------------------------------------------
 clearfix
--------------------------------------------------------- */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/*
---------------------------------------------------------
 colorbox
--------------------------------------------------------- */
#cboxLoadedContent {
    margin: 0 !important;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Wrapper
-----------------------------------------------------------
----------------------------------------------------------- */
.Wrapper {
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Header
-----------------------------------------------------------
----------------------------------------------------------- */
.Header {
    background: #2f3a4a;
    padding: 7px 18px;
	display: table;
	width: 100%;
}
.Header .left-wrap,
.Header .right-wrap {
	display: table-cell;
	vertical-align: middle;
}
.Header .right-wrap {
	text-align: right;
}

.Header .Logo {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
.Header .Logo img {
    height: 32px !important;
}
.btn-save-design,
.btn-load-design {
	display: inline-block;
	vertical-align: middle;
}
.btn-save-design {
    margin-left: 8px;
}
.btn-save-design a,
.btn-load-design a {
	display: block;
    background: #efefef;
    padding: 4px 18px;
    color: #2f3a4a;
    font-weight: bold;
    border-radius: 12px;
    text-decoration: none;
}
/*
---------------------------------------------------------
 Utility-menu
--------------------------------------------------------- */
.Header .Utility-menu {
	display: inline-block;
	vertical-align: middle;
	display: none;
}
.Header .Utility-menu ul {
	padding: 0;
	list-style: none;
	overflow: hidden;/* clearfixの代用 */
}
.Header .Utility-menu ul li {
	float:left;
}
.Header .Utility-menu ul li + li {
    margin-left: 8px;
}
.Header .Utility-menu ul li a {
    display: block;
    background: #efefef;
    padding: 4px 18px;
    color: #2f3a4a;
    font-weight: bold;
    border-radius: 12px;
    text-decoration: none;
}

/* --------------------------------- 
------------------------------------
Content
------------------------------------
------------------------------------*/
.Content {
	overflow: hidden;/* clearfixの代用 */
    width: 1040px;
    margin: 0 auto;
    padding: 25px 0;
}


/* --------------------------------------------------------
-----------------------------------------------------------
 Alpha
-----------------------------------------------------------
----------------------------------------------------------- */
.Alpha {
    float: right;
    width: 690px;
    overflow: hidden;
    position: relative;
    padding-left: 63px;
}
.Alpha #jShape {
    overflow: hidden;
}
.Alpha .jSvg {
	height: auto!important;
}
/*
---------------------------------------------------------
 undo-btn
--------------------------------------------------------- */
.undo-btn {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
}
.undo-btn ul {
}
.undo-btn ul li {
}
.undo-btn ul li + li {
    margin-top: 5px;
}
.undo-btn ul li a{
    display: block;
    text-decoration: none;
    text-align: center;
    color: #555;
    border: 1px solid #c3c3c3;
    background: #efefef no-repeat center 8px;
    background-size: 19px auto;
    border-radius: 5px;
    font-size: 11px;
    padding: 29px 0 4px;
    width: 58px;
}
.undo-btn ul li.btn-undo a {
	background-image: url(../img/icon_undo.svg);
}
.undo-btn ul li.btn-redo a {
	background-image: url(../img/icon_redo.svg);
}

/*
---------------------------------------------------------
 zoom-btn
--------------------------------------------------------- */
.zoom-btn{
	position: absolute;
    z-index: 10;
    left: 0;
}
.zoom-btn ul li + li{
	margin-top:5px;
}
.zoom-btn ul li a{
    display: block;
    text-decoration: none;
    text-align: center;
    color: #555;
    background: no-repeat center 8px;
    background-size: 19px auto;
    border-radius: 5px;
    font-size: 11px;
    padding: 29px 0 4px;
    width: 58px;
	box-shadow: rgba(0, 0, 0, 0.05) 1px 1px 3.5px 1px;
}

/*
---------------------------------------------------------
 viewBtnBoxObj
--------------------------------------------------------- */
.Alpha .jSvg .viewBtnBoxObj {
    position: static;
    left: auto;
    bottom: auto;
    width: 620px;
    text-align: center;
    padding-top: 12px;
}
.Alpha .jSvg .viewBtnBoxObj > div {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin: 0 4px;
    cursor: pointer;
}
.Alpha .jSvg .viewBtnBoxObj > div:hover {
	opacity: 0.8;
}

/* --------------------------------------------------------
-----------------------------------------------------------
Beta
-----------------------------------------------------------
----------------------------------------------------------- */
.Beta {
	float: left;
	width: 320px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
Footer
-----------------------------------------------------------
----------------------------------------------------------- */
.Footer {
	clear: both;
	padding: 0 0 0px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 price-wrap-box
-----------------------------------------------------------
----------------------------------------------------------- */
.price-wrap-box {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
    z-index: 1000;
    background: #efefef;
    padding: 12px 18px;
}
.price-wrap-box.MOD-nofixed {
    position: relative;
}
.price-wrap-box .box-title {
	display: none;
}
.price-wrap-box .price-box {
    float: right;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 7px;
    line-height: 1.1;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.price-wrap-box .price-box span.price {
	font-weight: bold;
	font-size: 26px;
	color: #CC0000;
}
.price-wrap-box .price-box span.tax {
	font-size: 11px;
	display: inline;
}
.price-wrap-box .price-box span.per-one,
.price-wrap-box .price-box span.size-one {
	display: none;
	font-size: 11px;
	font-weight: normal;
}
.price-wrap-box .price-box span.per-one .price{
	font-size: 14px;
	font-weight: normal;
}
.price-wrap-box .btn-box {
	float: right;
}
.price-wrap-box .btn-box li {
	float: left;
}
.price-wrap-box .btn-box li .note  {
    font-size: 11px;
    display: inline-block;
    vertical-align: middle;
}
.price-wrap-box .btn-box li a.action--makekey {
    width: 205px;
    height: 36px;
    background: url(../img/btn_actiom-key.jpg) no-repeat left top;
    overflow: hidden;
    text-indent: -9999px;
    display: inline-block;
    vertical-align: middle;
    background-size: 100% auto;
}
.price-wrap-box .btn-box li a.action--makekey:hover {
	background-position: left bottom;
}
.price-wrap-box .btn-box li a.action--order {
    width: 217px;
    height: 43px;
    background: url(../img/btn_in_cart.png) no-repeat left top;
    overflow: hidden;
    text-indent: -9999px;
    display: inline-block;
    vertical-align: middle;
    background-size: 100% auto;
}
.price-wrap-box .btn-box li a.action--order:hover {
	background: url(../img/btn_in_cart_on.png) no-repeat left top;
}

/* ----- .size-quantity ----- */
.size-quantity {
    float: right;
    padding: 6px 0 0;
}
.size-quantity table{
}
.size-quantity table th{
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding: 0 10px;
}

.size-quantity-edit dt{
	float: left;
	padding: 2px 10px 2px 15px;
	height: 20px;
	font-weight: bold;
}
.size-quantity-edit dt.firstChild {
	padding-left: 0;
}
.size-quantity-edit dd{
	float: left;
	height: 22px;

}
.size-quantity input {
    width: 70px;
    text-align: right;
    font-size: 16px;
    padding: 3px 8px;
}

/*
---------------------------------------------------------
 copyright
--------------------------------------------------------- */
.price-wrap-box .copyright {
    color: #999;
    position: absolute;
    left: 18px;
    bottom: 3px;
    font-size: 11px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 layout-design-box
-----------------------------------------------------------
----------------------------------------------------------- */
.layout-design-box {
    position: absolute;
    left: 0;
    top: -30px;
    text-align: center;
    min-height: 30px;
    border-radius: 0 6px 0 0;
    background: #efefef;
    padding: 6px 8px 0;
    line-height: 1.3;
}
.layout-design-box dl {
}
.layout-design-box dt,
.layout-design-box dd {
	display: inline-block;
	vertical-align: middle;
}
.layout-design-box dt {
    font-size: 11px;
    font-weight: bold;
}
.layout-design-box dl dd ul {
	overflow: hidden;/* clearfixの代用 */
}
.layout-design-box dl dd ul li {
    float: left;
    margin-left: 4px;
}
.layout-design-box dl dd a {
    display: block;
    width: 20px;
    line-height: 18px;
    background: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    color: #333;
    text-decoration: none;
    border-radius: 2px;
	border: 1px solid;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Common
-----------------------------------------------------------
----------------------------------------------------------- */

/* ------.product-name---------------*/
.product-name {
	font-size: 23px;
	text-align: center;
	color: #fff;
	filter: alpha(opacity=80); 
	opacity: 0.8;
}

/* ------.editer-wrap---------------*/
.editer-wrap {
}
.editer-box {
	margin: 0 0 10px;
	padding: 7px;
	clear: both;
	border: 1px solid #bbb;
	background: #EFEFEF;
	border-radius: 5px;
	position: relative;
}
.editer-box-arrow {
	height: 12px;
	width: 12px;
	background: url(../img/editer_box_arrow.png) no-repeat center top;
	display: block;
	position: absolute;
	z-index: 100;
	left: 26px;
	top: -10px;
}
.editer-wrap .editer-box.color {
}
.editer-wrap .tool-box {
}
.editer-box .box-title,
.editer-box .inbox-title {
    position: relative;
    margin: 0 0 7px;
    font-weight: bold;
    font-size: 14px;
    background: #4A5A71;
    color: #fff;
    padding: 3px 6px;
}
.editer-box.color .box-title-btn {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
}
.editer-box.color .box-title-btn li {
    display: table;
    height: 100%;
}
.editer-box.color .box-title-btn li .action--help01 {
    display: table-cell;
    color: #FFF;
    background: #D39410;
    width: 23px;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    vertical-align: middle;
    line-height: 1;
}
.editer-box .inbox-content {
	clear: both;
}
.editer-box .box-content {
  zoom: 1;  
}
.editer-box .box-content:after {  
  content: ".";  
  display: block;  
  visibility: hidden;  
  height: 0.1px;  
  font-size: 0.1em;  
  line-height: 0;  
  clear: both;  
}
/* .editer-box .img-box */
.editer-box .img-box {
	float: left;
	width: 56px;
	margin: 0 0 5px 5px;
	cursor: pointer;
	text-align: left;
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #ccc;
}
.editer-box .img-box:hover {
	border-color: #EEA91A;
}
.editer-box .img-box.last {
	margin-right: 0;
}
.editer-box .img-box dt {
	position: relative;
	height: 0;
	padding-bottom: 100%;
}
.editer-box .img-box dt img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto !important;
    width: auto !important;
    height: auto !important;
    max-width: 90%;
    max-height: 90%;
}
.editer-box .img-box dd {
	font-size: 10px;
	display: none;
}
/* .editer-box .topicpath */
.editer-box .topicpath {
	font-size: 11px;
	padding: 0 5px 5px;
}
.editer-box .topicpath li {
    display:inline;  
    line-height:110%;  
    list-style-type:none;
    padding-right:10px; 
	vertical-align: middle;
}
.editer-box .topicpath li a {
    padding-right: 10px!important;
    margin-left: 0;
    background: url(../img/topicpath.gif) no-repeat right center;
    color: #333;
}

/* .editer-box .pager */
.editer-box .pager {
	position: relative;
	text-align: center;
	clear: both;
}
/*.editer-box .pager li {}
.editer-box a,
.editer-box a:link,
.editer-box a:visited {
	color: #4A5A71;
	font-weight: bold;
}*/
.editer-box a:hover {
	filter: alpha(opacity=80); 
	opacity: 0.8;
}
.editer-box a{
    width: 54px;
    height: 24px;
    color: #fff;
    vertical-align: middle;
    border-radius: 4px;
    position: relative;
    padding: 0!important;
    margin-left: 3px;
}
.editer-box a.form--text--element--submit,
.editer-box a.form--text--font--submit font-edit-btn{
	display:inline-block;
}
.editer-box a span{
    position: absolute;
    top: 4px;
    right: 0;
    left: 0;
    font-weight: normal;
    font-size: 12px;
	letter-spacing:1px;
	color:#fff;
	text-align:center;
}
.editer-box input{
	vertical-align:middle;
}
.editer-box .pager .pager {
}
.editer-box .pager li a{
	background: none;
	color: #555;
	text-decoration: underline;
}
.editer-box .pager .prev {
	position: absolute;
	left: 0;
	top: 0;
}
.editer-box .pager .page {}
.editer-box .pager .next {
	position: absolute;
	right: 0;
	top: 0;
}

/* ------.intabpanel---------------*/
.intabpanel {}
.intabpanel .intab {
	border-bottom: 2px solid #4A5A71;
	margin: 0 0 10px;
  zoom: 1;  
	padding-left: 5px;
}
.intabpanel .intab:after {  
  content: ".";  
  display: block;  
  visibility: hidden;  
  height: 0.1px;  
  font-size: 0.1em;  
  line-height: 0;  
  clear: both;  
}
.intabpanel .intab .inbox {
	background: #CCCCCC;
	text-align: center;
	float: left;
	width: 95px;
	margin-right: 5px;
	padding: 2px 0 1px;
	cursor: pointer;
	font-size: 11px;
}
.intabpanel .intab .inbox.selected {
	background: #4A5A71;
	color: #fff;
}
.intabpanel .intab .inbox {
	background: #CCCCCC;
}
.intabpanel .inpanel {
	clear: both;
}
.intabpanel .inpanel .inbox {}

/* ------.preview-wrap---------------*/
.preview-wrap {
	position: relative;
	clear: both;
}
.preview-wrap .person {
	position: absolute;
	left: -80px;
	bottom: -30px;
	z-index: 1000;
}

/* ------.slideshow---------------*/
.slideshow {
	position: relative;
}
.slideshow .control {
	position: absolute;
	right: 40px;
	bottom: 10px;
	}
.slideshow .control li {
	margin: 0 0 4px;
	cursor: pointer;

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

}
.slideshow .visual li {
	width: 590px;
}
/* ------.topic-path---------------*/
.topic-path {
  position: relative;
  display: none;
}
.topic-path ul{
  position: absolute;
  right: 10px;
  top: -54px;
  background: url(../img/topicpath_arrow.png) no-repeat center 1px;
}
.topic-path li {
  float: left;
  display: inline;
}
.topic-path li a {
  color: #fff;
  display: block;
  float: left;
  width: 89px;
  height: 25px;
  margin-right: 6px;
  text-align: center;
}
.topic-path li a.current {
}
.topic-path li a img {
  padding: 3px 0 0;
}
.topic-path .path01 {}
.topic-path .path02 {}
.topic-path .path03 {
  margin-right: 0px;
}
/* ------.social-box ---------------*/
.social-box {
	display: none;
	position: absolute;
	top: 772px;
	left: 50%;
	margin-left: -480px;
}
.social-box .btn-box {}
.social-box .btn-box li {
	float: left;
	padding: 0 5px 0 0;
}
.social-box div.note {
	clear: both;
	position: relative;
	margin-left: -10px;
}
.social-box div.note img {}

/* ------.tabpanel ---------------*/
.tabpanel {
}
.tabpanel .tab {
	z-index: 100;
	margin: 0 0 1px;
	position: absolute;
	display: none;
}
.tabpanel .tab div.box {
	cursor: pointer;
	width: 56px;
	float: left;
	text-align: center;
	height: 34px;
	background: url(../img/tab_bg.png) no-repeat center top;
}
.tabpanel .tab div.box img{
	padding-top: 8px;
}
.tabpanel .tab div.box.selected {
	background: url(../img/tab_bg_s.png) no-repeat center top;
	width: 57px;
}
.tabpanel .panel {
	clear: both;
}
.tabpanel .panel div.box {
	clear: both;
  zoom: 1; 
}
.tabpanel .panel div.box:after {  
  content: ".";  
  display: block;  
  visibility: hidden;  
  height: 0.1px;  
  font-size: 0.1em;  
  line-height: 0;  
  clear: both;  
}

/* --------------------------------------------------------
-----------------------------------------------------------
 popup-box
-----------------------------------------------------------
----------------------------------------------------------- */
.popup-box {
	padding: 5px 2px 0;
}
.popup-box .box-title {
	font-weight: bold;
	color: #333;
	border-bottom: 2px solid;
	margin: 0 0 8px;
    padding: 0px 5px 4px;
    font-size: 15px;
    line-height: 1.2;
}
.popup-box .box-content {
	padding: 0 5px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 keymode
-----------------------------------------------------------
----------------------------------------------------------- */
.keymode .price-wrap-box .price-box,
.keymode .size-quantity {
    display: none;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 .shadow
-----------------------------------------------------------
----------------------------------------------------------- */
.Shadow-element,
.editer-box,
.design-btn li {
    box-shadow: rgba(0, 0, 0, 0.05) 1px 1px 3.5px 1px;
}