@charset "utf-8";

#view {
	width:100%;
  	overflow:hidden;
}
#pages {
	width:100%;
}

/* #page - 全体 */
#page {
	width:100%;
  	text-align:center;
	margin:0 auto;
	overflow:hidden;
	background: -webkit-gradient(linear, left top, right top, from(#e6e6e6), to(#e6e6e6),
		color-stop(0.40, #e6e6e6),color-stop(0.40, #ececec),color-stop(0.69, #ececec),color-stop(0.69, #e6e6e6));
	-webkit-background-size:7px 100%;
	background-size:7px 100%;
	font-size:13px;
	color:#3c3c3c;
	float: left;
	z-index:0;
	display:block;
	-webkit-transition-property:-webkit-transform;
	transition-property:transform;
	-webkit-transition-duration:0.0s;
	transition-duration:0.0s;
}
.page {
	width:100%;
	font-size:13px;
	background: -webkit-gradient(linear, left top, right top, from(#e6e6e6), to(#e6e6e6),
		color-stop(0.40, #e6e6e6),color-stop(0.40, #ececec),color-stop(0.69, #ececec),color-stop(0.69, #e6e6e6));
	-webkit-background-size:7px 100%;
	background-size:7px 100%;
}
#page section:first-of-type,
.page section:first-of-type {
	margin-top:26px;
}


/* header - ヘッダー */
header {
	padding:5px 10px;
	width:auto;
	color:white;
	font-size:1.1em;
	background-color:#1C0C72;
	-webkit-box-shadow:0 1px 2px #777;
	box-shadow:0 1px 2px #777;
	display:-webkit-box;
	display:box;
	-webkit-box-align:center;
	box-align:center;
	line-height:16px;
	min-height:20px;
}
header h1 {
	text-align:left;
	-webkit-box-flex:1;
	box-flex:1;
	width:auto;
}
header p {
	width:auto;
	text-align:right;
  	-webkit-box-flex:1;
	box-flex:1;
	font-weight:bold;
}
header h3 {
	color:#222;
	width:42px;
	background:-webkit-gradient(linear,left top, left bottom, from(white), to(rgb(165,162,189)), color-stop(0.5,#D3D0F2), color-stop(0.5,#C5C9E6));
	height:20px;
	line-height:21px;
	padding:1px 7px;
	border:solid 0px #222;
	-webkit-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:0px 0px 2px #000 inset;
	box-shadow:0px 0px 2px #000 inset;
	font-size:0.9em;
	font-weight:normal;
	letter-spacing:2px;
	text-align:center;
	text-shadow:1px 1px 1px white;
	text-indent:2px;
}

/* message */
article.message {
	background:none;
	border:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	text-align:left;
	padding:0 6px;
	color:#3c3c3c;
	line-height:15px;
	font-size:12px;
}
.message .item {
	margin-bottom:0.8em;
	line-height:15px;
}

/* top-message 上部文言 */
article.top-message {
	line-height:19px;
	font-size:13px;
	color:#222;
}

/* 文章 */
article .sentense {
	margin:6px 16px 8px;
}
article .sentense-h {
	margin:6px 16px 8px;
	line-height:24px;
}

/* attention */
.attention {
	font-size: 12px;
	text-indent:-12px;
	margin: 2px 0 0 12px;
	text-align: left;
	line-height: 15px;
}
.attention:before {
	content:'※';
}
.midpoint:before {
	content:'・';
}
.midpoint {
	text-indent:-1em;
	margin:2px 4px 0 1.5em;
}

/* フレーム（紺） */
article {
	margin:0px 10px 12px 10px;
	border: 1px solid #1C0C72;
	margin-bottom:12px;
	text-align:left;
	-webkit-border-radius:8px;
	border-radius:8px;
	padding-bottom:0px;
	background-color:white;
	-webkit-box-shadow:0 0 3px rgba(0, 0, 0, 0.2);
	box-shadow:0 0 3px rgba(0, 0, 0, 0.2);
}
article h1 {
	min-height:16px;
	line-height:16px;
	color: white;
	padding:6px 0px 6px 6px;
	font-weight:bold;
	-webkit-border-top-left-radius:7px;
	border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	border-top-right-radius:7px;
	background:-webkit-gradient(linear, left top, right top, from(#1C0C72),
	 to(#524D94), color-stop(0.5, #1C0C72), color-stop(0.5, #1C0C72));
	-webkit-box-shadow:0 1px 1.5px rgba(0, 0, 0, 0.4);
	box-shadow:0 1px 1.5px rgba(0, 0, 0, 0.4);
	text-shadow:-1px -1px 0.75px rgba(0, 0, 0, 0.4);
}
article h1:after {
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear:both;
}
article div {
	line-height:19px;
}
article hr {
	border-style: inset;
	border-width: 1px;
	display:block;
	margin:6px 16px;
}


/* 枠なし */
article.non-frame {
	border:none;
	background:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	padding:0;
	margin:0;
	text-align:center;
}

/* 情報の列挙（お引出口座情報 など） */
ul.info li {
	margin:6px 0 6px 30px;
	line-height:1.2em;
	list-style-type:disc;
}
ul.info li:last-child {
	margin-bottom:12px;
}
ul.info li dl dt {
	margin-left:-4px;
	margin-top:6px;
}
ul.info li dl dd {
	font-size:12px;
	margin-right:16px;
	margin-left:10px;
}
ul.info li dl.inline {
	display:inline-block;
	vertical-align:top;
	width:250px;
}
ul.info li dl.inline dt {
	float:left;
	margin-top:0px;
}
ul.info li dl.inline dd {
	float:right;
	margin-right:0;
}
ul.info li dl.inline:after {
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear:both;
}
ul.info p {
	line-height:15px;
}


/* 青いボタン */
.link-box {
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: url(../img/arrow_ipn_w.gif) right center no-repeat, 
	 -webkit-gradient(linear, left top, left bottom, from(#546ABE),
	 to(#130276), color-stop(0.5, #3C40A1), color-stop(0.5, #2C2C96));
	padding: 11px 25px 11px 8px;
	line-height: 16px;
	-webkit-box-shadow: #CCC 0px 1px 2px inset, black 0px -1px 2px inset, #777 0px 1px 3px;
	box-shadow: #CCC 0px 1px 2px inset, black 0px -1px 2px inset, #777 0px 1px 3px;
	text-align:center;
	margin:5px 10px 10px 10px;
	display:block;
	text-decoration:none;
	color:white;
	text-shadow: -1px -1px 1px black;
}
input[type="button"].link-box {
	font-size:13px !important;
	border:none;
	font:inherit;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	width:245px;
	line-height:16px !important;
	height:16px;
}
.non-frame .link-box {
	margin-top:13px;
	-webkit-box-shadow: #CCC 0px 1px 2px inset, black 0px -1px 2px inset;
	box-shadow: #CCC 0px 1px 2px inset, black 0px -1px 2px inset;
}
.non-frame input[type="button"].link-box {
	width:267px;
}

/* ボタン周り */
article.right-actions,
article.horizontal-actions,
article.vertical-actions {
	border:none;
	background:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	display:-webkit-box;
	display:box;
}
.vertical-actions input[type='button'] {
	margin-top:0.5em;
	margin-bottom:0.5em;
	min-width:60%;
}
.horizontal-actions input[type='button'] {
	margin:0 8px;
}
.vertical-actions {
	-webkit-box-align:center;
	box-align:center;
	-webkit-box-orient:vertical;
	box-orient:vertical;
}
.horizontal-actions {
	-webkit-box-pack:center;
	box-pack:center;
	-webkit-box-orient:horizontal;
	box-orient:horizontal;
	-webkit-box-direction:reverse;
	box-direction:reverse;
}
.right-actions {
	-webkit-box-pack:end;
	box-pack:end;
	margin:0 18px 8px 0px;
}
section input[type="button"] {
	font-size: 16px;
	line-height: 18px;
	display:block;
}


/* input周り */
section input[type="radio"] {
	margin-right: 0.5em;
}
section input[type="text"], 
section input[type="password"], 
section input[type="email"] {
	font-size: 16px;
	line-height: 18px;
	padding: 3px;
}
section article input[type="text"], 
section article input[type="email"], 
section article input[type="password"] {
	margin:8px 16px;
	width:256px;
}

/* ヘルプリンク */
section nav {
	margin:14px 14px 4px 4px;
	text-align:right;
	font-size:12px;
}
section nav a {
	color:#1c0c72;
	font-size:14px;
	text-decoration:underline;
}


/* color・size */
.font-blue {
	color:#1C0C72;
}
.font-gray {
	color:#3c3c3c;
}
.height-17 {
	line-height:17px;
}
.font-bold {
	font-weight:bold !important;
}
.high-light {
	color:#e22;
}


/* フッター */
footer {
	padding:0px;
	width:100%;
	text-align:center;
	background:#1C0C72;
	color:#C5BBD8;
}
footer p {
	text-align:center;
	font-size: 11px;
}


/* 基本設定、リンクカラーなど */
a {
	color:#1C0C72;
}
a.question-mark {
	background:url(../img/help.gif) no-repeat;
	padding-left:18px;
}
a.pc-mark {
    background:url(../img/pc_ipn01.gif) no-repeat;
  	padding-left:18px;
}


/* clearfix */
.clear:after {
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}

/* メッセージボックス（エラーメッセージ） */
section article.message-box {
	text-align:left;
	padding:11px;
	background-color:white;
	-webkit-border-radius:8px;
	border-radius:8px;
	-webkit-box-shadow:0 0 3px #bbb;
	box-shadow:0 0 3px #bbb;
	border:none;
	margin: 0px 10px 12px;
}
section article.message-box p {
	color:#f33;
	font-size:12px;
	line-height:17px;
	margin:0;
}


/* blue-back */
.blue-back {
	background-color:#1c0c72;
}
.blue-back #page,
.blue-back .page {
	background:#1c0c72;
	color:#f8f8ff;
	font-size:12px;
	text-align:left;
}
.blue-back header {
	padding:0px 10px;
	/* width:300px; */
	width:auto
	color:#fff;
	height:30px;
	line-height:30px;
	background:#1c0c72;
}
.blue-back header h1,
.blue-back header p {
	font-size:18px;
}
.blue-back section {
	padding-left:4px;
	padding-right:4px;
	background-color:#1c0c72;
	color:#f8f8ff;
	margin:0;
	padding-top:1px;
}
.blue-back #page section:first-of-type,
.blue-back .page section:first-of-type {
	margin-top:0;
	padding-bottom:12px;
}

.blue-back .page article,
.blue-back .page nav {
	font-size:18px;
	text-align:left;
	background-color:white;
	color:#1c0c72;
	overflow:hidden;
	margin:0;
	-webkit-border-radius:0px;
	border-radius:0px;
	border:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.blue-back .page div article:first-of-type {
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;
	margin:12px 0 0 0;
}
.blue-back .page article.message-box {
	-webkit-border-radius:4px;
	border-radius:4px;
	margin-bottom:10px;
	padding:11px;
}
.blue-back .page article.message-box p {
	font-size:11px;
	line-height:16px;
}

.blue-back .page nav {
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	padding-bottom:12px;
}
.blue-back article.top-message {
	color: #3C3C3C;
	font-size: 13px;
	line-height: 16px;
	padding: 25px 12px 20px 12px;
}
.blue-back article.bottom-message {
    color: #3C3C3C;
    font-size: 13px;
    line-height: 16px;
    padding: 25px 12px 20px 12px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
}
.blue-back ul.info {
	padding:0 10px;
}
.blue-back ul.info li {
	margin-left:21px;
}
.blue-back ul.info li dl dt {
	font-size: 14px;
	color: #1C0C72;
	margin-left:-6px;
	margin-top:0;
}
.blue-back ul.info li dl dd {
	color: #3C3C3C;
	margin-left: -16px;
	margin-right:8px;
}
.blue-back .info a {
	font-size: 12px;
	line-height: 1.5em;
}
.blue-back section input[type="text"],
.blue-back section input[type="password"] {
	display: block;
	font-size: 18px;
	width: 270px;
	padding:3px;
	line-height:27px;
	margin:0px;
}
.blue-back article.horizontal-actions {
	padding: 7px 0px 0px;
}
.blue-back section input[type="button"] {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	padding: 4px 18px;
}
.blue-back .link-box {
	font-size:13px;
}
.blue-back .link {
	font-size:13px;
	padding:0 10px;
}
.blue-back section .links {
	padding: 6px 10px 4px;
	font-size: 12px;
	text-align: center;
}
.blue-back nav hr {
	border-style: inset;
	border-width: 1px;
	display:block;
	margin:0px 6px 5px;
}
.blue-back section .links a {
	font-size: 12px;
}
span.pipe {
	padding:0 4px;
}
.main {
	background:white;
	-webkit-border-radius:8px;
	border-radius:8px;
}