
img.img-responsive {
	width: 100%;
}

.documentsList {
	/*margin:0 -10px 20px;*/
	margin-right: 0;
	margin-left: 0;
	overflow:hidden;
}
.documentsList ul {
	margin:0;
	padding: 0;
	list-style: none;
	display: block !important;
	width: 100%;
}
.documentsList ul li {
	float: left;
	display: inline-block !important;
	width: 50%;
	height: 115px;
	font-size: 10px;
	line-height: 1.4;
	text-align: center;
	background-color: #f9f9f9;
	border: 1px solid #fff
}
.documentsList ul li a {
	width: 100%;
}
.documentsList ul li img {
	border: none;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
	width: 100%;
}

@media (min-width:768px){
	.bs-glyphicons {
		margin-right:0;
		margin-left:0
	}
	.bs-glyphicons li {
		width:12.5%;font-size:12px
	}
}


/*----------------------------------------------------------
 フォーム要素
----------------------------------------------------------*/	

/* 入力エラー */
#alert {
	margin: 0px 0px 20px;
	text-align: center;
	text-decoration: blink;
	color: #DD4B39;
}
/* 項目毎のエラー表示 */	
.validErr {
	color: #DD4B39;
	margin: 3px 0 0;
	line-height: 1.4;
	text-align: left;
}

/* 必須項目 */
.req {
	color: #00A65A !important;
}

.form-control-static {
	/*border: 1px solid #EBEBEB;
	background-color: #F9F9F9;*/
	border-bottom: 1px solid #EBEBEB;
	padding-left: 10px;
	padding-right: 10px;
}


/* アップロード用ファイルドラッグ＆ドロップエリア */
#fileDropArea {
	width: 100%;
	border: 1px solid #FFF;
	line-height: 200px;
	text-align: center;
}


/*----------------------------------------------------------
 ローティング画像
----------------------------------------------------------*/	
#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #FFF;
    z-index: 99999;
		opacity: 0.7;
}
#loadingImg{
    position: absolute;
    left: 50%;
    top: 30%;
}


/*----------------------------------------------------------
 配送情報
----------------------------------------------------------*/
.areaDeliveryFee {
    margin-bottom: 3px;
}

.cod_fee_list {
    margin-bottom: 3px;
}


/*----------------------------------------------------------
 商品イメージ画像
----------------------------------------------------------*/
#FileDropArea {
    height: 200px;
    margin-bottom: 5px;
    border:  5px solid #DADADA;
    background-color: #F0F0F0;
}
#ImageList div:hover {
    cursor: move;
}
.itemImgBox {
    border-collapse: collapse;
    border: 1px solid #DCDCDC;background-color: #FFFFFF;
    padding: 10px;
}


/*----------------------------------------------------------
 モーダル画面
----------------------------------------------------------*/	
/* モーダル画面内のiframe */
/*.modalIffame {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
  width: 100%;
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}*/
