body {
	font-size: 16px;
	margin: 0px;
	height: 100%;
}

.softwareArea {
  position: absolute;
  top: 0;
  right: 0;
  width: 280px;
  height: 100%;
  background: #fff;
  box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.11);
  z-index: 1;
}

.softwareSwitchBar {
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  color: #FFFFFF;
  background-color: #009688;
}

.softwareBarGuide {
}

.softwareBarClose {
  width: 24px;
  height: 24px;
}

.softwareSwitchItem {
  display:flex;
  justify-content: start;
  align-items: center;
  height: 48px;
  padding: 0 20px;
  font-size: 16px;
  color: #000;
  border-bottom: 1px solid #999;
}

.softwareSwitchItemSelected {
  color: #009688;
  background-color: #CEEAE7 !important;
}

.softwareBar {
  color: white;
  background: #009688;
  width: 100%;
  padding: 10px 20px;
  font-size:18px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.listItemProduct {
  height: 48px;
  padding: 10px 20px;
  border-bottom: 1px solid #999;
}

#home_area {
  width: 100%;
  margin-left: 220px;
}

#home_software {
  width: 100%;
  height: 50px;
  display: none;
}

.buttonFill {
  color: #FFFFFF;
  background-color: #009688;
}

.buttonFillWhite {
  color: #FFFFFF;
  background-color: #009688;
  border: solid 1px #FFFFFF;
}

.buttonFillYellow {
  color: #FFFFFF;
  background-color: #FA9917;
}

.buttonFillRed {
  color: #FFFFFF;
  background-color: #ED4135;
}

.buttonFrame {
  color: #009688;
  background-color: #FFFFFF;
  border: solid 1px #009688;
}

.buttonLicenseFill {
  color: #FFFFFF;
  background-color: #009688;
}

.buttonNoFrame {
  color: #009688;
  background-color: #FFFFFF;
}

.buttonText {
  display: inline-block;
  color: #009688;
  background-color: #FFFFFF;
}

.downloadIcon {
  margin: 5px
}

.colorAccent {
  color: #009688;
}

.colorRed {
  color: #ED4135;
}

.colorYellow {
  color: #FA9917;
}

.backcolorEndLicense {
  background-color: #FBD9D7;
}

.backcolorNearEndLicense {
  background-color: #FDEACD;
}

.paddingLicense {
  padding:10px;
}

#menu_topbar {
  display: none;
  position: absolute;
  background: #fff;
  right: 70px;
  top: 45px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.30);
  border-radius: 8px;
}

#menu_topbar_lang {
  display: none;
  position: absolute;
  background: #fff;
  right: 30px;
  top: 45px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.30);
  border-radius: 8px;
  z-index: 1;
}

#software_topbar {
  display: none;
  position: absolute;
  background: #fff;
  left: 5px;
  top: 45px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.30);
  border-radius: 8px;
}

#box_logo {
  height: 100px;
}

.sideMenuItemSelect {
  color: #259689;
  background-color: #CEEAE7;
}

.sideMenuEndLicenseSelect {
  color: #ED4135;
  background-color: #FBD9D7;
}

.sideMenuNearEndLicenseSelect {
  color: #FA9917;
  background-color: #FDEACD;
}

.pager .pagination li div.active{
  color: #fff;
  background: #259689;
}

.softwareDescription {
  color: #757575;
  font-size:14px;
}

.manualName {
  margin-right: 10px;
}

.manualButtonArea {
  min-width: 160px;
}

.manualButtonRight {
  margin: auto 0 auto auto;
}

.templateSearchArea {
  display: flex;
}

.searchIcon {
  position:absolute;
  left: 10px;
  top: 10px;
}

.inputClearIcon {
  display: none;
  position:absolute;
  top: 10px;
  right: 10px;
}

.errorMessage {
  text-align: left;
  font-size: 14px;
  margin: 0 0 0 10px;
  color: #ff0000;
}

