@charset "utf-8";
/* CSS Document */

/* 基本テキスト ======================================== */
p {
	line-height: 1.8em;
}

/* フロート ======================================== */
.f_left {
	float: left;
}
.f_right {
	float: right;
}
/* テキスト 並び ======================================== */
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}

.alignC{
    text-align: center;
}
.alignR{
    text-align: right;
}
.alignL{
    text-align: left;
}

.font_big01 {
    font-size: 120%;
}
.font_big02 {
    font-size: 140%;
}
.font_big03 {
    font-size: 160%;
}
.font_small01 {
    font-size: 90%;
}
.font_small02 {
    font-size: 80%;
}
.font_small03 {
    font-size: 70%;
}


/* marginセット ======================================== */
.mt4 {
	margin-top: 4px;
}
.mt8 {
	margin-top: 8px;
}
.mt12 {
	margin-top: 12px;
}
.mt16 {
	margin-top: 16px;
}
.mt24 {
	margin-top: 24px;
}
.mt32 {
	margin-top: 32px;
}
.mt48 {
	margin-top: 48px;
}
.mt64 {
	margin-top: 64px;
}
.mr4 {
	margin-right: 4px;
}
.mr8 {
	margin-right: 8px;
}
.mr12 {
	margin-right: 12px;
}
.mr16 {
	margin-right: 16px;
}
.mr24 {
	margin-right: 24px;
}
.mr32 {
	margin-right: 32px;
}
.mr48 {
	margin-right: 48px;
}
.mr64 {
	margin-right: 64px;
}
.mb4 {
	margin-bottom: 4px;
}
.mb8 {
	margin-bottom: 8px;
}
.mb12 {
	margin-bottom: 12px;
}
.mb16 {
	margin-bottom: 16px;
}
.mb24 {
	margin-bottom: 24px;
}
.mb32 {
	margin-bottom: 32px;
}
.mb48 {
	margin-bottom: 48px;
}
.mb64 {
	margin-bottom: 64px;
}
.ml4 {
	margin-left: 4px;
}
.ml8 {
	margin-left: 8px;
}
.ml12 {
	margin-left: 12px;
}
.ml16 {
	margin-left: 16px;
}
.ml24 {
	margin-left: 24px;
}
.ml32 {
	margin-left: 32px;
}
.ml48 {
	margin-left: 48px;
}
.ml64 {
	margin-left: 64px;
}

/* paddingセット ======================================== */
.pt4 {
	padding-top: 4px;
}
.pt8 {
	padding-top: 8px;
}
.pt12 {
	padding-top: 12px;
}
.pt16 {
	padding-top: 16px;
}
.pt24 {
	padding-top: 24px;
}
.pt32 {
	padding-top: 32px;
}
.pt48 {
	padding-top: 48px;
}
.pt64 {
	padding-top: 64px;
}
.pr4 {
	padding-right: 4px;
}
.pr8 {
	padding-right: 8px;
}
.pr12 {
	padding-right: 12px;
}
.pr16 {
	padding-right: 16px;
}
.pr24 {
	padding-right: 24px;
}
.pr32 {
	padding-right: 32px;
}
.pr48 {
	padding-right: 48px;
}
.pr64 {
	padding-right: 64px;
}
.pb4 {
	padding-bottom: 4px;
}
.pb8 {
	padding-bottom: 8px;
}
.pb12 {
	padding-bottom: 12px;
}
.pb16 {
	padding-bottom: 16px;
}
.pb24 {
	padding-bottom: 24px;
}
.pb32 {
	padding-bottom: 32px;
}
.pb48 {
	padding-bottom: 48px;
}
.pb64 {
	padding-bottom: 64px;
}
.pl4 {
	padding-left: 4px;
}
.pl8 {
	padding-left: 8px;
}
.pl12 {
	padding-left: 12px;
}
.pl16 {
	padding-left: 16px;
}
.pl24 {
	padding-left: 24px;
}
.pl32 {
	padding-left: 32px;
}
.pl48 {
	padding-left: 48px;
}
.pl64 {
	padding-left: 64px;
}

