﻿@CHARSET "UTF-8";

a{
	color: rgb(91,124,193);
	font-size: 1.3rem;
}

a:hover{
	text-decoration: underline;
}


/*sidemenu*/

#contents_right {
	display: table-cell;
	vertical-align: top;
}
#main_area {
	margin-top: 1.5rem;
}
/* マニュアル メニュー*/
#manual_list_area {
	margin-top: 1.5rem;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

#manual_list_area.sidemenu {
	margin-top: 1.5rem;
	border: 2px solid #012169;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

#manual_list_mobile,.config_row{
	display: none;
}

#manual_list_area img {
	width: 2rem;
	height: 2rem;
	border: 0;
	vertical-align: bottom;
}

#manual_list_area h2 {
	padding: 0.3rem 1rem;
	background-color: rgb(91,124,193);
	border-bottom: 4px solid #ff710a;
	color: #fff;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	font-size: 1.8rem;
}

#manual_list_area.sidemenu h2{
	border-bottom: 4px solid #ff710a;
	background-color: #012169;
	color: rgb(249,251,255);
	padding: 0.5rem 1rem;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.manual_group {
	margin-top: 0.5rem;
	padding: 0.5rem 1rem 1.5rem 1rem;
}

.manual_group .grouping {
	-webkit-border-radius: 3px 3px 3px 3px;
	   -moz-border-radius: 3px 3px 3px 3px;
	        border-radius: 3px 3px 3px 3px;
	background-color: rgb(255,226,200);
	padding: 0.2rem 0.5rem;
	padding-left: 0.4rem;
	display: table;
	width: 100%;
}

.manual_group .grouping i.icon {
    display: table-cell;
    width: 2.5rem;
    vertical-align: middle;
}

.manual_group .grouping h3 {
    display: table-cell;
    vertical-align: middle;
    color: #ff710a;
}

.manual_link {
	font-size: 1.3rem;
	font-weight: bold;
	width: 100%;
	padding: 0.5rem  0.5rem;
	display: block;
	border-bottom: 1px dotted #012169;
	color: rgb(60,60,60);
}

.manual_link:hover{
	background-color: rgb(217,230,255);
}

/* 見出し */
#main_area h2.pageTitle_h2{
}
.titleBlue{
	display: block;
}
.pageTitle_h2 .titleBlue{
	padding: 0.3rem 1rem;
	background-color: rgb(91,124,193);
	border-bottom: 4px solid #ff710a;
	color: #fff;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	font-size: 1.8rem;
}
.pageTitle_h3,
.pageTitle_h4{
	border-bottom: 2px solid #012169;
	margin-top: 2rem;
	font-weight: bold;
}
.headingDisplay{
	display: table;	
}
.pageTitle_h5 {
	margin-top: 2rem;
	font-weight: bold;
}
.pageTitle_h3 .titleBlue span{
	display: table-cell;
	font-size: 1.4rem;
	color: #012169;
	padding-left: 0.5rem;
	vertical-align: middle;
}
.pageTitle_h3 .titleBlue i{
	display: table-cell;
	width: 14px;
	height: 32px;
	background-color: rgb(91,124,193);
	vertical-align: bottom;
}
.pageTitle_h4 .titleBlue span{
	display: table-cell;
	font-size: 1.3rem;
	color: #012169;
	padding-left: 1rem;
	vertical-align: middle;
}
.pageTitle_h4 .titleBlue i{
	display: table-cell;
	width: 8px;
	height: 27px;
	background-color: rgb(255,255,255);
	vertical-align: bottom;
	border-left: 4px solid rgb(91,124,193);
	border-right: 2px solid rgb(91,124,193);
}
.pageTitle_h5 .titleBlue span{
	font-size: 1.3rem;
	color: #012169;
	padding-right: 2rem;
    display: table;
    margin-bottom: 12px;
    padding: 0 1rem;
    height: 23px;
    border-bottom: 1px #012169 solid;
}
/*.pageTitle_h5 .titleBlue i{
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: rgb(91,124,193);
	margin-right: 1rem;
}*/

/* マニュアル見出し */
.manual_icon{
	display: inline-block;
	width: 26px;
	height: 22px;
	vertical-align: -0.4rem;
	border: none;
	background-repeat: no-repeat;
	background-size: 26px 22px;
	background-position: 0px 0px;
	background-color: rgba(255,255,255,0);
	background-image: url(../images/icon_manual.png);
	margin-right: 0.6rem;
}

