﻿
/* 商品詳細_css */

/********** メインコンテナ **********/
DIV#blpnew-container	{
	width: 620px;
	margin: 0 auto 0 auto;
	padding: 10px 0 5px 0;
	background-color: #fff;
}

div#blpnew-container h1	{
	font-size: 15px;
	color: #ffffff;
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
	align: center;
	line-height: 17px;
	margin: 20px 0 4px 0;
}
/*　画像左詰め　*/
.f_left	{
	float: left;
	margin: 0 8px 10px 10px;
}
.pic-end	{
	clear: both;
}


/***** 枠付きリストマーク各種  *****/
ul#p-icon12 {
	overflow: hidden;
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin: 10px 30px 10px 0px;
	padding: 5px 15px 5px 20px;
}
ul#p-icon12 li	{
	font-size: 12px;
	color: #505050;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	line-height: 15px;
	list-style-position: outside;
	padding: 0;
	margin: 5px 0px 2px 5px;
}
/* ■ */
ul#p-icon12 li#squ	{
	list-style: square;

}
/* ● */
ul#p-icon12 li#disc	{
	list-style: disc;
}

/************* 詳細文字 **************/
.blnew-titel	 {
	font-size: 12px;
	color: #0000ff;
	text-align: center;
	line-height: 12px;
	font-weight: bold;
	margin: 0 0 -5px 0;
	padding: 0;
}
.blnew-subti	 {
	font-size: 11px;
	color: #990000;
	text-align: center;
	line-height: 11px;Ⅱ
	font-weight: normar;
	text-indent: 10px;
	margin: 0 0 0 0;
	padding: 0 20px 0 5px;
}
/*** [ ] ***/
.mark::before	{
	content: "\005b  ";
	color: #0000ff;
	font-size: 12px;
}
.mark::after	{
	content: "  \005d";
	color: #0000ff;
	font-size: 12px;
}
/*** ≪ ***/
.mark1::before	{
	content: "\00ab  ";
	color: #990000;
	font-size: 12px;
}
.mark1::after	{
	content: "  \00bb";
	color: #990000;
	font-size: 12px;
}
/*** ∞ ***/
.mark01::before	{
	content: "\221e  ";
	color: #990000;
	font-size: 12px;
}
.mark01::after	{
	content: "  \221e";
	color: #990000;
	font-size: 12px;
}
/*** # ***/
.mark2::before	{
	content: "\ff03  ";
	color: #ff0000;
	font-size: 12px;
}
/*** ♪ ***/
.mark2::after	{
	content: "  \266a";
	color: #ff0000;
	font-size: 12px;
}
/*********** Ⅱ特殊文字 ***********/
.gr-x13	{
	font-size: 13px;
	color: #666666;
	text-align: center;
}
.gr-x13::before	{
	content: "\2161";
}

.br-x12	{
	font-size: 12px;
	color: #990000;
	text-align: center;
}
.br-x12::before	{
	content: "\2161";
}

/* グレー文字 */
.gr-m12 {
	font-size: 12px;
	color: #505050;
	line-height: 18px;
	text-align: left;
	text-indent: 10px;
	letter-spacing: 3px;
	margin: 0px 15px 5px 15px;
}
.gr-c12 {
	font-size: 12px;
	color: #505050;
	line-height: 20px;
	text-align: center;
	text-indent: 0px;
	margin: 0px 15px 5px 15px;
}
/*　青文字　*/
.bl-m12 {
	font-size: 12px;
	color: #0080ff;
	line-height: 20px;
	text-align: left;
	text-indent: 0px;
	margin: 5px 15px 5px 15px;
}
/***** 赤枠付き赤文字  *****/
.r-plate12 {
	display: inline-block;
	font-size: 12px;
	color: #505050;
	line-height: 20px;
	text-align: center;
	background-color: #ffdff6;
	border: 1px solid #fe9ce2;
	border-radius: 5px;
	margin: 10px 15px 10px 15px;
	padding: 5px 15px 5px 15px;
}
/************* 見開き紹介ヘッダー ************/
.header101	{
	width: 610px;
	background-image: url(../blp-button/bt016h_block45-18.jpg);
	background-repeat: repeat-x;
	border-bottom: 3px solid #3999ff;
	border-radius: 10px 10px 0 0;
	margin: 10px 0 10px 0;
	padding: 0 0 18px 0; 
}
.header101	h3	{
	font-size: 12px;
	font-weigth: 600;
	text-align: center;
	line-height: 12px;
	color: #666666;
	margin: 0;
	padding: 8px 0 12px 0; 
}
.header101	img		{
	border: 0px solid #ccc;
	padding: 0;
	margin: 10px 0 5px 0;
}
/*　画像の影　*/
.art_bor	{
	box-shadow: 4px 4px 15px 1px rgba(0,0,0,0.3);
	padding: 0;
	margin: 0;
}
/* 中間ライン/青グラデーション */
.hr-line-bl {
	width: 585px;
	border: none;
	height: 3px;
	background: linear-gradient(90deg,rgba(57,153,255,0.1)0%,rgba(57,153,255,1)50%,rgba(57,153,255,0.1)100%);
	margin: 15px 0 15px 0;
}
/* 中間ライン/青ソリッド */
.so-line-bl {
	width: 585px;
	border-bottom: 1px solid #3999ff;
	height: 3px;
	margin: 15px 0 15px 0;
}


