/* CSS Document */
*{
	margin:0;padding:0;
	box-sizing: border-box;
}
html{
	height:100%;
}
body {
	background: rgb(215,240,250);
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height:100%;
	line-height: 1.5;
}

h1 {
	font-size: 1.3em;
	margin: 12px 0  12px;
	font-weight: bold;
}

h2 {
	font-size: 1.3em;
	background:#ddd;
	margin:0 0 20px;
	padding: 4px 10px;
	border-left: solid 4px gray;
}
h3 {
	margin: 0;
	padding: 0;
}
p{
	margin-bottom: 10px;
}
img {
    max-width: 80%;
	border: none;
}

dd {
	margin-bottom: 1em;
}

.header {
	margin: 15px auto 30px;
    max-width: 1600px;
	width: 90%;
	text-align: center;
	background-color: #f5f5f5;
	margin-bottom: 15px;
}
.subtitle {
	font-size: 0.9em;
	color: #999;
}
.hint {
	background:#FFE;
	padding: 4px;
	text-align: center;
}

.keyword {
	background-color: white;
	border: 2px solid silver;
	padding: 3px 6px;
	line-height: 1.5em;
	font-weight: bold;
	display: inline-block;
}
.clear {
	clear: both;
}
.textbox {
	margin: 15px auto 30px;
	width: 400px;
	text-align: left;
	background-color: #f5f5f5;
}
.midashi{
	font-size: 0.9em;
	color:#999;
	line-height: 2em;
}
.comment{
	display: inline-block;
	padding-left: 30px;
	font-size: 0.9em;
}
/* 操作説明のメインブロック---------メール手順のtableにも作用している */
.tutorial{
	text-align: left;
	margin: 20px auto 0;
    max-width: 1200px;
	width: 90%;
	background-color: #fff;
}
table.tutorial {
	border-collapse: collapse;
}
table.tutorial td {
	text-align: left;
	vertical-align: top;
	margin: 0;
	padding: 8px 8px 20px 8px;
	border-style: solid;
	border-width: 2px 0 0 0;
	border-color: #EEE;
}

table.detail {
	border-collapse: collapse;
	font-size: smaller;
	margin: 0 1ex 0 1ex;
}

table.detail th {
	padding: 1px;
	border-width: 1px 0px;
	border-color: #CCC;
	border-style: solid;
	
	font-weight: bold;
	text-align: left;
}

table.detail td {
	padding: 1px;
	border-width: 1px 0px;
	border-color: #CCC;
	border-style: solid;
}/**/
/*============================================ 全体の設定を変更＞20130911 */
div#wrap{
	width:750px;
	background:#f5f5f5 ;
	margin:0 auto;
	padding-top:10px;
	text-align:left;
}
/*============================================ 接続設定 */
h4{
	border-bottom:2px solid #ccc;
	border-right:2px solid #ccc;
	background-color:#fff;
	font-size:105%;
	padding:5px 30px 3px;
	margin:50px 0 0;
	width:450px;}
h5{
	text-align:right;
	padding-right:100px;
	margin-top:1em;
	clear: both;
}
.tu-hajime{
	padding: 0 12px;
}
.tu-box img{
	display: block;
	float: right;
	margin: 0 20px 10px 0;
}
.settei-sub-title{
	font-size: 1.3em;
	font-weight:bold;
	background:#ddd;
	margin-bottom: 12px;
	padding-left: 10px;
	padding-top: 3px;
	border-left: solid 16px #999;
	display:inline-block;
	line-height: 2.3;
	width: 100%;
	clear: both;
}
address{
	text-align:center;
	border-top:#ccc 2px solid;
	width:100%;
	padding-top:3px;
	font-size:80%;
}
address a{
	text-decoration:none;
	color:#CCC;
}

li {
	margin: 0 0 0 1em;
}

.warning {
	color: red;
}
/* ================================= 201909追加 */
.security{
	margin-left: 1em;
}
.tu-txt{
	width: 60%;
	float: left;
	padding: 0 0 24px 16px;
	}
dt{font-size: 105%;
		font-weight: nomal;}
.red{
	color: red;
	padding-left: 1em;
	text-indent: -1em;
}
.blue{
	color: steelblue;
}
.B{
	font-weight: bold;
}
.center{
	text-align: center;
}
.smaller {
    font-size: smaller;
}
/* ================================= 2020追加/申請 */
.youi{
	max-width: 95%;
	margin: 10px 20px;
	padding-top: 10px;
	border: 2px dotted steelblue;
}
.youi p{
	padding-left: 20px;
	}
.youi ol{
	padding-left: 30px;
	padding-bottom: 10px;
	}
div.shinsei{
	padding: 0 15px 10px;
}
.shinsei dl{
	padding: 10px 0 0 1em;
}
.shinsei dt{
	font-weight:bold;
}
.shinsei dd:before{
	content: "… ";
}
.shinsei dd{
	margin-left: 25px;
	text-indent: -20px;

}
.shinsei img{
	margin: 0 auto 20px;
	text-align: center;
	display: block;
}
.f-st p{
	padding: 0 15px;
	}
.shinsei ul{
	margin-left:5em;
}
.shinsei ol{
	margin-left:3em;
}
.shinsei li:before{
	content: "■";
	color: steelblue;
}
.nyuryoku li{
	float: left;
}
.nyuryoku li:before{
	content: "●";
	}