@charset "UTF-8";

*,
*:after,
*:before {
    box-sizing: border-box;
}

.none {
    display: none!important;
}
/* ------.clearfix---------------*/

.clearfix:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
	font-size: 0.1em;
}
.clearfix{
/* for ie */
  display: inline-block;
}
/* Hides from IE-mac \*/
*html .clearfix{ height: 1%;}
.clearfix{ display: block;}
/* End hide from IE-mac */

/*header*/
header{
    width: 990px;
    margin: 25px auto 5px;
    overflow: hidden;
    display: table;
    table-layout: fixed;
}

header .logo{
    display: table-cell;
    vertical-align: middle;
    width: 590px;
}

header .logo a{

}

header .logo a img{
    height: 30px;
}

header .icons{
    display: table-cell;
    vertical-align: middle;
    width: 350px;
}

header .icons dl{
    float: right;
    overflow: hidden;
}

header .icons dd{
    float: left;
    width: 48px;
    margin: 0 0 0 10px;
}

header .icons dd a{
    display: block;
}

header .icons dd a img{
    display: block;
}
/*
header .icons dd:nth-of-type(1) a img{
    width: auto;
    max-height: 40px;
}
*/
header .icons dd a img,
header .icons dd a img{
    /*
    width: auto;
    max-height: 35px;
    */
    height: 35px;
    margin: 0 auto;
}

header .icons dd.sns-icon{
    width: 35px;
}

header .icons dd.sns-icon a img{
    /*
    width: auto;
    max-height: 23px;
    */
}
/*footer*/
footer{
    /* margin-top: 70px; */
    background-color: #666464;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
}

footer a,
footer p,
footer dd{
    font-size:9px;
}

.footerlinks{
    width: 900px;
    margin: 0px auto;
    overflow: hidden;
    padding: 5px 0px;
    background-image: url(../../img/footer-logo.svg);
    background-repeat: no-repeat;
    background-position: right;
}

footer dl{
    float: left;
    overflow: hidden;
    margin:0;
}

footer dl dd{
    float: left;
    border-right: solid 3px #FFF;
    margin: 0 15px 0 0;
    padding: 0 15px 0 0;
}

footer dl dd:last-child{
    border:none;
}

footer dl dd a{
    color:#FFF;
}

footer .copyright{
    float: right;
    overflow: hidden;
}

footer .copyright p{
    float: left;
    color: #FFF;
    margin: 0 70px 0 0;
}

/* ------.jShape ---------------*/
.jShape{
    margin: 0 0 30px;
}

/* ------.tabpanel ---------------*/
.tabpanel {
}
.tabpanel .tab {
	z-index: 100;
	margin: 0 0 1px;
	position: absolute;
}
.tabpanel .tab div.box {
	cursor: pointer;
	width: 26px;
	margin-right: 5px;
	float: left;
	text-align: center;
	height: 23px;
	border-top: 1px solid #717071;
	border-left: 1px solid #717071;
	border-right: 1px solid #717071;
	/*	filter: alpha(opacity=80); 
	opacity: 0.8;*/
}
.tabpanel .tab div.box img{
	padding-top: 4px;
}
.tabpanel .tab div.box.selected {
	width: 39px;
	background: #F7F7F7;
/*	filter: alpha(opacity=100); 
	opacity: 1.0;
*/}
.tabpanel .tab div.box:hover {
/*	filter: alpha(opacity=100); 
	opacity: 1.0;*/
}
.tabpanel .panel {
	padding-top: 23px;
	clear: both;
}
.tabpanel .used-color {
	padding: 0 0 3px;
}

.tabpanel .panel div.box {
	padding: 10px 10px 6px;
	border: 1px solid #717071;
	clear: both;
  zoom: 1; 
	background: #F7F7F7;
}
.tabpanel .panel div.box:after {  
  content: ".";  
  display: block;  
  visibility: hidden;  
  height: 0.1px;  
  font-size: 0.1em;  
  line-height: 0;  
  clear: both;  
}

.form-img-upload{
    position: absolute;
    top: -9999px;
    left: -9999px;
}
/*  */
dl.backforward>dt,
dl.scaling>dt{
    cursor: pointer;
}
dl.backforward>dt.disabled,
dl.scaling>dt.disabled{
    cursor: default;
    opacity: 0.5;
}

