@charset "utf-8";

/* == BASIC ELEMENTS' SETTINGS == */
html{
	height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #000;
	background-color: #fff;
	font-size: 12px;
	font-family: -meiryo, 'Hiragino Kaku Gothic ProN', sans-serif !important;
	overflow-y: scroll;
}
div,
p {
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}
a,
a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	color: #666;
	text-decoration: underline;
}
a:hover,
a:active {
	color: #666;
	text-decoration: none;
}
img {
	border: none;
}
/* == /BASIC ELEMENTS' SETTINGS == */
.w80p	{width: 80% !important;}
.w70p	{width: 70% !important;}
.w60p	{width: 60% !important;}
.w50p	{width: 50% !important;}
.w40p	{width: 40% !important;}
.w30p	{width: 30% !important;}
.w20p	{width: 20% !important;}
.w10p	{width: 10% !important;}

/* == BASIC PARTS == */
.wrapper {
	margin: 0px;
	padding: 0px;
	text-align: left;
	position: relative;
}
.header {
	height: 75px;
	min-width: 950px;
	background: url(/rpa/images/bg-header-80a0d035fcbeb87e53e96d18afb4596a.jpg) center top no-repeat;
	box-sizing: content-box!important;
}
.link-area {
	clear: both;
	min-height: 360px;
	min-width: 950px;
	color: #fff;
	background-color: #535252;
}
.footer {
	height: 50px;
	width: 100%;
	background-color: #535252;
	height: 40px;
	color: #FFF;
}
.footer .footer-menu a{
	color: #FFF;
}
/* == /BASIC PARTS == */

/* == COMMON CLASSES == */
.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	height: 0px;
	visibility: hidden;
}
.no-display {
	display: none;
}
img.icon-link-a {
	vertical-align: middle;
	padding-right: 5px;
	box-sizing: content-box!important;
}
img.icon-outlink-a {
	vertical-align: middle;
	padding-left: 3px;
}
span.note {
	font-size: 10px;
	color: #666;
}
.no_script {
	margin: -20px auto 10px;
	border: 1px solid #f60;
	padding: 5px 7px;
	width: 60em;
	font-size: 12px;
	line-height: 14px;
	position: relative;
}
/* == /COMMON CLASSES == */

/* == HEADER == */
.header-inner {
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
}

.header .logo {
	margin: 0 10px;
	padding: 16px 0px 0px;
	height: 50px;
	float: left;
}
.header .logo h1 {
	margin: 0px;
	padding: 0px;
}
.header div.grand-navi {
	margin: 0px;
	padding: 18px 0px 0px;
	width: 471px;
	height: 57px;
	float: left;
}
.header div.grand-navi ul.grand-navi {
	display: block;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 5px 0px;
	width: 458px;
	height: 52px;
	list-style: none;
}
.header div.grand-navi ul.grand-navi li {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}
.header div.grand-navi ul.grand-navi li.grand-navi-partition {
	margin-right: 10px;
}
.header .houjin {
	margin: 0px;
	padding: 18px 0px 0px;
	width: 103px;
	height: 57px;
	float: left;
	position: relative;
	z-index: 10;
}
#new_comer {
    position: absolute;
    top: 32px;
    left: -40px;
    font-size: 25px;
    text-decoration: none;
    color: grey;
    box-sizing: content-box!important;
}
#new_comer_count{
    position: absolute;
    top: -5px;
    left: 13px;
    font-size: 10px;
    text-align: center;
    color: white;
    background-color: red;
    font-weight: bold;
    min-width: 20px;
    height: 15px;
    border-radius: 15px;
    cursor: pointer;
    box-sizing: content-box!important;
}

.header .link_search {
	margin: 0px;
	padding: 0px;
	width: 179px;
	height: 75px;
	font-size: 10px;
	line-height: 11px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 10;
	-webkit-box-sizing:content-box !important;
	box-sizing:content-box !important;
}
.header .link_search #link-sitemap {
	position: absolute;
	right: 60px;
	top: 16px;
}

.header .link_search #siteserch {
	position: absolute;
	right: 54px;
	top: 16px;
}

.header .link_search #link-softbank_global {
	position: absolute;
	right: 0px;
	top: 16px;
}
.header .link_search form#site-search {
	position: absolute;
	right: 0px;
	top: 36px;
	box-sizing: content-box!important;
}
.header .link_search form#site-search input {
	vertical-align: middle;
	box-sizing: content-box!important;
}
#sitesearch{
	box-sizing: content-box!important;
}
.header .link_search form#site-search input#site-search-query {
	font-size: 12px;
	line-height: 14px;
	padding: 2px 1px;
	width: 114px;
	height: 14px;
	border: 1px solid #7f9db9;
	background-color: #fff;
}
/* == /HEADER == */

/* == LINK_AREA == */
.link-area a,
.link-area a:link {
	color: #fff;
	text-decoration: underline;
}
.link-area a:visited {
	color: #ccc;
	text-decoration: underline;
}
.link-area a:hover,
.link-area a:active {
	color: #ccc;
	text-decoration: none;
}
.link-area .link-area-inner {
	padding-top: 10px;
}
.link-area h3 {
	margin: 18px 0px 8px;
	padding: 0px;
}
.link-area ul.flat {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 13px;
	list-style: none;
}
.link-area ul.flat li {
	margin: 0px;
	padding: 2px 0px;
}
.link-area ul.flat li.mt6 {
	margin-top: 0px;
}
.link-area div.link-column {
	float: left;
}
.link-area div#link-column1 {
	width: 90px;
}
.link-area div#link-column2 {
	width: 120px;
}
.link-area div#link-column3 {
	width: 150px;
}
.link-area div#link-column4 {
	width: 165px;
}
.link-area div#link-column5 {
	width: 140px;
}
.link-area div#link-column6 {
	width: 160px;
}
.link-area div#link-column7 {
	width: 120px;
}
.link-area h3 {
	text-indent:-9999px;
	background:no-repeat;
	font-size:100%;
	height:12px;
}
.link-area #link-memory {
	background-image:url(/common/images/txt-memory.gif);
}
.link-area #link-usbmemory {
	background-image:url(/common/images/txt-usb_memory.gif);
}
.link-area #link-memorycard {
	background-image:url(/common/images/txt-memory_card.gif);
}
.link-area #link-ssd {
	background-image:url(/common/images/txt-ssd.gif);
}
.link-area #link-hdd {
	background-image:url(/common/images/txt-harddisk.gif);
}
.link-area #link-drive {
	background-image:url(/common/images/txt-dvd_drive.gif);
}
.link-area #link-addoninterface {
	background-image:url(/common/images/txt-addon_interface.gif);
}
.link-area #link-wirelesslan {
	background-image:url(/common/images/txt-wireless_lan.gif);
}
.link-area #link-lanconnection {
	background-image:url(/common/images/txt-lan_connection.gif);
}
.link-area #link-visualdevice {
	background-image:url(/common/images/txt-visual_device.gif);
}
.link-area #link-kids {
	background-image:url(/common/images/txt-kids.gif);
}
.link-area #link-customersupport {
	background-image:url(/common/images/txt-customer_support.gif);
}
.link-area #link-taioujoho {
	background-image:url(/common/images/txt-taiou_joho.gif);
}
.link-area #link-bsolution {
	background-image:url(/common/images/txt-b_solution.gif);
}

/* == /LINK_AREA == */

/* == /HEADER_AREA == */

.login-logout-menu{
	font-size: 14px;
}

/* == /HEADER_AREA == */

/* == FOOTER == */
.footer .footer-menu {
	margin: 0px;
	padding: 5px 0px 0px;
	max-width: 747px;
	font-size: 10px;
	line-height: 12px;
	float: right;
}
.footer .footer-menu ul {
	margin: 0px;
	padding: 10px 0px 0px;
	list-style: none;
	float: left;
}
.footer .footer-menu ul li {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	float: left;
}
.footer .footer-menu div.footer-logo-softbank {
	margin: 0px;
	padding: 9px 0px 0px 12px;
	float: left;
}
.footer .footer-menu div.footer-logo-melco {
	margin: 0px -3px 0px 0px;
	padding: 0px 0px 0px 15px;
	width: 121px;
	height: 29px;
	position: relative;
	float: left;
}
.footer #copyright {
	margin: 0px;
	padding: 15px 0px 0px;
	width: 202px;
	height: 12px;
	float: left;
}
/* == /FOOTER == */

