/* CSS */

/* ==========================================================================
   Base
   ========================================================================== */

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	color: #333;
	width: 100%;
	font-size: 100%;
	background-color: #fafafa;
}

#container {
	width: 100%;
	height: auto;
}

#header,
#fsg
#eye,
#contents,
#footer {
	width: 100%;
	margin: 0 auto;
}

#header,
#footer .under {
	background-image: none;
	background-color: #ffffff;
}

/* ==========================================================================
   Links
   ========================================================================== */

a {
	background: transparent;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	outline: 0;
}

/* ==========================================================================
   Clearfix
   ========================================================================== */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* ==========================================================================
   header
   ========================================================================== */
#menu-cb, #menu-icon, #menu-background {
	display: none;
}
#header {
	margin: 0 auto;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
	width: 100%;
	border-bottom: solid 1px #cccccc;
}
#header div.header_contents_wrap {
	width: 1024px;
	margin: 0 auto;
}
#header .header_contents_other:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: "";
}

#header .header_contents_other {
	width: 100%;
	height: 50px;
	margin: 0 auto;
}
#header .header_contents div.logo {
	float: left;
}
#header .header_contents:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: "";
}
#header .header_contents .logo {
	width: 90px;
	height: 40px;
	text-indent: -9999px;
	background: url('common/canon.gif') no-repeat center;
}

#header .header_contents_other .logo {
	float: left;
	margin-left: 10px;
	padding: 4px 5px 5px 2px;
}

#header .header_contents_other .logo img {
	vertical-align: middle;
	width: 120px;
}
#header .header_contents_wrap h1 {
	float: left;
	font-size: 1.8em;
	padding-left: 0.3em;
}
#header .header_contents_wrap:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: "";
}
#header .header_contents ul.header_nav {
	display: table;
	float: right;
}
#header .header_contents ul.header_nav li {
	display: table-cell;
	width: 90px;
	border-left: solid 1px #ffffff;
	background-color: #aaaaaa;
	transition-duration: 0.3s;
}
#header .header_contents ul.header_nav li a {
	display: block;
	padding: 0.3em;
	height: 100%;
}
#header .header_contents ul.header_nav li:hover {
	background-color: #cccccc;
	cursor: pointer;
	transition-duration: 0.3s;
}
#header .header_contents ul.header_nav li span.icon_img {
	display: block;
	text-align: center;
}
#header .header_contents ul.header_nav li span.icon_img img {
	vertical-align: middle;
	max-width: 55%;
}
#header .header_contents ul.header_nav li span.link_title {
	display: block;
	color: #ffffff;
	font-size: 0.65em;
	text-align: center;
	max-width: 8em;
}
#header div.header_nav_bar {
	float: right;
	margin-right: -1em;
}
#header form.lang_select {
	margin: 1.5em 0 1em 3%;
	text-align: right;
}
#header form.lang_select select {
	font-size: 0.8em;
}
#header .headline {
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid #c1c1c1;
	background: url('screens/container_bg.png');
}

#header .headline_setup {
	width: 100%;
	margin: 0 0;
}

#header .headline_comp {
	width: 100%;
	margin: 10px auto;
}
/* ==========================================================================
   setup
   ========================================================================== */

#header ul.UF_steps {
	display: table;
	margin-top: 0.5em;
	width: 100%;
}

#header ul.UF_steps li {
	display: table-cell;
	font-size: 0.8em;
	width: 7.5em;
	padding: 0.1em 0;
	vertical-align: middle;
	text-align: center;
	color: #696969;
}

#header ul.UF_steps li.UF_steps_active {
	color: #151515;
}
#header ul.UF_steps li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
}
#header ul.UF_steps li.UF_steps_none {
	padding: 0;
	width: 15px;
	background-color: #ffffff;
	border: none;
}

#header ul.UF_steps span.UF_steps_step {
	display: inline;
}

#header ul.UF_steps li span.UF_steps_contents {
	display: block;
	padding: 0 0.4em 0 1em;
	width: 5.5em;
	margin-right: 0;
}
#header ul.UF_underline {
	margin-top: -2px;
}
#header ul.UF_underline li span {
	display: block;
	border-top: solid 1px #cccccc;
}
#header ul.UF_underline li:first-child span {
	margin-left: 51%;
}

#header ul.UF_use_display li:last-child span {
	margin-right: 50%;
}

#header ul.UF_steps li.UF_steps_none {
	padding: 0;
}

#contents div.UF_contents div.UF_step_contents ul.UF_setup li.UF_setup_step {
	display: table;
	table-layout: fixed;
	position: relative;
}
/* ==========================================================================
   fsg
   ========================================================================== */
#fsg .fsg_contents {
	max-width: 1024px;
	width: 100%;
	margin: 10px auto;
	text-align: right;
}

#fsg .fsg_contents img {
	vertical-align: middle;
}

#fsg .fsg_contents span {
	vertical-align: bottom;
	color: #36A3E0;
}


/* ==========================================================================
   eye
   ========================================================================== */
#eye .eye_contents{
	max-width: 1024px;
	margin: 220px auto 0 auto;
	height: auto;
}
#eye .eye_contents div.lead {
	margin-bottom: 0.5em;
}
#eye .eye_contents div.lead p {
	padding: 0.5em 0.5em 0.5em 0.8em;
	font-size: 1.2em;
}
#eye .eye_contents ul.slider {
	display: none;
}
#eye .eye_contents div.eye-catch {
	text-align: center;
}
#eye .eye_contents table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

#eye .eye_contents table td.main {
	width: 50%;
	padding: 0;
	vertical-align: top;
}

#eye .eye_contents table td.sub {
	width: 25%;
	padding: 0;
}

#eye .eye_contents table td.eye_txt {
	background-color: #E9CB6B;
	text-align: center;
	vertical-align: middle;
}