.tabpanel .element--tab--tab {
    display: none;
}
/*
----------------------------------------------------------
 開閉ボタン
---------------------------------------------------------- */
.element-box .element-box-btn dl{
    overflow: hidden;
}
.element-box .element-box-btn dl dt{
    opacity: 0.5;
    float: right;
    cursor: pointer;
    padding: 1px 12px 0;
    border: 1px solid;
    line-height: 27px;
}
.element-box .element-box-btn dl dt:hover{
    opacity: 1;
}
.element-box .element-box-btn dl dt img{
    width: 20px;
}

.element-box.close .btn-close,
.element-box.open .btn-open{
    display: none;
}

.element-box.close .editorbox{
    overflow: hidden;
    max-height: 350px;
}

/* アイテムカラー */
.dd-itemcolor {
    position: relative;
    width: 100%;
    margin: 0px 0px 15px 0px;
    padding: 10px 15px;
    cursor: pointer;
    outline: none;
    border: 1px solid #a9a9a9;
}
.dd-itemcolor:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: grey transparent;
}
.dd-itemcolor .color-chip{
    display: inline-block;
    width: 90px;
    height: 1.5em;
    vertical-align: middle;
}
.dd-itemcolor .color-name{
    vertical-align: middle;
    margin-left: 10px;
}
.dd-itemcolor .dropdown {
  /* Size & position */
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;

    /* Styles */
    background: white;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    list-style: none;

    /* Hiding */
    opacity: 0;
    pointer-events: none;
    
    border: 1px solid #a9a9a9;
    padding: 0;
    margin: 0;
    
    max-height: 300px;
    overflow-y: auto;
}
.dd-itemcolor .dropdown li a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 10px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.dd-itemcolor .dropdown li:hover a {
    color: grey;
}
.dd-itemcolor.active:after {
    border-width: 0 6px 6px 6px;
}
.dd-itemcolor.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

/* テキスト */
.texttab .quintuple .selected,
.texttab .quadruple .selected,
.texttab .textinverted .selected {
    /* border: #f00 2px solid; */
    opacity: 1;
}
.texttab dl.copy dt{
    
}
.texttab dl.copy dt img{
    display: inline;
    vertical-align: middle;
    margin-right: 5px;
}
.texttab dl.copy dt span{
    vertical-align: middle;
}
.texttab div.font{
    margin: 15px 0px 20px 0px;
}
.texttab .font-select{
    position: relative;
    width: 100%;
    padding: 10px 15px;
    cursor: pointer;
    outline: none;
    border: 1px solid #a9a9a9;
}
.texttab .font-select:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: grey transparent;
}
.texttab .font-select .font-img{
    display: inline-block;
    vertical-align: middle;
}
.texttab .font-select .font-name{
    vertical-align: middle;
}
.texttab .deformlist dt img {
    width: 100%;
}

.texttab .deformscrollbarr dl dt{
    overflow: hidden;
    padding: 10px 0px;
}
.texttab .deformscrollbarr dl dt label{
    float: left;
    width: 75px;
    font-size: 18px;
    text-align: right;
}
.texttab .deformscrollbarr dl dt .scale-bar-wrapper {
    float: right;
}

.texttab dl.color-type-list{
    
}
.texttab dl.color-type-list dt{
    height: 22px;
}
.texttab dl.color-type-list dt.selected{
    border-bottom: solid 2px #ff0000;
}
.texttab dl.color-type-list dt span{
    height: 12px;
}
.texttab dl.color-type-list dt span.color-type-mono{
    border: solid #000 2px;
    background-color: #fff;
    position: relative;
}
.texttab dl.color-type-list dt span.color-type-mono:before {
    width: 50%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    background: #000;
}

.texttab ul,
.texttab li {
    list-style: none;
    padding: 0;
    margin: 0
}


