/* セールページスタイル */

/*******************************************************************/
/* セールスメイン */
#sale_main {
	line-height: 250%;
	font-size: 14px;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #FFFFFF;
}

@media (min-width: 600px) {
	#sale_main {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (min-width: 768px) {
	#sale_main {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* base.css を上書きしている */
@media (min-width: 768px) {
	#container {
		width: 768px;
		_width: 788px;
	}
}
/*******************************************************************/


/*******************************************************************/
/* ヘッダ画像 */
/* ヘッダ画像は全体にあるのではなく、右下に小さな画像を配している */
/* オートメール */
#sale_head1_mail1 {
	background: url(img/sale_header_bg_mail1.png) no-repeat #f5f5f5;/*#fffafa#f0ffff#f5f5f5*/
	background-size: 20%;
	background-position: right bottom;
}

@media (min-width: 600px) {
	#sale_head1_mail1 {
		height: 200px;
		font-size: 25px;
		font-weight: bold;
		line-height: 200%;
		background: url(img/sale_header_bg_mail1.png) no-repeat #f5f5f5;
		background-size: 20%;
		background-position: right bottom;
	}
}

@media (min-width: 1025px) {
	#sale_head1_mail1 {
		height: 280px;
		font-size: 29px;
		line-height: 250%;
		padding-left: 20px;
		background: url(img/sale_header_bg_mail1.png) no-repeat #f5f5f5;
		background-position: right bottom;
	}
}

/* 毎度メール */
#sale_head1_mail2 {
	background: url(img/sale_header_bg_mail2.gif) no-repeat #f5f5f5;/*#fffafa#f0ffff#f5f5f5*/
	background-size: 20%;
	background-position: right bottom;
}

@media (min-width: 600px) {
	#sale_head1_mail2 {
		height: 200px;
		font-size: 25px;
		font-weight: bold;
		line-height: 200%;
		background: url(img/sale_header_bg_mail2.gif) no-repeat #f5f5f5;
		background-size: 20%;
		background-position: right bottom;
	}
}

@media (min-width: 1025px) {
	#sale_head1_mail2 {
		height: 280px;
		font-size: 29px;
		line-height: 250%;
		padding-left: 20px;
		background: url(img/sale_header_bg_mail2.gif) no-repeat #f5f5f5;
		background-position: right bottom;
	}
}

/* 銀行メール */
#sale_head1_bank {
	background: url(img/sale_header_bg_bank.gif) no-repeat #f5f5f5;/*#fffafa#f0ffff#f5f5f5*/
	background-size: 30%;
	background-position: right bottom;
}

@media (min-width: 600px) {
	#sale_head1_bank {
		height: 200px;
		font-size: 25px;
		line-height: 200%;
		background: url(img/sale_header_bg_bank.gif) no-repeat #f5f5f5;/*#fffafa#f0ffff#f5f5f5*/
		background-size: 35%;
		background-position: right bottom;
	}
}

@media (min-width: 1025px) {
	#sale_head1_bank {
		height: 280px;
		font-size: 29px;
		line-height: 250%;
		padding-left: 20px;
		background: url(img/sale_header_bg_bank.gif) no-repeat #f5f5f5;/*#fffafa#f0ffff#f5f5f5*/
		background-position: right bottom;
	}
}

/* Webページコントローラー */
#sale_head1_web {
	background: url(img/sale_header_bg_web.png) no-repeat #f5f5f5;/*#fffafa#f0ffff#f5f5f5*/
	background-size: 25%;
	background-position: right bottom;
}

@media (min-width: 600px) {
	#sale_head1_web {
		height: 200px;
		font-size: 25px;
		line-height: 200%;
		background: url(img/sale_header_bg_web.png) no-repeat #f5f5f5;/*#fffafa#f0ffff#f5f5f5*/
		background-size: 30%;
		background-position: right bottom;
	}
}

@media (min-width: 1025px) {
	#sale_head1_web {
		height: 280px;
		font-size: 29px;
		line-height: 250%;
		padding-left: 20px;
		background: url(img/sale_header_bg_web.png) no-repeat #f5f5f5;/*#fffafa#f0ffff#f5f5f5*/
		background-position: right bottom;
	}
}
/*******************************************************************/


/*******************************************************************/
/* 隠し項目 */
h1 {
	width: 1px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
}
/*******************************************************************/


/*******************************************************************/
/* ヘッダ内ソフト名 */
.soft_name {
	padding: 0px 0px 0px 5px;
	color: #191970;
	font-size: 23px;
	font-weight: bold;
	line-height: 200%;
}

/* ヘッダ内ソフト説明（キャッチ） */
.soft_info {
	color: #191970;
	font-weight: bold;
	text-align: left;
}

@media (min-width: 600px) {
	.soft_info {
		padding: 10px 20px 0px 0px;
		font-size: 30px;
	}
}

@media (min-width: 1025px) {
	.soft_info {
		padding: 20px 30px 0px 0px;
		font-size: 35px;
	}
}
/*******************************************************************/