#eye .eye_contents table td.eye_txt span {
	font-size: 1.3em;
	color: #ffffff;
}

#eye .eye_contents img {
	vertical-align: top;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	max-width:97%;
	max-height:100%;
}

/* ==========================================================================
  contents
   ========================================================================== */

#contents .main_head,
#contents .main_content,
#contents .main_foot {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	box-sizing:border-box;
}

#contents .main_content {
	margin: 15px auto;
}
#contents .main_head {
	margin-top: 30px;
	background: none;
}

#contents .main_head_s {
	display: none;
}

#contents .main_content {
	border-radius: 0 0 5px 5px;
}

#contents .banner {
	width: 100%;
	margin: 20px auto;
	border-top: 1px solid #c1c1c1;
}

#contents .banner .figure {
	max-width: 975px;
	width: 96%;
	margin: 0 auto;
}

#contents .banner .figure img {
	margin: 20px 1% 0;
	max-width: 100%;
	height: auto;
}

/* ==========================================================================
  Setting Up the FAX
   ========================================================================== */

#contents .fax_setup {
	width: 68%;
	margin: 50px auto;
	text-align: center;
}

#contents .fax_setup .fax_img {
	width: 18%;
	float: left;
}

#contents .fax_setup .fax_mes {
	width: 75%;
	float: left;
}

#contents .fax_setup p span.fsg {
	font-size: 20px;
}

#contents .fax_setup p a {
	width: 75%;
	padding: 13px 13px 13px 15px;
	display: inline-block;
	text-decoration: none;
	color: #222;
	border: solid 1px #c8c8c8;
	box-shadow: rgb(187, 187, 187) 0px 0px 10px -2px;
	-webkit-box-shadow: rgb(187, 187, 187) 0px 0px 10px -2px;
	-moz-box-shadow: rgb(187, 187, 187) 0px 0px 10px -2px;
	background-color: #ffff99;
}
#contents .fax_setup p a:hover {
	background-color: #F7FCFF;
}


/* ==========================================================================
   Category Buttons Layout
   ========================================================================== */

#contents ul#category_btn {
	display: table;
	width : 99%;
	margin: 0 auto;
	padding-left: 0.6em;
}

#contents ul#category_btn li {
	display: table-cell;
	background-color: #f3f3f3;
	border-left: solid 1px #cccccc;
	width: 16.5%;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	color: #888888;
	padding: 15px 0.2em;
	vertical-align: middle;
}
#contents ul#category_btn li:last-child {
	border-right: solid 1px #cccccc;
}
#contents ul#category_btn li.print {
	border-bottom: solid 3px #239cc9;
	color: #54b9da;
}
#contents ul#category_btn li.sp_print {
	border-bottom: solid 3px #80af45;
	color:#80af45;
}
#contents ul#category_btn li.business {
	border-bottom: solid 3px #fd511f;
	color:#fd511f;
}
#contents ul#category_btn li.original_print {
	border-bottom: solid 3px #e94079;
	color:#e94079;
}
#contents ul#category_btn li.service {
	border-bottom: solid 3px #a332f3;
	color:#a332f3;
}
#contents ul#category_btn li.all {
	border-bottom: solid 3px #888888;
	color:#888888;
}
#contents ul#category_btn li:hover,
#contents ul#category_btn li.active
{
	color:#ffffff;
}
#contents ul#category_btn li.print:hover,
#contents ul#category_btn li.print.active
{
	background-color: #54b9da;
	border-bottom: solid 3px #239cc9;
}
#contents ul#category_btn li.sp_print:hover,
#contents ul#category_btn li.sp_print.active
{
	background-color: #98be69;
	border-bottom: solid 3px #80af45;
}

#contents ul#category_btn li.business:hover,
#contents ul#category_btn li.business.active
{
	background-color: #fd8461;
	border-bottom: solid 3px #fd511f;
}
#contents ul#category_btn li.original_print:hover,
#contents ul#category_btn li.original_print.active
{
	background-color: #ef78a0;
	border-bottom: solid 3px #e94079;
}
#contents ul#category_btn li.service:hover,
#contents ul#category_btn li.service.active
{
	background-color: #bd6ef6;
	border-bottom: solid 3px #a332f3;
}
#contents ul#category_btn li.all:hover,
#contents ul#category_btn li.all.active
{
	background-color: #aaaaaa;
	border-bottom: solid 3px #888888;
}
#contents ul#category_btn li:last-child {
	margin-right: 0;
}

/* ==========================================================================
   device Buttons Layout
   ========================================================================== */

#contents ul#device_btn {
	width : 100%;
	margin-top: 15px;
	padding: 15px 25px;
	box-sizing: border-box;
}

#contents ul#device_btn.active {
	padding:15px 0;
}

#contents ul#device_btn li {
	padding: 0 1px;
	line-height: 30px;
	font-size: 15px;
	float: left;
	border-left: solid 1px #c8c8c8;
	cursor: pointer;
}

#contents ul#device_btn li:last-child {
	border-right: solid 1px #c8c8c8;
}

#contents ul#device_btn li span {
	height: 30px;
	padding: 0 15px 0 10px;
	display: inline-block;
}

#contents ul#device_btn li img {
	padding-left: 15px;
	vertical-align: middle;
}


#contents ul#device_btn li.pc { color: #52BA97; }
#contents ul#device_btn li.sp { color: #FF8C8D; }


#contents ul#device_btn li.pc.active { background: #D1E8E0; }
#contents ul#device_btn li.sp.active { background: #FAE3E3; }


/* ==========================================================================
   Topic buttons -function page-
   ========================================================================== */
#contents div.main_content div.pc {
	display: block;
}
#contents div.main_content div.smart {
	display: none;
}
#contents ul#grid, #contents ul#grid_sp {
	width: 96%;
	max-width: 975px;
	margin: 0 auto;
}