/* フォント選択 */
.pop--font,
.pop--teamfont  {
    position: absolute;
    box-sizing: content-box;
    top : 0px;
    left: 0px;
    z-index: 3001;
    padding: 8px;
    border : 1px solid #CCC;
    background-color: #FFF;
    width: 320px;
    /* -CSS3/ --------------------------------- */
    border-radius         : 4px;
    -moz-border-radius    : 4px;
    -webkit-border-radius : 4px;
    /* -/CSS3 --------------------------------- */
}
.pop--font--bg,
.pop--teamfont--bg {
    position: fixed;
    top : 0;
    left: 0;
    z-index: 3000;
    width : 100%;
    height: 100%;
    /*
    background-color: #000;
    filter:alpha(opacity=20);
    -moz-opacity: 0.2;
    opacity: 0.2;
    */
}
.pop--font .group,
.pop--teamfont .group {
    text-align    : center;
    padding-bottom: 4px;
    padding-top   : 4px;
}
.pop--font .group.last,
.pop--teamfont .group.last {
}
.pop--font .item,
.pop--teamfont .item {
    border: 1px solid #ccc;
    float : left;
    cursor: pointer;
}
.pop--font .item.last,
.pop--teamfont .item.last {
    margin-left: 6px;
}
.pop--font .item:hover,
.pop--teamfont .item:hover {
    background-color: #eee;
}
.pop--font .box-child,
.pop--teamfont .box-child {
    height    : 256px;
    overflow  : auto;
    overflow-y: scroll;
}
div.pop--font .tabpanel .panel,
div.pop--teamfont .tabpanel .panel {
    padding-top: 10px;
}
div.font--tab,
div.teamfont--tab {
}
div.font--tab div.box,
div.teamfont--tab div.box {
    float     : left;
    text-align: center;
    margin    : 1px;
    padding   : 4px 4px;
    cursor    : pointer;
    width     : 92px;
    border    : 1px solid #ccc;
    /* -CSS3/ --------------------------------- */
    border-radius         : 4px;
    -moz-border-radius    : 4px;
    -webkit-border-radius : 4px;
    /* -/CSS3 --------------------------------- */
}
div.font--tab div.box:hover,
div.teamfont--tab div.box:hover {
    background-color: #eee;
}
div.font--tab div.box.selected,
div.teamfont--tab div.box.selected {
    background-color: #eee;
}
div.pop--font .tabpanel .panel,
div.pop--teamfont .tabpanel .panel {
    padding-top: 10px;
}