/**
 * osusume-information(2012/03/14)
*/
#osusume-information {
	min-width: 950px;
	*height: 150px;
	background: url(/common/images/osusume-information/bg.gif) 0 0 repeat;
	text-align: center;
	margin: 0;
	padding:0 0 15px 0;
}
#osusume-information .osusume-header {
	width: 950px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}
#osusume-information .osusume-header:after {
	clear: both;
	content: " ";
	display: block;
	height: 0px;
	visibility: hidden;
}
#osusume-information .title {
	float: left;
	margin: 7px 0 10px 0;
	padding: 0 0 0 8px;
	position: relative;
	border-left: 4px solid #b91d1c;
	color: #333;
	font-size: 120%;
}
#osusume-information .detail {
	float: right;
}
#osusume-information h2 a {
	position: absolute;
	top: -3px;
	right: 0;
	z-index: 560;
}
#osusume-information .inner {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#osusume-information .footOsusumeSlide {
	width: 960px;
	margin: 0 auto;
	*overflow: hidden;
}
#osusume-information #slider {
	width: 950px;
	height: 135px;
	margin:-20px 0 0 0;
}
#osusume-information #slider div {
	width: 880px;
	height: 91px;
	margin: 20px 0 0 26px;
}

#osusume-information-slidewrap {
	padding: 5px 0 0 0;
}
#osusume-information-slide {
	width: 868px;
	height: 91px;
	padding: 0 32px 0 50px;
}
#osusume-information-slide-inner {
	width: 848px;
	height: 91px;
	overflow: hidden;
	position: relative;
	margin: 0 20px 0 0;
}
#osusume-information-slide-inner div {
	width: 848px;
	height: 91px;
	margin: 0 0 0 -20px;
}
#osusume-information-slide ul {
	width: 868px;
	height: 91px;
	margin: 0 0 0 -20px;
	padding: 0;
	list-style: none;
}
#osusume-information-slide li {
	float: left;
	_display: inline;
	margin: 0 0 0 20px;
	padding: 0;
}
#osusume-information-slide .image {
	display: block;
	position: relative;
	padding: 3px 4px 4px 4px;
	background: #fff;
	text-align: center;
}
#osusume-information-slide .image img {
	display: inline;
}
#osusume-information-slide .ribbon {
	width: 55px;
	height: 55px;
	display: block;
	position: absolute;
	top: 0;
	right: -1px;
	z-index: 200;
}
#osusume-information-slidewrap .jquery-slider {
	position: relative;
}
#osusume-information-slide .jquery-slider-element {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
}
#osusume-information-slide .jquery-slider-control {
	width: 31px;
	height: 31px;
	display: block;
	margin: 16px 0 0 0;
	cursor: pointer;
}
#osusume-information-slide .jquery-slider-control-prev {
	background: url(/common/images/osusume-information/btn-navi.gif) 0 0 no-repeat;
}
#osusume-information-slide .jquery-slider-control-prev:hover {
	background: url(/common/images/osusume-information/btn-navi.gif) 0 -31px no-repeat;
}
#osusume-information-slide .jquery-slider-control-next {
	float: right;
	background: url(/common/images/osusume-information/btn-navi.gif) -31px 0 no-repeat;
}
#osusume-information-slide .jquery-slider-control-next:hover {
	background: url(/common/images/osusume-information/btn-navi.gif) -31px -31px no-repeat;
}
#osusume-information-slide .osusumePrev {
	width: 34px;
	height: 105px;
	display: block;
	position: absolute;
	top: 14px;
	left: 0;
	z-index: 300;
	padding: 0;
}
#osusume-information-slide .osusumeNext {
	width: 34px;
	height: 105px;
	display: block;
	position: absolute;
	top: 14px;
	right: 0;
	z-index: 310;
	padding: 0;
}
#osusume-information-slide .jquery-slider-pages {
	height: 20px;
	overflow: visible;
	position: absolute;
	top: -31px;
	right: 460px;
}
#osusume-information-slide .jquery-slider-page {
	width: 17px;
	height: 17px;
	display: block;
	float: right;
	position: relative;
	background: url(/common/images/osusume-information/icon-pagenation.gif) 0 0 no-repeat;
	cursor: pointer;
}
#osusume-information-slide .jquery-slider-page:hover {
}
#osusume-information-slide .jquery-slider-page-current {
	background: url(/common/images/osusume-information/icon-pagenation.gif) -17px 0 no-repeat;
	cursor: default;
}

/**
 * footer-navi(2012/03/14)
*/
#footer-navi {
	min-width: 950px;
	clear: both;
	padding: 30px 0 30px 0;
	background-color: #535252;
	color: #fff;
	text-align: center;
}
#footer-navi a {
	color: #fff;
	text-decoration: underline;
}
#footer-navi-inner {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#footer-navi .products {
	width: 444px;
	float: left;
}
#footer-navi .support_s {
	width: 222px;
	float: left;
	padding: 0 0 0 31px;
}
#footer-navi .company {
	width: 222px;
	float: left;
	padding: 0 0 0 31px;
}
#footer-navi .title {
	margin: 0 0 13px 0;
	padding: 0 0 0 10px;
	font-size: 120%;
}
#footer-navi .column {
	padding: 0 0 0 10px;
}
#footer-navi .products .column {
	width: 212px;
	float: left;
}
#footer-navi .column ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer-navi .column li {
	margin: 0 0 5px 0;
	line-height: 1.4;
}
.footer .footer-menu {
	font-size: 100%;
}
#lineShareArea {
	width:410px;
	*width:378px;
	float:right;
	margin:0;
}
#lineShareArea a {
	width:auto !important;
	text-decoration:none !important;
	padding:0 !important;
	text-indent:0 !important;
}
#lineShareArea img {
	display:inline !important;
}
#lineShareArea ul {
	*height:20px;
	*overflow:hidden;
	margin:0;
}
#lineShareArea ul li {
	display:inline;
	float:left;
	padding:0;
	margin:0 0 0 10px !important;
	vertical-align:middle;
}
#lineShareArea ul li a span{
	display: block !important;
}
#lineShareArea ul li.twitterBt {
	width:75px;
}
#lineShareArea ul li.mixiCheckBt {
	margin:0 0 0 7px !important;
	width:58px;
}
#lineShareArea ul li img {
	margin:0 !important;
	padding:0 !important;
}
#lineShareArea .shareBt a {
	font-size:12px;
}
#lineShareAreaWrap {
	width:950px;
	margin:5px auto 0 auto;
	*margin:5px auto 5px auto;
}
.mb5{
	margin-bottom: 5px;
}
.mb20{
	margin-bottom: 20px;
}
#footer-navi .products{
	width: 365px;
}
#footer-navi .products .column{
	width: 172px;
}
#footer-navi .service{
	padding: 0 10px;
	width: 185px;
	float: left;
}
#footer-navi .support_s{
	padding: 0 10px;
	width: 180px;
}
#footer-navi .company{
	padding: 0 0 0 10px;
	width: 170px;
}
#footer-navi .noLinkTitle{
	background:none;
}
.header .logo{
	padding: 23px 20px 0 0;
	/* width: 164px; */
	height: 50px;
}
.header div.grand-navi ul.grand-navi li.grand-navi-partition {
	margin-right: 7px;
}
.header div.grand-navi ul.grand-navi{
	margin:0 8px 0 0;
	width:504px;
}
.header div.grand-navi{
	width:512px;
}
#footer-navi a.newwin{
	padding-right: 16px;
}

#facebookBox{
	border-top:1px solid #ccc;
	margin:30px 0 0 0;
}
#facebookBox #facebookBoxInner{
	background:#f6f7f8;
	padding:0 110px;
	margin:30px 0 0 0;
}
.right-navi .partnerlistBn{
	margin-left:-4px!important;
}
#inquiry_table table {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-spacing: 0;
  font-size:1em;
}
#inquiry_table .form-group {
  margin-left: auto;
  margin-right: auto;
  border-spacing: 0;
  font-size:1.1em;
}
#inquiry_table ul {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
#inquiry_table table th {
  color: #fff;
  padding: 8px 15px;
  background: #428bca;
  background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%)
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
  font-weight: bold;
  border-left:1px solid #888;
  border-top:1px solid #888;
  border-bottom:1px solid #888;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(34,85,136,0.9);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
