@charset "utf-8";

.sp_view {
	display: none;
}

.result-table thead tr th, .result-table tbody tr td {
	vertical-align: middle !important;
	font-family: "lucida grande", 'tahoma', 'arial',
		'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif;
}

.result-table thead tr th {
	cursor: pointer;
	background-color: gray;
	font-size: .9em;
	color: white;
}

.result-table tbody td {
	font-size: 1em;
}

.result-table tbody tr:hover {
	background: #FFCC33;
}

/* == BASIC PARTS == */
.main-inner,
.footer-inner {
	margin-left: auto;
    margin-right: auto;
}

.header-inner {
	width: 100% !important;
	font-size: 14px;
}

@media screen and (max-width: 1240px){

    .main-inner,
    .footer-inner {
		margin-left: auto;
	    margin-right: auto;
	}
}

.pankuzu-area {
	min-width: 950px;
	background-color: #535252;
	height: 40px;
	box-sizing: content-box !important;
}

.pankuzu-area-inner {
	padding-top: 10px;
	padding-bottom: 5px;
	min-height: 17px;
}

.pankuzu-area-inner:after {
	clear: both;
	content: " ";
	display: block;
	height: 0px;
	visibility: hidden;
}

.pankuzu-area-inner .pankuzu-list {
	font-size: 12px; /* TMP */
	line-height: 17px;
	color: #fff;
	float: left;
	width: 800px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.pankuzu-area-inner .pankuzu-list a, .pankuzu-area-inner .pankuzu-list a:link,
	.pankuzu-area-inner .pankuzu-list a:visited {
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}

.pankuzu-area-inner .pankuzu-list a:hover, .pankuzu-area-inner .pankuzu-list a:active
	{
	color: #fff;
	text-decoration: none;
}

#font-resize {
	/*	width: 218px;*/
	height: 17px;
	float: right;
	overflow: hidden;
}

#font-resize #font-resize-caption {
	/* width:  83px; */
	/* height: 17px; */
	float: left;
	position: relative;
	top: 2px;
	font-size: 12px;
}

#font-resize span.fontsize {
	display: inline-block;
	width: 50px;
	font-size: 12px;;
	color: #fff;
	text-align: center;
	cursor: pointer;
	position: relative;
	bottom: 3px;
	line-height: 1.1 !important;
	padding-top: 6px;
}

#font-resize span span.small {
	font-size: .10px;
	color: inherit;
	position: relative;
	top: 0;
}

#font-resize span.checked {
	color: #333;
	border-radius: 6px;
	background-color: #fff;
	padding: 2px;
	margin: 3px 5px;
	top: -4px;
}

#font-resize ul#font-resize-buttons {
	margin: 0px;
	padding: 0px;
	/*	width: 103px;*/
	height: 17px;
	float: left;
	overflow: hidden;
	list-style: none;
}

#font-resize ul#font-resize-buttons li {
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 7px;
	/*	width:  auto;*/
	/* font-size: 1%; */
	/* line-height: 1%; */
	height: 17px;
	float: left;
}

.main {
	min-width: 950px;
	/* background: url(/rpa/images/bg-main00-400353faf964af420d50f1a99fbf9fc3.jpg) center top no-repeat; */
}

.main.tpl-main {
	background: none;
}

.main-inner {
	padding: 30px 0px 5px;
	/* background: url(/rpa/images/bg-right_navi-3e65805b12e1993ec91e93dc577f5878.gif) right top repeat-y; */
}

.main-inner:after {
	clear: both;
	content: " ";
	display: block;
	height: 0px;
	visibility: hidden;
}
/*
.main-inner .contents {
	width: 80%;
	float: left;
}
*/
.main-inner .left-navi {
	padding-right: 10px;
	width: 18%;
	float: left;
	box-sizing: content-box !important;
}

.bugInfoPage .left-navi.bug_info {
	/* margin-top: 6.5% !important; */
	margin-top: 10px !important;
}