/* お知らせ見出し */
.info_icon{
	display: inline-block;
	width: 22px;
	height: 22px;
	vertical-align: sub;
	border: none;
	background-repeat: no-repeat;
	background-size: 22px 22px;
	background-position: 0px 0px;
	background-color: rgba(255,255,255,0);
	background-image: url(../images/icon_info.png);
	margin-right: 0.6rem;
}

/* 問い合わせ先見出し */
.reference_icon{
	display: inline-block;
	width: 22px;
	height: 22px;
	vertical-align: -0.3rem;
	border: none;
	background-repeat: no-repeat;
	background-size: 22px 22px;
	background-position: 0px 0px;
	background-color: rgba(255,255,255,0);
	background-image: url(../images/icon_question.png);
	margin-right: 0.6rem;
}

/* FAQ詳細見出し */
.faq_icon{
	display: inline-block;
	width: 22px;
	height: 22px;
	vertical-align: -0.3rem;
	border: none;
	background-repeat: no-repeat;
	background-size: 22px 22px;
	background-position: 0px 0px;
	background-color: rgba(255,255,255,0);
	background-image: url(../images/icon_question.png);
	margin-right: 0.6rem;
}

/* サイトマップ見出し */
.sitemap_icon{
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: -0.5rem;
	border: none;
	background-repeat: no-repeat;
	background-size: 25px 25px;
	background-position: 0px 0px;
	background-color: rgba(255,255,255,0);
	background-image: url(../images/icon_sitemap.png);
	margin-right: 0.6rem;
}

/*重要なお知らせ見出し */
.important_icon{
	display: inline-block;
	width: 24px;
	height: 22px;
	vertical-align: sub;
	border: none;
	background-repeat: no-repeat;
	background-size: 24px 22px;
	background-position: 0px 0px;
	background-color: rgba(255,255,255,0);
	background-image: url(../images/icon_important.png);
	margin-right: 0.6rem;
}

/*メンテナンス情報見出し */
.maintenance_icon{
	display: inline-block;
	width: 25px;
	height: 24px;
	vertical-align: middle;
	border: none;
	background-repeat: no-repeat;
	background-size: 25px 24px;
	background-position: 0px 0px;
	background-color: rgba(255,255,255,0);
	background-image: url(../images/icon_maintenance.png);
	margin-right: 0.6rem;
}

/*障害情報見出し */
.failure_icon{
	display: inline-block;
	width: 22px;
	height: 22px;
	vertical-align: sub;
	border: none;
	background-repeat: no-repeat;
	background-size: 22px 22px;
	background-position: 0px 0px;
	background-color: rgba(255,255,255,0);
	background-image: url(../images/icon_failure.png);
	margin-right: 0.7rem;
}

/* 業務日カレンダー見出し */
.carender_icon{
	display: inline-block;
	width: 22px;
	height: 21px;
	vertical-align: -0.3rem;
	border: none;
	background-repeat: no-repeat;
	background-size: 22px 21px;
	background-position: 0px 0px;
	background-color: rgba(255,255,255,0);
	background-image: url(../images/icon_calender.png);
	margin-right: 0.6rem;
}




/*表*/
.parts_table{
	margin-top: 2rem;
}
.parts_table table {
	border: 1px rgb(137, 163, 213) solid;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
}

.parts_table table th,
.parts_table table td{
    border: 1px rgb(137, 163, 213) solid;
    border-width: 0 0 1px 1px;
    vertical-align: middle;
	padding: 0.5rem;
	padding: 1.3rem;
	font-size: 1.2rem;
	text-align: left;
	font-weight: normal;
/*	position: relative;
	z-index: -1;*/
}