/* スライダー */
.scale-bar {
	position: relative;
	background: url(../img/scale_bar_bg45.png);
	width: 45px;
	height: 4px;
	float: left;
	margin-top: 5px;
}
.scale-bar img.pointer,
.scale-bar-rotate img.pointer {
	position:absolute;
/*
	top: -3px;
	left: 0;
*/
    height: 40px;
    width: 7px;
    top: -14px;
    right: -2px;
	cursor: pointer;
}
.txt-wrap .scale-bar,
.team-wrap .scale-bar {
	background: url(../img/dsright-textscrollbar2.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
	width: 270px;
	height: 25px;
}
.txt-wrap .form--element--rotate,
.team-wrap .form--element--rotate,
.imgupload-wrap .scale-bar-wrapper,
.curve-wrap .scale-bar-wrapper {
    background: url(../img/dsright-picturescrollbar1.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 360px;
    height: 56px;
    padding: 0 21px 0 12px;
    position: relative;
}
.txt-wrap .form--element--rotate .scale-bar-rotate,
.team-wrap .form--element--rotate .scale-bar-rotate,
.imgupload-wrap .scale-bar-wrapper .scale-bar-rotate,
.curve-wrap .scale-bar-wrapper .scale-bar-rotate {
    position: relative;
    width: 100%;
    height: 100%;
}
/*
.team-wrap .scale-bar-wrapper {
    float: left;
}
.team-wrap .scale-bar {
    background: url(../img/scale_bar_bg110.png);
    width: 110px;
}
.team-wrap .scale-bar img.pointer {
    height: 12px;
    width: 12px;
    margin: 0;
    top: -3px;
}
*/
/* ------.popup-box---------------*/

.popup-box {
	padding: 10px;
	font-size: 12px;
	box-sizing: content-box;
}
.popup-box * {
    box-sizing: content-box;
}
.popup-box .box-title {
	font-weight: bold;
	border-bottom: 2px solid #000;
	padding: 3px;
	margin: 0 0 5px;
}
.popup-box .box-content {
	padding: 10px;
}
/* ----- .box-menubutton ----- */
div.box-menubutton {
    position: relative;
}
div.box-menubutton ul {
    z-index: 10;
    position: absolute;
    top  : -10px;
    right:   0px;
    padding: 0;
    margin : 0;
    list-style-type: none;
}
div.box-menubutton ul li {
    float  : left;
    padding: 0 0 0 8px;
    margin : 0;
}
.popup-box .box-menubutton ul li .pop--act--back img,
.popup-box .box-menubutton ul li .pop--act--close img{
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
/* ----- .clip-popbox ----- */
.clip-popbox .folder-box dt:hover,
.clip-popbox .img-box dt:hover {
	background: #eee;
}
.clip-popbox .box-content {
	overflow-y: auto;
	height    : 460px;
}
.clip-popbox .folder-box {
	float: left;
	margin: 0 4px 10px 0;
	padding: 0;
	text-align: center;
}
.clip-popbox .folder-box dt {
	margin: 0 0 3px;
	padding: 0;
	width : 83px;
	height: 83px;
	/*border: 1px solid #ccc;*/
}
.clip-popbox .folder-box dd {
	margin: 0;
	padding: 0;
	font-size: 10px;
    width : 80px;
    height: 15px;
}
.clip-popbox .folder-box dt img {
	/*padding: 12px 0 0;*/

}
.clip-popbox .img-box {
	float: left;
	margin: 0 4px 10px 0;
	padding: 0;
	text-align: center;
}
.clip-popbox .img-box dt {
	margin: 0 0 3px;
	padding: 0;
	width : 83px;
	height: 83px;
	border: 1px solid #ccc;
}
.clip-popbox .img-box dd {
	margin: 0;
	padding: 0;
	font-size: 10px;
}
.clip-popbox .img-box dt img {
	/*width: 83px;*/
}
.clip-popbox .folder-box.last,
.clip-popbox .img-box.last {
	margin: 0;
	padding: 0;
}
.clip-popbox dl {
    cursor: pointer;
}
/* タイトル非表示 */
.clip-popbox .img-box dd ,
.clip-popbox .folder-box dd {
    display: none;
}
/* ----- .box-pages ----- */
div.box-pages {
    position: relative;
    overflow: hidden;
}
div.box-pages ul {
    float   : left;
    left    : 50%;
    position: relative;
    padding : 0;
    margin  : 0 auto;
    list-style-type: circle;
    list-style-position: inside;
}
div.box-pages ul li {
    float  : left;
    text-indent: -9999px;
    left    : -50%;
    position: relative;
    width  : 16px;
    height : 16px;
    margin : 0 10px;
    padding: 0;
    cursor : pointer;
    border : 1px solid #ccc;
    /* -CSS3/ --------------------------------- */
    border-radius         : 9999px;
    -moz-border-radius    : 9999px;
    -webkit-border-radius : 9999px;
    /* -/CSS3 --------------------------------- */
}
div.box-pages ul li:hover {
    background-color: #ccc;
}
div.box-pages ul li.selected {
    border : 1px solid #000;
    background-color: #000;
}
/* ----- .box-num-pages ----- */
div.box-num-pages {
    width   : 100%;
    padding : 10px 0 0;
    background-color: #fff;
}
div.box-num-pages ul {
    float   : left;
    left    : 50%;
    position: relative;
    padding : 0;
    margin  : 0 auto;
    list-style-type: none;
}
div.box-num-pages ul li {
    float  : left;
    left    : -50%;
    position: relative;
    text-align: center;
    margin : 0 5px;
    font-size: 15px;
    padding: 6px 10px;
    cursor : pointer;
    border : 1px solid #ccc;
    background-color: #FFF;
    /* -CSS3/ --------------------------------- */
    border-radius         : 2px;
    -moz-border-radius    : 2px;
    -webkit-border-radius : 2px;
    /* -/CSS3 --------------------------------- */
}
div.box-num-pages ul li.selected {
    /*
    border : 1px solid #D5347B;
    background-color: #D5347B;
    */
    background-color: #333;
    color: #fff;
}
/* ----- .clip-thumbnail ----- */
.clip-thumbnail {
    position: absolute;
    top : 0px;
    left: 0px;
    z-index: 12000;
    padding: 8px;
    border : 1px solid #CCC;
    background-color: #FFF;
}
/* ----- .temp-thumbnail ----- */
.temp-thumbnail {
    position: absolute;
    top : 0px;
    left: 0px;
    z-index: 12000;
    padding: 8px;
    border : 1px solid #CCC;
    background-color: #FFF;
}
/* ----- .temp-popbox ----- */
.temp-popbox .folder-box dt:hover,
.temp-popbox .img-box dt:hover {
	background: #eee;
}
.temp-popbox .box-content {
	overflow-y: auto;
	height    : 460px;
}
.temp-popbox .folder-box {
	float: left;
	margin: 0 4px 10px 0;
	padding: 0;
	text-align: center;
}
.temp-popbox .folder-box dt {
	margin: 0 0 3px;
	padding: 0;
	width : 83px;
	height: 83px;
	/*border: 1px solid #ccc;*/
}
.temp-popbox .folder-box dd {
	margin: 0;
	padding: 0;
	font-size: 10px;
    width : 80px;
    height: 15px;
}
.temp-popbox .folder-box dt img {
	/*padding: 12px 0 0;*/

}
.temp-popbox .img-box {
	float: left;
	margin: 0 4px 10px 0;
	padding: 0;
	text-align: center;
}
.temp-popbox .img-box dt {
	margin: 0 0 3px;
	padding: 0;
	width : 83px;
	height: 83px;
	border: 1px solid #ccc;
}
.temp-popbox .img-box dd {
	margin: 0;
	padding: 0;
	font-size: 10px;
}
.temp-popbox .img-box dt img {
	/*width: 83px;*/
}
.temp-popbox .folder-box.last,
.temp-popbox .img-box.last {
	margin: 0;
	padding: 0;
}
.temp-popbox dl {
    cursor: pointer;
}
/* タイトル非表示 */
.temp-popbox .img-box dd ,
.temp-popbox .folder-box dd {
    display: none;
}
/* ----- .alldesign-popbox ----- */
.alldesign-popbox .folder-box dt:hover,
.alldesign-popbox .img-box dt:hover {
	background: #eee;
}
.alldesign-popbox .box-content {
	overflow-y: auto;
}
.alldesign-popbox .box-content.pop--alldesign--item--item {
	height: 652px;
}
.alldesign-popbox .folder-box {
	float: left;
	margin: 0 4px 10px 0;
	padding: 0;
	text-align: center;
}
.alldesign-popbox .folder-box dt {
	margin: 0 0 3px;
	padding: 0;
	width : 83px;
	height: 83px;
	/*border: 1px solid #ccc;*/
}
.alldesign-popbox .folder-box dd {
	margin: 0;
	padding: 0;
	font-size: 10px;
    width : 80px;
    height: 15px;
}
.alldesign-popbox .folder-box dt img {
	/*padding: 12px 0 0;*/

}
.alldesign-popbox .img-box {
	float: left;
	margin: 0 4px 10px 0;
	padding: 0;
	text-align: center;
}
.alldesign-popbox .img-box dt {
	margin: 0 0 3px;
	padding: 0;
	width : 128px;
	height: 128px;
	border: 1px solid #ccc;
}
.alldesign-popbox .img-box dd {
	margin: 0;
	padding: 0;
	font-size: 10px;
    width: 128px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.alldesign-popbox .img-box dt img {
	/*width: 83px;*/
}
.alldesign-popbox .folder-box.last,
.alldesign-popbox .img-box.last {
	margin: 0;
	padding: 0;
}
.alldesign-popbox dl {
    cursor: pointer;
}

/* ----- .color  ----- */
.color-edit {
    margin: 0;
    padding: 0;
}
.color-edit li {
	width: 21px;
	height: 12px;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #999999;
	cursor: pointer;
}
/* ----- .pop-teamcolor ----- */
.pop--teamcolor {
    position: absolute;
    top : 0px;
    left: 0px;
    z-index: 3001;
    padding: 8px;
    border : 1px solid #CCC;
    background-color: #FFF;
    width: 300px;
    /* -CSS3/ --------------------------------- */
    border-radius         : 4px;
    -moz-border-radius    : 4px;
    -webkit-border-radius : 4px;
    /* -/CSS3 --------------------------------- */

}
.pop--teamcolor--bg {
    position: fixed;
    top : 0;
    left: 0;
    z-index: 3000;
    width : 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=20);
    -moz-opacity: 0.2;
    opacity: 0.2;
}

.color-info{
    border-bottom: 2px solid #000;
    text-align: right;
    padding-bottom: 2px;
    margin-bottom: 3px;
}
.color-type-title{
    font-weight: bold;
}
.color-type-attention{
    clear: both;
    color: red;
    font-size: 10px;
}
/* ----- .save-design-popbox ----- */
.save-design-popbox table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
    margin: 0;
}
.save-design-popbox table th {
    margin : 0;
    padding: 0 8px 8px 0;
    text-align: left;
    font-weight: normal;
    vertical-align: top;
}
.save-design-popbox table td {
    margin : 0;
    padding: 0 0 8px 0;
    text-align: left;
    font-weight: normal;
    vertical-align: top;
}
.save-design-popbox input[type='text'] {
    width: 100%;
}
.save-design-popbox textarea {
    width: 100%;
    height: 96px;
}
.save-design-popbox .btm-btn {
    text-align: center;
    padding   : 8px 0 0;
}
.save-design-popbox .btm-btn a + a {
    margin-left: 10px;
}
.save-design-popbox .btm-btn a img{
    height: 26px;
}
/* ----- .cart-design-popbox ----- */
.cart-design-popbox table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
    margin: 0;
}
.cart-design-popbox table th {
    margin : 0;
    padding: 0 8px 8px 0;
    text-align: left;
    font-weight: normal;
    vertical-align: top;
}
.cart-design-popbox table td {
    margin : 0;
    padding: 0 0 8px 0;
    text-align: left;
    font-weight: normal;
    vertical-align: top;
}
.cart-design-popbox input {
    width: 100%;
}
.cart-design-popbox textarea {
    width: 100%;
    height: 96px;
}
.cart-design-popbox .btm-btn {
    text-align: center;
    padding   : 8px 0 0;
}

/* モデル表示 */
/*
.model-view-bg {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 200;
    background-color: #000000;
    filter: alpha(opacity=30);
    -moz-opacity: 0.30;
    opacity: 0.30;
}
.model-view {
    position: absolute;
    z-index: 201;
    top: 0px;
    left: calc(50% - 280px);
    padding-top: 55px;
}
.model-view .model-view-menubutton{
    position: relative;
    height: 25px;
}
.model-view .model-view-menubutton a{
    display: block;
    position: absolute;
    right: 10px;
}
.model-view .model-view-menubutton a img{
    width: 25px;
    height: 25px;
}
.model-view .model-view-box {
    margin-top: 10px;
}
.model-view .model-view-box div {
    margin: 0 auto;
    background: #fff;
}
.model-view .model-view-content{
    text-align: center;
    position: relative;
}
.model-view .model-view-content .model-view-prev,
.model-view .model-view-content .model-view-next {
    position: absolute;
    top: calc(50% - 15px);
    cursor: pointer;
}
.model-view .model-view-content .model-view-prev img,
.model-view .model-view-content .model-view-next img{
    height: 30px;
}
.model-view .model-view-content .model-view-prev{
    left: 5px;
}
.model-view .model-view-content .model-view-next{
    right: 5px;
}
*/
.model-view {
    position: relative;
}
.model-view .model-view-box {

}
.model-view .model-view-box div {
    margin: 0;
    background: #ccc;
}
.model-view .model-view-content{
    text-align: center;
    position: relative;
}
.model-view .model-view-content .model-view-close{
    position: absolute;
    top : 10px;
    right: 10px
}
.model-view .model-view-content .model-view-close img{
    width: 20px;
    height: 20px;
}
.model-view .model-view-content .model-view-prev,
.model-view .model-view-content .model-view-next {
    position: absolute;
    top: calc(50% - 15px);
    cursor: pointer;
}
.model-view .model-view-content .model-view-prev img,
.model-view .model-view-content .model-view-next img{
    height: 30px;
}
.model-view .model-view-content .model-view-prev{
    left: 5px;
}
.model-view .model-view-content .model-view-next{
    right: 5px;
}
.model-view .model-view-pager{

}
.model-view .model-view-pager ul{
    text-align: center;
    height: 10px;
    padding: 0;
    margin: 10px auto;
}
.model-view .model-view-pager ul li + li{
    margin-left: 2px;
}
.model-view .model-view-pager ul li {
    display: inline-block;
    text-indent: -9999px;
    border-radius: 8px;
    background: #D5D8DD;
    width: 8px;
    height: 8px;
    -webkit-box-shadow: inset 1px 1px 0px 0px #7C8285;
    -moz-box-shadow: inset 1px 1px 0px 0px #7C8285;
    box-shadow: inset 1px 1px 0px 0px #7C8285;
}
.model-view .model-view-pager ul li.now-page {
    background: #666464;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.model-view .model-view-note{
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0;
    font-size: 8px;
    height: 11px;
}

a img.btn_in_cart{
    width: 230px;
    height: 34px;
}
