.detailbox_info					{background:#faecec; border:1px solid #f0d9d9; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; overflow:hidden; padding:45px;
												moz-box-shadow:0 0 10px rgba(0,0,0, 0.08);
												-webkit-box-shadow:0 0 10px rgba(0,0,0, 0.08);
												box-shadow:0 0 10px rgba(0,0,0, 0.08);}

.detailbox_white .detailbox_info	 {padding:20px; moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none;}


.detail_note						{background:#921f1f; padding:20px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; color:#ffffff;}
.detail_note_gray				{background:#f5f5f5; border:1px solid #dcdcdc; padding:20px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;}

.float_l		{float:left;}
.float_r		{float:right;}

/*　VI詳細___アドオンの親DIV　*/
.addon_dl_vi	{margin-top:45px; background:#ffffff; border:1px solid #cccccc; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; overflow:hidden; padding:45px;
							moz-box-shadow:none;
							-webkit-box-shadow:none;
							box-shadow:none;}

/*　DL_VI詳細___アドオンの親DIV　*/
.addon_dl_vi .prod_title		{font-weight:bold; margin-bottom:30px; font-size:1.8rem; font-size:18px;}
/*.addon_dl_vi .prod_title		{padding: 3px 5px; margin-bottom:10px; border: 1px solid #bfc4ca; background-color:#cfd4da; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;}*/


/* ショット */
img.shot						{float:right; margin: 0 0 20px 20px;}
img.shot_left					{float:left; margin: 0 20px 20px 0;}

/* 太字 */
.title_m		{font-weight:bold; margin-bottom:10px; font-size:1.4rem; font-size:14px; color:#999;}
.title_m a		{color:#000000;}

/*　テーブル（ソフト動作環境）　*/
.t_require						{width:460px; background-color:#FFFFFF;}
.t_require th					{width:115px; padding:5px 0 5px 5px;}
.t_require td					{width:335px; padding:5px 5px 5px 0;}
.t_require td.os_require		{width:330px; padding:5px; color:#FFFFFF; font-weight:bold;}
.t_require td.os_require img	{float:left; margin-right:10px;}
.icon_if						{text-align:right;}
.icon_if img					{margin-left:5px;}

/*　テーブル用BOX　*/
.t_mb10			{margin-bottom:10px;}

/* テーブル列背景色　*/
.tr_bg01		{background-color:#f3f3f3 !important;}
.tr_bg05		{background:url(../images/t_bg_stripe01.gif) repeat left top;}



/*　◆◆◆◆◆◆◆◆極力使用を避ける◆◆◆◆◆◆◆◆　*/

/*　マージン　*/
.mb10			{margin-bottom:10px;}

/*　区切り線　*/
.border			{border-top:1px #ccc solid; padding-top:45px;}

/*リスト*/
.list_pdf						{padding:0; margin:0;}
.list_pdf li				{background:url(../images/icon_pdf.gif) no-repeat top left; padding:0 0 5px 25px; margin:0; line-height:1.4; /*color:#333333;*/}
.list_dl						{padding:0; margin:0;}
.list_dl li					{background:url(../images/icon_dwl.gif) no-repeat top left; padding:0 0 5px 25px; margin:0; line-height:1.4; /*color:#333333;*/}

/*フロート解除*/
.clear			{clear:both;}