#contents ul#grid li.element, #contents ul#grid_sp li.element {
	width: 22.5%;
	height: 205px;
	margin: 0 1% 17px 1%;
	float: left;
	font-weight: bold;
	word-wrap: break-word;
    -webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,0.2);
    box-shadow:0 2px 6px 0 rgba(0,0,0,0.2);
	border: 1px solid #cccccc;
}
#contents ul#grid li.element a, #contents ul#grid_sp li.element a {
	width: 100%;
	height: 205px;
	display:inline-block;
	text-decoration: none;
	color: #222;
}
#contents ul#grid li.element span.img_wrap, #contents ul#grid_sp li.element span.img_wrap {
	overflow: hidden;
	display: block;
	background-color: #EEEEEE;
}
#contents ul#grid li.element span.element_img, #contents ul#grid_sp li.element span.element_img {
	width: 100%;
	height: 140px;
	display: inline-block;
	z-index: 1;
	transition-duration: 0.3s;
}
#contents ul#grid li.element:hover span.element_img, #contents ul#grid_sp li.element:hover span.element_img {
	transform: scale(1.1,1.1);
	transition-duration: 0.3s;
	opacity: 0.8;
}
#contents ul#grid li.element span.text_box, #contents ul#grid_sp li.element span.text_box {
	display: block;
	height: 65px;
}
#contents ul#grid li.element a:hover span.text_box, #contents ul#grid_sp li.element a:hover span.text_box {
	display: block;
	background-color: #f2f2f2;
}
#contents ul#grid li.element .element_text1, #contents ul#grid_sp li.element .element_text1 {
	width: 230px;
	margin: 5px auto;
	text-align: center;
	display: inline-block;
	font-size: 18px;
	line-height: 20px;
}

#contents ul#grid li.element .element_text2, #contents ul#grid_sp li.element .element_text2 {
	margin: 8px auto;
	padding: 0 5px;
	text-align: left;
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
}

#contents ul#grid li.element .element_text3_dl, #contents ul#grid li.element .element_text3_dl {
	margin: 8px auto;
	padding: 0 5px;
	text-align: center;
	display: inline-block;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}

/* ==========================================================================
   Topic buttons -download page-
   ========================================================================== */
#contents ul#grid_dl {
	width: 96%;
	max-width: 975px;
	margin: 0 auto;
}

#contents ul#grid_dl li.element {
	width: 22.5%;
	height: 280px;
	margin: 0 1% 17px 1%;
	float: left;
	font-weight: bold;
	word-wrap: break-word;
	-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,0.2);
	box-shadow:0 2px 6px 0 rgba(0,0,0,0.2);
	border: 1px solid #cccccc;
}
#contents ul#grid_dl li.element a {
	width: 100%;
	height: 280px;
	display:inline-block;
	text-decoration: none;
	color: #222;
}
#contents ul#grid_dl li.element span.img_wrap {
	overflow: hidden;
	display: block;
	background-color: #EEEEEE;
}
#contents ul#grid_dl li.element span.element_img {
	width: 100%;
	height: 140px;
	display: inline-block;
	z-index: 1;
	transition-duration: 0.3s;
}
#contents ul#grid_dl li.element:hover span.element_img {
	transform: scale(1.1,1.1);
	transition-duration: 0.3s;
	opacity: 0.8;
}
#contents ul#grid_dl li.element span.text_box {
	display: block;
	height: 140px;
}
#contents ul#grid_dl li.element a:hover span.text_box {
	display: block;
	background-color: #f2f2f2;
}
#contents ul#grid_dl li.element .element_text1 {
	width: 95%;
	height: 40px;
    margin: 6px auto 4px auto;
	padding: 0 5px;
	text-align: center;
	display: inline-block;
	font-size: 1em;
	line-height: 20px;
}

#contents ul#grid_dl li.element .element_text2 {
	margin: 8px auto;
	padding: 0 5px;
	text-align: left;
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
}

.ds_none {
	display: none;
}

/* ==========================================================================
   topicbutton.img
   ========================================================================== */
