﻿/* ----------------------------------------------------
	システムメンテナンス案内
---------------------------------------------------- */
.announceMainte {
	background: url("/support/images/caution.gif") no-repeat 10px 9px;
	border: solid 2px #c00;
	color: #ef0000;
	font-size: inherit;
	margin: 10px 0 10px;
	padding: 10px 10px 10px 30px;
}
.announceMainte h3 {
	font-size: 105%;
	font-weight: bold;
	height: auto !important;
	margin: 0 0 0.5em !important;
}
.announceMainte p {
	line-height: 1.5;
}
.announceMainte.none, .announceMainte .none {	/* 非表示用 */
	display: none;
}

/* ----------------------------------------------------
	案内
---------------------------------------------------- */
.announce01 {
	border: solid 1px;
	font-size: inherit;
	font-weight:bold;
	margin: 10px 0 10px;
	padding: 10px 10px 10px 30px;
}
.announce01 h3 {
	font-size: 105%;
	height: auto !important;
	margin: 0 0 0.5em !important;
}
.announce01 p {
	line-height: 1.5;
}


/* ----------------------------------------------------
	共通
---------------------------------------------------- */

body {
	margin:10px;
	word-wrap:break-word;
	font-family: sans-serif;
}
p {
	margin:0;
}
ul {
	margin:10px 0 0 20px;
	padding:0;
	line-height: 1.5em;
}
ol {
	margin:20px 0 0 30px;
	padding:0;
	line-height: 1.5em;
}
li {
	margin:0;
	padding:0;
}
.mb100 {
	margin-bottom:100px!important;
}
/* ----------------------------------------------------
	タイトル
---------------------------------------------------- */

