@charset "utf-8";
/* CSS Document */

/*メイン内レイアウト*/
.contents_area p {
	width: auto
}

.oocp{
	padding-top:10px
}

.oocp .content{
	margin:10px 0 30px 0
}

/*タイトルの画像*/
.oocp h1{
	margin:0;
}

/*見出し テキスト*/
.oocp h2{
	font-size:24px;
	font-weight:normal;
	color:#0F0E3D;
	line-height: 1.2;
	margin:10px;
	background-image:url(/jp/support/cs/digital/oocpmp/img/index_ttl_icon.jpg);
	background-repeat:no-repeat
}

.oocp h3{
	font-size:18px;
	color:#0F0E3D;
	padding-left:5px;
	margin:10px 0 0 10px;
	border:none
}

.yakkan{
	list-style-type:none;
	margin:10px 0 0 20px
}

div.lead {
	margin-top: 15px;
}

p.close {
	text-align: right;
	margin-bottm: 15px;
}

div.btn {
	width: 266px;
	margin: auto;
}


li.none {
	list-style-type: none; 
	}

/* 注意書き */
div.notice .notice h3 {
	margin: 0 0 7px 0;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	border-bottom: none;
	}

div.notice .notice {
	margin: 20px 30px;
	padding: 10px;
	border:#F00 3px solid;
	}
div.notice .notice p{
	font-size:14px
}
div.notice .notice p .cau{
	font-size:14px;
	color:#F00
}
	
.contents_area div.notice .notice p {
	margin: 0;
}

/* スクロール表示 */ 
.scr {
  overflow: auto;
  background-color:#F5F5F5;
  width: 650px;
  height: 300px;
  margin:10px 0 30px 0;
  margin-left:auto;
  margin-right:auto;
  padding:10px
  }

.txt_r{
	text-align: right;
}


/*OOCPカード決済のお知らせ*/
.card{
	background:#FFF;
	padding:10px;
	width:85%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	border:#F00 4px double
}
/*OOCPカード決済のお知らせここまで*/