#inquiry_table table th:first-child {
	border-radius: 5px 0 0 0;
}
#inquiry_table table th:last-child {
	border-radius: 5px 0 0 0;
}
#inquiry_table table th:last-child {
  border-radius:0 5px 0 0;
  border-right:1px solid #888;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}
#inquiry_table table tr td {
	padding: 10px 15px;
	text-align: center;
}
#inquiry_table table tr td:last-child {
  border-right: 1px solid #e0e0e0;
}
#inquiry_table table tr {
  background: #fff;
}
#inquiry_table table tr:nth-child(2n+1) {
  background: #fcfcfc;
}
#inquiry_table table tr:last-child td {
}
#inquiry_table table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
#inquiry_table table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
#inquiry_table table tr:hover,
#inquiry_table table tr:nth-child(2n+1):hover,
#inquiry_table .table-striped>tbody>tr:hover,
#inquiry_table .table-hover>tbody>tr:hover>td,
#inquiry_table .table-hover>tbody>tr:hover>th,
#inquiry_table tbody tr.odd:hover {
  background: #bbd4ee  !important;
  cursor:pointer;
}
#inquiry_table .inquiry-result-table .child ul.dtr-details{
    text-align:left;
}

#inquiry_table table.dataTable thead th.sorting {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

#inquiry_table table.dataTable thead th.sorting_asc,
#inquiry_table table.dataTable thead th.sorting_desc {
    padding-left: 0px !important;
    padding-right: 30px !important;
}

.inquire-reply-btn {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}
#application_table table {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-spacing: 0;
  font-size:1em;
}
#application_table .form-group {
  margin-left: auto;
  margin-right: auto;
  border-spacing: 0;
  font-size:1.1em;
}
#application_table ul {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
#application_table table th {
  color: #fff;
  padding: 8px 15px;
  background: #428bca;
  background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%)
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
  font-weight: bold;
  border-left:1px solid #888;
  border-top:1px solid #888;
  border-bottom:1px solid #888;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(34,85,136,0.9);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
#application_table table th:first-child {
	border-radius: 5px 0 0 0;
}
#application_table table th:last-child {
	border-radius: 5px 0 0 0;
}
#application_table table th:last-child {
  border-radius:0 5px 0 0;
  border-right:1px solid #888;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}
#application_table table tr td {
	padding: 10px 15px;
	text-align: center;
}
#application_table table tr td:last-child {
  border-right: 1px solid #e0e0e0;
}
#application_table table tr {
  background: #fff;
}
#application_table table tr:nth-child(2n+1) {
  background: #fcfcfc;
}
#application_table table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
#application_table table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
#application_table table tr:hover {
  background: #bbd4ee;
  cursor:pointer;
}
#license_table table {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-spacing: 0;
  font-size:1em;
}
#license_table .form-group {
  margin-left: auto;
  margin-right: auto;
  border-spacing: 0;
  font-size:1.1em;
}
#license_table ul {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
#license_table table th {
  color: #fff;
  padding: 8px 15px;
  background: #428bca;
  background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%)
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
  font-weight: bold;
  border-left:1px solid #888;
  border-top:1px solid #888;
  border-bottom:1px solid #888;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(34,85,136,0.9);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
#license_table table th:first-child {
	border-radius: 5px 0 0 0;
}
#license_table table th:last-child {
	border-radius: 5px 0 0 0;
}
#license_table table th:last-child {
  border-radius:0 5px 0 0;
  border-right:1px solid #888;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}
#license_table table tr td {
	padding: 10px 15px;
	text-align: center;
}
#license_table table tr td:last-child {
  border-right: 1px solid #e0e0e0;
}
#license_table table tr {
  background: #fff;
}
#license_table table tr:nth-child(2n+1) {
  background: #fcfcfc;
}
#license_table table tr:last-child td:first-child {

  border-radius: 0 0 0 5px;

}
#license_table table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
#license_table table tr:hover {
  background: #bbd4ee;
  cursor:pointer;
}
#category-link-area{
	padding-left: 30px;
}

.category-link{
	float: left;
	display: block;
	width: 25%;
}

.category-facet-header{
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 15px;
}

.clear-both{
	clear: both;
}

.faq_Category.dCategory{
	cursor: pointer;
	background-color: #428bca;
	border-bottom: 2px solid #b6c3bd;
}

.faq_Category.dCategory:hover{
	background-color: #3276b1;
}

.faq_Category{
position: relative;
    margin-top: 10px;
    margin-left: 10px;
    background: #f5f5f5;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    border: 0;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.2s ease, box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none !important;
    color: #ffffff;
}

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

.sort{
    position: relative;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 15px;
    background: #f5f5f5;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 30px;
    padding-right: 30px;
    float: left;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    border: 0;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.2s ease, box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none !important;
    color: #000;
}

.sort-active{
	background-color: #428bca;
    color: rgba(255, 255, 255, 0.84);
}

.sort-active:hover{
	background-color: #3276b1;
    border-color: #285e8e;
}

.rn_Title{
	margin-top: 20px;
}

.rn_Multiline2 ul{
	list-style: none;
}

.result-no{
	margin-left: -18px;
}

.rn_Date{
	color: #006621;
	margin-bottom: 5px;
}

.rn_Multiline2 .rn_Date .rn_ElementsHeader,
.rn_Multiline2 .rn_Date .rn_ElementsData{
	color: #006621;
	font-weight: 600;
}

.rn_Category{
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.2s ease, box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none !important;
    border-radius: 2px 0px 0px 2px;
}

.rn_Category:hover {
	cursor: default;
}

.rn_Status{
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	margin-bottom: 10px;
	transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	border: 0;
	cursor: pointer;
	text-transform: uppercase;
	text-decoration: none;
	color: rgba(255, 255, 255, 0.84);
	transition: background-color 0.2s ease, box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
	outline: none !important;
	color: #000;
	border-radius: 2px 0px 0px 2px;
}

.rn_Status:hover {
	cursor: default;
}

.rn_Version{
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	border: 0;
	cursor: pointer;
	text-transform: uppercase;
	text-decoration: none;
	color: rgba(255, 255, 255, 0.84);
	transition: background-color 0.2s ease, box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
	outline: none !important;
	color: #000;
	border-radius: 2px 0px 0px 2px;
}

.rn_Version:hover {
	cursor: default;
}

.rn_AnswerList li:hover{
	cursor: default;
}

.rn_Title a:hover,
.rn_Element3:hover{
	cursor: pointer;
}

.s_btn a:hover,
.pankuzu-list a:hover,
.category-link a:hover,
.rn_PageLinks a:hover,
#option-search-link:hover{
	cursor: pointer;
}

.hidden-selectedCategory,
.hidden-selectedCategory-name,
.hidden-data{
	display: none;
}

.selectedCategory{
	margin-top: 15px;
	font-size: 10px;
}

#categoryTreeModal .btn{
	text-shadow: none;
}

.answer-data-margin{
	margin-bottom: 10px;
    clear: both;
}

.no-msg{
	clear: both;
    padding-top: 15px;
}

.condition-delete{
float: left;
    padding-top: 9px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
    background: #444;
    color: #FFF;
    cursor: pointer;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.84);
    transition: background-color 0.2s ease, box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none !important;
    margin-bottom: 10px;
    border-radius: 0px 2px 2px 0px;
}

#inquiry_table table.dataTable thead .sorting_asc {
    background: url(/rpa/images/sort_asc-4c6c953516b85dc869aec812534e912e.png) no-repeat center right;
    background-color: #428bca;
}

#inquiry_table table.dataTable thead .sorting_desc {
    background: url(/rpa/images/sort_desc-06887722244036360b7278e26b02604e.png) no-repeat center right;
    background-color: #428bca;
}

#inquiry_table .dataTables_filter{
	float: left;
}
#application_table table.dataTable thead .sorting_asc {
    background: url(/rpa/images/sort_asc-4c6c953516b85dc869aec812534e912e.png) no-repeat center right;
    background-color: #428bca;
}