.category-search-body.bugInfoPage .main-inner .left-navi,
.search-result-body.bugInfoPage .main-inner .left-navi  {
	margin-top: 10px !important;
}

.main-inner .notification.bug_info {
	background-color: #fff;
}

.main-inner .right-navi {
    padding-right: 5px;
    width: 18%;
    float: right;
    box-sizing: content-box !important;
}
/* == /BASIC PARTS == */

/* == TPL-MAINCONTAINER == */
#tpl-maincontainer {
	font-size: 133%;
	background-color: #ffffff;
}

#tpl-maincontainer a, #tpl-maincontainer a:link {
	color: #0000ee;
}

#tpl-maincontainer a:visited {
	color: #551a8b;
}

#tpl-maincontainer a:hover {
	color: #0000ee;
}

#tpl-maincontainer a:active {
	color: #ee0000;
}

.faq_question {
	/* background: #f4f5f6; */
    padding: 10px;
    /* border: #DDDDDD 1px solid; */
    margin: 20px 13px 0 15px;
    border-radius: 5px;
}

.faq_answer {
    /* background: #f4f5f6;　 */
	padding: 10px;
    /* border: #DDDDDD 1px solid;　 */
	margin: 20px 13px 20px 15px;
    border-radius: 5px;
}

.faq_feedback {
	background: #ebffeb;
	padding: 10px;
	border: #ccffcc 2px solid;
	text-align: center;
	margin: 20px 13px 0 15px;
}

#AnswerFeedback_answer {
	width: 600px;
	margin: 0 auto;
}

#AnswerFeedback_answer .answerBox {
	float: left;
	width: 140px;
	display: inline;
	text-align: center;
}

#AnswerFeedback_answer .answerBox * {
	display: block;
	margin: 5px auto;
}

#AnswerFeedback_answer .answerBox2 {
	float: left;
	width: 170px;
	display: inline;
	text-align: center;
}

#AnswerFeedback_answer .answerBox2 * {
	display: block;
	margin: 5px auto;
}

#AnswerFeedback_answer input {
	margin: 0;
}

#AnswerFeedback_answer label {
	display: inline-block;
}

#AnswerFeedback_answer .commentArea {
	width: 550px;
	margin: 20px auto 5px;
	text-align: left;
}

#AnswerFeedback_answer textarea {
	width: 100%;
	margin: 6px 0;
}

#AnswerFeedback_answer .note {
	color: #888;
}

div.next_menu {
	display: inline-block;
	width: 120px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	outline: none;
	background-color: #FFF;
	margin: 10px;
	border: medium none;
	cursor: pointer;
	text-shadow: 1px 1px 1px #CCC;
	border-radius: 50px;
	font-size: 14px;
	border: 1px #ccc solid;
}

div.next_menu:hover {
	background-color: #F2F2F2;
}

/* == APPEND 2008.12.17 == */
.contents p.trunk {
	font-size: 110%;
}

.contents table.trunk th, .contents table.trunk td {
	font-size: 110%;
}
/* == /APPEND 2008.12.17 == */
li.left_menu {
	background: white;
	cursor: pointer;
	width: 190px;
	border: 1px solid #ccc;
	margin: 3px;
	height: 80px;
	display: inline-block;
	border-radius: 5px;
	position: relative;
}