/* for download page */
#contents ul#grid_dl li.element .element_img.dl_sdu { background: url('screens/dl_icon_sdu.png') no-repeat center; background-size: 60%; }
#contents ul#grid_dl li.element .element_img.cpis { background: url('screens/dl_icon_cpis.png') no-repeat center; background-size: 60%; }
#contents ul#grid_dl li.element .element_img.dl_mip { background: url('screens/dl_icon_mip.png') no-repeat center; background-size: 60%; }
#contents ul#grid_dl li.element .element_img.epe_sp { background: url('screens/dl_icon_epe_sp.png') no-repeat center; background-size: 60%; }
#contents ul#grid_dl li.element .element_img.epe { background: url('screens/dl_icon_epe.png') no-repeat center; background-size: 60%; }
#contents ul#grid_dl li.element .element_img.pal { background: url('screens/dl_icon_pal.png') no-repeat center; background-size: 60%; }
#contents ul#grid_dl li.element .element_img.nwds { background: url('screens/dl_icon_nwds.png') no-repeat center; background-size: 60%; }
/* for function page */
#contents ul#grid li.element .element_img.fsg, #contents ul#grid_sp li.element .element_img.fsg { background: url('screens/icon_fsg.png') no-repeat center; background-size: cover; }
#contents ul#grid li.element .element_img.ifttt, #contents ul#grid_sp li.element .element_img.ifttt { background: url('screens/icon_ifttt.png') no-repeat center; background-size: cover; }
#contents ul#grid li.element .element_img.apricot, #contents ul#grid_sp li.element .element_img.apricot { background: url('screens/icon_apricot.png') no-repeat center; background-size: cover; }
#contents ul#grid li.element .element_img.greetingcard, #contents ul#grid_sp li.element .element_img.greetingcard { background: url('screens/icon_greetingcard.png') no-repeat center; background-size: cover; }
#contents ul#grid li.element .element_img.magazine, #contents ul#grid_sp li.element .element_img.magazine { background: url('screens/icon_magazine.png') no-repeat center; background-size: cover; }
#contents ul#grid li.element .element_img.home, #contents ul#grid_sp li.element .element_img.home { background: url('screens/icon_aispeaker_g.png') no-repeat center; background-size: cover; }
#contents ul#grid li.element .element_img.alexa, #contents ul#grid_sp li.element .element_img.alexa { background: url('screens/icon_aispeaker_a.png') no-repeat center; background-size: cover; }
#contents ul#grid li.element .element_img.papercraft, #contents ul#grid_sp li.element .element_img.papercraft { background: url('screens/icon_papercraft.png') no-repeat center; background-size: cover; }
#contents ul#grid li.element .element_img.patternpaper, #contents ul#grid_sp li.element .element_img.patternpaper { background: url('screens/icon_patternpaper.png') no-repeat center; background-size: cover; }
#contents ul#grid li.element .element_img.newyearcard, #contents ul#grid_sp li.element .element_img.newyearcard { background: url('screens/icon_newyearcard.png') no-repeat center; background-size: cover; }
#contents ul#grid li.element .element_img.mail_i, #contents ul#grid_sp li.element .element_img.mail_i { background: url('screens/icon_mail_i.png') no-repeat center; background-size: cover; }
#contents ul#grid li.element .element_img.mail_a, #contents ul#grid_sp li.element .element_img.mail_a { background: url('screens/icon_mail_a.png') no-repeat center; background-size: cover; }
#contents ul#grid li.element .element_img.documents_i, #contents ul#grid_sp li.element .element_img.documents_i { background: url('screens/icon_documents_i.png') no-repeat center; background-size: cover; }
#contents ul#grid li.element .element_img.documents_a, #contents ul#grid_sp li.element .element_img.documents_a { background: url('screens/icon_documents_a.png') no-repeat center; background-size: cover; }
#contents ul#grid li.element .element_img.masterpiece, #contents ul#grid_sp li.element .element_img.masterpiece { background: url('screens/icon_masterpiece.png') no-repeat center; background-size: cover; }
#contents ul#grid li.element .element_img.line, #contents ul#grid_sp li.element .element_img.line { background: url('screens/icon_line.png') no-repeat center; background-size: cover; }
#contents ul#grid li.element .element_img.mip, #contents ul#grid_sp li.element .element_img.mip { background: url('screens/icon_mip.png') no-repeat center; background-size: cover; }
#contents ul#grid li.element .element_img.nail, #contents ul#grid_sp li.element .element_img.nail { background: url('screens/icon_nail.png') no-repeat center; background-size: cover; }
#contents ul#grid li.element .element_img.cloud, #contents ul#grid_sp li.element .element_img.cloud { background: url('screens/icon_cloud.png') no-repeat center; background-size: cover; }
#contents ul#grid li.element .element_img.epe_sp, #contents ul#grid_sp li.element .element_img.epe_sp { background: url('screens/icon_epe_sp.jpg') no-repeat center; background-size: cover; }
#contents ul#grid li.element .element_img.insta, #contents ul#grid_sp li.element .element_img.insta { background: url('screens/icon_insta.png') no-repeat center; background-size: cover; }
#contents ul#grid li.element .element_img.craft, #contents ul#grid_sp li.element .element_img.craft { background: url('screens/icon_craft.png') no-repeat center; background-size: cover; }
#contents ul#grid li.element .element_img.smart, #contents ul#grid_sp li.element .element_img.smart { background: url('screens/icon_smart.png') no-repeat center; background-size: cover; }
#contents ul#grid li.element .element_img.epe_pc, #contents ul#grid_sp li.element .element_img.epe_pc { background: url('screens/icon_epe_pc.png') no-repeat center; background-size: cover; }
#contents ul#grid li.element .element_img.calendar, #contents ul#grid_sp li.element .element_img.calendar { background: url('screens/icon_calendar.png') no-repeat center; background-size: cover; }
#contents ul#grid li.element .element_img.label, #contents ul#grid_sp li.element .element_img.label { background: url('screens/icon_label.png') no-repeat center; background-size: cover; }
#contents ul#grid li.element .element_img.epe_pra, #contents ul#grid_sp li.element .element_img.epe_pra { background: url('screens/icon_epe_pra.jpg') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.cl, #contents ul#grid_sp li.element .element_img.cl { background: url('screens/icon_cl.png') no-repeat center; background-size: cover; }
#contents ul#grid li.element .element_img.ste, #contents ul#grid_sp li.element .element_img.ste { background: url('screens/icon_ste.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.gcp, #contents ul#grid_sp li.element .element_img.gcp { background: url('screens/icon_smart.png') no-repeat center; background-size: cover; }
#contents ul#grid li.element .element_img.ap, #contents ul#grid_sp li.element .element_img.ap { background: url('screens/icon_ap.png') no-repeat center; background-size: cover; }
#contents ul#grid li.element .element_img.ap2, #contents ul#grid_sp li.element .element_img.ap2 { background: url('screens/icon_ap2.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.pi, #contents ul#grid_sp li.element .element_img.pi { background: url('screens/icon_pi.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.mp, #contents ul#grid_sp li.element .element_img.mp { background: url('screens/icon_mp.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.apm, #contents ul#grid_sp li.element .element_img.apm { background: url('screens/icon_epe_cal.jpg') no-repeat center; background-size: cover; }
#contents ul#grid li.element .element_img.mig, #contents ul#grid_sp li.element .element_img.mig { background: url('screens/icon_mig.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.dl, #contents ul#grid_sp li.element .element_img.dl { background: url('screens/icon_dl.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.cp, #contents ul#grid_sp li.element .element_img.cp { background: url('screens/icon_cp.png') no-repeat center; background-size: 58%; }
#contents ul#grid li.element .element_img.pyd, #contents ul#grid_sp li.element .element_img.pyd { background: url('screens/icon_pyd.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.tap, #contents ul#grid_sp li.element .element_img.tap { background: url('screens/icon_tap.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.bcp, #contents ul#grid_sp li.element .element_img.bcp { background: url('screens/icon_bcp.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.nc, #contents ul#grid_sp li.element .element_img.nc { background: url('screens/icon_nc.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.sto, #contents ul#grid_sp li.element .element_img.sto { background: url('screens/icon_sto.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.stc, #contents ul#grid_sp li.element .element_img.stc { background: url('screens/icon_stc.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.cs, #contents ul#grid_sp li.element .element_img.cs { background: url('screens/icon_cs.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.op, #contents ul#grid_sp li.element .element_img.op { background: url('screens/icon_op.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.pss, #contents ul#grid_sp li.element .element_img.pss { background: url('screens/icon_pss.png') no-repeat center; background-size: 58%; }
#contents ul#grid li.element .element_img.os, #contents ul#grid_sp li.element .element_img.os { background: url('screens/icon_os.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.gh, #contents ul#grid_sp li.element .element_img.gh { background: url('screens/icon_gh.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.fgs, #contents ul#grid_sp li.element .element_img.fgs { background: url('screens/icon_fgs.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.eppp, #contents ul#grid_sp li.element .element_img.eppp { background: url('screens/icon_eppp.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.qtb, #contents ul#grid_sp li.element .element_img.qtb { background: url('screens/icon_qtb.png') no-repeat center; background-size: 30%; }
#contents ul#grid li.element .element_img.cpis, #contents ul#grid_sp li.element .element_img.cpis { background: url('screens/icon_cpis.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.cip, #contents ul#grid_sp li.element .element_img.cip { background: url('screens/icon_cip.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.psp, #contents ul#grid_sp li.element .element_img.psp { background: url('screens/icon_psp.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.cm, #contents ul#grid_sp li.element .element_img.cm { background: url('screens/icon_cm.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.dmc, #contents ul#grid_sp li.element .element_img.dmc { background: url('screens/icon_dmc.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.mct, #contents ul#grid_sp li.element .element_img.mct { background: url('screens/icon_mct.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.dps, #contents ul#grid_sp li.element .element_img.dps { background: url('screens/icon_dps.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.tsc, #contents ul#grid_sp li.element .element_img.tsc { background: url('screens/icon_tsc.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.rec, #contents ul#grid_sp li.element .element_img.rec { background: url('screens/icon_rec.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.phc, #contents ul#grid_sp li.element .element_img.phc { background: url('screens/icon_phc.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.cls, #contents ul#grid_sp li.element .element_img.cls { background: url('screens/icon_epe_cal.jpg') no-repeat center; background-size: cover; }
#contents ul#grid li.element .element_img.cfs, #contents ul#grid_sp li.element .element_img.cfs { background: url('screens/icon_cfs.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.blt, #contents ul#grid_sp li.element .element_img.blt { background: url('screens/icon_blt.png') no-repeat center; background-size: 58%; }
#contents ul#grid li.element .element_img.spc, #contents ul#grid_sp li.element .element_img.spc { background: url('screens/icon_spc.png') no-repeat center; background-size: contain; }