#application_table table.dataTable thead .sorting_desc {
    background: url(/rpa/images/sort_desc-06887722244036360b7278e26b02604e.png) no-repeat center right;
    background-color: #428bca;
}

#application_table .dataTables_filter{
	float: left;
}
#license_table table.dataTable thead .sorting_asc {
    background: url(/rpa/images/sort_asc-4c6c953516b85dc869aec812534e912e.png) no-repeat center right;
    background-color: #428bca;
}

#license_table table.dataTable thead .sorting_desc {
    background: url(/rpa/images/sort_desc-06887722244036360b7278e26b02604e.png) no-repeat center right;
    background-color: #428bca;
}

#license_table .dataTables_filter{
	float: left;
}
.value-content .label {
	color: black;
}

.ui-autocomplete.ui-front{
	z-index: 9999;
}
.sptop-title #faq-no{
	display: inline-block;
	font-size: 12px;
}

.faq_questionnaire h5{
	font-size: large;
	font-weight: bold;
}

#radioGroupDiv {
	font-size: 1.2em;
	margin-bottom: 30px;
}

#radioGroupDiv #useful,
#radioGroupDiv #useless {
	vertical-align: middle;
	cursor: pointer;
	height: 1.2em;
    width: 1.2em;
}

#radioGroupDiv label[for="useful"],
#radioGroupDiv label[for="useless"]{
	vertical-align: sub;
}

#radioGroupDiv label:hover{
	cursor: pointer;
}

.questionnaire-header{
	font-size: 1.5em;
	margin: 20px 13px 20px 15px;
}

.faq_questionnaire{
	margin-top: 10px;
}

.faq_questionnaire .sptop-header{
	width: 100%;
}

.top-notification{
	color: #0000ff;
	padding-bottom: 20px;
	padding-left: 10px;
}

.main .main-inner .pt30{
	padding-top: 0px !important;
}

.display-none{
	display: none;
}


/* ヘッダー上部メッセージエリア */

.header-msg{
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 600;
    padding-right: 0;
    font-size: 18px;
}

.header-msg a{
    color: #ffffff;
    text-decoration: underline;
    font-size: 0.8em;
}

.header-msg a:hover{
    color: #ffffff;
}

header .close-btn {
    float: left;
    width: 30%;
    cursor: pointer;
    text-align: right;
}

#loginModal .header-password,
#loginModal .header-account{
	font-weight: 600;
}

#loginModal .header-password{
    margin-top: 20px;
}

.mainmenu li a:has('.header-manual-link'),
.mainmenu li a:has('.header-qa-area'){
    display: none;
}

/** 11月対応では非表示 **/
.corse-area,
.myPage-area h2,
.myPage-area .myPage-link,
.login-user-name-area .user-name{
	display: none;
}

#categorytree .dynatree-selected .dynatree-title,
#tagtree .dynatree-selected .dynatree-title
{
	color: #428bca !important;
}

@media (min-width: 768px){
	.mainmenu li {
		float: left;
		width: auto;
	}
}

.clear-both{
    clear:both;
}

/** 基本構造 **/


/*  ヘッダーとフッターをバーの形にする設定 */
header {
}

/* ボックスの上下の間隔 */
.contents {
}

.sub {
    padding-top: 5px;
    padding-bottom: 20px;
}

/* コンテンツとサイドバーの間隔 */
.contents {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*  ボックスの左右の余白  */
header, footer, .container{
    border-top: none !important;
}

header{
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: solid 1px #dddddd;
}

.header-inner .site-icon{
	float : right;
}

.header-inner .site-icon h1{
    margin-top: 5px;
    margin-bottom: 5px;
}

.header-inner .col-md-2,
.header-inner .col-md-6 {
	min-height: 0px;
}

@media (min-width: 768px) {
    /* コンテンツとサイドバーを横に並べる  */
    .container:after{
        content: "";
        display: block;
        clear: both;
    }

    .contents{
        float: left;
        width: 100%;
    }

    .sub {
	    padding-top: 0px;
        padding-bottom: 0px;
    }

    .campany-name-description {
	    margin-left: 0px;
    }
}

@media (min-width: 1040px) {

    /*  全体の横幅 */
    .container,
    .main-inner,
    .footer-middle,
    .go-to-top {
        width: 1000px !important;
        margin-left: auto;
        margin-right: auto;
        padding-right: 15px;
        padding-left: 15px;
    }

    .login-menu .menu,
    .no-login-menu .menu {
        margin-left: auto !important;
        margin-right: auto !important;
        display: table;
    }

}

@media (min-width: 1240px) {

    /*  全体の横幅 */
    .container,
    .main-inner,
    .footer-middle,
    .go-to-top {
        width: 1200px !important;
        margin-left: auto;
        margin-right: auto;
        padding-right: 15px;
        padding-left: 15px;
    }

     .login-menu .menu,
     .no-login-menu .menu,
     .no-login-menu-partner .menu  {
        margin-left: auto !important;
        margin-right: auto !important;
        display: table;
    }

}

/**  ヘッダー **/
/* サイト名 */
.site h1 a{
    display: inline-block;
    padding: 0px;
	/*
    	background-color: #00aDe9;
    */
	color: #ffffff;
    text-decoration: none;
}

.site h1{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 36px;
    float: left;
    margin-right: 20px;
}

.site img {
	width: 165px;
	margin-top: 0;
	margin-left: 0;
}

.site-link-str {
	margin-top: 30px;
    display: inline-block;
    padding-left: 20px;
    border-left: 1px solid #333;
    font-size: 13px;
    white-space: nowrap;
}

.site-link-str a {
	text-decoration: none !important;
}

.site-link-str a:hover {
	text-decoration: underline !important;
}

.sb-company-name {
    text-align: right;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 600;
}

/**  フッター  **/
/*  コピーライト  */

/** TOPスライダー **/
.slider-area{
    margin-bottom: 15px;
}

/** TOPコンテンツ **/

.informartion-area,
.corse-area,
.manual-area{
    margin-bottom: 25px;
}

.informartion-area .info-header,
.corse-area .corse-header,
.manual-area .manual-header{
    margin-bottom: 5px;
}

.informartion-area .info-content,
.corse-area .corse-content,
.manual-area .manual-content{
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.corse-area .corse-content a,
.corse-area .corse-header a,
.manual-area .manual-content a,
.manual-area .manual-header a{
    color: #000000;
    text-decoration: underline;
}

.corse-area .corse-content a:hover,
.corse-area .corse-header a:hover,
.manual-area .manual-content a:hover,
.manual-area .manual-header a:hover{
    color: #000000;
    text-decoration: underline;
}

.corse-content .corse-name{
    float: left;
    margin-right: 25px;
}

.corse-area .corse-content{
    overflow: auto;
}

/**  記事の概要 **/
/*  概要 */
.gaiyou a {
    display: block;
    padding: 20px 0;
    border-bottom: dotted 2px #dddddd;
    color: #000000;
    text-decoration: none;
}

.gaiyou a:hover{
    background-color: #eeeeee;
}

.gaiyou h1{
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
}

.gaiyou p{
    margin: 0;
    font-size: 14px;
}

/*  記事 */
.kiji h1{
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 36px;
}

.kiji p{
    margin: 0;
    margin-bottom:  20px;
}

/* マニュアル個別ページ */
.manual-content {
    padding-top: 0;
}

.manual-content h1 {
    font-size: 22px;
}

.manual-summary .header,
.manual-download .header{
    margin-top: 30px;
    margin-bottom: 10px;
}

.manual-summary .summary,
.manual-download .files{
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 10px;
}

.manual-download .files{
    overflow: auto;
}

.manual-download .attachement-file{
    width: 33%;
    float: left;
}

.manual-download .attachement-file img{
    max-width: 75px;
}


/**  サイドバー **/
/*  メニュー */
.mymenu h2{
    margin-top: 0;
    margin-bottom: 10px;
    border-bottom: solid 1px #dddddd;
    color: #666666;
    font-size: 18px;
}

.mymenu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.mymenu li a{
    display: block;
    padding: 10px 5px;
    color: #000000;
    font-size: 14px;
    text-decoration: none;
}

.mymenu li a:hover{
    background-color: #eeeeee;
}

/*  ログインメニュー */
.login-form h2{
    margin-top: 0;
    margin-bottom: 10px;
    border-bottom: solid 1px #dddddd;
    color: #666666;
    font-size: 18px;
}

.login-area #account,
.login-area #password{
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}

.logout-area{
    display: none;
}


/**　MyPage-Area **/
.myPage-area{
    border: solid 1px #cccccc;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    font-size: 14px;
}

.myPage-area h2{
    font-size: 14px;
    font-weight: normal;
}

.myPage-area .accountIdHeader,
.myPage-area .passwordHeader{
    margin-right: 80px;
    padding-top: 15px;
}

.myPage-area .myPage-link{
    font-size: 12px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.login-area .loginBtn,
.logout-area .logoutBtn{
    border: solid 1px #cccccc;
    background-color: #cccccc;
    margin-top: 30px;
    margin-bottom: 30px;
}

.login-user-name-area{
     margin-top: 30px;
}

.login-area,
.logout-area{
    text-align: center;
}

/** 右メニュー **/
.qa-area ,
.inquiry-area,
.manual-area,
.agreemant-area{
    border: solid 1px #cccccc;
    border-radius: 5px;
    margin-top: 15px;
    cursor: pointer;
}


.manual-area{
    cursor: default;
}

.qa-area h2,
.inquiry-area h2,
.manual-area h2,
.agreemant-area h2{
    font-size: 16px;
    margin-top: 10px !important;
    margin-bottom: 10px;
    margin-left: 15px;
    border-bottom: none;
    background-color: #ffffff;
    border-top: none;
    padding: 0;
}


.agreemant-area a h2,
.agreemant-area a:hover{
    text-decoration: none;
    color: #000;
}

.what-rpa-area,
.what-licens-area,
.have-account-area,
.not-account-area,
.manual-area-link{
    margin-left: 15px;
    margin-top: 10px;
}

.what-rpa-area a,
.what-licens-area a,
.have-account-area a,
.not-account-area a,
.manual-area-link a{
    text-decoration: underline;
    color: #333;
}

.login-menu{
	margin-top: 27px;
}

.login-menu ul,
.no-login-menu ul,
.no-login-menu-partner ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.login-menu li a,
.no-login-menu li a,
.no-login-menu-partner li a {
    display: block;
    padding: 10px 5px;
    color: #000000;
    font-size: 12px;
    text-decoration: none;
    border-bottom: 2px solid #FFF;
}

.login-menu>ul>li>a {
	padding-top: 10px;
	padding-bottom: 15px;
}

.no-login-menu>ul>li>a,
.no-login-menu-partner>ul>li>a {
	padding-top: 10px;
	padding-bottom: 11px;
}

.login-menu li a:hover,
.no-login-menu li a:hover,
.no-login-menu-partner li a:hover {
    border-bottom: 2px solid #428bca;
}

/*「ログイン」メニューだけは下線を表示しない*/
.no-login-menu > ul > li:last-of-type a:hover{
	border-bottom: none;
}

/* ヘッダー上部メッセージエリア */

.header-msg-area{
    background: #BBBDBF;
    color: #ffffff;
    height: 40px;
}

.header-msg-area .header-msg{
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 600;
    padding-right: 0;
    font-size: 16px;
    display: none;
    padding-top: 10px;
}

.header-msg a{
    color: #ffffff;
    text-decoration: underline;
    font-size: 0.8em;
}

.header-msg a:hover{
    color: #ffffff;
}

header .close-btn {
    float: left;
    width: 30%;
    cursor: pointer;
    text-align: right;
}

/*  トグルボタン */

.header-inner {
    position: relative;
}

#loginModal .header-password,
#loginModal .header-account{
	font-weight: 600;
}

#loginModal .header-password{
    margin-top: 20px;
}