.menu_title {
	display: inline-block;
	margin-left: 10px;
	/* font-weight: bolder; */
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.menu_icon {
	display: inline-block;
	vertical-align: middle;
	float: right;
	margin-right: 15px;
	margin-top: 25px;
}

li.top_menu {
	background: white;
	cursor: pointer;
	width: 220px;
	border: 1px solid #ccc;
	margin: 3px 6px;
	height: 85px;
	display: inline-block;
	border-radius: 12px;
	position: relative;
}

li.active > a {
	pointer-events: none;
	text-decoration: none;

}

.main-inner {
	margin-top: 10px;
	padding: 0px 0px 10px;
	/* background: url('/rpa/images/bg-right_navi-3e65805b12e1993ec91e93dc577f5878.gif') repeat-y scroll
		right top transparent; */
}

.main-inner .contents {
	width: 100%;
}

.faq-detail .main-inner .contents {
	width: 80%;
}


.main-inner .contents.p3 {
	width: 81%;
}

.bugInfoPage .main-inner .contents.p3 {
	width: 81%;
}

.main-inner .contents.p3.bug_info {
	width: 79% !important;
}

.main-inner .contents.p2 {
	width: 100%;
}

.rn_Element1 a{
/*	font-size: 14px; */
}

.rn_Multiline2 .rn_ElementsHeader, .rn_Multiline2 .rn_ElementsData {
	font-size: 0.8em;
}

.rn_Paginator {
	font-size: 12px;
}

.rn_Date{
	font-size: 18px;
}

.inquiry_file_row {
	height: 120px;
	padding: 15px 20px;
}

.sender {
	background: #ffebeb !important;
	border: #ffcccc 2px solid !important;
}

.receiver {
	background: #ebebff !important;
	border: #ccccff 2px solid !important;
}

.back-list {
	width: 30%;
}

.create_datetime {
	margin-bottom: 10px;
}

#index .right-navi.pc_view .content.r-banner2{
	margin-left: 3px;
}

#index .right-navi.pc_view .content.r-banner2 .subcontent{
	margin-left: 2px;
}

#conc{
	width: 100%;
}

#index .s_btn .text-wrapper span{
	white-space: nowrap;
}

#center-menu{
	display: none!important;
}
/* 検索バーエリアの長さ設定 */
.keyword-pc {
	width: 92%;
}
/* 検索ボタン */
#site-search-search{
    border: 2px solid #428bca;
    padding: 0.2em;
    cursor: pointer;
    font-size: 15px;
    border-radius: 3px;
    background-color: white;
    width: 75px;
    height: 34px;
    float: left;
    text-align: center;
}

#category-search-button{
	border: 2px solid #428bca;
    padding: 0.2em;
    cursor: pointer;
    font-size: 15px;
    border-radius: 3px;
    background-color: white;
    width: 75px;
    height: 34px;
    float: left;
    text-align: center;
}

#site-search-search:focus {
	outline: none;
}
#site-search-search:active {
	box-shadow: none;
}

/* 詳細検索ボタン */
#option-search-link {
	border: 2px solid #428bca;
	text-align: center;
    padding: 0.35em;
    cursor: pointer;
    font-size: 15px;
    border-radius: 3px;
    width: 100px;
    margin-left: 10px;
    height: 34px;
}

#category-search-contents #option-search-link{
	border: 2px solid #428bca;
	text-align: center;
    padding: 0.35em;
    cursor: pointer;
    font-size: 15px;
    border-radius: 3px;
    width: 100px;
    margin-left: 10px;
    height: 34px;
}

#rn_PageContent .btn-preview-area{
	text-align: center;
}

#btn-preview{
    cursor: pointer;
    border-radius: 2px;
    background-color: #428bca;
    color: rgba(255, 255, 255, 0.84);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}

#btn-preview:hover {
	background-color: #3276b1;
    border-color: #285e8e;
}

/* part_right_rpa */

.rank_category {
}

.rank_title {
    background-color: #cf4700;
    color: white;
    font-weight: bold;
    font-size: 14px;
    padding: 4px 0px 4px 0px;
    text-align: center;
}

.category_name {
	color: #428bca;
	font-weight: bold;
	padding-bottom: 1px;
	margin-bottom: -18px;
	margin-left: 8%;
}

.category_hr {
	border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: #BFBFBF;
    height: 1px;
    margin-bottom: 2%;
}

.faq_info_list {
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 2%;
    padding-right: 15%;
}

.faq_name {
	cursor: pointer;
}

.border_div {
	border-left: 1px solid #BFBFBF;
    border-right: 1px solid #BFBFBF;
}

.rank_a {
	color: blue !important;
}

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

