@charset "UTF-8";
/* CSS Document */

.content_article a {
	text-decoration: underline;
	color: #286397
}

.content_article .textbox {
	height: auto;
	background: none;
	border: 0;
	box-shadow: none;
}

#container_article {
	border-top: solid 5px #e21b22;
}

.tableborder {
	border: 1px solid #dddddd;
}

.imgborder {
	padding: 1px;
	background-color: #e1e1e1;
}

.row:after {
	content: "";
	clear: both;
	display: block;
}

.col-of-1 {
	width: 6%;
}

.col-1 {
	width: 8.33%;
}

.col-2 {
	width: 16.66%;
}

.col-3 {
	width: 25%;
}

.col-4 {
	width: 33.33%;
}

.col-5 {
	width: 41.66%;
}

.col-6 {
	width: 50%;
}

.col-7 {
	width: 58.33%;
}

.col-8 {
	width: 66.66%;
}

.col-9 {
	width: 75%;
}

.col-10 {
	width: 83.33%;
}

.col-11 {
	width: 91.66%;
}

.col-12 {
	width: 100%;
}

.row {
	width: 100%;
}

.offset {
	margin: -20px;
}

[class*="col-"] {
	float: left;
}

.buttonbox {

	background-color: #ff0000;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
	text-indent: 0;
	border: 1px solid #e1e1e1;
	display: inline-block;
	color: #ffffff !important;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	height: 33px;
	line-height: 33px;
	width: 128px;
	text-decoration: none;
	text-align: center;
	margin: 5px;
}

.buttonbox:hover {

	background-color: #A80104;
	color: #ffffff;
}

.buttonbox:active {
	position: relative;
	top: 1px;
	color: #ffffff;

}

.buttonbox a {
	color: #ffffff !important;
}



#row {
	display: block;
	height: 1em;
	width: 10px;
	clear: both
}

.table_list {
	/*"新細明體", */
	width: 540px;
	font-family: "Times New Roman";
	color: #000000;
	font-size: 13px;
	line-height: 20px;
	border: solid 1px #E1E1E1;
}

.table_list2 {

	width: 680px;
	font-family: "Times New Roman";
	color: #000000;
	font-size: 13px;
	line-height: 20px;
}

.table_list2_img {

	width: 100%;
	max-width: 320px;
	height: auto;
}


.textcolor {
	color: #ffffff;
}

#box2 {
	display: inline-block;
	max-width: 200px;
	padding: 8px 4px 4px;
	border: 1px solid #dddddd;
	text-align: center;
	background-color: #f6f6f6;
	margin-bottom: 1em;
}

#box2_wide {
	display: inline-block;
	max-width: 100%;
	padding: 8px 4px 4px;
	border: 1px solid #dddddd;
	text-align: center;
	background-color: #f6f6f6;
	margin-bottom: 1em;
}

#box2_wide img {
	width: 100%
}

#buttonURL {
	display: block;
	margin: 0 auto;
	padding: 10px;
	background-color: #ff0000;
	color: #FFFFFF;
	max-width: 200px;
	text-align: center;
	font-weight: bold
}

#buttonURL a {
	display: block;
	text-decoration: none;
	color: #ffffff
}

/*#button_red{margin-right:5px; margin-bottom:5px; border:0}
*/




#container {
	display: block;
	width: 96%;
	max-width: 750px;
	padding: 20px 10px;
	/*font-family: Microsoft JhengHei, Microsoft YaHei, Apple LiGothic Medium,  Arial, Helvetica, sans-serif;*/
	font-family: "Times New Roman";
	color: #4C4C4C;
}

#container a {
	border: none;
}

#container p {
	font-size: 10px;
	padding: 0px 0px 15px;
}

#header_title {
	text-align: left
}

.textbox {
	font-family: 'Roboto Condensed', 'Noto Sans', 'Noto Sans TC', sans-serif;
	width: 100%;
	font-size: 15px;
	line-height: 23px;
	text-align: left;
}

.top_title_and_links {
	width: 100%;
	text-align: right;
	padding: 10px;
	background: #FFF;
}

.issue {
	text-align: right;
	color: #000000;
	font-weight: bold;
	padding-top: 10px;
}

.issue span {
	font-weight: normal;
}

.social {
	text-align: right;
	border-style: none;
}

.social img{
	width: 36px;
	padding: 6px;
}

.header_article {
	background: url('http://www.canon.com.hk/public/article/Skill_Sharing_Photography/10293/images/top_border.png') right top no-repeat;
	height: 12px;
	margin: 10px auto 0px;
	display: none;
	clear: both;
}

.content_article {
	background: #FFF;
	margin: 0px auto 0px;
	padding: 15px 15px 0px 15px;
}

.content_article h1 {
	font-family: "Times New Roman";
	color: #CF121B;
	font-size: 22pt;
	font-weight: bold;
	padding: 0px 0px 15px;
	margin: 0px;
	text-align: left;
}

.content_article #header_title {
	padding: 20px 0px;
}

.content_article #header_title h1 {
	margin-left: 0px !important;
}

.content_article h2 {
	font-family: "Times New Roman";
	color: #595757;
	font-size: 15pt;
	padding: 5px 0px;
	margin: 0px;
	font-weight: bold;
}