/* March Rev */
#contents ul#grid li.element .element_img.magnet, #contents ul#grid_sp li.element .element_img.magnet { background: url('screens/icon_magnet.png') no-repeat center; background-size: cover; }
#contents ul#grid li.element .element_img.sticker, #contents ul#grid_sp li.element .element_img.sticker { background: url('screens/icon_sticker.png') no-repeat center; background-size: cover; }
#contents ul#grid li.element .element_img.scrapbook, #contents ul#grid_sp li.element .element_img.scrapbook { background: url('screens/icon_scrapbook.png') no-repeat center; background-size: cover; }
#contents ul#grid li.element .element_img.idphoto, #contents ul#grid_sp li.element .element_img.idphoto { background: url('screens/icon_idphoto.png') no-repeat center; background-size: cover; }
#contents ul#grid li.element .element_img.graph, #contents ul#grid_sp li.element .element_img.graph { background: url('screens/icon_graph.png') no-repeat center; background-size: cover; }
#contents ul#grid li.element .element_img.copy, #contents ul#grid_sp li.element .element_img.copy { background: url('screens/icon_copy.png') no-repeat center; background-size: cover; }
#contents ul#grid li.element .element_img.scan, #contents ul#grid_sp li.element .element_img.scan { background: url('screens/icon_scan.png') no-repeat center; background-size: cover; }
/* ==========================================================================
   footer
   ========================================================================== */

#footer {
	margin: 0 auto;
}

#footer .upper {
	height: 80px;
}

#footer .upper #page-top {
	height: 36px;
	padding: 0 5px 0 45px;
	line-height: 36px;
	text-align: right;
	position: fixed;
	bottom: 50px;
	right: 0;
	background: #888 url('screens/to_top.png') no-repeat 5px 5px;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}

#footer .upper p a {
	color: #fff;
	padding-right: 30px;
	display: block;
}

#footer .upper p a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#footer .under {
	max-height: 35px;
	line-height: 35px;
	text-align: center;
	border-top: 1px solid #c1c1c1;
	font-size: 12px;
	color: #cccccc;
}

.attend {
	max-width: 975px;
	margin: 25px auto 0 auto;
	padding-left: 1.6em;
	font-size: 14px;
}

/* ==========================================================================
   max-width:1024px
   ========================================================================== */