.parts_table table th img,
.parts_table table td img{
/*	position: absolute;*/
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/************************************
テーブル内に画像を入れたい場合のタグ
*************************************
.parts_table table th,
.parts_table table td{
     border: 1px rgb(137, 163, 213) solid;
     border-width: 0 0 1px 1px;
     vertical-align: middle;
	padding: 0.5rem;
	padding: 1.3rem;
	font-size: 1.2rem;
	text-align: left;
	font-weight: normal;
	position: relative;
}
.parts_table table th {
	z-index: -1;
}
*************************************/


.parts_table table th{
	background-color: rgb(217,230,255);
}
/*ページ内目次*/

.parts_index_item i {
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: #000;
	margin-bottom: 0.2rem;
	margin-right: 0.5rem;
}

.parts_index_item a{
	font-size: 1.3rem;
	font-weight: bold;
	color: rgb(91, 124, 193);
}

.parts_index_item a:hover{
	text-decoration: underline;
}

/*画像*/
.parts_image {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 2rem auto;
}
.parts_image img{
	max-width: 90%;
}
.parts_image image_title {
	font-size: 1.2rem;
}

/*画像左+文章右*/
.imageLeft{
	margin: 0 1.5rem 1rem 0;
}

.imageLeft img{
	float: left;
	max-width: 50%;
	margin: 2rem 1.5rem 1rem;
}

.textRight{
	margin: 2rem 1rem;
}
.textRight p{
	font-size: 1.3rem;
	word-wrap: break-word;
	white-space: normal;
}

.textRight:after{
	content: "";
    clear: both;
    display: block;
}

/*画像右+文章左*/
.imageRight{
	margin: 0 1.5rem 1rem 0;
}

.imageRight img{
	float: right;
	max-width: 50%;
	margin: 2rem 1rem 1rem;
}

.textLeft{
	margin: 2rem 1rem 1rem;
}
.textLeft p{
	font-size: 1.3rem;
	word-wrap: break-word;
	white-space: normal;
}

.textLeft:after{
	content: "";
    clear: both;
    display: block;
}

/*文章のみ*/
.parts_text{
	margin-top: 2rem;
}
p.parts_text{
	font-size: 1.3rem;
	word-wrap: break-word;
	white-space: normal;
	display: block;
}

/*p.parts_text a{
	color: rgb(91,124,193);
	font-size: 1.3rem;
}

p.parts_text a:hover{
	font-weight: bold;
	text-decoration: underline;
}*/

/*箇条書き*/
.parts_itemization_title i {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #000;
	margin-top: 0.1rem;
	margin-right: 0.5rem;
}
.parts_itemization_title span {
	font-size: 1.3rem;
	font-weight: bold;
}

.parts_itemization_item i
,.parts_itemization_link i
{
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: #000;
	margin-bottom: 0.2rem;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.parts_itemization_item span
,.parts_itemization_link span
,.parts_itemization_link a
{
	font-size: 1.3rem;
}
.parts_itemization_item span.itemization_number
,.parts_itemization_link span.itemization_number
{
	font-weight: bold;
	margin-right: 0.5rem;
}

/*注意書きボックス*/
.parts_caution{
	padding: 1rem;
	-webkit-border-radius: 3px 3px 3px 3px;
	   -moz-border-radius: 3px 3px 3px 3px;
	        border-radius: 3px 3px 3px 3px;
	border: 2px solid red;
	margin-top: 2rem;
}
.parts_caution div{
	display: inline-block;
	font-size: 1.3rem;
}
.caution_icon{
	width: 18px;
    top: 0;
    height: 20px;
    margin-right: 7px;
	vertical-align: top;
}
.caution_icon img{
	border: none;
	margin-right: 0.4rem;
}
.caution_para{
	word-wrap: break-word;
	white-space: normal;
	width : -webkit-calc(100% - 30px);
	width : -moz-calc(100% - 30px);
	width: calc(100% - 30px);
}

/*PDFリンク*/

.parts_pdf{
	margin-top:2rem;
}
.parts_pdf a span:hover{
	text-decoration: underline;
}
i.parts_pdf_item{
	width: 24px;
	height: 24px;
	background-image: url(../images/icon_pdf.png);
	background-size:24px 24px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: sub;
}
span.parts_pdf_para{
	font-size: 1.2rem;
	padding-left: 0.2rem;
	display: inline-block;

}
/*注釈*/
.parts_comments{
	margin-top: 0.5rem;
	font-size: 1.1rem;
}

/*境界線*/
hr.parts_hr{
	margin-top: 2rem;
	width: 40%;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: rgb(137, 163, 213);
	height: 0.1rem;
	margin: 2rem auto;
}

/*アコーディオン*/

.parts_accordion {
	width: 100%;
	height: auto;
	border: solid 1px #012169;
	margin-top: 2rem;
	margin-bottom: 1rem;
}
.parts_accordion .header
{
	cursor: pointer;
	background-color: #012169;
	color: #fff;
	font-weight: bold;
}

.parts_accordion div
,.parts_accordion a
{
	padding: 0.5rem;
	font-size: 1.3rem;
}

/*更新年月日*/
.update_ymd,.info_source{
	text-align: right;
	font-size: 1.1rem;
	margin-top: 0.5rem;
}
/*情報更新元*/
.info_source{
	text-align: right;
	font-size: 1.1rem;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

/*googleカレンダー*/
#googleCalender{
	display: block;
	width:400px;
	height:350px;
	margin: 0 auto;
	margin-top: 3rem;
	margin-bottom: 3rem;
}

/*ページ内目次（リスト）*/

#main_area ol {
	margin: 0 auto 1.3rem;
	padding: 0;
	counter-reset:number;
	list-style-type: none;
}

#main_area ol li{
	padding: 0;
	font-weight: bold;
	font-size: 1.3rem;
	color: #5B7CC1;
    text-indent: -2em;
    padding-left: 2em;
}