.login-menu li a:has('.header-manual-link'),
.login-menu li a:has('.header-qa-area'),
.no-login-menu li a:has('.header-manual-link'),
.no-login-menu li a:has('.header-qa-area'){
    display: none;
}

/** 11月対応では非表示 **/
.corse-area,
.myPage-area h2,
.myPage-area .myPage-link,
.login-user-name-area .user-name{
    display: none;
}

/** マニュアル一覧ページ **/
.page-template-manual .contents{
        padding-top: 10px;
}

.page-template-manual .contents h1{
    font-size: 16px;
    border-bottom: 1.2px solid #cccccc;
}

.page-template-manual .manual-header-info{
    margin-top: 15px;
    margin-bottom: 15px;
}

.page-template-manual .category-link{
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: auto;
}

.page-template-manual .category-link .cate-link-name{
    float: left;
    margin-right: 10%;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
}


.page-template-manual .manual-cat-name{
    margin-top: 15px;
}

.page-template-manual .category-link .cate-link-name a,
.page-template-manual .manual-link-content-name a{
    color: #000000;
    text-decoration: underline;
}


.page-template-manual .manual-link-content-name{
    border: 1px solid #0b5bce;
    border-radius: 5px;
    padding-top: 10px;
    padding-left: 20px;
}

.page-template-manual .manual-link-content-name ul{
    margin-bottom: 0;
}

.page-template-manual .manual-name-li{
    margin-bottom: 10px;
}

@media (min-width: 768px) {

    /*  サイト名とナビゲーションメニューを横に並べる設定 */
    .header-inner:after {
        content: "";
        display: block;
        clear: both;
    }

    .site {
        float: left;
    }

    /*  ナビゲーションメニューのリンクを横に並べる設定  */
    .login-menu {
        display: none;
    }

    .login-menu,
     .no-login-menu{
    }

    .login-menu ul:after,
    .no-login-menu ul:after {
        content: "";
        display: block;
        clear: both;
    }

    .login-menu li,
    .no-login-menu li {
        float: left;
        width: auto;
        text-align: center;
    }

    .login-menu li a,
    .no-login-menu li a {
        padding: 15px 8px;
        padding-bottom: 0;
    }

    .login-menu .menu,
    .no-login-menu .menu,
    .no-login-menu-partner .menu {
        margin-left: auto !important;
        margin-right: auto !important;
        display: table;
    }

    .no-login-menu .menu {
        width: 100%;
        padding: 0;
    }

}

@media (min-width: 766px) {
    .login-menu li a,
    .no-login-menu li a,
    .no-login-menu-partner li a {
        padding: 5px 8px;
    }
}

h2{
    border-top: none !important;
    border-bottom: none !important;
    background-color: #ffffff !important;
}

.header-alpha{
    color: #428bca;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    clear: both;
}

.header-jp{
    color: #428bca;
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: 10px;
    clear: both;
}

.content-block{
    clear: both;
    margin-bottom: 30px;
    overflow: auto;
}

.top-content-template li{
    line-height: 1.1;
    margin-bottom: 10px;
}


.top-content-template .wp-video{
    max-width: 100% !important;
    width: 85% !important;
    margin-left: auto;
    margin-right: auto;

}

.top-content-template video{
    width: 100% ;
}

.top-content-template img{
    margin-right: 10px;
}

.informartion-area .info-content {
    border: 1px solid #428bca;
    font-size: 12px;
}

#portal_top{
	display: none;
}

@media (max-width: 1115px) {
    .top-content-template .wp-video {
        width: 100% !important;
    }

    .header-inner .site{
        padding-left: 0;
        flote: none;
    }

	.floating-go-to-top{
		width: 100%;
		margin-left: 0;
		padding-right: 10px;
	}

	.login-menu li a,
	.no-login-menu li a,
	.no-login-menu-partner li a{
		padding-top: 10px;
		padding-bottom: 10px;
		margin: 0px;
	}

}

@media (min-width: 992px){

     .header-inner .site{
        padding-left: 0;
        /* width: auto; */
    }
}