@media only screen and (max-width:1024px){
	#header div.header_contents_wrap {
		width: 100%;
	}
	#header .header_contents div.logo {
		padding-left: 1em;
	}
	#header .header_contents_wrap h1 {
		float: none;
		padding: 0.2em 0.5em 0 0.5em;
	}
	#header form.lang_select {
		margin: 0.2em 0 0.5em 3%;
	}
	#header .header_contents_other {
		padding: 0.1em 1em 0 0;
	}

	#header div.header_nav_bar {
		margin: 0 -0.5em 0 0;
	}

	#header ul.UF_steps li {
		font-size: 0.8em;
		width: 33%;
	}
	#header ul.UF_steps li span.UF_steps_contents {
		padding: 0 0.3em 0 0.6em;
	}
	#eye .eye_contents{
		margin: 220px auto 0 auto;
	}
	#eye .eye_contents div.lead p {
		font-size: 1.1em;
	}
	#contents ul#category_btn {
		padding-left: 0.5em;
	}
	/* Topic buttons */
	#contents ul#grid li.element, #contents ul#grid_sp li.element {
		height: 195px;
	}
	#contents ul#grid li.element a, #contents ul#grid_sp li.element a {
		height: 195px;
	}
	#contents ul#grid li.element span.element_img, #contents ul#grid_sp li.element span.element_img {
		height: 130px;
	}
	#contents ul#grid li.element span.text_box, #contents ul#grid_sp li.element span.text_box{
		height: 65px;
	}

	/* Topic buttons -download page- */
	#contents ul#grid_dl li.element {
		height: 280px;
	}
	#contents ul#grid_dl li.element a {
		height: 280px;
	}
	#contents ul#grid_dl li.element span.element_img {
		height: 130px;
	}
	#contents ul#grid_dl li.element span.text_box {
		height: 150px;
	}
}

/* ==========================================================================
   max-width:800px
   ========================================================================== */

@media only screen and (max-width:800px){
	#header .header_contents_wrap h1 {
		font-size: 1.5em;
	}
	#contents ul#category_btn li {
		font-size: 14px;
	}
	/* Topic buttons */
	#contents ul#grid li.element, #contents ul#grid_sp li.element {
		width: 31%;
		height: 185px;
	}
	#contents ul#grid li.element a, #contents ul#grid_sp li.element a {
		height: 185px;
	}
	#contents ul#grid li.element span.element_img, #contents ul#grid_sp li.element span.element_img {
		height: 120px;
	}
	#contents ul#grid li.element span.text_box, #contents ul#grid_sp li.element span.text_box {
		height: 65px;
	}

	/* Topic buttons -download page- */
	#contents ul#grid_dl li.element {
		width: 31%;
		height: 270px;
	}
	#contents ul#grid_dl li.element a {
		height: 270px;
	}
	#contents ul#grid_dl li.element span.element_img {
		height: 120px;
	}
	#contents ul#grid_dl li.element span.text_box {
		height: 150px;
	}
}

/* ==========================================================================
   max-width:700px
   ========================================================================== */

@media only screen and (max-width:700px){
	#header .header_contents_other {
		padding-top: 0.1em;
	}
	#header .header_contents_other .logo img {
		width: 84px;
	}
	#header div.header_nav_bar {
		margin-right: 0;
	}
	#header ul.UF_steps {
		margin-top: 0;
		margin-right: 0.2em;
	}

	#header ul.UF_steps li {
		width: 1em;
		font-size: 0.9em;
	}

	#header ul.UF_steps span.UF_steps_step {
		display: none;
	}

	#header ul.UF_steps li span.UF_steps_contents {
		width: 2em;
		padding: 0 0.3em;
	}

	#header ul.UF_underline {
		margin-top: -2px;
	}
	#contents ul#category_btn {
		padding-left: 0.4em;
	}
	#eye .eye_contents{
		margin: 220px auto 0 auto;
	}
}

/* ==========================================================================
   max-width:640px
   ========================================================================== */