.templateTagArea {
  display:none;
  flex-wrap:wrap;
}

.movieItem {
  vertical-align: top;
  display: inline-block;
  margin: 10px;
  width: 300px;
  cursor: pointer;
}

#popup_button_lang {
	position: absolute;
	right: 0px;
	margin: 20px;
	z-index: 1;
}

#signup_confirm_area {
	display:none;
}

.movieList {
  display: flex;
  flex-wrap: wrap;
}

.movieImg {
  width: inherit;
}

.menuDownloadTemplate {
  width: 200px;
  display: none;
  position: absolute;
  background: #fff;
  right: 10px;
  top: 42px;
  z-index: 1;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.30);
}

.buttons_list {
  color: #009688;
  font-size: 14px;
}

.buttons_list_disable {
  color: #757575;
  font-size: 14px;
}

.template_download_are {
  position:relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  min-width: 300px;
}

.notExistTemplate {
  text-align: center;
  margin-top: 50px;
}

.btnClearFilter {
  width: 200px;
      display: inline-block;
}

#box_content {
  width: 432px;
  height: 100%;
  background-color: #FFFFFF;
  margin: 0 auto;
  padding: 114px 0 0 0;
  text-align: center;
}

.breakAll {
  word-break: break-all;
}

.link {
  color: #2196F3;
  cursor: pointer;
  text-decoration: none;
}

.disableItem {
  display: none;
}

.buttonLicenseMinWidth {
  min-width: 60px !important;
}

/* プルダウン */
.cp_ipselect {
	overflow: hidden;
	width: 100%;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	height: 40px;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl02 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect.cp_sl02::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl02:after {
	position: absolute;
	top: 0;
	right: 2.5em;
	bottom: 0;
	width: 1px;
	content: '';
	border-left: 1px solid #bbbbbb;
}
.cp_ipselect.cp_sl02 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
	background: #F5F5F5;
}

.no_licence_area {
	display: flex;
	width: 100%;
	height: calc(100vh - 120px);
	align-items: center;
	justify-content: center;
	text-align: center;
}

.no_licence_area {
	display: flex;
	width: 100%;
	height: calc(100vh - 120px);
	align-items: center;
	justify-content: center;
	text-align: center;
}

.no_licence_title {
	font-size: 16px;
}

.no_licence_guide {
	color: #757575;
	font-size: 14px;
}

.circleButtonMain {
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  width: 40px;
  height: 40px;
  display: inline-flex;
}

