@charset "Shift_JIS";

/*-------------------------------------------------
  == Website CSS Divider ==
  -------------------------------------------------
  File       : individual/underwater_with_sony.css
  For        : /shooting_tips/index.html
-------------------------------------------------*/

/*-----------------------------------------------*/
/* Page Style
-------------------------------------------------*/
/* section */
div.section div.left,
div.section div.right {
	display: inline;
}

div.section div.left {
	float: left;
	width: 330px;
}

div.section div.right {
	float: right;
	width: 296px;
}

div.section div.left_sub {
	float: left;
	width: 490px;
}

div.section div.left_lock {
	float: left;
	width:333px;
}

div.section div.left_movie {
	float: left;
	width:441px;
}

div.section div.right_sub {
	float: right;
	width: 133px;
}

div.section div.right_lock {
	float: right;
	width:290px;
}

div.section div.right_movie {
	float: right;
	width:174px;
}

.corner_left {
	width: 390px;
	float: left;
}

.corner_right {
	width: 200px;
	float: right;
	text-align: right;
}

.box {
	width:618px;
	padding:15px 20px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;

}

.line {
	margin-top:-16px;
}