/*top画面のタイトル*/
.title_blue {
	font-size:150%;
	color:#fff;
	margin:0em;
	padding: 10px;
	line-height: 180%;
	background: linear-gradient(top, #05a, #09f);
	background: -ms-linear-gradient(top, #05a, #09f);
	background: -moz-linear-gradient(top, #05a, #09f);
	background: gradient(linear, left top, right top, from(#05a), to(#09f));
	background: #09f;
	background: -webkit-gradient(linear, left top, right top, from(#05a), to(#09f));
	text-shadow: 0 0 6px #000;
}
/*項目1タイトル ブルー*/
.ttl_01 {
	font-size:130%;
	font-weight:bold;
	color:#FFF;
	margin-top:30px;
	background-color:#0099FF;
	padding:10px 5px;
	line-height:1em;
}
/*項目2タイトル グレー*/
.ttl_02 {
	font-size:120%;
	font-weight:bold;
	margin-top:30px;
	background-color:#dcdcdc;
	padding:8px 5px;
	line-height:1em;
}
/*項目2タイトル 淡いブルー*/
.ttl_03 {
	font-size:110%;
	font-weight:bold;
	margin-top:20px;
	margin-left:10px;
	background-color:#E6F5FF;
	padding:8px 5px;
	line-height:1em;
}
/* ----------------------------------------------------
	もくじ
---------------------------------------------------- */
ul.navi {
	list-style: none;
}
ul.navi li {
	margin: 0;
	margin-right: -10;
	margin-left: -25;
	padding: 0;
	line-height: 1.5em
}
ul.navi a {
	display: block;
	text-indent:0px;
	font-size: 103%;
	background: #8cf;
	padding: 12px 10px;
	width: 90%;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #333;
	border-left: solid 5px #69f;
	border-right: solid 2px #333;
}
ul.navi a:hover {
	background-color: #69f;
}
ul.navi a:link, ul.navi a:visited {
	text-decoration: none;
	color: #111;
}
ul.navi li.accordion {
	margin: 0 0 10px 0;
}
ul.navi li.accordion ul li {
	list-style: disc;
	margin: 0;
	line-height: 2;
}
ul.navi .accordion ul li a {
	display: inline;
	border: none;
	padding: 0px;
	background: #fff;
	text-decoration: underline;
	color: #0000EE;
}
ul.navi li.accordion ul .circle li {
	list-style: circle;
	margin: 0;
	line-height: 2;
}
/* ----------------------------------------------------
	コンテンツ
---------------------------------------------------- */

div.textBlock01 {
	margin: 20px 0 0 2%;
	padding:0;
	line-height: 1.5em;
}
div.textBlock01 p {
	line-height: 1.5;
}
div.textBlock01.mt00 {
	margin-top: 0;
}
div.textBlock01 .qaBlock01 {
	margin-bottom:40px;
}
div.textBlock01 .qaBlock01 dl {
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #999;
}
div.textBlock01 .qaBlock01 dl dt {
	min-height:25px;
	padding:14px 10px 10px 40px;
	background:url("/support/images/ico_q.gif") no-repeat 0 14px;
	font-weight:bold;
	margin: 0 0 10px;
	border-bottom: 1px dotted #999;
}
div.textBlock01 .qaBlock01 dl dd {
	margin: 0 0 0 0;
	min-height:25px;
	padding: 14px 10px 10px 30px;
	background:url("/support/images/ico_a.gif") no-repeat 0 14px;
}
div.textBlock01 .qaBlock01 dl dd p {
	margin: 0 0 5px 0;
}
.txtIndent_a {
	padding-left:1.6em;
	text-indent:-1.6em;
}
div.textBlock01 .layout01 {
	margin-top:20px;
}
div.textBlock01 .layout01 .text {
	float: left;
	width: 80%;
}
div.textBlock01 .layout01 .image {
	float: right;
	width: 20%;
	margin-top:10px;
}
.block01 dt {
	width:18%;
	/*	font-size:90% !important;*/
	float:left;
}
.block01 dt.w12p {
	width:12%;
}
.block01 dd {
	width:70%;
	/*	font-size:90% !important;*/
	float:left;
}
div.textBlock01 .listFlow2 {
	margin: 0 10px 0 0;
}
div.textBlock01 .listFlow2 li {
	margin: 0 0 15px 0;
	padding-bottom: 15px;
	width: 95%;
	position: relative;
}
div.textBlock01 p.imageBlock img {
	width: 100%;
	max-width: 350px;
}
div.textBlock01 p.imageBlock01 img {
	width: 100%;
	max-width: 450px;
}
div.textBlock01 p.imageBlock02 img {
	width: 100%;
	max-width: 475px;
}
div.textBlock01 p.imageBlock03 img {
	width: 100%;
	max-width: 250px;
}
div.textBlock01 p.imageBlock04 img {
	width: 100%;
	max-width: 300px;
}
div.textBlock01 p.imageBlock05 img {
	width: 100%;
	max-width: 375px;
}
div.textBlock01 p.imageBlock06 img {
	width: 100%;
	max-width: 400px;
}
div.textBlock01 p.imageBlock07 img {
	width: 100%;
	max-width: 550px;
}
.max250 img {
	width: 100%;
	max-width: 250px;
}
/* 一番下　前後 */
.contents_back {
	font-weight: bold;
	margin-top:30px;
}
/* ----------------------------------------------------
	policy
---------------------------------------------------- */

.chapter {
	margin-top:30px;
	font-size:110%;
	text-align:center;
	font-weight:bold;
}
.article {
	margin-top:20px;
	font-size:105%;
	font-weight:bold;
}
.policy_box01 {
	margin-left:15px;
}
ol.list_parentheses {
	padding:0 0 0 2em;
	margin: 10px 0 0 0;
}
ol.list_parentheses li {
	list-style-type:none;
	list-style-position:inside;
	padding-left: 2em;
	text-indent: -2em;
	padding-bottom:10px;
	counter-increment: cnt;
}
ol.list_parentheses li:before {
	display: marker;
	content: "(" counter(cnt) ") ";
}
.list_nub {
	margin-left:30px;
	margin-top:15px;
}
.list_nub li {
	padding-bottom:10px;
	padding-left:0 !important;
	background:none !important;
	list-style-type:decimal !important;
}
.txtIndent_01 {
	padding-left:2em;
	text-indent:-3em;
	padding-bottom:10px;
}

 @media screen and (max-width:600px) {
div.textBlock01 .layout01 .text {
	float: none;
	width: 100%;
}
div.textBlock01 .layout01 .image {
	float: none;
	width: 100%;
	text-align: center;
}
.block01 dt {
	font-size:90% !important;
}
.block01 dd {
	width:60% !important;
	font-size:90% !important;
	float:left;
}
}



table {
	border-collapse:collapse
}

.tableStyle01{
	border:1px solid #555;
	margin:10px 20px;
	width:95%;
}
.tableStyle01 th {
	padding:5px;
	vertical-align:middle;
	border:1px solid #555;
	text-align:center;
	background:#c0c0c0;
}
.tableStyle01 td {
	padding:5px;
	vertical-align:middle;
	border:1px solid #555;
}

.w25p {width: 25% !important;}
.w75p {width: 75% !important;}


/* ----------------------------------------------------
	メニュー
---------------------------------------------------- */

.lnk_menu {
    list-style-type: none;
    padding: 0;
    margin: 20px 0 0 0;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.lnk_menu li {
    margin: 0 15px;
}