#main_area ol ol li{
	padding: 0.3rem 0 0 1.5rem ;
	font-weight: normal;
	font-size: 1.3rem;
}

#main_area ol li:before{
	counter-increment: number;
	content: counters(number,"-")"．";
}

#main_area ol ol li:before{
	counter-increment: number;
	content: counters(number,"-")"．";
}
/* responsive */
@media screen and ( max-width : 950px ){
	#contents_left{
		display: none;
	}
	#contents_right{
		display: block;
	}
	#manual_list_area {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	#manual_list_mobile{
	display: block;
	}

	.service_button_inner2 {
		height: 7.2rem;
		border-right: 1px solid rgb(186,198,224);
		margin-top: 0.4rem;
	}
	
	#main_area {
   		margin-top: 0;
		margin-bottom: 1.7rem;
	}
	/*マニュアル名称見出し*/
	.pageTitle_h2 .titleBlue{
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.pageTitle_h3,
	.pageTitle_h4,
	.pageTitle_h5{
		margin-left: 1rem;
	}
	
	/*ページ内目次*/
	.parts_index_item {
		padding: 0 2rem;
	}
	
	/*文章のみ*/
	p.parts_text {
		padding: 0 2rem;
	}
	
	/*表*/
	.parts_table {
    margin-top: 2rem;
    padding: 0 1rem;
	}
	.parts_table table {
    width: 100%;
	}

	/*画像*/
	.parts_image{
		margin: 2rem auto;
	}
	.parts_image img{
		max-width: 90%;
		height: auto;
	}
	
	/*画像左+文章右*/
	.imageLeft{
		text-align: center;
	}
	.imageLeft img{
		margin: 1rem 1rem 0 2rem;
		float: none;
		max-width: 60%;
	}
	.textRight {
    margin: 1rem 2rem;
	}

	/*画像右+文章左*/
	.imageRight{
		text-align: center;
	}
	.imageRight img{
		margin: 1rem 1rem 0 1rem;
		float: none;
		max-width: 60%;
	}
	.textLeft {
    margin: 1rem 2rem;
	}

	/*箇条書き*/
	.parts_itemization_title,
	.parts_itemization_item,
	.parts_itemization_link{
		padding: 0 2rem 1rem;
		padding-bottom: 1rem;
	}
	
	/*PDFリンク*/
	.parts_pdf{
		padding: 0 2rem;
	}
	/*更新年月日・情報更新元*/
	.update_ymd,
	.info_source{
		padding: 0 2rem;
	}
	
	/*注意書きボックス*/
	.parts_caution{
		margin: 2rem 2rem 1rem;
	}
	/*注釈*/
	.parts_comments {
    	padding: 0 2rem;
	}
	/*境界線*/
	hr.parts_hr{
		width: 70%;
	}
	/*アコーディオン*/
	.parts_accordion{
		width: auto;
		margin: 2rem 2rem 1rem;
	}
	/*googleカレンダー*/
	#googleCalender{
		display: block;
		width:90%;
/*		height:650px;*/
		margin: 0 auto;
		margin-top: 2rem;
		margin-bottom: 2rem;
	}

	#main_area ol{
		padding: 0 1rem;
	}
	
	#main_area ol ol{
		padding: 0;
	}
	#manual_list_area h2 {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
}