/* BASE LAYOUT ======================================== */
#wrap {
	text-align: left;
}

#header {
	position: relative;
	z-index: 100;
	width: 100%;
	height: 165px;
	padding: 0;
	background: url(../img/share/bg_header.png) repeat-x #FFF left bottom;
}
#content {
	width: 880px;
	margin: 0 auto 24px;
	padding: 0 40px 40px;
	background: url(../img/share/bg_content.gif) repeat-x left top #FFF;
}

#footer {
	width: 100%;
	padding: 24px 0;
	background: #1f5699;
	color: #FFF;
}
#copyright {
	width: 100%;
	padding: 24px 0;
	background: #FFF;
	text-align: center;
	color: #1f5699;
	font-size: 12px;
}


/* INNER - BASE LAYOUT ======================================== */
.inner {
	width: 960px;
	margin: 0 auto;
}
/* share layout ======================================== */
.bg_dot {
	background: url(../img/share/bg_dot01.gif) repeat left top;
}
.bbt_dash_CCC {
	border-bottom: 1px dashed #CCC;
}

/* ヘッダー ======================================== */
#header .inner {
	position: relative;
}
#header h1 {
	position: absolute;
	left: 0;
	top: 35px;
}
#header h2 {
	position: absolute;
	right: 0;
	top: 0;
}
#header p.register_number {
	position: absolute;
	left: 0;
	top: 8px;
	font-size: 11px;
	color: #1f5699;
}
#header div.banner01 {
	position: absolute;
	right: 290px;
	top: 10px;
}

/* グローバルナビ ======================================== */
ul#gnavi {
	position: absolute;
	left: 50%;
	top: 117px;
	margin-left: -480px;
	z-index: 200;
	width: 960px;
}
ul#gnavi li {
	float: left;
	margin: 0 14px 0 0;
	padding: 0 14px 0 0;
	border-right: 1px solid #CCC;
}
ul#gnavi li.last {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
}

/* CONTENT ======================================== */
#content h3 {
	margin: 0 0 24px;
	padding: 32px 0 16px;
}
#content h4 {
	background: url(../img/share/bg_h4.jpg) no-repeat left top;
	padding: 0 0 0 16px;
	margin: 0 0 16px;
	font-size: 170%;
	color: #1f5699;
}
#content h4.main_title {
	height: 38px;
	background: url(../img/share/bg_main_title.jpg) repeat-x left top;
	padding: 10px 24px 0;
	margin: 0 0 28px;
	font-size: 140%;
	color: #FFF;
}
#content h4.main_title span {
	border-left: 4px solid #FFF;
	padding: 0 0 0 12px;
}

#content h5 {
	background: url(../img/share/bg_h5.gif) no-repeat left top;
	padding: 16px 0 0 12px;
	margin: 0 0 20px;	
	font-size: 160%;
	color: #1f5699;
}

#content dl.cap_twobox {
	
}
#content dl.cap_twobox dt {
	width: 424px;
}
#content dl.cap_twobox dt p.title {
	font-size: 170%;
	border-bottom: 1px solid #999;
	padding: 0 0 12px;
}
#content dl.cap_twobox dd {
	width: 378px;
}
#content dl.cap_twobox dd p.pic {
	padding:  10px;
}
#content dl.cap_twobox dd p.app_number {
	text-align: right;
	border: 1px solid #CCC;
	padding: 4px;
	font-size: 80%;
}

#content ul.anchor_link {
	padding: 16px 40px;
	margin: 0 0 56px;
	border-top: 3px double #1f5699;
	border-bottom: 3px double #1f5699;
}
#content ul.anchor_link li {
	float: left;
	margin: 0 16px 0 0;	
	background: url(../img/share/icon_triangle01.png) no-repeat 93% center #1f5699;
	text-align: center;
}
#content ul.anchor_link li a {
	display: block;
	padding: 12px 32px;
	color: #FFF;
}
#content ul.anchor_link li a:hover {
	display: block;
	background: url(../img/share/icon_triangle01.png) no-repeat 93% center #a9daec;
	color: #FFF;
	text-decoration: none;
}

