@charset "utf-8";
/*---------------------------------------
    リセットCSS（編集不要）
----------------------------------------*/
html{overflow-y:scroll;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}table{border-collapse:collapse;border-spacing:0;}caption,th{text-align:left;}q:before,q:after{content:'';}object,embed{vertical-align:top;}hr,legend{display:none;}h1,h2,h3,h4,h5,h6,small{font-size:100%;}img,abbr,acronym,fieldset{border:0;}ul li{list-style-type:none;}a,label{cursor:pointer;}img{vertical-align:bottom;margin:0;padding:0;}
a img{vertical-align:bottom;}

/*--------------------------------
	全体
---------------------------------*/
body {
	border-top: 2px solid #ea7100;
	line-height: 1.6;
	color: #333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 76%;
	background: #f7f7f7;
}
#body_inner {
	width: 978px;
	margin: 0 auto;
	background: #fff;
}

/*  計測タグ用画像隠し
----------------------------------------*/
/*
img {
  display: block;
  height: 0;
}
#body_inner img {
  display: inline;
  height: auto;
}*/

/*--------------------------------
	ヘッダー
---------------------------------*/
#header {
	padding: 20px;
}

/*--------------------------------
	コンテンツ
---------------------------------*/

/*  汎用
----------------------------------------*/
a {
	color: #3559bf;
}
a:hover {
	text-decoration: none;
}

.prentheses {
	list-style: none;
}
.prentheses li {
	position: relative;
	padding-left: 2.5em;
	zoom: 1;
}
.prentheses li span {
	position: absolute;
	left: 0;
	top: 0;
}
.red {
	color: #ff0000;
}
.red a {
	color: #ff0000;
}

/*  social
----------------------------------------*/
.social {
	margin: 15px 18px;
	zoom: 1;
}
.social:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
.social li {
	float: left;
	padding-right: 20px;
}

/*  open_account
----------------------------------------*/
.open_account {
	width: 712px;
	margin: 20px auto 30px;
	zoom: 1;
}
.open_account:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
.open_account .btn01 {
	float:left;
}
.open_account .btn02 {
	float:right;
}

/*  info
----------------------------------------*/
#info {
	width: 878px;
	margin: 0 auto 30px;
	background: url(../img/bg-info.gif) repeat-y;
}
#info_inner {
	background: url(../img/bg-info_top.gif) top no-repeat;
}
#info dl {
	padding: 40px 50px;
	background: url(../img/bg-info_bottom.gif) bottom no-repeat;
	font-size: 109%;
	zoom: 1;
} 
#info dt {
	float: left;
	color: #888888;
	font-size: 116%;
	font-weight: bold;
}
#info dd {
	margin-bottom: 25px;
	padding: 0 0 25px 188px;
	border-bottom: 2px solid #e5e5e5;
}
#info dd.last {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
#info dd .target {
	margin-top: 10px;
	text-align: center;
}
#info dd strong {
	font-size: 116%;
}
#info .notes {
	padding-left: 1em;
	text-indent: -1em;
}
#info ul.notes {
}
#info_bottom table td ul.notes {
	margin-left:4px;
	margin-bottom:10px;
}
#info_bottom table td ul.notes li {
	margin-left:1em;
	list-style-type:disc;
}
#info_bottom table td ul.notes2 li {
	text-indent:-1em;
	margin-left:1em;
}

#info_bottom table td ul.notes2 li span {
	color:#fa2800;
}

#info_bottom table td ul.notes2 li span a {
	color:#fa2800;
}

#info dd.last dl {
	margin: 15px 0;
	padding: 0;
	background: none;
	font-size: 100%;
}
#info dd.last dl dt {
	float: none;
	color: #000000;
	font-size: 108%;
	font-weight: bold;
}
#info dd.last dl dd {
	margin-bottom: 10px;
	padding: 0;
	border-bottom: 0;
}
#info dd.last dl dl {
	margin: 0;
}
#info dd.last dl dl dt {
	margin: 5px 0;
	color: #444444;
	font-size: 100%;
	font-weight: normal;
}


/*  attention
----------------------------------------*/
#attention {
	width: 878px;
	margin: 0 auto 30px;
	padding-bottom: 25px;
	background: #eeeeee url(../img/bg-attention_bottom.gif) no-repeat bottom;
	font-size: 109%;
}
#attention h2 {
	padding: 26px 0 5px;
	background: url(../img/bg-attention_top.gif) no-repeat;
	text-align: center;
}
#attention p {
	margin: 0 50px;
	line-height: 1.8;
}

#attention a {
	color: #ff0000;
}
#attention .signature {
	text-align:right;
}



/*  customer_center
----------------------------------------*/
#customer_center {
	margin-bottom: 50px;
	text-align: center;
}


/*  customer_center
----------------------------------------*/
.pagetop {
	width: 878px;
	margin: 50px auto 0;
	text-align: right;
}


/*--------------------------------
	フッター
---------------------------------*/
#footer {
	padding: 20px 0;
	text-align: center;
	font-size: 109%;
}

/* ----- campaign-close ----- */
.campaign-close {
  border: 3px solid #CA0000;
  color: #CA0000;
  font-size: 110%;
  padding: 10px;
  margin-bottom: 20px; 
  font-weight: bold;
}

.campaign-close p {
  background: url(/pc/resources_shared/images/icn_caution.gif) no-repeat 0 0.2em;
  margin: 0;
  padding-left: 20px;
}