/*******************************************************************/
/* リード */
.sale_head2 {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #D74F45;
	line-height: 200%;
}

@media (min-width: 600px) {
	.sale_head2 {
		font-size: 24px;
		line-height: 200%;
	}
}
/*******************************************************************/


/*******************************************************************/
/* 本文 */
/* 項目 */
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 200%;
	padding-left: 3px;
	background-color: #8C1016;
}

@media (min-width: 600px) {
	h2 {
		font-size: 16px;
		line-height: 200%;
		height: 27px;
		width: 600px;
		margin-top: 80px;
		margin-bottom: 20px;
		padding-top: 4px;
		padding-left: 25px;
		padding-bottom: 4px;
		background: url(img/title_bar_type4_1.gif) no-repeat;
	}
}

/* リスト */
.bun ul {
	padding-left: 20px;
}

@media (min-width: 600px) {
	.bun ul {
		padding-left: 30px;
	}
}

/* 番号リスト */
.bun ol {
	padding-left: 20px;
}

@media (min-width: 600px) {
	.bun ol {
		padding-left: 30px;
	}
}

/* リスト枠 */
.list_waku {
	margin-left: 5px;
	margin-right: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
}

.list_waku a {
	text-decoration: none;
	color: #000000;
}

#dousa a{
	text-decoration: underline;
	color: #0000EE;
}

@media (min-width: 600px) {
	.list_waku {
		padding: 10px;
		margin-left: 50px;
		margin-right: 50px;
	}
}

@media (min-width: 1025px) {
	.list_waku {
		width: 600px;
		_width: 620px;
		margin-left: 50px;
		margin-right: 50px;
	}
}

/* 画像枠 */
.img_waku img{
	max-width: 95%;
	height: auto;
	border: 1px #5D5C5C solid;
}

@media (min-width: 600px) {
	.img_waku img{
		border: 1px #5D5C5C solid;
		margin-left: 30px;
	}
}

/* テーブル */
table {
	border: 1px #808080  solid;
	border-collapse: collapse;
	padding-left: 5px;
	padding-right: 5px;
	height: 10px;
}

tr {
	border: 1px #808080  solid;
	border-collapse: collapse;
	padding-left: 5px;
	padding-right: 5px;
	height: 10px;
}

td {
	border: 1px #808080  solid;
	border-collapse: collapse;
	padding-left: 5px;
	padding-right: 5px;
	height: 10px;
}

th {
	border: 1px #808080  solid;
	border-bottom: 2px #808080  solid;
	border-collapse: collapse;
	padding-left: 5px;
	padding-right: 5px;
	height: 10px;
}

@media (min-width: 600px) {
	table {
		margin-left: 30px;
	}
}

/* 例 */
.rei{
	border: 1px #E7E7E7  solid;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 230%;
}

@media (min-width: 600px) {
	.rei{
		margin-left: 20px;
		margin-right: 20px;
	}
}
/*******************************************************************/


/*******************************************************************/
/* 決済ボタン */
/* 枠 */
.intoro_item {
	text-align: center;
	border-width: 2px;
	border-style: solid;
	border-color: #999999;
	background-color: #FFE1D2;
	line-height: 250%;
}

/* 決済ボタン */
.intoro_item img {
	border: 0;
}

/* 商品説明 */
.item_name {
	font-size: 20px;
	font-weight: bold;
}

/* 商品名 */
.item_subname {
	font-size: 14px;
	font-weight: bold;
}

/* 価格 */
.item_price {
	font-size: 16px;
	font-weight: bold;
}

/* サポート */
.item_support {
	font-size: 13px;
}

/* 商品名 */
.item_setsumei {
	font-size: 13px;
}

/* 決済後の説明 */
.bun {
	margin-top: 30px;
	margin-bottom: 30px;
}

@media (min-width: 600px) {
	.intoro_item {
		text-align: center;
		margin-left: 50px;
		margin-right: 50px;
		padding: 10px;
		border-width: 2px;
		border-style: solid;
		border-color: #999999;
		background-color: #FFE1D2;
		line-height: 250%;
	}
	
	.item_name {
		font-size: 30px;
		font-weight: bold;
	}
	
	.item_subname {
		font-size: 16px;
		font-weight: bold;
	}
	
	.item_price {
		font-size: 18px;
		font-weight: bold;
	}
	
	.item_support {
		font-size: 15px;
	}
	
	.item_setsumei {
		font-size: 15px;
	}
}

@media (min-width: 1025px) {
	.intoro_item {
		width: 600px;
		_width: 620px;
		text-align: center;
		margin-left: 50px;
		margin-right: 50px;
		padding: 10px;
		border-width: 2px;
		border-style: solid;
		border-color: #999999;
		background-color: #FFE1D2;
		line-height: 250%;
	}
}
/*******************************************************************/


/*******************************************************************/
/* 商取引 */
.torihiki{
	font-size: 12px;
}
/*******************************************************************/


/*******************************************************************/
/* 商標 */
.syohyou{
	text-align: right;
	font-size: 11px;
}
/*******************************************************************/