#content .kugirisen {
	margin-bottom: 96px; 
	padding-bottom: 64px; 
	border-bottom: 3px double #1f5699;
}

.document_box_layout {
	position: relative;
	width: 780px;
	margin: 0 auto 24px;
	padding: 0 30px 24px;
	border: 3px double #1f5699;
}
.document_box_layout h3 {
	font-size: 24px;
	color: #1f5699;
	font-weight: bolder;
	margin: 0 0 24px;
	padding: 24px 0 20px 76px !important;
	background: url(../img/share/ic_title02.jpg) no-repeat left top;
}
.document_box_layout .img01 {
	position: absolute;
	right: 32px;
	top: 48px;
}



/* table ======================================== */
table.table01 {
	width: 100%;
	padding: 0;
	border: 1px solid #CCC;
	line-height: 1.4em;
}
table.table01 tr th {
	border: 1px solid #CCC;
	padding: 14px 10px ;
	background: #FFF;
}
table.table01 tr td {
	border: 1px solid #CCC;
	padding: 14px 10px ;
	background: #FFF;
	line-height: 1.8em;
}
table.table01 .blue {
	background: #f3f9ff;
	color: #1f5699;

}


/* BOTTOM BOX for download ======================================== */
#bottom_box {
	position: relative;
	width: 880px;
	margin: 0 auto 24px;
	padding: 0 40px 40px;
	background: url(../img/share/bg_content.gif) repeat-x left top #FFF;
}
#bottom_box h3 {
	margin: 0 0 24px;
	padding: 24px 0 16px 76px;
	background: url(../img/share/ic_title02.jpg) no-repeat left top;
}
#bottom_box .img01 {
	position: absolute;
	right: 64px;
	top: 48px;
}

/* APPLICATION ======================================== */
#content h5.flow {
	padding: 7px 0 8px 40px;
	margin: 0 0 12px;	
	font-size: 140%;
	color: #1f5699;
	font-weight: bolder;
}
#content h5.no01 {
	background: url(../img/application/ic_no01.jpg) no-repeat left top;
}
#content h5.no02 {
	background: url(../img/application/ic_no02.jpg) no-repeat left top;
}
#content h5.no03 {
	background: url(../img/application/ic_no03.jpg) no-repeat left top;
}
#content h5.no04 {
	background: url(../img/application/ic_no04.jpg) no-repeat left top;
}
#content h5.no05 {
	background: url(../img/application/ic_no05.jpg) no-repeat left top;
}
#content .bg_blue {
	background: #f3f9ff;

}





/* FAQ ======================================== */
dl.faq_list {
	margin: 0 0 48px;
}
dl.faq_list dt {
	background: url(../img/faq/ic01.gif) no-repeat left center;
	font-size: 120%;
	color: #1f5699;
	padding: 0 0 0 16px;
	margin: 0 0 12px;
	line-height: 1.5em;
}
dl.faq_list dd {
	padding: 0 0 16px 16px;
	margin: 0 0 16px;
	border-bottom: 1px dashed #CCC;	
	line-height: 1.8em;
}

/* footer上のバナー ======================================== */
ul.footer_banner {
	width: 960px;
	margin: 0 auto 30px;
	text-align: center;
}
ul.footer_banner li {
	display: inline-block;
	width: 300px;
	margin: 0 10px 0;
}

/* footer ======================================== */
ul#footer_navi {
	padding: 0;
}
ul#footer_navi li {
	float: left;
	margin: 0 8px 0 0;
	padding: 0 8px 0 0;
	border-right: 1px solid #FFF;
	font-size:  12px;
}
ul#footer_navi li a {
	color: #FFF;
}
ul#footer_navi li a:hover {
	color: #FFF;
}
ul#footer_navi li.last {
	border-right: none;
}

div#footer_link {
	padding: 0;
	text-align: center;
	background: #FFF;
}