@media (max-width: 768px) {
    .kiji h1 {
        font-size: 24px;
    }

    .kiji p {
        font-size: 14px;
    }

    .contents{
        padding-right: 0;
    }

    .top-content-template video{
         max-height: 480px;
    }

    .top-content-template img{
        width: 100%;
        clear: both;
    }

    .header-msg-area .close-btn {
        float: left;
        width: 28%;
        cursor: pointer;
        text-align: right;
    }
    header {
        padding-left: 0px;
        padding-right: 0px;
    }

    .header-inner .site{
        float: left;
        padding-left: 15px;
        width: 100px;
    }

    .header-inner .site-icon{
		padding-right: 15px;
    }

    .top-content-template .wp-video {
        margin-top: 0px;
    }

    .top-content-template img {
	    margin-right: 0px;
    }

    .sub {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .login-menu {
    	float: none;
    }
}


@media (max-width: 599px) {
    .kiji h1 {
        font-size: 24px;
    }

    .kiji p {
        font-size: 14px;
    }

    .contents{
        padding-right: 0;
    }

    .top-content-template video{
        max-height: 285px;
    }

    .top-content-template img{
        width: 100%;
        clear: both;
    }

    .header-msg-area .close-btn {
        float: left;
        width: 28%;
        cursor: pointer;
        text-align: right;
    }

    header {
        padding-left: 0px;
        padding-right: 0px;
    }

    .header-inner .site,
    .header-inner .site-icon{
        display: none;
    }

    .header-inner .sitenav{
        float: right;
        padding-right: 10px;
        width: 100%;
    }

    .active-menu{
        display: none;
    }

    .manual-download .attachement-file{
        width: 50%;
    }

    .manual-download .attachement-file .file-icon,
    .manual-download .attachement-file .file-name{
        text-align: center;
    }

    .manual-download .attachement-file img{
        max-width: 50px;
    }

	.top-content-template img {
	    margin-right: 0px;
    }

}

.display-none{
	display: none;
}

.login-menu {
    display: none;
}

/* add 2017/11/21 */
/***************************
* メニューの設定
****************************/
/*.sub-menu {
	display: none;
    position: absolute;
    z-index: 999;
    background-color: #EEE;
    margin-top: -10px !important;
}

.no-login-menu .sub-menu,
.no-login-menu-partner .sub-menu {
    margin-top: 0px !important;
}

.login-menu .menu-item-has-children a:hover,
.no-login-menu .menu-item-has-children a:hover,
.no-login-menu-partner .menu-item-has-children a:hover {
    border-bottom: solid 2px #FFF;
}

.sub-menu li a{
	color: #FFF;
}

.sub-menu li:hover{
	border-bottom: none;
}

.login-menu>ul>li li,
.no-login-menu>ul>li li,
.no-login-menu-partner>ul>li li {
    float: none;
    width: auto;
    text-align: center;
}

.login-menu>ul>li li>a:hover,
.no-login-menu>ul>li li>a:hover,
.no-login-menu-partner>ul>li li>a:hover {
    background-color: #428bca;
    color: #FFF;
}

.login-menu>ul>li li>a,
.no-login-menu>ul>li li>a,
.no-login-menu-partner>ul>li li>a {
    display: block;
   	padding: 10px 5px;
    color: #000000;
   	font-size: 14px;
    text-decoration: none;
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

@media (max-width: 1240px) {

	.header-inner .sitenav .login-menu{
		margin-left: 45px;
	}

	.header-inner .sitenav{
		width: 80%;
	}

	.header-inner .sitenav #no-login-menu{
		margin-left: -110px;
	}

	.login-menu>ul>li li>a,
	.no-login-menu>ul>li li>a,
	.no-login-menu-partner>ul>li li>a{
		list-style-position: inside;
	}
}

@media (max-width: 964px) {

	.login-menu li a,
	.no-login-menu li a,
	.no-login-menu-partner li a{
		font-size: 11px !important;
	}

	.login-menu>ul>li li>a,
	.no-login-menu>ul>li li>a,
	.no-login-menu-partner>ul>li li>a{
		font-size: 11px !important;
	}

	.header-inner .sitenav{
		float: left;
		padding-right: 0px;
		margin-top: 0px;
		margin-left: 10px;
	}

}*/

@media (max-width: 768px) {

	#portal_top{
		display: block;
		float: left;
		margin-left: 20px;
		font-size: 26px;
		margin-top: -6px;
		color: #FFF;
		position: absolute;
	}

    .header-inner .site,
    .header-inner .site-icon{
        display: none;
    }

    .header-inner .sitenav{
        float: right;
        padding-right: 10px;
        width: 100%;
    }

    .active-menu{
        display: none;
    }

	.header-inner .sitenav .login-menu{
		margin-left: 0px;
	}

	.header-inner .sitenav #no-login-menu,
	.header-inner .sitenav #no-login-menu-partner{
		margin-left: 0px;
	}

	.login-menu {
		padding-left: 0;
		float: none;
	}

}

@media (max-width: 767px) {

	.sub-menu{
		position: static;
		background-color: #fff;
	}

	.login-menu>ul>li li,
	.no-login-menu>ul>li li,
	.no-login-menu-partner>ul>li li{
		margin-left: 40px;
	}

	.login-menu li a,
	.no-login-menu li a,
	.no-login-menu-partner li a{
		border-bottom: 1px solid  #999999;
		list-style-position: inside;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.login-menu .menu-item-has-children a:hover,
	.no-login-menu .menu-item-has-children a:hover,
	.no-login-menu-partner .menu-item-has-children a:hover{
		border-bottom: 1px solid  #999999;
	}

}

.fa {
	font-family: FontAwesome;
	font-style: normal;
}

.header-user-info {
	margin-top: 3px;
	padding-right: 0;
	width: 15%;
}

header .fa{
	font:normal normal normal 14px/1 FontAwesome;
	font-size:inherit;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}

.small-menu{
	font-size: 8px;
}

@media (max-width: 768px) {
	.small-menu{
		font-size: 10px;
		display: inline;
		margin-left: 10px;
	}
}

.floating-go-to-top{
	display: none;
	bottom: 0px;
	position: fixed;
	z-index: 1;
	text-align: right;
	font-size: 11.9994px;
	width: 100%;
	padding-right: 11.5%
}

.floating-go-to-top a{
	color: #428bca !important;
	text-decoration: none !important;
	cursor: pointer !important;
}

#no-login-menu .header-login,
#no-login-menu-partner .header-login,
.login-menu .header-logout,
.mypage-sp,
#no-login-menu ul:first-child>li:first-child a{
	display: none;
}

/** ヘッダーのログインログアウト **/
.login-logout-menu{
	display: none;
	float:right;
	padding-top: 0;
	padding-right: 0;
	width: 100%
}

.login-logout-menu .header-logout,
.mypage-sp{
	display: none;
}

/** 評価通常時 */
.register-iine-link .fas.fa-hand-point-right.off {
	color: #ffe7b7 !important;
	text-shadow: 1px 1px 1px #000, -1px -1px 1px #000, 1px 1px 1px #000, -1px -1px 1px #000;
}

/** 評価選択時 */
.register-iine-link .fas.fa-hand-point-right.on{
	color: #428bca !important;
	text-shadow: none;
}

/** お気に入り通常時 */
.register-favorite-link .fas.fa-star.off {
	color: #ffff00 !important;
	text-shadow: 1px 1px 1px #000, -1px -1px 1px #000, 1px 1px 1px #000, -1px -1px 1px #000;
}

/** お気に入り選択時 */
.register-favorite-link .fas.fa-star.on {
	color: #428bca !important;
	text-shadow: none;
}

/** コピーは常に色を付ける **/
.copy-url-link .fa-copy{
	color: #00a3e9 !important;
}

a.register-iine-link > br,
a.register-favorite-link > br,
a.copy-url-link > br {
	display:none;
}

#licenseLoginModal .modal-header,
#initialLoginModal .modal-header{
	background-color: #0088cc;
	color: #FFF;
	border-radius: 3px;
}

.login-info {
	top: 6px;
	position: absolute;
	font-size: 12px;
	width: 100%;
}

#custom-search-field {
	display: inline-block;
	z-index: 2;
}

.custom-search-btn {
	background-color: #428bca;
	cursor: pointer;
	color: white;
	font-size: 14px;
	padding: 6.5px 20px;
	border-radius: 5px;
	margin-left: 20px;
}

#custom-search-loading {
	display: table;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #FFF;
	opacity: 0.8;
}

#custom-search-loading .loadingMsg {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding-top: 140px;
	background: url("/rpa/images/loading-icon-3e8039242e517ee7edc05a4e226e0b80.gif") center center no-repeat;
	background-size: 100px 100px;
}

.search-box {
	display: inline-block;
	width: auto;
}

#DataTables_Table_0_length {
	margin-bottom: 10px;
}

@media (min-width: 1081px){
	#DataTables_Table_0_wrapper {
		margin-top: -39px;
	}
}

