@charset "utf-8";

/* clearfix */
.clearfix {
  width: 100%;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* ポータブルカメラ */

.portable-camera h3.title{
	font-size: 16px;
	font-weight: bold;
	color: #686666;
	margin: 40px 0 15px;
}

.portable-camera h3.title span{
	border-left: 4px solid #cccccc;
	border-radius: 2px;
	padding-left:6px;
}

.portable-camera p{
	font-size: 14px;
	line-height: 1.5;
}


.portable-camera .main-photo{
	margin-bottom: 10px;
}

.portable-camera h4{
	margin-bottom: 30px;
}

.portable-camera .section{
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 2px solid #c1c1c1;
}

.portable-camera .section .inner{
	width: 550px;
}

.portable-camera .section .f-left{
	float: left;
}

.portable-camera .section .f-right{
	float: right;
}

.portable-camera .section .text{
	width: 370px;
}

.portable-camera .section .text p{
	margin-bottom: 15px;
}

.portable-camera .section .photo{
	width: 160px;
}
.portable-camera .section .photo2{
	width: 280px;
}

.portable-camera .section .check{
	margin-bottom: 20px;
}
.portable-camera .section .check li{
	background-image: url(http://www.chutoku.co.jp/portable-camera/images/icon-check.jpg);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 20px;
	margin-left: 20px;
    font-size: 14px;
}

.portable-camera .section .price{
	margin-left: 100px;
}

.portable-camera .section .price p{
	margin-bottom: 10px;
}

.portable-camera .section .price table{
	margin-top: 30px;
	border-collapse: collapse;
	width: 100%;
}

.portable-camera .section .price table th{
	border: 1px solid #000000;
	padding: 4px;
	width: 180px;
	font-weight: bold;
}

.portable-camera .section .price table td{
	border: 1px solid #000000;
	padding: 4px;
}

.portable-camera .other table{
    border-collapse: collapse;
    width: 100%;
}
.portable-camera .other table td{
	border: 1px solid #000000!important;
	padding: 4px!important;
}

.portable-camera .other table th{
	border: 1px solid #000000!important;
	padding: 4px!important;
    background-color: #eee;
    font-weight: bold;
}


