﻿/*-------------------------------------------------------------------------
 * product　個別スタイル　product10.css
 *
 *-------------------------------------------------------------------------*/
.cl {clear:both;}
.clearfix:after {
  content: ".";  
  display: block;  
  clear: both;
  height: 0.1px;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}

.clearfix {min-height: 1px;}
* html .clearfix {
  height: 1px;
  height: auto;
  overflow: hidden;
}

.txt-center{text-align:center !important;}
.txtRed{color:#f8003f;}
.txtNavy{color:#0e3192;}
.txtDef{color:#333333;}
.nonMargin{margin:0 !important;}
.small{font-size:0.8em;}
.gray{color:#666666;}
.Wred{color:#da1223;}
.line {
	border:1px solid #bdd1e6;
	padding:10px;
	clear: both;
	height: 55px;
	line-height: 18px;
}

 /*
 float
----------------------------------------------------------- */
.FloatL {float: left;}
.FloatR {float: right;}

/* マEジンE上方吁E
--------------------------------------------------------------*/
.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt20{margin-top:20px !important;}

/* マEジンE左方吁E
--------------------------------------------------------------*/

.ml10{margin-left:10px !important;}
.ml20{margin-left:20px !important;}
.ml40{margin-left:40px !important;}

/* マEジンE右方吁E
--------------------------------------------------------------*/

.mr10{margin-right:10px !important;}
.mr20{margin-right:20px !important;}
.mr40{margin-right:40px !important;}

/* マEジンE下方吁E
--------------------------------------------------------------*/
.mb10{margin-bottom:10px !important;}
.mb20{margin-bottom:20px !important;}
.mb40{margin-bottom:40px !important;}

/* パディングE下方吁E
--------------------------------------------------------------*/
.pb10{padding-bottom:10px !important;}
.pb20{padding-bottom:20px !important;}
.pb40{padding-bottom:40px !important;}

/*-------------------------------------------------------
 	EﾞﾀEEスタイル
-------------------------------------------------------- */
.btnStd_170d_1501{
	margin: 10px 0 0 0;
	width: 150px;
	height: 40px;
	background-color: #33CC33;
	border-top: 0;
	border-right: 2px #006600 solid;
	border-bottom: 2px #006600 solid;
	border-left: 0;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	-webkit-border-radius: 3px; /*for Safari*/
	-moz-border-radius: 3px; 	/*for FF*/
}

/*-------------------------------------------------------
 	3-c-6.カルーセルパネルめE画像Eみ自動的にスライドさせる　s3-12-2 
-------------------------------------------------------- */	
#carousel_3c6Wrap{
	margin: 0 0 0 50px;
	width: 600px;
	height: 300px;
	padding: 5px;
	position: relative;
}

#carousel_3c6Prev{
	position:absolute;
	top:65px;
	left:-30px;
	cursor:pointer;
}
#carousel_3c6Next{
	position:absolute;
	top:65px;
	right:-30px;
	cursor:pointer;
}
#carousel_3c6{
	width:100%;
	height:100%;
	overflow:hidden;
	}
#carousel_3c6 li{
	float:left;
	margin-right:10px;
	padding:15px 0 15px 15px;
	list-style-type:none;
	display:inline;
}
#carousel_3c6 li img{
	border:none;
}

/*-------------------------------------------------------
 	21-1 textAreaのスタイル
-------------------------------------------------------- */
.list_211{
	width: auto;
	height: 700px;				/* 表示篁E持E　*/
	overflow: auto;				/* スクロールバE付き　*/
}
.list_211 dt{
	font-size: 14px;
	font-weight: bold;
}
.list_211 dd{
	height: 31px;
}

/*-------------------------------------------------------
 	21-1 textAreaのスタイル
-------------------------------------------------------- */
.input_211{
	width:650px;
	height:200px;
} 
/*-------------------------------------------------------
 	help  モーダルウィンドウのヘルプ画面 
-------------------------------------------------------- */	
#mail-glayLayer{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #C0C0C0;
	filter: alpha(opacity=75);
	opacity: 0.75;
}
*html div#mail-glayLayer{		/*for IE6 hack*/
	position:absolute;
	height:800px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../builder/helps/ani_black.png',sizingMethod='scale');
	filter:alpha(opacity=60);
	opacity: 0.60;
}
#mail-overLayer{
	display:none;
	width:660px;
	background:white;
	padding:10px;
	position: fixed;
	top:50%;
	left:50%;
}
#mail-overLayer.menu{width:980px;}
#mail-overLayer img.close{
	position:absolute;
	top:-23px;
	right:-0px;
	cursor:pointer;
}
*html #mail-overLayer{			/*for IE6 hack*/
	position: absolute;
}
/*-------------------------------------------------------
 	21-5 help  ﾎﾞｯｸｽ　タイプ left image 
-------------------------------------------------------- */	
.info_mailGuide{
	border: 1px solid #bdd1e6;
	width: 650px;
	background-color:#F5F5F2;
	height:600px;
	overflow: auto;							/* スクロールバE付き　*/
}
.info_mailGuide img{
	width: 610px;
}
.info_mailGuide p{
	width: 600px;
	padding: 20px 0 20px 30px;
}