@media only screen and (max-width:640px){
	#body {
		width: 100%;
		margin: 0 auto;
	}

	#container {
		padding: 0;
		margin: 0 auto;
	}
	#header .header_contents div.logo {
		padding-left: 0
	}
	#header .header_contents_wrap h1 {
		font-size: 1.3em;
	}
	#header form.lang_select {
		margin: 0.5em 0.5em 0.5em 3%;
	}
	#menu-cb, #menu-icon, #menu-background {
		display: block;
	}
	#menu-background {
	    background-color: #000000;
	    display: none;
	    height: 100%;
	    opacity: 0;
	    position: fixed;
	    right: 0;
	    top: 0;
	    transition: all 0.3s linear 0s;
	    width: 100%;
	}
	#menu-icon {
		position: absolute;
		top: 0;
		right: 5px;
		border-radius: 0 0 0 10px;
		width: 40px;
		height: 40px;
		cursor: pointer;
		background-color: #ffffff;
		background-image: url('screens/open.png');
		background-size: 25px 25px;
		background-repeat: no-repeat;
		background-position: center;
		-webkit-transition: all 0.3s linear 0s;
		transition: all 0.3s linear 0s;
	}
	#menu-cb {
	    display: none;
	}
	#menu-cb:checked ~ ul.header_nav,
	#menu-cb:checked ~ #menu-icon {
		-webkit-transform: translate(-300px);
		transform: translate(-300px);
	}
	#menu-cb:checked ~ #menu-icon {
	    background-image: url('screens/close.png');
	    background-repeat: no-repeat;
	    z-index: 1000;
	    top: 0;
	    right: -1px;
	}
	#menu-cb:checked ~ #menu-background {
		display: block;
	    opacity: 0.5;
	    z-index: 999;
	}
	#header ul.header_nav {
		display: block;
		float: none;
	    background-color: #fff;
	    box-sizing: border-box;
	    height: 50%;
	    padding: 0.5em 1.5em;
	    position: fixed;
	    right: -300px;
	    top: 0;
	    transition: transform 0.3s linear 0s;
	    width: 300px;
	    z-index: 1000;
	}
	#header .header_contents ul.header_nav li {
		display: list-item;
		width: auto;
		border-left: none;
		border-bottom: 1px solid #ffffff;
	}
	#header .header_contents ul.header_nav li a {
		padding: 0.5em;
	}
	#header .header_contents ul.header_nav li span.icon_img {
		display: none;
	}
	#header .header_contents ul.header_nav li span.link_title {
		display: inline;
		font-size: 0.8em;
	}
	#header,
	#slider,
	#contents,
	#contents .main_head,
	#contents .main_foot,
	#footer {
		width: 100%;
		min-width: 1px;
		margin: 0 auto;
	}

	#contents .main_content {
		margin: 15px auto;
	}
	#eye .eye_contents div.lead p {
		padding: 1em 0.5em 0.5em 0.5em;
	}
	#slider,
	#contents,
	#contents .main_head,
	#contents .main_content,
	#contents .main_foot,
	#footer {
		background-color: transparent;
	}
	#contents .main_head {
		margin-top: 20px;
	}

	#contents .main_content {
		border: none;
	}

	#contents .main_foot {
		display: none;
	}

	#contents .fax_setup {
		width: 88%;
		margin: 10px auto;
		padding: 8px;
		text-align: center;
		background-size: auto auto;
	}

	#contents .fax_setup .fax_img {
		width: 28%;
		float: left;
	}

	#contents .fax_setup .fax_mes {
		width: 70%;
		float: left;
	}

	#contents .fax_setup p {
		font-size: 14px;
	}

	#contents .fax_setup p span.fsg {
		font-size: 18px;
	}

	#contents .fax_setup a {
		width: 88%;
	}
	#eye .eye_contents div.lead p {
		font-size: 1em;
	}
	#eye .eye_contents{
		margin: 140px auto 0 auto;
	}
	#contents .main_head {
		margin-top: 0;
		display: none;
	}

	#contents .main_head_s {
		display: block;
		text-align: center;
		margin-top: 30px;
	}

	#contents .main_head_s div.narrow_down {
		width: 92%;
		margin: 0 auto;
		padding: 10px;
		border: 1px solid #36A3E0;
		background: #eee;
		background: url(screens/search_icon.png) right 50% no-repeat;
		background-color: #ffffff;
		color: #36A3E0;
		font-size: 1em;
		-webkit-box-shadow: rgb(187, 187, 187) 0px 0px 5px -1px;
		-moz-box-shadow: rgb(187, 187, 187) 0px 0px 5px -1px;
		box-shadow: rgb(187, 187, 187) 0px 0px 5px -1px;
	}

	#contents .main_head_s select {
		width: 97%;
		padding: 10px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: 1px solid #36A3E0;
		background: #eee;
		background: url(screens/drop_down.png) right 50% no-repeat;
		background-color: #ffffff;
		color: #36A3E0;
		font-size: 1em;
		-webkit-box-shadow: rgb(187, 187, 187) 0px 0px 5px -1px;
		-moz-box-shadow: rgb(187, 187, 187) 0px 0px 5px -1px;
		box-shadow: rgb(187, 187, 187) 0px 0px 5px -1px;
	}

	select::-ms-expand {
		display: none;
	}
	#contents ul#category_btn li {
		font-size: 13px;
	}
	#contents ul#device_btn li {
		width: 48%;
		height: 65px;
		line-height: 1;
		margin: 3px 1%;
		padding: 0;
		text-align: center;
		border: none;
		word-break: break-all;
		font-size: 0.9em;
	}

	#contents ul#device_btn li:last-child {
		border-right: none;
	}

	#contents ul#device_btn li span {
		width: 500px;
		height: 65px;
		padding: 0 10% 0 23%;
		display: table-cell;
		vertical-align: middle;
	}

	#contents ul#device_btn li img {
		display: none;
	}

	#contents ul#device_btn li.all span { background: #E6F1F7; padding: 0 15%; }
	#contents ul#device_btn li.pc span { background: url('screens/icon_pc.png') 7% 50% no-repeat #D1E8E0; }
	#contents ul#device_btn li.sp span { background: url('screens/icon_sp.png') 9% 50% no-repeat #FAE3E3; }
	#contents ul#device_btn li.body span { background: url('screens/icon_body.png') 9% 50% no-repeat #FAEBD4; }
	#contents ul#device_btn li.body span span { padding: 0; background-image: none }

	#contents ul#device_btn li.active {
		border: 2px solid #67B2D9;
		box-sizing: border-box;
	}

	#contents ul#device_btn li.active span {
		height: 61px;
	}

	#contents ul#device_btn li.pc.active span { background: url('screens/icon_pc.png') 6.5% 50% no-repeat #D1E8E0; }
	#contents ul#device_btn li.sp.active span { background: url('screens/icon_sp.png') 8% 50% no-repeat #FAE3E3; }


	/* Topic buttons */
	#contents div.main_content div.pc {
		display: none;
	}
	#contents div.main_content div.smart {
		display: block;
	}
	#contents ul#grid li.element, #contents ul#grid_sp li.element {
		width: 46%;
		height: 200px;
	}
	#contents ul#grid li.element a, #contents ul#grid_sp li.element a {
		height: 200px;
	}
	#contents ul#grid li.element span.element_img, #contents ul#grid_sp li.element span.element_img {
		height: 135px;
	}
	#contents ul#grid li.element span.text_box, #contents ul#grid_sp li.element span.text_box {
		height: 65px;
	}
	#contents ul#device_btn {
		width : 100%;
		padding: 10px 0;
	}
	.attend {
		margin: 0 0 0 15px;
		width: auto;
		padding-left: 0;
	}

	/* Topic buttons -download page- */
	#contents ul#grid_dl li.element {
		width: 46%;
	}
	#contents ul#grid_dl li.element {
		height: 285px;
	}
	#contents ul#grid_dl li.element a {
		height: 285px;
	}
	#contents ul#grid_dl li.element span.element_img {
		height: 135px;
	}
	#contents ul#grid_dl li.element span.text_box {
		height: 150px;
	}
}