@media (max-width: 1080px){
	#DataTables_Table_0_wrapper {
		margin-top: 12px;
	}
}

@media (min-width: 666px){
	.search-box {
		width: 350px;
	}
}

@media (max-width: 430px){
	.search-box {
		width: 285px;
		font-size: 12px;
	}
	.custom-search-btn {
		font-size: 13px;
		padding: 6.5px 11px;
		margin-left: 0px;
	}
}

@media (max-width: 376px){
	.custom-search-btn {
		font-size: 13px;
		padding: 6.5px 11px;
		margin-left: 0px;
	}
}

@media (max-width: 767px){
	.floating-go-to-top{
		padding-right: 7.5%;
	}
}

@media (max-width: 768px){
	.floating-go-to-top{
		padding-right: 10px;
	}

	#no-login-menu .header-login,
	#no-login-menu-partner .header-login,
	.login-menu .header-logout,
	.mypage-sp,
	.login-menu ul:first-child>li:first-child a,
	.login-menu ul:first-child>li:nth-child(2) a,
	#no-login-menu ul:first-child>li:first-child a,
	#no-login-menu-partner ul:first-child>li:first-child a{
		display: block;
	}

	.login-logout-menu{
		display: none;
	}

	.login-menu>ul>li li,
	.no-login-menu>ul>li li,
	.no-login-menu-partner>ul>li li{
		text-align: left;
	}
}

@media (max-width: 599px){
	.floating-go-to-top{
		width: 100%;
		margin-left: 0;
		padding-right: 10px;
	}

	#no-login-menu .header-login,
	#no-login-menu-partner .header-login,
	.login-menu .header-logout,
	.mypage-sp{
		display: block;
	}

	.login-logout-menu{
		display: none;
	}

	a.register-iine-link > br,
	a.register-favorite-link > br,
	a.copy-url-link > br {
		display:inline;
	}

}

@media (max-width: 1240px) {
	.header-inner .sitenav{
		width: 70%;
	}
}

@media (max-width: 1160px){
	.site h1 {
		display: none;
	}

	.site-link-str {
	    border-left: initial;
	}

	.site{
		width: auto !important;
		margin-right: 12%;
	}

 	.login-menu {
    	margin-right: 15px;
    	margin-left: 0;
    	width: 100%;
	}
}

@media (max-width: 768px) {
	.header-inner .sitenav{
		width: 100%;
	}

	.login-logout-menu {
		padding-bottom: 0px;
	}

	.no-login-menu li a{
		font-size: 11px;
	}
	.login-menu li a {
		font-size: 11px !important;
	}

	.login-menu>ul>li li>a,
	.no-login-menu>ul>li li>a{
		font-size: 11px !important;
	}

}

@media (max-width: 1115px) {
	.header-inner {
		padding-right: 5px;
		padding-left: 5px;
		width: 100%;
	}

	.header-inner .col-md-9{
		width: 100% !important;
		padding-left: 0px;
		padding-right: 0px;
	}

	.header-inner .col-md-8,
	.header-inner .col-md-6{
		width: 100% !important;
		margin-left: 20%;
	}

	.header-user-info {
		display: none !important;
	}

	.site {
		display: none;
	}

	#no-login-menu .header-login,
	#no-login-menu-partner .header-login,
	.login-menu .header-logout,
	.mypage-sp,
	.login-menu ul:first-child>li:first-child a,
	.login-menu ul:first-child>li:nth-child(2) a,
	#no-login-menu ul:first-child>li:first-child a,
	#no-login-menu-partner ul:first-child>li:first-child a{
		display: block;
	}

	#portal_top{
		display: block;
		float: left;
		margin-left: 20px;
		font-size: 26px;
		margin-top: -6px;
		color: #FFF;
		position: absolute;
	}

	.sb-company-name {
		display: none;
	}

	.login-menu .menu,
	.no-login-menu .menu,
	.no-login-menu-partner .menu,
	.login-menu,
	.no-login-menu,
	.no-login-menu-partner {
		width: 100%;
	}

	.login-menu {
		padding-left: 35px;
	}

	.login-logout-menu{
		float: left;
	}

}

@media (max-width: 1400px){

	.login-menu .menu>li a {
	    font-size: 12px;
	}
}

@media (max-width: 1330px){
	.login-menu .menu>li a {
		font-size: 12px;
	}

}

@media (max-width: 1319px){
	.site img {
	    margin-top: 9%;
		width: 120px;
	}
}

@media (max-width: 1250px){
	.header-inner .col-md-6{
	    padding-left: 0px;
	}

}

@media (max-width: 1125px){
	.login-menu li a,
	.no-login-menu li a,
	.no-login-menu-partner li a {
		font-size: 12px;
	}

}

.site-link-str a:visited,
.site-link-str a:hover,
.site-link-str a:active {
	color: #333;
}

@media (max-width: 1240px){
	.site h1 {
	    display: none;
	}

	.site-link-str {
	    border-left: 0px;
	}

	.site {
    	width: 20% !important;
    	margin-right: 0;
	}

	.header-inner .col-md-6 {
    	width: 60%;
    	margin-left: 0%;
	}
}

@media (max-width: 1115px){
	.header-inner .col-md-6 {
	    width: 100%;
		margin-left: 0px;
		margin-top: 0px;
	}

	.login-menu,
	#no-login-menu,
	#no-login-menu-partner {
		display: block;
		margin: 0px !important;
		padding: 0px !important;
	}

}

@media (min-width: 769px){
	.login-logout-menu{
		width: 400%;
	}
}

@media (min-width: 1116px){
	.login-logout-menu ul.menu{
		float: right;
		position: relative;
		right: -16px;
		width: auto;
	}
	.login-info {
		width: 100% !important;
		text-align: right !important;
		padding: 0px !important;
		margin: 0px !important;
	}
}

@media (max-width: 736px){

	.login-logout-menu{
		padding-bottom: 0px;
	}

	.header-inner .col-md-2 {
	    width: 100% !important;
	    padding-left: 0px !important;
	}

}

#portal_top .fa-home{
	font-size: 26px;
}

.login-menu>ul>li li>a:hover,
.no-login-menu>ul>li li>a:hover,
.no-login-menu-partner>ul>li li>a:hover{
    background-color: #428bca;
    color: #FFF;
    padding: 9.5px 5px;
    border-bottom: 1px solid #428bca !important;
}

.padding-zero-lr{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.modal-content .input-account #login-account,
.modal-content .input-account #login-password {
	font-size: 16px;
}

/* ###################### */
/***　　　↓　ヘッダ大改修　　　　***/
/* ###################### */

.login-menus{
	display: none;
}

.login-menu{
	display: none !important;
}

/*PC用ヘッダメニュー切替*/
@media(min-width: 1116px){
	.login-menu.pc-nav{
		display: block !important;
		float: right;
	}
	.login-logout-menu ul.menu{
		float: right;
		position: relative;
		right: -9px;
		width: auto;
	}
	.header-right-area{
		float: right !important;
		padding-right: 35px !important;
		width: 200px !important;
		padding-left: 0px !important;
	}
	.login-info {
		width: 100% !important;
		text-align: right !important;
		padding: 0px !important;
		margin: 0px !important;
	}
}