@media screen and (max-width:767.999999px){
	body {
	  background-color: #FFFFFF;
  }
  
  .viewPC {
  	display:none !important;
  }
  
  .viewTablet {
  	display:none !important;
  }
  
  .viewPhone {
  	display:flex !important;
  }
  
  .viewBlockPC {
    display:none;
  }

  .viewBlockTablet {
    display:none;
  }

  .viewBlockPhone {
    display:block;
  }
  
  #licence_info_area {
    width: calc(100% - 40px);
    padding: 10px 20px;
  }
  
  #home_content {
    width: calc(100% - 40px);
    padding: 10px 20px;
  }

  
  #body_login {
   background-color: #FFFFFF;
  }

  #body_login_exia {
   background-color: #FFFFFF;
  }
  
  #box_login {
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 6px;
    padding: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform : translate(-50%,-50%);
    transform : translate(-50%,-50%);
    text-align: center;
    box-sizing: border-box;
  }
  
  .box_logo_phone {
    width: 100%;
  }
  
  #box_register {
    width: 90%;
    height: 100%;
    background-color: #FFFFFF;
    margin: 0 auto;
    padding: 100px 0 300px 0;
    text-align: center;
  }
  
  #box_registerd_license {
    width: 90%;
    height: 100%;
    background-color: #FFFFFF;
    margin: 0 auto;
    padding: 100px 0 0 0;
    text-align: center;
  }
  
  #box_dialog {
	width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	padding: 15px;
	border-radius: 2px;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
  }
	
  #box_dialog_content {
    max-height: 300px;
    overflow-y: auto;
    margin: 10px 0;
    padding: 10px;
  }
  
  #software_topbar {
    left: initial;
  	right: 0;
  }
  
  .inputKey {
    padding: 0px 5px;
    width: 15%;
    height: 48px;
    border: none;
    background-color: #F5F5F5;
    box-shadow: 0px 2px #BDBDBD;
    box-sizing: border-box;
    text-align: center;
    font-size: 80%;
  }
  
  .templateSearchArea input {
    -webkit-appearance: none;
    display: inline-block;
    border-radius: 30px;
    border: 0;
    background: #F5F5F5;
    padding: 15px 0px 15px 40px;
    width: 100%;
    box-sizing: border-box;
  }
  
  .buttonMain {
    height: 40px;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    padding: 0 10px;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    min-width: 0px;
    display: inline-flex;
  }
  
  .circle52 {
  	width: 52px;
  	height: 52px;
  }
  
  .downloadButtonMain {
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    max-width: 37px;
    display: inline-flex;
  }
  
  .categoryButtonMain {
    height: 30px;
    font-size: 10px;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    padding: 0 10px;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    display: inline-flex;
  }
  .searchInputIcon {
    margin-right: 10px;
    margin-left: 10px;
  }
  
  .templateSearchInputArea {
    position: relative;
    width: calc(100% - 80px);
    align-self: center;
  }
  
  .template_download_are {
    min-width: 110px;
  }

  .manualButtonArea {
    min-width: 60px;
  }
  
  .product_logo {
  	max-width: 151px;
  }
}

@media screen and (min-width: 768px) and (max-width:1023.999999px){
	body {
	  background-color: #FFFFFF;
  }
  
  .viewPC {
  	display:none !important;
  }
  
  .viewTablet {
  	display:flex !important;
  }
  
  .viewPhone {
  	display:none !important;
  }
  
  .viewBlockPC {
    display:none;
  }

  .viewBlockTablet {
    display:block;
  }

  .viewBlockPhone {
    display:none;
  }
  
  #licence_info_area {
    width: calc(100% - 80px);
    padding: 10px 40px;
  }
  
  #home_content {
    width: calc(100% - 80px);
    padding: 10px 40px;
  }
  
  #body_login {
    background-image: url(user/back.png);
  }
  
  #body_login_exia {
    background-image: url(user/bg_login_orange.png);
  }

  #box_login {
    width: 432px;
    background-color: #FFFFFF;
    border-radius: 6px;
    padding: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform : translate(-50%,-50%);
    transform : translate(-50%,-50%);
    text-align: center;
    box-sizing: border-box;
  }
  
  #box_register {
    width: 432px;
    height: 100%;
    background-color: #FFFFFF;
    margin: 0 auto;
    padding: 100px 0 300px 0;
    text-align: center;
  }
  
  #box_dialog {
	width: 432px;
	max-height: 850px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	padding: 15px;
	border-radius: 2px;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
  }

  #box_registerd_license {
    width: 432px;
    height: 100%;
    background-color: #FFFFFF;
    margin: 0 auto;
    padding: 100px 0 0 0;
    text-align: center;
  }
	
  #box_dialog_content {
    height: 500px;
    overflow-y: auto;
    margin: 10px 0;
    padding: 10px;
  }
  
  .inputKey {
    padding: 0px 5px;
    width: 17%;
    height: 48px;
    border: none;
    background-color: #F5F5F5;
    box-shadow: 0px 2px #BDBDBD;
    box-sizing: border-box;
    text-align: center;
    font-size: 120%;
  }
  
  .templateSearchArea input {
    -webkit-appearance: none;
    display: inline-block;
    border-radius: 30px;
    border: 0;
    background: #F5F5F5;
    padding: 15px 40px;
    width: 100%;
    box-sizing: border-box;
  }
  
  .buttonMain {
    height: 40px;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    padding: 0 10px;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    min-width: 80px;
    display: inline-flex;
  }
  
  .downloadButtonMain {
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    min-width: 0px;
    display: inline-flex;
  }
  .searchInputIcon {
    margin-right: 10px
  }
  
  .categoryButtonMain {
    height: 40px;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    padding: 0 10px;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    min-width: 80px;
    display: inline-flex;
  }
  
  .templateSearchInputArea {
    position: relative;
    width: calc(100% - 200px);
    align-self: center;
  }

  .template_download_are {
    min-width: 110px;
  }

  .manualButtonArea {
    min-width: 60px;
  }
}