@media (max-width: 1023px) {
	.header-inner {
	    margin-right: 0px;
	    margin-left: 0px;
	    width: 101%;
	}
	.header-inner .col-md-9{
		width: 100% !important;
		padding-left: 0px;
		padding-right: 0px;
	}
	.header-user-info {
		display: none !important;
	}
	.site {
		display: none;
	}
}

.col-md-2 {
   	width: 12.66666667% !important;
}

.col-md-9 {
   	width: 75% !important;
}

.gear {
	font-size: 5px;
	float: right;
	cursor: pointer;
	color: #898888;
	width: 25%;
	text-align: center;
	padding-top: 9px;
	padding-bottom: 8.5px;
}

.my-information {
	font-size: 12px;
	list-style-type: none;
	display: none;
	position: absolute;
	padding-top: 5px;
	padding: 0;
	background-color: #eee;
	z-index: 9999;
    margin-top: 10px;
    margin-left: -20px;
}

@media screen and (min-width: 1200px) {
    .my-information {
        margin-top: 25px !important;
    }
}

@media (min-width: 1240px) {
	.col-md-2 {
    	width: 16.66666667% !important;
	}
	.col-md-9 {
    	width: 65% !important;
	}
	.login-info .setting-gear {
		font-size: 14px;
	}
	.gear {
		font-size: 1.05em;
		padding-top: 10px;
		padding-bottom: 12px;
	}

}

.header-user-info {
    float: right;
    position: relative;
    border: none;
    width: 100%
}

.my-information li {
	height: 40px;
	width: 125px;
}

.my-information li:hover {
	background-color: #428bca;
}

.my-information li a{
	padding: 0px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: black;
	height: 40px;
	text-decoration: none;
}

.my-information li a:hover {
	text-decoration: none;
	color: white;
}

#category-search-contents .searchCategory .serach-area{
	padding-right: 5px;
}

#category-search-contents .searchCategory .search-button{
	padding-left: 5px;
}
.search-result-body .contents.p3,
.category-search-body .contents.p3{
	width: 80%;
}

.paging-area .rn_ResultInfo2.rn_ResultInfo2Top.pc_view{
	margin-left: 30px;
}

.category-search-body .sort.preview,
.category-search-body .sort.latest{
	margin-bottom: 0px;
}

.show-login-logout-menu{
	display: block;
}

#category-search-contents .category-title{
	font-size: 16px;
	padding-left: 30px;
	padding-top: 20px;
}

#site-search-query{
	max-width: 500px;
}

.bugInfoPage #site-search-query{
	margin-bottom: 5px;
    display: block;
    float: left;
    margin-right: 0.8%;
}
/* at 20180925 */

#faqUrlCopy #faq-url {
	width: 99%;
	margin-left: 1%;
}

#faqUrlCopy .attention{
	margin-top: 5px;
	margin-left: 1%;
}

#faqUrlCopy .modal-footer{
	margin-top: 0;
	text-align: center;
}

#faqUrlCopy .modal-footer .btn-default{
	background-color: #428bca;
	color: #fff;
}

.setting-gear{
	cursor: pointer;
	color: #898888;
}

@media (min-width: 1116px){
	/*base.cssに書くとview-pc.css上の他のスタイルで上書きされる可能性があるのでこちらに記述している*/
	.header-right-area{
		float: right !important;
		padding-right: 35px !important;
		width: 200px !important;
		padding-left: 0px !important;
	}
}
/*FAQ回答内のCSS*/
blockquote.ckeditor {
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	position: relative;
	padding: 8px 15px 8px 45px;
	box-sizing: border-box;
	font-style: italic;
	color: #555;
	background: #efefef;
	font-size: 13px;
    margin: 1em 40px;
}

.IOS blockquote.ckeditor {
	padding: 18px 15px 18px 75px;
}

blockquote.ckeditor:before{
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 5px;
    content: "❝";
    font-family: sans-serif;
    color: #cfcfcf;
    font-size: 70px;
    line-height: 1;
}

blockquote.ckeditor div {
	display:block;
	margin: 1em !important;
}