/*iPadメニュー切替ポイント*/
@media(max-width: 1115px){
   	.login-menu.ipad-nav {
		display: block !important;
	}

	.header-inner {
		padding-right: 5px;
		padding-left: 5px;
		width: 100%;
	}

	.header-right-area{
		float: right;
	}

	.header-inner .col-md-6 {
	    width: 100%;
	}

	.header-inner .col-md-8 {
		width: 100%;
	}

	.header-inner .col-md-9 {
		width: 100% !important;
		padding-left: 0px;
		padding-right: 0px;
	}

	.header-user-info {
		display: none !important;
	}

	.site {
		display: none;
	}

	.site img {
		width: 60px;
	}

	.no-login-menu .header-login,
	.no-login-menu-partner .header-login,
	.login-menu .header-logout,
	.mypage-sp,
	.login-menu ul:first-child>li:first-child a,
	.login-menu ul:first-child>li:nth-child(2) a,
	.no-login-menu ul:first-child>li:first-child a,
	.no-login-menu-partner ul:first-child>li:first-child a{
		display: block;
	}

	#portal_top{
		display: block;
		float: left;
		margin-left: 20px;
		font-size: 26px;
		margin-top: 3px;
		color: #FFF;
		position: absolute;
		font-weight: 900;
	}

	.login-menu .menu ,
	.no-login-menu .menu ,
	.no-login-menu-partner .menu {
		width: auto;
		float: right;
	}

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

	.login-menu>ul>li>a,
	.no-login-menu>ul>li>a,
	.no-login-menu-partner>ul>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
		margin: 0px;
	}

	.login-menu>ul>li li>a,
	.no-login-menu>ul>li li>a,
	.no-login-menu-partner>ul>li li>a{
		border-bottom: 1px solid  #999999;
		list-style-position: inside;
		padding-top: 9.5px;
		padding-bottom: 9.5px;
	}

	.login-menu,
	.no-login-menu,
	.no-login-menu-partner {
		display: block;
		width: 100%;
		margin: 0px !important;
		padding: 0px !important;
	}

	.login-logout-menu {
		float: right;
	}

	.header-msg-area .header-msg {
		display: block;
	}

	.sb-company-name {
		display: none;
	}

	.swiper-container,
	.slider-area.swiper-slider-area {
		margin-top: -10px !important;
	}

	.informartion-area .infoLink {
		display: none;
	}

	.header-msg-area {
		 position: fixed;
		 width: 100%;
		 height: 40px;
		 z-index: 99;
	 }

	 .header-inner {
	 	position: fixed;
	 	width: 100%;
	 	height: auto;
	 	background-color: white;
	 	top: 40px;
	 	z-index: 99;
	 	border-bottom: solid 1px #dddddd;
	 }
}

@media(max-width: 1024px){

}

/*一部のiPad表示切替用*/
@media(min-width: 768px) {

	/*縦が長いスマホの縦レイアウトでハンバーガー押してメニュー閉じた後に横向きにするとiPadメニューが隠れた状態になる対策*/
	.active-menu{
		display: block !important;
	}

	#navbtn {
		display: none !important;
	}

	.login-logout-menu{
		width: 400%;
	}

    .login-menu>ul>li>a,
    .no-login-menu>ul>li>a,
    .no-login-menu-partner>ul>li>a {
        padding-left: 8px;
        padding-right: 8px;
    }

}

/*
 * ヘッダメニューのスマホレイアウト切替ポイント
 */
@media(max-width: 767px){
	.header-inner {
    	border-bottom: 0px;
    }

    .main {
    	padding-top: 0px;
    }

    .login-menu.ipad-nav{
    	display: none !important;
    }

	.login-menu.sp-nav{
		display: block !important;
	}

    .header-msg-area .container,
    .header-msg-area .container .header-msg {
    	height: 100%;
    }

    .header-msg-area .close-btn {
        float: left;
        width: 28%;
        cursor: pointer;
        text-align: right;
    }
    header {
        padding-left: 0px;
        padding-right: 0px;
    }

    .header-inner .site h1,
    .header-inner .site img{
        width: 100px;
    }

    .header-inner .site-icon{
		padding-right: 15px;
    }

    .go-to-top a,
    .floating-go-to-top a{
    	margin-right: -10px;
    }

    .footer-middle.container{
    	margin-left: -2px;
    	margin-right: 10px;
    }

    .go-to-top,
    .floating-go-to-top,
    #footer-menu-1{
        margin-right: 12px;
    }

	.login-menu .menu ,
	.no-login-menu .menu ,
	.no-login-menu-partner .menu {
		width: 100%;
		float: none;
	}

	.login-menu>ul>li,
	.no-login-menu>ul>li,
	.no-login-menu-partner>ul>li,
	.login-menu>ul>li li,
	.no-login-menu>ul>li,
	.no-login-menu-partner>ul>li li{
		text-align: left;
	}

	.login-menu>ul li>a,
	.no-login-menu>ul li>a,
	.no-login-menu-partner>ul li>a,
	.login-menu>ul>li li>a,
	.no-login-menu>ul li>a,
	.no-login-menu-partner>ul>li li>a{
		margin-top: 0;
		padding-top: 15px !important;
		padding-bottom: 15px !important;
		font-size: 11px !important;
	}

    .header-inner .sitenav{
        margin-left: 25px;
        float: right;
        padding-right: 10px;
        width: 100% !important;
    }

    .header-inner .site,
    .header-inner .site-icon{
        display: none;
    }

    .active-menu{
        display: none;
    }

	.header-inner .sitenav .login-menu,
	.header-inner .sitenav .no-login-menu,
	.header-inner .sitenav .no-login-menu-partner{
		margin-left: 0px;
	}

	.floating-go-to-top{
		right: 3%;
	}

    .page-top-move {
    	width: 30px;
    	height: 30px;
    }

	#footer-menu-1 li{
		padding-left: 0px;
	}

    .login-logout-menu {
    	width: 100%;
	}

	#portal_top {
		margin-top: 3px;
	}

	.header-inner .col-sm-6 {
		width: 100%;
		margin-left: 0;
	}

	.header-inner .col-sm-6 .login-menu a{
		font-size: 10px;
	}

	.header-inner .col-md-2 {
	    width: 100% !important;
	    padding-left: 0px !important;
	}

	.service-inquiry-area .service-inquiry-content,
	.floating-service-inquiry-area .floating-service-inquiry-content{
		max-width: 80%;
	}

	.service-inquiry-area .service-inquiry-button,
	.floating-service-inquiry-area .floating-service-inquiry-button{
		width: 80% !important;
		margin: 10px 10% !important;
		border-radius: unset;
	}

	.service-inquiry-area.in-top{
		padding-top: 5px;
		height: 120px;
	}

	.floating-service-inquiry-area.in-top{
		padding-top: 0;
		height: 140px !important;
	}

	.service-inquiry-area .service-inquiry-content,
	.floating-service-inquiry-area .floating-service-inquiry-content{
		margin-top: 10px;
	}

	.service-inquiry-area  .service-inquiry-button.rpa,
	.floating-service-inquiry-area .floating-service-inquiry-button.rpa{
		margin-right: 5%;
	}

	.service-inquiry-area .service-inquiry-button,
	.floating-service-inquiry-area .floating-service-inquiry-button{
		width: 45%;
	}

	.service-inquiry-area.login .service-inquiry-button.rpa.in-top,
	.floating-service-inquiry-area.login .floating-service-inquiry-button.rpa.in-top{
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	}

	.service-inquiry-area.login .service-inquiry-button.userGuide.in-top,
	.floating-service-inquiry-area.login .floating-service-inquiry-button.userGuide.in-top{
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	}

}

/*iPhone5の崩れ対策など*/
@media (max-width: 374px) {
	.header-msg-area .header-msg {
		font-size: 12px;
		padding-top: 13px;
	}
}

@media(max-width: 897px){
	/* iPhoneXシリーズのコンテンツの表示領域がノッチ部分に侵入してしまう対策 */
	.header-inner, .header-msg-area, .main {
		/* iOS 11.1以下 */
		padding-right: constant(safe-area-inset-right);
		padding-left: constant(safe-area-inset-left);

		/* iOS 11.2以上 */
		padding-right: env(safe-area-inset-right);
		padding-left: env(safe-area-inset-left);
	}

	/* ログインモーダルのiOS端末の自動拡大防止用 */
	.loginAccountInput,
	#license-login-password,
	#request-login-password,
	#login-password {
		font-size: 16px !important;
	}

}

/* iPhone Plusと無印の横ではヘッダー固定を無効化*/
@media(max-width: 737px){
	.header-msg-area,
	.header-inner {
	 	position: static;
	 	z-index: 1;
	 }
	.main {
		padding-top: 0px;
	}
}

/* iPhoneの縦ではヘッダー固定*/
@media(max-width: 480px){
	.header-msg-area {
		 position: fixed;
		 width: 100%;
		 height: 40px;
		 z-index: 99;
	 }

	 .header-inner {
	 	position: fixed;
	 	width: 100%;
	 	height: auto;
	 	background-color: white;
	 	top: 40px;
	 	z-index: 99;
	 }
}

/* Bootstrap v5対応 */
.ps-card-success {
    border-color: #d6e9c6;
}

.ps-card-success>.card-header {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