.content_article h3 {
	font-family: "Times New Roman";
	/*color: #595757;*/
	color: #CF121B;
	font-size: 13px;
	padding: 0px 0px 5px;
	margin: 0px;
	font-weight: bold;
}

.content_article .eng_style {
	font-family: "Times New Roman";
}

.img-responsive {
	width: 98%;
	max-width: 450px;
}

.video-responsive {
	width: 450px;
	height: 253px;
}

.img-responsive_large {
	width: 100%;
}

/*
#box2 {
	display: inline-block;
	max-width: 200px;
	padding: 8px 4px 4px;
	border: 1px solid #dddddd;
	text-align: center;
	background-color: #f6f6f6;
	margin-bottom: 1em;
}*/
div.prodbox {
	text-align: center;
	padding: 8px 4px 4px;
	border-radius: 3px;
	margin-bottom: 1em;
	background-color: #f6f6f6;
	border: 1px solid #dddddd;
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
}

div.tipbox {
	padding: 8px 4px 4px;
	border-radius: 3px;
	margin-bottom: 1em;
	background-color: #FFFFFF;
	border: 1px solid #dddddd;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

div.tipbox p {
	font-size: 13px;
	padding: 0;
	margin: 0;
	font-family: "Times New Roman";
}

div.imgbox {
	text-align: center;
	padding: 8px !important;
	border-radius: 3px;

	margin-bottom: 1em;
	background-color: #f6f6f6;
	border: 1px solid #dddddd;
	max-width: 454px;
	margin-left: auto;
	margin-right: auto;
}

div.imgbox_small_half {
	text-align: center;
	padding: 8px 4px 4px;
	border-radius: 3px;
	width: 250px;
	max-width: 98%;
	margin-bottom: 1em;
	background-color: #f6f6f6;
	border: 1px solid #dddddd;
	max-width: 350px;
	margin: 0 auto;
}


div.imgbox_small {
	text-align: center;
	padding: 8px 4px 4px;
	border-radius: 3px;
	width: 350px;
	max-width: 98%;
	margin-bottom: 1em;
	background-color: #f6f6f6;
	border: 1px solid #dddddd;
	max-width: 350px;
	margin: 0 auto;
}

div.imgbox_large {
	text-align: center;
	max-width: 100%;
	margin-bottom: 1em;
}

div.container_2pic {
	text-align: center;
	padding: 0;

	max-width: 98%;
	margin-bottom: 1em;

	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}

#caption {
	color: #6f6f6f;
	border-bottom: solid 2px #ababab;
	font-size: 13px;
	padding: 6px;
	margin: 0;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.content_article p.remarks {
	font-size: 8pt;
}

table.prod_table img.imgprod {
	max-width: 250px;
	width: 100%;
	padding: 2px;
}

img.imgprod {
	max-width: 300px;
	width: 99%;
	padding: 2px;
}

table.prod_table {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
}

.btn_center {
	text-align: center;
}

.content_article ul {
	/*	list-style-type: none;*/
	margin: 15px;
	padding: 0;
	font-family: "Times New Roman";
}

.content_article ul li {
	padding-left: 0px;
}

.list_style {
	font-family: "Times New Roman";
	font-size: 10pt;
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 0;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.shaka-video-container{
	width: 100%;
    min-height: 30vh;
    max-height: 50vh;
}

@media screen and (min-width: 1px) and (max-width:480px) {
	[class*="col-"] {
		float: none;
		clear: both;
	}
	
	#container_article{
		margin: 0px -16px;
	}	
	
	.content_article {
		background: #FFF;
		border-left: none;
		border-right: none;
		border-bottom: none;
		margin: 0px auto 0px;
	}

	.header_article {
		background: none;
		height: 12px;
		margin: 10px auto 0px;
	}

	.video-responsive {
		width: 98%;
		height: auto;
	}

	#button_red {
		display: block;
		width: 50%;
	}

	#buttonURL {
		display: block;
		margin: 0 auto;
		padding: 10px;
		background-color: #ff0000;
		color: #FFFFFF;
		width: 80%;
		max-width: 200px;
		text-align: center
	}

	.table_list {
		width: 99%;
		font-family: "Times New Roman";
		color: #000000;
		font-size: 13px;
		line-height: 20px;
	}



	div.imgbox_small {
		text-align: center;
		padding: 8px 4px 4px;
		border-radius: 3px;
		width: 98%;
		margin-bottom: 1em;
		background-color: #f6f6f6;
		border: 1px solid #dddddd;


		margin: 0 auto;
	}
	
	.shaka-video-container{
		min-height: 20vh;
		max-height: 25vh;
	}

	.col-1 {
		width: 99%;
	}

	.col-2 {
		width: 99%;
	}

	.col-3 {
		width: 99%;
	}

	.col-4 {
		width: 99%;
	}

	.col-5 {
		width: 99%;
	}

	.col-6 {
		width: 99%;
	}

	.col-7 {
		width: 99%;
	}

	.col-8 {
		width: 99%;
	}

	.col-9 {
		width: 99%;
	}

	.col-10 {
		width: 99%;
	}

	.col-11 {
		width: 99%;
	}

	.col-12 {
		width: 99%;
	}

	.offset {
		margin: 0;
	}
}