/* ==========================================================================
   max-width:480px
   ========================================================================== */
@media screen and (max-width: 480px){

	#header ul.UF_steps span.UF_steps_step {
		display: none;
	}
	#header ul.UF_steps li {
		width: 0.5em;
		font-size: 0.9em;
	}

	#header ul.UF_steps li span.UF_steps_contents {
		width: 2.5em;
		padding: 0;
	}
	#header .header_contents .header_nav .home span,
	#header .header_contents .header_nav .search span {
		display: none;
	}
	#header .header_contents div.logo {
		padding-left: 0.5em;
	}
	#menu-cb:checked ~ ul.header_nav,
	#menu-cb:checked ~ #menu-icon {
		-webkit-transform: translate(-250px);
		transform: translate(-250px);
	}
	#header ul.header_nav {
	    right: -250px;
	    width: 250px;
	}
	#header .header_contents ul.header_nav li span.link_title {
		font-size: 0.7em;
	}
	#fsg .fsg_contents {
		width: 97%;
		margin: 10px 0;
	}

	#fsg .fsg_contents img {
		vertical-align: middle;
	}

	#fsg .fsg_contents span {
		vertical-align: bottom;
		color: #36A3E0;
	}
	#header .header_contents_wrap h1 {
		padding-left: 0.7em;
	}
	#eye .eye_contents {
		margin: 170px auto 0 auto;
	}
	#eye .eye_contents div.lead p {
		font-size: 0.9em;
	}
	#eye .eye_contents ul.slider {
		display: block;
	}
	#eye .eye_contents ul.slider li {
		display: none;
	}
	#eye .eye_contents ul.slider li:first-child {
		display: block;
	}
	#eye .eye_contents img {
		max-width:100%;
	}
	#eye .eye_contents div.eye-catch {
		display: none;
	}
	#contents ul#grid, #contents ul#grid_sp {
	margin: 15px auto 0 auto;
	}

	#contents ul#grid li.element, #contents ul#grid_sp li.element {
		width: 46%;
		height: 170px;
		margin: 0 5px 15px 5px;
	}

	#contents ul#grid li.element a, #contents ul#grid_sp li.element a {
		width: 100%;
		height: 170px;
	}
	#contents ul#grid li.element span.element_img, #contents ul#grid_sp li.element span.element_img {
		height: 105px;
		padding-bottom: 0;
	}
	#contents ul#grid li.element span.text_box, #contents ul#grid_sp li.element span.text_box {
		height: 65px;
	}
	#contents ul#grid li.element .element_text2, #contents ul#grid_sp li.element .element_text2 {
		width: 95%;
		font-size: 0.8em;
	}

	/* Topic buttons -download page- */
	#contents ul#grid_dl {
	margin: 15px auto 0 auto;
	}

	#contents ul#grid_dl li.element {
		width: 46%;
		height: 265px;
		margin: 0 5px 15px 5px;
	}

	#contents ul#grid_dl li.element a {
		width: 100%;
		height: 265px;
	}
	#contents ul#grid_dl li.element span.element_img {
		height: 105px;
		padding-bottom: 0;
	}
	#contents ul#grid_dl li.element span.text_box {
		height: 160px;
	}
	#contents ul#grid_dl li.element .element_text2 {
		width: 95%;
		font-size: 0.8em;
	}

	#header .header_contents {
		width: 100%;
		margin: 0 auto;
	}

	#header .header_contents .logo {
		float: left;
		padding: 0;
		text-indent: -9999px;
		background: url('common/canon.gif') no-repeat center;
	}

	#header .header_contents_other .logo {
		margin-left: 0;
		padding: 4px 5px 5px 2px;
	}
	#header .header_contents .header_nav .home,
	#header .header_contents .header_nav .search {
		padding-left: 0;
		float: left;
	}

	#header .header_contents .header_nav .home {
		margin-right: 0;
	}

	#header .header_contents .header_nav .search a,
	#header .header_contents .header_nav .home a {
		padding-left: 15px;
	}
}

/* ==========================================================================
   max-width:375px
   ========================================================================== */
@media screen and (max-width: 375px){

	#header .header_contents_other .logo {
		padding: 0 0 0 4px;
	}
	#menu-cb:checked ~ ul.header_nav,
	#menu-cb:checked ~ #menu-icon {
		-webkit-transform: translate(-200px);
		transform: translate(-200px);
	}
	#header ul.header_nav {
	    right: -200px;
	    width: 200px;
	}
	/* Topic buttons */
	#contents ul#grid li.element, #contents ul#grid_sp li.element {
		height: 160px;
	}
	#contents ul#grid li.element a, #contents ul#grid_sp li.element a {
		height: 160px;
	}
	#contents ul#grid li.element span.element_img, #contents ul#grid_sp li.element span.element_img {
		height: 75px;
	}
	#contents ul#grid li.element span.text_box, #contents ul#grid_sp li.element span.text_box {
		height: 85px;
	}

	/* Topic buttons -download page- */
	#contents ul#grid_dl li.element {
		height: 250px;
		min-width: 140px;
	}
	#contents ul#grid_dl li.element a {
		height: 250px;
	}
	#contents ul#grid_dl li.element span.element_img {
		height: 75px;
	}
	#contents ul#grid_dl li.element span.text_box {
		height: 175px;
	}
}

/* main_head(s) */
.upper_fixing {
	position: fixed;
	left: 0;
	right: 0;
	margin-top: 0 !important;
	z-index: 99;
}

/* slide show */
ul.slider li {
	list-style: none;
}