@media screen and (min-width:1024px){
  .viewPC {
  	display:flex !important;
  }
  
  .viewTablet {
  	display:none !important;
  }
  
  .viewPhone {
  	display:none !important;
  }
  
  .viewBlockPC {
    display:block;
  }

  .viewBlockTablet {
    display:none;
  }

  .viewBlockPhone {
    display:none;
  }

  #licence_info_area {
    width: calc(100% - 80px);
    padding: 10px 40px;
  }
  
  #home_content {
    width: calc(100% - 80px);
    padding: 10px 40px;
  }
  
  #body_login {
    background-image: url(user/back.png);
  }
  
  #body_login_exia {
    background-image: url(user/bg_login_orange.png);
  }
  
  #box_login {
    width: 432px;
    background-color: #FFFFFF;
    border-radius: 6px;
    padding: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform : translate(-50%,-50%);
    transform : translate(-50%,-50%);
    text-align: center;
    box-sizing: border-box;
  }
  
  #box_register {
    width: 432px;
    height: 100%;
    background-color: #FFFFFF;
    margin: 0 auto;
    padding: 100px 0 300px 0;
    text-align: center;
  }
  
  #box_registerd_license {
    width: 432px;
    height: 100%;
    background-color: #FFFFFF;
    margin: 0 auto;
    padding: 100px 0 0 0;
    text-align: center;
  }
  
  #box_dialog {
	width: 432px;
	max-height: 850px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	padding: 15px;
	border-radius: 2px;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
  }
	
  #box_dialog_content {
    height: 500px;
    overflow-y: auto;
    margin: 10px 0;
    padding: 10px;
  }
  
  .inputKey {
    padding: 0px 5px;
    width: 17%;
    height: 48px;
    border: none;
    background-color: #F5F5F5;
    box-shadow: 0px 2px #BDBDBD;
    box-sizing: border-box;
    text-align: center;
    font-size: 120%;
  }
  
  .templateSearchArea input {
    -webkit-appearance: none;
    display: inline-block;
    border-radius: 30px;
    border: 0;
    background: #F5F5F5;
    padding: 15px 40px;
    width: 100%;
    box-sizing: border-box;
  }
  
  .buttonMain {
    height: 40px;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    padding: 0 10px;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    min-width: 80px;
    display: inline-flex;
  }
  
  .buttonMainLang {
    height: 28px;
    width: 70px;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    padding: 0 10px;
    justify-content: left;
    align-items: center;
    white-space: nowrap;
    min-width: 80px;
    display: inline-flex;
  }
  .buttonNoPadding {
  	padding: 0 !important;
  }
  
  .downloadButtonMain {
    height: 40px;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    padding: 0 10px;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    min-width: 80px;
    display: inline-flex;
  }
  
  .categoryButtonMain {
    height: 40px;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    padding: 0 10px;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    min-width: 80px;
    display: inline-flex;
  }
  
  .searchInputIcon {
    margin-right: 10px
  }
  
  .templateSearchInputArea {
    position: relative;
    width: calc(100% - 200px);
    align-self: center;
  }

  .manualButtonArea {
    min-width: 160px;
  }
}